| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated glade_gnome_init() call with glade_init(). | Dan Winship | 2003-02-06 | 2 | -2/+2 |
* | make GAL_LIBS use -lgal-2.0 remove extraneous GTK_LIBS reference update to | Mike Kestner | 2003-02-05 | 5 | -874/+613 |
* | updated for e scroll frame --> gtk scrolled window | Radek Doulik | 2003-02-05 | 1 | -1/+1 |
* | replaced e scroll frame with gtk scrolled window | Radek Doulik | 2003-02-05 | 5 | -23/+21 |
* | Use Pango to draw. (e_calendar_item_class_init): Add font_desc and | Hans Petter Jansson | 2003-02-02 | 4 | -17/+106 |
* | Don't request combo boxes that are 0 pixels tall. (position_date_popup): | Hans Petter Jansson | 2003-02-02 | 2 | -12/+29 |
* | Just use gtk_widget_destroy as the G_CALLBACK function. | Jeffrey Stedfast | 2003-02-02 | 1 | -14/+5 |
* | gtk_widget_destroy the menu rather than g_object_unref'ing it. | Jeffrey Stedfast | 2003-02-01 | 1 | -1/+1 |
* | init the layout to NULL. | Chris Toshok | 2003-01-27 | 2 | -0/+6 |
* | Make the label bold using the new args to e_clipped_label_new(). | Ettore Perazzoli | 2003-01-24 | 4 | -32/+48 |
* | destroy canvas items to removing them, simply unrefing them is not | Larry Ewing | 2003-01-24 | 1 | -4/+4 |
* | (e_text_dispose): Renamed from | Ettore Perazzoli | 2003-01-23 | 1 | -11/+9 |
* | (e_tree_table_adapter_load_expanded_state): Call | Ettore Perazzoli | 2003-01-23 | 1 | -2/+0 |
* | (widgetsincludedir): Version using $(BASE_VERSION). | Ettore Perazzoli | 2003-01-23 | 2 | -7/+10 |
* | (gladedir): Version using | Ettore Perazzoli | 2003-01-23 | 2 | -8/+14 |
* | reverse part of the patch from 1/15. | Chris Toshok | 2003-01-18 | 1 | -1/+1 |
* | pass pango_context_get_language to pango_context_get_metrics. | Chris Toshok | 2003-01-18 | 1 | -1/+2 |
* | Fix destroy. | Ettore Perazzoli | 2003-01-18 | 1 | -2/+1 |
* | (e_notice): Use gtk_dialog_run() | Ettore Perazzoli | 2003-01-18 | 1 | -1/+2 |
* | apply the patch NotZed and I came up with to fix the height of the | Chris Toshok | 2003-01-16 | 1 | -5/+6 |
* | Same here. | Jeffrey Stedfast | 2003-01-16 | 3 | -3/+3 |
* | Here too. | Jeffrey Stedfast | 2003-01-16 | 2 | -2/+2 |
* | add call to e_table_model_pre_change here to reduce spew. | Chris Toshok | 2003-01-16 | 1 | -0/+7 |
* | use PangoFontMetrics here instead of using the ascent/descent of the | Chris Toshok | 2003-01-15 | 1 | -2/+11 |
* | If we set a clip rectangle, clear it after we've finished. | Not Zed | 2003-01-15 | 1 | -1/+6 |
* | (init): Change dialog from | Ettore Perazzoli | 2003-01-15 | 2 | -1/+6 |
* | Do not #include <e-bonobo-widget.h>. (e_set_dialog_parent): Remove the | Ettore Perazzoli | 2003-01-15 | 2 | -2/+6 |
* | (EXTRA_DIST): e-util-marshal.list, not | Ettore Perazzoli | 2003-01-15 | 2 | -34/+38 |
* | (EXTRA_DIST): e-util-marshal.list, not | Ettore Perazzoli | 2003-01-15 | 2 | -1/+6 |
* | revert broken fix | Mike Kestner | 2003-01-11 | 1 | -1/+1 |
* | Images are now in $(datadir)/evolution/images | Ettore Perazzoli | 2003-01-09 | 3 | -2/+7 |
* | Images are now in $(datadir)/evolution/images instead of | Ettore Perazzoli | 2003-01-09 | 2 | -1/+7 |
* | free the children before we free and dispose of our ecol, since | Chris Toshok | 2002-12-19 | 1 | -3/+3 |
* | pass NULL for parent_window for e_table_config_new. | Chris Toshok | 2002-12-19 | 5 | -1861/+2199 |
* | add the parent arg. | Chris Toshok | 2002-12-19 | 5 | -10/+18 |
* | edit->tep isn't a GtkObject anymore. | Chris Toshok | 2002-12-17 | 1 | -2/+0 |
* | pass in the pango layout so we don't have to create another one here. | Chris Toshok | 2002-12-17 | 1 | -90/+46 |
* | remove obvious double g_strdup. | Chris Toshok | 2002-12-17 | 3 | -3/+3 |
* | valgrindage | Mike Kestner | 2002-12-14 | 1 | -1/+1 |
* | protect against null instance_id's (bug#35540) | Mike Kestner | 2002-12-14 | 1 | -1/+5 |
* | check for null or blank view names | Gilbert Fang | 2002-12-11 | 1 | -5/+9 |
* | Removed the g_assert_not_reached(). If you hit the close button on your | Not Zed | 2002-12-10 | 2 | -2/+7 |
* | rework this to be faster and deal more correctly with the ellipsis. | Chris Toshok | 2002-12-10 | 3 | -70/+105 |
* | lots of stuff, add 2 e-text widgets, 1 readonly, the other writable (that | Chris Toshok | 2002-12-09 | 5 | -530/+91 |
* | Add a "collate" sort callback that uses the new g_collate_compare(). | Jeffrey Stedfast | 2002-12-06 | 1 | -0/+1 |
* | guard against multiple calls. | Chris Toshok | 2002-12-05 | 1 | -4/+4 |
* | Don't leak old sort info. | Hans Petter Jansson | 2002-12-04 | 2 | -0/+7 |
* | dispose can be run multiple times too ... bloody gobject crap. | Not Zed | 2002-12-03 | 2 | -2/+11 |
* | make this a dispose rather than finalise. Crashes on finalise otherwise. | Not Zed | 2002-12-03 | 1 | -3/+3 |
* | Reverted | Rodrigo Moya | 2002-12-02 | 2 | -5/+0 |
* | Included gtkmessagedialog.h. | Rodrigo Moya | 2002-12-02 | 2 | -0/+5 |
* | Add include of gnome-dialog.h | Not Zed | 2002-12-02 | 2 | -25/+10 |
* | Add include of gnome-dialog.h | Not Zed | 2002-12-02 | 39 | -217/+226 |
* | rework this from the gal-2 branch, clahey's patch, and the stuff i'd done | Chris Toshok | 2002-11-30 | 1 | -107/+107 |
* | (etms_finalize): Call | Ettore Perazzoli | 2002-11-27 | 1 | -1/+26 |
* | Dont grab_add anymore on the button, gtk_button is changed in gtk2 not to | Not Zed | 2002-11-26 | 2 | -1/+6 |
* | commit clahey's original pango work. | Chris Toshok | 2002-11-20 | 2 | -916/+392 |
* | column_width = double. (e_reflow_realize): no need to cast to double, | Chris Toshok | 2002-11-19 | 1 | -4/+4 |
* | take GCallback, not GtkSignalFunc. (configure_sort_dialog): show the | Chris Toshok | 2002-11-19 | 2 | -214/+19 |
* | we need to destroy the dialog after we've run it, because run doesn't do | Not Zed | 2002-11-18 | 1 | -0/+1 |
* | convert this to wrap around GtkMessageDialog. | Chris Toshok | 2002-11-17 | 1 | -6/+24 |
* | convert some GnomeDialog stuff to GtkDialog. | Chris Toshok | 2002-11-17 | 3 | -13/+11 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 5 | -223/+185 |
* | check for table->table_canvas == NULL. | Chris Toshok | 2002-11-17 | 2 | -15/+19 |
* | fix c&p typo. | Chris Toshok | 2002-11-17 | 1 | -1/+1 |
* | GObject port work. | Chris Toshok | 2002-11-17 | 69 | -4140/+4783 |
* | Lots of GObject work. | Chris Toshok | 2002-11-17 | 17 | -1249/+1404 |
* | GtkObject->Gobject and GnomeDialog->GtkDialog work. | Chris Toshok | 2002-11-17 | 4 | -208/+252 |
* | lots of GObject work. | Chris Toshok | 2002-11-17 | 12 | -486/+508 |
* | new function, build pango layout for string. | Chris Toshok | 2002-11-16 | 3 | -53/+84 |
* | (esma_dispose): g_object_unref() instead of gtk_object_unref(). | Ettore Perazzoli | 2002-11-16 | 1 | -1/+1 |
* | fix typo. | Chris Toshok | 2002-11-15 | 1 | -2/+2 |
* | ETableConfig derives from GObject (fix warnings). | Chris Toshok | 2002-11-15 | 4 | -70/+82 |
* | deal with EBitArray/ESorter being a GObject now. | Chris Toshok | 2002-11-15 | 2 | -2/+2 |
* | deal with ESelectionModel no longer deriving from GtkObject. | Chris Toshok | 2002-11-15 | 10 | -359/+394 |
* | this derives from GObject now. | Chris Toshok | 2002-11-15 | 9 | -296/+312 |
* | use GtkDialog's ::response instead of GnomeDialog's ::clicked. | Chris Toshok | 2002-11-15 | 2 | -5/+12 |
* | hrm, we shouldn't need to do this, but gtk_widget_show_all the custom | Chris Toshok | 2002-11-15 | 1 | -0/+1 |
* | this subclasses from GObject now, not GtkObject. don't use GtkObject | Chris Toshok | 2002-11-15 | 6 | -3922/+3925 |
* | New. (e_clipped_label_destroy): Removed. | Ettore Perazzoli | 2002-11-15 | 3 | -13/+22 |
* | Changed to use g_object_*() and g_signal_*() | Ettore Perazzoli | 2002-11-15 | 2 | -47/+70 |
* | add more marshallers for e-table. | Chris Toshok | 2002-11-14 | 1 | -160/+177 |
* | more porting work. | Chris Toshok | 2002-11-14 | 14 | -1098/+971 |
* | menus/gal-view-menus.h GObjectified. | Ettore Perazzoli | 2002-11-14 | 5 | -98/+98 |
* | start porting to GObject. | Chris Toshok | 2002-11-14 | 12 | -375/+235 |
* | Converted to Glade 2. | Ettore Perazzoli | 2002-11-14 | 2 | -244/+263 |
* | gnome-xml->libxml | Not Zed | 2002-11-13 | 3 | -3/+9 |
* | only clear choices if cv->choices != NULL. (e_completion_view_disconnect): | Chris Toshok | 2002-11-12 | 1 | -3/+6 |
* | port to GObject. | Chris Toshok | 2002-11-12 | 3 | -101/+106 |
* | (init): Use GObject functions instead of | Ettore Perazzoli | 2002-11-12 | 2 | -16/+18 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 6 | -20/+20 |
* | Forgot two more gtk_object_(un)?ref()s. | Ettore Perazzoli | 2002-11-12 | 2 | -4/+4 |
* | Replace gtk_object_(un)?ref() with g_object_(un)?ref(). Likewise. | Ettore Perazzoli | 2002-11-12 | 12 | -67/+67 |
* | Removed. (impl_finalize): New. (class_init): Override GObject::finalize, | Ettore Perazzoli | 2002-11-12 | 4 | -43/+56 |
* | correct the GET_CLASS macro. | Chris Toshok | 2002-11-09 | 6 | -6/+6 |
* | include gnome-dialog | JP Rosevear | 2002-11-08 | 2 | -0/+5 |
* | ignore the generated marshal source. | Chris Toshok | 2002-11-07 | 6 | -132/+182 |
* | remove duplicate g_signal_new for column_width_changed. | Chris Toshok | 2002-11-07 | 1 | -8/+0 |
* | GObjectify GObjectify | Mike Kestner | 2002-11-06 | 4 | -63/+55 |
* | remove ref/unref G_OBJECT masks ditto ditto ditto ditto ditto ditto ditto | Mike Kestner | 2002-11-06 | 9 | -63/+63 |
* | GObjectify GObjectify GObjectify use GObject api for models use GObject | Mike Kestner | 2002-11-06 | 24 | -767/+563 |
* | use GObject api for models GObjectify GObjectify GObjectify GObjectify | Mike Kestner | 2002-11-05 | 26 | -867/+623 |
* | use GObject api for ETableHeader use GObject api on ETableHeader | Mike Kestner | 2002-11-05 | 15 | -327/+297 |
* | (impl_expose_event): Use | Ettore Perazzoli | 2002-11-04 | 2 | -1/+6 |
* | (e_timezone_dialog_get_builtin_timezone): Constify arg | Ettore Perazzoli | 2002-11-04 | 3 | -2/+8 |
* | First big sync of my GNOME 2 porting work (incomplete, and still | Ettore Perazzoli | 2002-11-02 | 32 | -255/+328 |
* | gobjectify ETableExtras is now a GObject (e_tree_class_init): remove | Mike Kestner | 2002-11-02 | 3 | -35/+18 |
* | merging the gal-2 branch back to the trunk. | Mike Kestner | 2002-11-01 | 172 | -2868/+1945 |
* | Emit a search_activated signal. (e_search_bar_set_item_id): Revert to | Jeffrey Stedfast | 2002-10-29 | 2 | -3/+9 |
* | add prototypes for the _change* functions. | Chris Toshok | 2002-10-25 | 2 | -19/+160 |
* | call e_tree_state_change | Mike Kestner | 2002-10-25 | 1 | -0/+2 |
* | If the clear button was pressed, we want the entry to be sensitive (not | Jeffrey Stedfast | 2002-10-24 | 5 | -24/+31 |
* | (activate_by_subitems): gtk_widget_grab_focus() | Ettore Perazzoli | 2002-10-24 | 2 | -0/+11 |
* | don't emit a signal if we couldn't find the view row | JP Rosevear | 2002-10-22 | 1 | -2/+4 |
* | Don't include the byte reserved for the nul in the outleft size. | Jeffrey Stedfast | 2002-10-17 | 1 | -17/+25 |
* | check if the selection fits in the leftover days | JP Rosevear | 2002-10-16 | 2 | -4/+28 |
* | call drop_timeout | Mike Kestner | 2002-10-04 | 1 | -2/+1 |
* | [Add a small delay to the switching of pages in the multi-config | Ettore Perazzoli | 2002-10-01 | 2 | -10/+56 |
* | use the fg color array in style, not text color. Change requested by Chris | Mike Kestner | 2002-09-28 | 1 | -2/+2 |
* | Ooops. | Ettore Perazzoli | 2002-09-28 | 1 | -4/+3 |
* | (create_page_container): Don't set up | Ettore Perazzoli | 2002-09-28 | 2 | -0/+7 |
* | add the gtk2 keypad entries (resync with gdk). | Larry Ewing | 2002-09-25 | 1 | -10/+34 |
* | New api to set the search column on a tree without having to set a sort | Mike Kestner | 2002-09-24 | 2 | -0/+23 |
* | Clear search by setting text to "" and search to first search. | Not Zed | 2002-09-24 | 3 | -12/+17 |
* | Fix some non-ANSI switch statements. | Dan Winship | 2002-09-23 | 2 | -2/+7 |
* | Set the selection model's selection_mode after setting the table model, or | Dan Winship | 2002-09-20 | 1 | -5/+2 |
* | guard against NULL nodes. | Mike Kestner | 2002-09-20 | 1 | -0/+1 |
* | exit editing on dblclick. ungrab based on grabbed_count. unset grabbed_col | Mike Kestner | 2002-09-18 | 1 | -7/+8 |
* | forgot to commit the po stuff from the release. also bumped the so number. | Mike Kestner | 2002-09-11 | 1 | -1/+1 |
* | take a clip_height and use it to set the maximum number of lines if | JP Rosevear | 2002-09-11 | 1 | -20/+15 |
* | need to make the find now button sensitive when you select something from | Chris Toshok | 2002-08-30 | 2 | -0/+7 |
* | kill a return that caused selection ranges to not emit selection_changed | Mike Kestner | 2002-08-30 | 1 | -1/+0 |
* | If the item is ADVANCED_ID, check the query and efb->setquery to see | Peter Williams | 2002-08-30 | 2 | -1/+14 |
* | Don't set the item id; clear search isn't in the menu anymore. Fixes | Peter Williams | 2002-08-24 | 2 | -1/+5 |
* | don't adjust for two digit dates here, the e_time_parse routines do that | JP Rosevear | 2002-08-22 | 3 | -23/+5 |
* | ref/unref the gvm | Mike Kestner | 2002-08-15 | 2 | -0/+8 |
* | And finally here. | Jeffrey Stedfast | 2002-08-07 | 4 | -74/+6 |
* | #include <string.h> for memset | Jeffrey Stedfast | 2002-08-07 | 5 | -21/+125 |
* | Set the query text into the filter name when saving it, for #10979. | Not Zed | 2002-08-06 | 2 | -2/+13 |
* | Add missing cast. (e_calendar_item_signal_emission_idle_cb): Likewise. | Ettore Perazzoli | 2002-07-24 | 4 | -4/+14 |
* | (item_key_press): In the case of '-' and '=', check | Ettore Perazzoli | 2002-07-24 | 1 | -0/+6 |
* | Also perform a search on the query_changed signal, which is what gets | Peter Williams | 2002-07-24 | 4 | -38/+74 |
* | Made these able to find the potential row for a new node which will be the | Christopher James Lahey | 2002-07-19 | 1 | -3/+8 |
* | Install libversit.a so that people compiling against the addressbook can | Peter Williams | 2002-07-18 | 3 | -21/+44 |
* | (setup_standard_verbs): Set the <commands> part | Ettore Perazzoli | 2002-07-18 | 2 | -5/+41 |
* | (e_timezone_dialog_init): | Ettore Perazzoli | 2002-07-06 | 2 | -0/+7 |
* | (update_sensitivity): Removed. | Ettore Perazzoli | 2002-07-03 | 2 | -43/+58 |
* | (subitem_activated_cb): Don't emit | Ettore Perazzoli | 2002-07-02 | 2 | -3/+7 |
* | (activate_by_subitems): Don't set the entry to be | Ettore Perazzoli | 2002-07-02 | 2 | -2/+7 |
* | (build_items): Put the numbers in front of the | Ettore Perazzoli | 2002-06-19 | 2 | -1/+6 |
* | Patch by clahey. | JP Rosevear | 2002-06-18 | 1 | -1/+37 |
* | Edit the view after appending it to the model. | Christopher James Lahey | 2002-06-17 | 1 | -0/+1 |
* | Don't draw or interact with the popup button if a cell isn't editable | Christopher James Lahey | 2002-06-15 | 9 | -30/+50 |
* | Bumped the version number to 0.19.99.17. | Christopher James Lahey | 2002-06-06 | 2 | -1/+25 |
* | Added debugging printfs. (e_text_request_paste): Fixed the order of | Christopher James Lahey | 2002-06-06 | 1 | -2/+14 |
* | Added debugging printfs. | Christopher James Lahey | 2002-06-05 | 3 | -1/+13 |
* | Added debugging printfs. | Christopher James Lahey | 2002-06-05 | 3 | -2/+38 |
* | Made it so that on realize we grab focus if we have the cursor, since | Christopher James Lahey | 2002-06-05 | 1 | -0/+11 |
* | Added this function to let you disable the define views dialog. | Christopher James Lahey | 2002-06-05 | 3 | -41/+73 |
* | Added this function. | Christopher James Lahey | 2002-06-05 | 7 | -125/+269 |
* | Don't show this dialog more than once per collection. | Christopher James Lahey | 2002-06-05 | 2 | -9/+37 |
* | Added this function to set the user visible name of this collection. | Christopher James Lahey | 2002-06-04 | 4 | -4/+45 |
* | Reenable tooltips if the GAL_DO_TOOLTIPS environment variable is set. | Christopher James Lahey | 2002-06-04 | 2 | -2/+3 |
* | Get the font from the style again when the style changes. (init): Checks | Christopher James Lahey | 2002-06-04 | 5 | -6/+64 |
* | Reflow and redraw when the style gets set. | Christopher James Lahey | 2002-06-04 | 2 | -322/+330 |
* | New helper function. (build_items): g_strdup() the text for all the items. | Ettore Perazzoli | 2002-05-31 | 2 | -13/+71 |
* | Added would_be_expanded refactoring code out of is_expanded. | Christopher James Lahey | 2002-05-25 | 1 | -16/+22 |
* | Put the stuff in /menu/Searchplaceholder/Search instead of /menu/Search. | Ettore Perazzoli | 2002-05-23 | 1 | -3/+11 |
* | Put the search menu in a SearchPlaceholder. | Ettore Perazzoli | 2002-05-23 | 1 | -0/+3 |
* | New, overrides GtkWidget::draw. (impl_expose_event): New, overrides | Ettore Perazzoli | 2002-05-23 | 2 | -2/+108 |
* | Check for path being NULL. | Christopher James Lahey | 2002-05-21 | 2 | -2/+17 |
* | Prepend the advanced menu with a separator. | Ettore Perazzoli | 2002-05-21 | 3 | -6/+15 |
* | Strip underscores from the menu item labels. | Ettore Perazzoli | 2002-05-21 | 3 | -6/+43 |
* | Made it so that if the current_id doesn't match any of the given ids, it | Christopher James Lahey | 2002-05-14 | 2 | -4/+20 |
* | Changed a lot of direct uses in this file of node->is_expanded to call the | Christopher James Lahey | 2002-05-14 | 1 | -70/+76 |
* | If grabbed_item is NULL, cancel the timeout. | Christopher James Lahey | 2002-05-11 | 1 | -0/+8 |
* | Include string.h here. | Christopher James Lahey | 2002-05-11 | 1 | -0/+2 |
* | Switch from gnome_canvas_item_grab to e_canvas_item_grab. | Christopher James Lahey | 2002-05-10 | 5 | -31/+149 |
* | Bump file version to 2. (This will make older versions of gal ignore the | Dan Winship | 2002-05-10 | 1 | -4/+12 |
* | Change this directory to include the $(VERSION). | Christopher James Lahey | 2002-05-07 | 1 | -6/+2 |
* | Make the style here match the proper widget style to emulate a label or an | Christopher James Lahey | 2002-05-03 | 1 | -1/+1 |
* | Added this function that lets you specify the translation domain. | Christopher James Lahey | 2002-05-03 | 10 | -84/+121 |
* | Added horizontal dividers to this item when in table mode. | Christopher James Lahey | 2002-05-03 | 4 | -26/+28 |
* | Set the gettext-domain here. | Christopher James Lahey | 2002-05-02 | 11 | -36/+81 |
* | From gal/e-table/ChangeLog: | Christopher James Lahey | 2002-04-30 | 1 | -8/+8 |
* | Changed LDFLAGS to LIBS for tests here. Bumped the version number to | Christopher James Lahey | 2002-04-30 | 2 | -0/+39 |
* | Take an int instead of a double. From a patch by jody@ximian.com. | Christopher James Lahey | 2002-04-27 | 1 | -1/+1 |
* | Don't print out the colors here unless debugging is turned on. | Christopher James Lahey | 2002-04-27 | 2 | -1/+8 |
* | Only unref etst->sort_info once. | Christopher James Lahey | 2002-04-27 | 1 | -1/+0 |
* | Documented the life cycle requirements of the return value of these | Christopher James Lahey | 2002-04-27 | 2 | -7/+23 |
* | Include alloca.h here if it's necessary. | Christopher James Lahey | 2002-04-27 | 1 | -0/+4 |
* | Initialize these struct members individually instead of as a struct. | Christopher James Lahey | 2002-04-27 | 1 | -1/+4 |
* | Added calls to e_table_model_pre_change here so that the ETableItem | Christopher James Lahey | 2002-04-26 | 1 | -0/+4 |
* | Made these handle the case where all_children_selected_array has a bit | Christopher James Lahey | 2002-04-26 | 1 | -2/+7 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 10 | -22/+23 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 4 | -4/+4 |
* | Ansification patch from danw. | Christopher James Lahey | 2002-04-26 | 50 | -74/+74 |
* | Changed this to match the new e_table_memory_store_insert function | Christopher James Lahey | 2002-04-25 | 1 | -1/+1 |
* | implement printing (pixbuf_print_height): implement print height | JP Rosevear | 2002-04-25 | 3 | -18/+53 |
* | Updated this to match the changed function name in gal. | Christopher James Lahey | 2002-04-23 | 2 | -2/+7 |
* | Bumped version number to 0.19.99.14. | Christopher James Lahey | 2002-04-23 | 6 | -31/+254 |
* | Unref the sort_info. | Jeffrey Stedfast | 2002-04-20 | 1 | -0/+5 |
* | After unreffing all the pixmaps, free the toggle_view->pixmap_cache. | Jeffrey Stedfast | 2002-04-20 | 1 | -0/+1 |
* | Free the priv->search_string and priv itself. More memory leak fixage. | Jeffrey Stedfast | 2002-04-20 | 2 | -0/+9 |
* | print the cell in the allotted area (etog_print_height): return the print | JP Rosevear | 2002-04-20 | 1 | -0/+57 |
* | handle toggle and radio items (make_item): the item is now passed in from | JP Rosevear | 2002-04-18 | 1 | -17/+26 |
* | Bumped version number to 0.19.99.11. | Christopher James Lahey | 2002-04-18 | 3 | -22/+67 |
* | If there is a grabbed_item, send all events to it. | Christopher James Lahey | 2002-04-18 | 1 | -22/+20 |
* | Fixed a memory leak here by using the "selection-done" signal. | Christopher James Lahey | 2002-04-12 | 3 | -13/+49 |
* | Oops. The previous change made the search bar widgets get packed in the | Dan Winship | 2002-04-10 | 2 | -3/+11 |
* | Construct the buttons earlier so that the option-menu-setup code that | Dan Winship | 2002-04-07 | 2 | -5/+11 |
* | show a specific page number | JP Rosevear | 2002-04-07 | 3 | -0/+23 |
* | Don't show the popup if the entry->item doesn't have focus. | Ettore Perazzoli | 2002-04-04 | 1 | -0/+5 |
* | ignore .pure | Chris Toshok | 2002-04-02 | 1 | -0/+1 |
* | Change the ETable specs so it doesn't sort. | Ettore Perazzoli | 2002-03-30 | 2 | -1/+5 |
* | Added widgets/e-option-menu.lo. | Christopher James Lahey | 2002-03-26 | 3 | -28/+69 |
* | Call the parent function after doing all the internal work so that when | Christopher James Lahey | 2002-03-26 | 1 | -9/+9 |
* | +2002-03-20 Christopher James Lahey <clahey@ximian.com> | Chris Lahey | 2002-03-22 | 1 | -15/+15 |
* | Add accelerators for "Find Now" and "Clear". | Ettore Perazzoli | 2002-03-21 | 4 | -10/+18 |
* | Remove all the SearchBar items before setting them up again. | Ettore Perazzoli | 2002-03-21 | 2 | -25/+80 |
* | No accelerator for "FindNow". (add_button): Add a one-pixel padding to the | Ettore Perazzoli | 2002-03-19 | 2 | -2/+8 |
* | Rename the "Search Now" menu entry to "Find Now". Rename the corresponding | Ettore Perazzoli | 2002-03-19 | 2 | -4/+12 |
* | New halper function to update the sensitivity of the commands. | Ettore Perazzoli | 2002-03-19 | 2 | -0/+46 |
* | Init clear_button to NULL. (add_button): New helper function to add a | Ettore Perazzoli | 2002-03-19 | 3 | -15/+54 |
* | New, implementation for a new "SearchNow" verb. (setup_standard_verbs): | Ettore Perazzoli | 2002-03-19 | 2 | -0/+21 |
* | [Search bar re-design implementation, Take 2.] | Ettore Perazzoli | 2002-03-19 | 4 | -30/+74 |
* | Allow for per-item closures and also instead of taking a const char | Jeffrey Stedfast | 2002-03-16 | 2 | -37/+40 |
* | Check for a style_set signal on all the contained GnomeCanvasItems. | Christopher James Lahey | 2002-03-16 | 6 | -0/+82 |
* | [Start implementing the new Search Bar design.] | Ettore Perazzoli | 2002-03-16 | 5 | -107/+178 |
* | Add a GdkPixmap * cache of rendered toggle images. This should | Christopher James Lahey | 2002-03-16 | 1 | -48/+130 |
* | Set horizontal scroll policy to GTK_POLICY_NEVER here. Don't set usize | Christopher James Lahey | 2002-03-16 | 2 | -9/+13 |
* | New function that returns the total minimum width of all the columns. | Christopher James Lahey | 2002-03-16 | 4 | -4/+39 |
* | Implemented capitalization keybindings. | Christopher James Lahey | 2002-03-15 | 2 | -17/+91 |
* | Made this return a boolean that returns whether the ETableSearch used the | Christopher James Lahey | 2002-03-15 | 4 | -9/+12 |
* | Don't search if any modifier but SHIFT or LOCK is pressed. | Ettore Perazzoli | 2002-03-15 | 2 | -4/+6 |
* | If the charset item doesn't have a class (aka "Unknown"), don't write a | Jeffrey Stedfast | 2002-03-14 | 2 | -3/+12 |
* | Added alpha blending here. | Christopher James Lahey | 2002-03-14 | 2 | -2/+73 |
* | Added selected_column, focused_column, and unselected_column. | Christopher James Lahey | 2002-03-14 | 2 | -17/+118 |
* | Added this function. | Christopher James Lahey | 2002-03-14 | 4 | -1/+26 |
* | Clean up comment. | Ettore Perazzoli | 2002-03-14 | 1 | -3/+1 |
* | Replaced e_marshal_BOOL__STRING with this since the function it was used | Christopher James Lahey | 2002-03-13 | 5 | -24/+53 |
* | Added ETableSearch support. | Christopher James Lahey | 2002-03-13 | 1 | -50/+164 |
* | Added support for E_TABLE_MEMORY_STORE_OBJECT which represents a column | Christopher James Lahey | 2002-03-13 | 2 | -2/+17 |
* | Removed Page struct. (e_multi_config_dialog_add_page): Select the initial | Christopher James Lahey | 2002-03-13 | 2 | -56/+15 |
* | Use Use e_table_memory_store instead of e_table_memory_callbacks. Use | Christopher James Lahey | 2002-03-13 | 2 | -99/+44 |
* | Give the correct height to the subcells instead of overlapping them. | Christopher James Lahey | 2002-03-13 | 6 | -19/+39 |
* | Added e-table-search.lo. | Christopher James Lahey | 2002-03-12 | 14 | -72/+587 |
* | Proxy request_collapse signals. | Christopher James Lahey | 2002-03-12 | 1 | -48/+65 |
* | Added e-cell-vbox.lo. | Christopher James Lahey | 2002-03-12 | 2 | -0/+556 |
* | Added this function to take a ... list of column data. The expected number | Christopher James Lahey | 2002-03-12 | 2 | -0/+24 |