aboutsummaryrefslogtreecommitdiffstats
path: root/widgets
Commit message (Expand)AuthorAgeFilesLines
* guard against root == NULL. Bug #39491.Mike Kestner2003-04-051-0/+3
* set handle_popup to TRUE on the EText.Chris Toshok2003-04-043-8/+34
* emit a keypress signal. yes, i know this might not correspond to a singleChris Toshok2003-04-031-0/+2
* ifdef gtk_widget_get_clipboard since we need to build against gtk 2.0.Chris Toshok2003-04-031-3/+24
* only connect the signals if !im_context_signals_registered. (e_text_init):Chris Toshok2003-04-032-7/+13
* just disconnect based on DATA, so we only need 1 call. (e_text_event):Chris Toshok2003-04-031-20/+4
* [ either fixes #39702 or comes damn, damn close. also, fixes EText to notChris Toshok2003-04-034-461/+473
* For example; a selection ending 2003-apr-02 does not fit into theHans Petter Jansson2003-04-032-8/+24
* (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPEEttore Perazzoli2003-04-031-1/+1
* restore expanded state of node and all children. Fixes Ximian bug #40393.Mike Kestner2003-04-031-3/+31
* move to using gtk_im_context.Larry Ewing2003-04-022-85/+11
* Nuke GdkFont and use Pango's font measuring for everything.Hans Petter Jansson2003-04-024-130/+160
* stop drawing that annoying focus rectangle.Chris Toshok2003-04-021-1/+1
* [ fixes bug #39508 ] add back in some suitably pango-ized code to getChris Toshok2003-04-021-5/+59
* if killing the root node, set it to NULL in the priv data. Bug #39441.Mike Kestner2003-04-011-0/+2
* Handle multiple destroys.Hans Petter Jansson2003-03-312-3/+15
* set the sub item to the default as wellJP Rosevear2003-03-292-0/+18
* (set_state): Removed debugging message.Ettore Perazzoli2003-03-282-1/+5
* set the popup to insensitive when we pop it down. hack to force it to loseNot Zed2003-03-271-0/+3
* #include gtkarrow.h LikewiseDan Winship2003-03-254-2/+11
* Remove e_notice. (Moved to evolution.)Dan Winship2003-03-252-30/+0
* properly parse nodes that include whitespace. bug #39896Mike Kestner2003-03-251-13/+16
* don't call delete_node on the root node since generate_tree already doesMike Kestner2003-03-241-2/+3
* fix UMR.Chris Toshok2003-03-231-1/+1
* Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore.Sanshao Jiang2003-03-222-6/+7
* [ fixes bug #39856 ] request a full redraw when we're done draggingChris Toshok2003-03-211-0/+1
* Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550Jeffrey Stedfast2003-03-203-95/+102
* add underline_column field.Chris Toshok2003-03-194-27/+60
* add cursor_idle_id.Chris Toshok2003-03-191-0/+2
* add cursor_idle_id.Chris Toshok2003-03-191-1/+8
* mimic Gtk's sort arrows (ethi_start_drag): mimic Gtk's sort arrowsMike Kestner2003-03-191-8/+8
* Swap OK/Cancel buttons to comply with the HIG.Ettore Perazzoli2003-03-192-9/+14
* null start_path (etsm_invert_selection): null start_pathMike Kestner2003-03-191-5/+11
* Instead of using gtk_widget_unparent(), remove the widget from theHans Petter Jansson2003-03-183-3/+3
* Don't crash if there's no timezone set initially. #39783Dan Winship2003-03-182-4/+11
* save and restore expanded state so parents don't collapse when childrenMike Kestner2003-03-151-2/+7
* use access() like camelMike Kestner2003-03-152-3/+8
* kill an unused variableDan Winship2003-03-141-1/+0
* Various cleanups. (e_timezone_dialog_get_timezone): Return anDan Winship2003-03-123-159/+120
* Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmapsRodney Dawes2003-03-125-84/+11
* Added prototype for show_pango_rectangle()Jeffrey Stedfast2003-03-101-0/+3
* fix drawing bugs, and disable the stupid looking focus rect, since I can'tChris Toshok2003-03-081-14/+14
* (destroy): Removed unused variable.Ettore Perazzoli2003-03-072-1/+4
* Use G_GNUC_FUNCTION instead of __FUNCTION__.Ettore Perazzoli2003-03-074-4/+12
* fix a couple ==TRUE uses pointed out by Morten Welinder <terra@diku.dk>.Mike Kestner2003-03-051-2/+2
* i18n fixDmitry Mastrukov2003-03-056-9/+130
* rewrite to store selected paths in a hashtable instead of a tree. lose theMike Kestner2003-03-043-786/+141
* Add style_set to update list properly (et_canvas_realize): Remove this asRodney Dawes2003-03-011-7/+4
* remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-12/+0
* remove alloc-based transform (et_drag_data_received): dittoMike Kestner2003-03-011-11/+0
* init column_count to column_start + 1. (item_removed): clean up theChris Toshok2003-02-281-7/+11
* guard this so we don't try to free priv multiple times.Chris Toshok2003-02-282-3/+9
* use gdk_event_copy and gdk_event_free to dup the event.Mike Kestner2003-02-281-19/+11
* remove the grab_cancelled_check_id if it's still active.Chris Toshok2003-02-271-0/+4
* Use g_signal_handlers_disconnect_by_func sinceDan Winship2003-02-252-10/+23
* Same as below.Jeffrey Stedfast2003-02-259-115/+223
* Don't unref the GtkInvisible - instead, destroy it.Hans Petter Jansson2003-02-251-2/+2
* fix overzealous g_asserts to avoid crashes when eti->rows is alreadyMike Kestner2003-02-211-5/+1
* kill (etsm_find_node_unless_equals): use new etta_orig_positionMike Kestner2003-02-213-47/+57
* Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamicDan Winship2003-02-214-14/+26
* set remap_neededMike Kestner2003-02-191-0/+1
* make sure the row >= 0 before calling value_at to calc "strikeout".Chris Toshok2003-02-181-1/+3
* make things compile on an alpha. passing NULL to a var_arg not portable.Jody Goldberg2003-02-181-1/+3
* return after the e_table_model_no_change call.Chris Toshok2003-02-171-2/+6
* make this actually work: destroy the canvas item, memmove stuff around,Chris Toshok2003-02-171-0/+12
* enable this function to reflow the view from a particular column onward.Chris Toshok2003-02-174-28/+178
* guard for null paths if save_id lookup fails.Mike Kestner2003-02-141-1/+2
* don't transform based on allocation position. Position isn't absolute now.Mike Kestner2003-02-141-3/+0
* kill a double unref on the pango_layout.Mike Kestner2003-02-141-2/+0
* Request a reflow on realization, so size and placement will be correctHans Petter Jansson2003-02-131-1/+4
* handle reverse searches (find_prev_in_range): reverse search implMike Kestner2003-02-131-4/+24
* work around broken models that insert children before parents. bad models.Mike Kestner2003-02-131-4/+18
* rewrite to use etta (find_next_in_range): helper func to search a range ofMike Kestner2003-02-111-25/+22
* ignore test-completion.Chris Toshok2003-02-1011-713/+239
* Unmarked some strings which are unsuitable for translationKwok-Koon Cheung2003-02-091-3/+3
* replaced deprecated calls (gtk_menu_append -> gtk_menu_shell_append andRadek Doulik2003-02-071-2/+2
* (e_auto_kill_popup_menu_on_selection_done): Rename fromEttore Perazzoli2003-02-072-25/+28
* index bound bug (insert_children): prepend/reverse for nowMike Kestner2003-02-071-16/+27
* Set response_ids on the OK/Cancel buttonsDan Winship2003-02-072-0/+7
* use the parent path to find the parent node rather than the row, which isNot Zed2003-02-061-3/+4
* Remove unneeded MAP_DIR define. (gladedir): Remove. Defined inDan Winship2003-02-063-2/+9
* Define MAP_DIR in terms of $(imagesdir). (widgetsincludedir): Define inDan Winship2003-02-062-2/+7
* Replace deprecated glade_gnome_init() call with glade_init().Dan Winship2003-02-062-2/+2
* make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update toMike Kestner2003-02-055-874/+613
* updated for e scroll frame --> gtk scrolled windowRadek Doulik2003-02-051-1/+1
* replaced e scroll frame with gtk scrolled windowRadek Doulik2003-02-055-23/+21
* Use Pango to draw. (e_calendar_item_class_init): Add font_desc andHans Petter Jansson2003-02-024-17/+106
* Don't request combo boxes that are 0 pixels tall. (position_date_popup):Hans Petter Jansson2003-02-022-12/+29
* Just use gtk_widget_destroy as the G_CALLBACK function.Jeffrey Stedfast2003-02-021-14/+5
* gtk_widget_destroy the menu rather than g_object_unref'ing it.Jeffrey Stedfast2003-02-011-1/+1
* init the layout to NULL.Chris Toshok2003-01-272-0/+6
* Make the label bold using the new args to e_clipped_label_new().Ettore Perazzoli2003-01-244-32/+48
* destroy canvas items to removing them, simply unrefing them is notLarry Ewing2003-01-241-4/+4
* (e_text_dispose): Renamed fromEttore Perazzoli2003-01-231-11/+9
* (e_tree_table_adapter_load_expanded_state): CallEttore Perazzoli2003-01-231-2/+0
* (widgetsincludedir): Version using $(BASE_VERSION).Ettore Perazzoli2003-01-232-7/+10
* (gladedir): Version usingEttore Perazzoli2003-01-232-8/+14
* reverse part of the patch from 1/15.Chris Toshok2003-01-181-1/+1
* pass pango_context_get_language to pango_context_get_metrics.Chris Toshok2003-01-181-1/+2
* Fix destroy.Ettore Perazzoli2003-01-181-2/+1
* (e_notice): Use gtk_dialog_run()Ettore Perazzoli2003-01-181-1/+2
* apply the patch NotZed and I came up with to fix the height of theChris Toshok2003-01-161-5/+6
* Same here.Jeffrey Stedfast2003-01-163-3/+3
* Here too.Jeffrey Stedfast2003-01-162-2/+2
* add call to e_table_model_pre_change here to reduce spew.Chris Toshok2003-01-161-0/+7
* use PangoFontMetrics here instead of using the ascent/descent of theChris Toshok2003-01-151-2/+11
* If we set a clip rectangle, clear it after we've finished.Not Zed2003-01-151-1/+6
* (init): Change dialog fromEttore Perazzoli2003-01-152-1/+6
* Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove theEttore Perazzoli2003-01-152-2/+6
* (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-34/+38
* (EXTRA_DIST): e-util-marshal.list, notEttore Perazzoli2003-01-152-1/+6
* revert broken fixMike Kestner2003-01-111-1/+1
* Images are now in $(datadir)/evolution/imagesEttore Perazzoli2003-01-093-2/+7
* Images are now in $(datadir)/evolution/images instead ofEttore Perazzoli2003-01-092-1/+7
* free the children before we free and dispose of our ecol, sinceChris Toshok2002-12-191-3/+3
* pass NULL for parent_window for e_table_config_new.Chris Toshok2002-12-195-1861/+2199
* add the parent arg.Chris Toshok2002-12-195-10/+18
* edit->tep isn't a GtkObject anymore.Chris Toshok2002-12-171-2/+0
* pass in the pango layout so we don't have to create another one here.Chris Toshok2002-12-171-90/+46
* remove obvious double g_strdup.Chris Toshok2002-12-173-3/+3
* valgrindageMike Kestner2002-12-141-1/+1
* protect against null instance_id's (bug#35540)Mike Kestner2002-12-141-1/+5
* check for null or blank view namesGilbert Fang2002-12-111-5/+9
* Removed the g_assert_not_reached(). If you hit the close button on yourNot Zed2002-12-102-2/+7
* rework this to be faster and deal more correctly with the ellipsis.Chris Toshok2002-12-103-70/+105
* lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (thatChris Toshok2002-12-095-530/+91
* Add a "collate" sort callback that uses the new g_collate_compare().Jeffrey Stedfast2002-12-061-0/+1
* guard against multiple calls.Chris Toshok2002-12-051-4/+4
* Don't leak old sort info.Hans Petter Jansson2002-12-042-0/+7
* dispose can be run multiple times too ... bloody gobject crap.Not Zed2002-12-032-2/+11
* make this a dispose rather than finalise. Crashes on finalise otherwise.Not Zed2002-12-031-3/+3
* RevertedRodrigo Moya2002-12-022-5/+0
* Included gtkmessagedialog.h.Rodrigo Moya2002-12-022-0/+5
* Add include of gnome-dialog.hNot Zed2002-12-022-25/+10
* Add include of gnome-dialog.hNot Zed2002-12-0239-217/+226
* rework this from the gal-2 branch, clahey's patch, and the stuff i'd doneChris Toshok2002-11-301-107/+107
* (etms_finalize): CallEttore Perazzoli2002-11-271-1/+26
* Dont grab_add anymore on the button, gtk_button is changed in gtk2 not toNot Zed2002-11-262-1/+6
* commit clahey's original pango work.Chris Toshok2002-11-202-916/+392
* column_width = double. (e_reflow_realize): no need to cast to double,Chris Toshok2002-11-191-4/+4
* take GCallback, not GtkSignalFunc. (configure_sort_dialog): show theChris Toshok2002-11-192-214/+19
* we need to destroy the dialog after we've run it, because run doesn't doNot Zed2002-11-181-0/+1
* convert this to wrap around GtkMessageDialog.Chris Toshok2002-11-171-6/+24
* convert some GnomeDialog stuff to GtkDialog.Chris Toshok2002-11-173-13/+11
* fix c&p typo.Chris Toshok2002-11-175-223/+185
* check for table->table_canvas == NULL.Chris Toshok2002-11-172-15/+19
* fix c&p typo.Chris Toshok2002-11-171-1/+1
* GObject port work.Chris Toshok2002-11-1769-4140/+4783
* Lots of GObject work.Chris Toshok2002-11-1717-1249/+1404
* GtkObject->Gobject and GnomeDialog->GtkDialog work.Chris Toshok2002-11-174-208/+252
* lots of GObject work.Chris Toshok2002-11-1712-486/+508
* new function, build pango layout for string.Chris Toshok2002-11-163-53/+84
* (esma_dispose): g_object_unref() instead of gtk_object_unref().Ettore Perazzoli2002-11-161-1/+1
* fix typo.Chris Toshok2002-11-151-2/+2
* ETableConfig derives from GObject (fix warnings).Chris Toshok2002-11-154-70/+82
* deal with EBitArray/ESorter being a GObject now.Chris Toshok2002-11-152-2/+2
* deal with ESelectionModel no longer deriving from GtkObject.Chris Toshok2002-11-1510-359/+394
* this derives from GObject now.Chris Toshok2002-11-159-296/+312
* use GtkDialog's ::response instead of GnomeDialog's ::clicked.Chris Toshok2002-11-152-5/+12
* hrm, we shouldn't need to do this, but gtk_widget_show_all the customChris Toshok2002-11-151-0/+1
* this subclasses from GObject now, not GtkObject. don't use GtkObjectChris Toshok2002-11-156-3922/+3925
* New. (e_clipped_label_destroy): Removed.Ettore Perazzoli2002-11-153-13/+22
* Changed to use g_object_*() and g_signal_*()Ettore Perazzoli2002-11-152-47/+70
* add more marshallers for e-table.Chris Toshok2002-11-141-160/+177
* more porting work.Chris Toshok2002-11-1414-1098/+971
* menus/gal-view-menus.h GObjectified.Ettore Perazzoli2002-11-145-98/+98
* start porting to GObject.Chris Toshok2002-11-1412-375/+235
* Converted to Glade 2.Ettore Perazzoli2002-11-142-244/+263
* gnome-xml->libxmlNot Zed2002-11-133-3/+9
* only clear choices if cv->choices != NULL. (e_completion_view_disconnect):Chris Toshok2002-11-121-3/+6
* port to GObject.Chris Toshok2002-11-123-101/+106
* (init): Use GObject functions instead ofEttore Perazzoli2002-11-122-16/+18
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-126-20/+20
* Forgot two more gtk_object_(un)?ref()s.Ettore Perazzoli2002-11-122-4/+4
* Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise.Ettore Perazzoli2002-11-1212-67/+67
* Removed. (impl_finalize): New. (class_init): Override GObject::finalize,Ettore Perazzoli2002-11-124-43/+56
* correct the GET_CLASS macro.Chris Toshok2002-11-096-6/+6
* include gnome-dialogJP Rosevear2002-11-082-0/+5
* ignore the generated marshal source.Chris Toshok2002-11-076-132/+182
* remove duplicate g_signal_new for column_width_changed.Chris Toshok2002-11-071-8/+0
* GObjectify GObjectifyMike Kestner2002-11-064-63/+55
* remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto dittoMike Kestner2002-11-069-63/+63
* GObjectify GObjectify GObjectify use GObject api for models use GObjectMike Kestner2002-11-0624-767/+563
* use GObject api for models GObjectify GObjectify GObjectify GObjectifyMike Kestner2002-11-0526-867/+623
* use GObject api for ETableHeader use GObject api on ETableHeaderMike Kestner2002-11-0515-327/+297
* (impl_expose_event): UseEttore Perazzoli2002-11-042-1/+6
* (e_timezone_dialog_get_builtin_timezone): Constify argEttore Perazzoli2002-11-043-2/+8
* First big sync of my GNOME 2 porting work (incomplete, and stillEttore Perazzoli2002-11-0232-255/+328
* gobjectify ETableExtras is now a GObject (e_tree_class_init): removeMike Kestner2002-11-023-35/+18
* merging the gal-2 branch back to the trunk.Mike Kestner2002-11-01172-2868/+1945
* Emit a search_activated signal. (e_search_bar_set_item_id): Revert toJeffrey Stedfast2002-10-292-3/+9
* add prototypes for the _change* functions.Chris Toshok2002-10-252-19/+160
* call e_tree_state_changeMike Kestner2002-10-251-0/+2
* If the clear button was pressed, we want the entry to be sensitive (notJeffrey Stedfast2002-10-245-24/+31
* (activate_by_subitems): gtk_widget_grab_focus()Ettore Perazzoli2002-10-242-0/+11
* don't emit a signal if we couldn't find the view rowJP Rosevear2002-10-221-2/+4
* Don't include the byte reserved for the nul in the outleft size.Jeffrey Stedfast2002-10-171-17/+25
* check if the selection fits in the leftover daysJP Rosevear2002-10-162-4/+28
* call drop_timeoutMike Kestner2002-10-041-2/+1
* [Add a small delay to the switching of pages in the multi-configEttore Perazzoli2002-10-012-10/+56
* use the fg color array in style, not text color. Change requested by ChrisMike Kestner2002-09-281-2/+2
* Ooops.Ettore Perazzoli2002-09-281-4/+3
* (create_page_container): Don't set upEttore Perazzoli2002-09-282-0/+7
* add the gtk2 keypad entries (resync with gdk).Larry Ewing2002-09-251-10/+34
* New api to set the search column on a tree without having to set a sortMike Kestner2002-09-242-0/+23
* Clear search by setting text to "" and search to first search.Not Zed2002-09-243-12/+17
* Fix some non-ANSI switch statements.Dan Winship2002-09-232-2/+7
* Set the selection model's selection_mode after setting the table model, orDan Winship2002-09-201-5/+2
* guard against NULL nodes.Mike Kestner2002-09-201-0/+1
* exit editing on dblclick. ungrab based on grabbed_count. unset grabbed_colMike Kestner2002-09-181-7/+8
* forgot to commit the po stuff from the release. also bumped the so number.Mike Kestner2002-09-111-1/+1
* take a clip_height and use it to set the maximum number of lines ifJP Rosevear2002-09-111-20/+15
* need to make the find now button sensitive when you select something fromChris Toshok2002-08-302-0/+7
* kill a return that caused selection ranges to not emit selection_changedMike Kestner2002-08-301-1/+0
* If the item is ADVANCED_ID, check the query and efb->setquery to seePeter Williams2002-08-302-1/+14
* Don't set the item id; clear search isn't in the menu anymore. FixesPeter Williams2002-08-242-1/+5
* don't adjust for two digit dates here, the e_time_parse routines do thatJP Rosevear2002-08-223-23/+5
* ref/unref the gvmMike Kestner2002-08-152-0/+8
* And finally here.Jeffrey Stedfast2002-08-074-74/+6
* #include <string.h> for memsetJeffrey Stedfast2002-08-075-21/+125
* Set the query text into the filter name when saving it, for #10979.Not Zed2002-08-062-2/+13
* Add missing cast. (e_calendar_item_signal_emission_idle_cb): Likewise.Ettore Perazzoli2002-07-244-4/+14
* (item_key_press): In the case of '-' and '=', checkEttore Perazzoli2002-07-241-0/+6
* Also perform a search on the query_changed signal, which is what getsPeter Williams2002-07-244-38/+74
* Made these able to find the potential row for a new node which will be theChristopher James Lahey2002-07-191-3/+8
* Install libversit.a so that people compiling against the addressbook canPeter Williams2002-07-183-21/+44
* (setup_standard_verbs): Set the <commands> partEttore Perazzoli2002-07-182-5/+41
* (e_timezone_dialog_init):Ettore Perazzoli2002-07-062-0/+7
* (update_sensitivity): Removed.Ettore Perazzoli2002-07-032-43/+58
* (subitem_activated_cb): Don't emitEttore Perazzoli2002-07-022-3/+7
* (activate_by_subitems): Don't set the entry to beEttore Perazzoli2002-07-022-2/+7
* (build_items): Put the numbers in front of theEttore Perazzoli2002-06-192-1/+6
* Patch by clahey.JP Rosevear2002-06-181-1/+37
* Edit the view after appending it to the model.Christopher James Lahey2002-06-171-0/+1
* Don't draw or interact with the popup button if a cell isn't editableChristopher James Lahey2002-06-159-30/+50
* Bumped the version number to 0.19.99.17.Christopher James Lahey2002-06-062-1/+25
* Added debugging printfs. (e_text_request_paste): Fixed the order ofChristopher James Lahey2002-06-061-2/+14
* Added debugging printfs.Christopher James Lahey2002-06-053-1/+13
* Added debugging printfs.Christopher James Lahey2002-06-053-2/+38
* Made it so that on realize we grab focus if we have the cursor, sinceChristopher James Lahey2002-06-051-0/+11
* Added this function to let you disable the define views dialog.Christopher James Lahey2002-06-053-41/+73
* Added this function.Christopher James Lahey2002-06-057-125/+269
* Don't show this dialog more than once per collection.Christopher James Lahey2002-06-052-9/+37
* Added this function to set the user visible name of this collection.Christopher James Lahey2002-06-044-4/+45
* Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set.Christopher James Lahey2002-06-042-2/+3
* Get the font from the style again when the style changes. (init): ChecksChristopher James Lahey2002-06-045-6/+64
* Reflow and redraw when the style gets set.Christopher James Lahey2002-06-042-322/+330
* New helper function. (build_items): g_strdup() the text for all the items.Ettore Perazzoli2002-05-312-13/+71
* Added would_be_expanded refactoring code out of is_expanded.Christopher James Lahey2002-05-251-16/+22
* Put the stuff in /menu/Searchplaceholder/Search instead of /menu/Search.Ettore Perazzoli2002-05-231-3/+11