| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #43775 | JP Rosevear | 2003-05-31 | 3 | -7/+43 |
* | bump libtool version for api addition new, utf8 in/out | Mike Kestner | 2003-05-29 | 1 | -26/+9 |
* | to really fix 42952 use e_table_item_get_cell_geometry. Also a couple | Ettore Perazzoli | 2003-05-22 | 1 | -4/+9 |
* | Added HIG-appropriate spacing/ padding to the main hbox into which the | Anna Marie Dirks | 2003-05-20 | 2 | -3/+9 |
* | revert a broken CLEAN_FILES change. [42478] | Mike Kestner | 2003-05-20 | 1 | -3/+2 |
* | HIG-ified the spacing, padding, alignment of this dialog. Fixes bug #41148 | Anna Marie Dirks | 2003-05-19 | 2 | -256/+287 |
* | port to GtkDialog. | Larry Ewing | 2003-05-19 | 2 | -35/+75 |
* | block the signal that got us here until we're done to stop an infinite | Mike Kestner | 2003-05-17 | 4 | -17/+9 |
* | Added appropriate padding/spacing to the categories list dialog. Fixes the | Anna Marie Dirks | 2003-05-17 | 1 | -155/+153 |
* | Make sure the galview.xml file exists before trying to parse it with | Jeffrey Stedfast | 2003-05-17 | 1 | -3/+7 |
* | Disable debugging messages. | Ettore Perazzoli | 2003-05-16 | 2 | -2/+2 |
* | (tree_canvas_size_allocate): Call | Ettore Perazzoli | 2003-05-16 | 1 | -5/+5 |
* | use weak refs not datasets. (e_tree_dispose): weak_unref the context. | Mike Kestner | 2003-05-16 | 1 | -5/+15 |
* | guard against multiple destroys | JP Rosevear | 2003-05-15 | 4 | -10/+24 |
* | gross hack to work around a post dispose event emission by | Mike Kestner | 2003-05-15 | 1 | -0/+3 |
* | [ fixes several utf8/pango related problems, including bugs #41288, | Chris Toshok | 2003-05-14 | 2 | -284/+391 |
* | (gal_view_menus_unmerge): Guard against | Ettore Perazzoli | 2003-05-14 | 2 | -1/+7 |
* | [#42628] Call emit_search_activated() instead of emit_query_changed(). | Ettore Perazzoli | 2003-05-14 | 2 | -1/+7 |
* | [ fixes bug #42177 ] remove the CAN_FOCUS flag. | Chris Toshok | 2003-05-12 | 2 | -2/+5 |
* | add null check for paths (find_prev_in_range): add null check for paths | Mike Kestner | 2003-05-10 | 1 | -2/+2 |
* | don't return on col == -1. update the adjustment to center the cursor. | Mike Kestner | 2003-05-10 | 2 | -2/+13 |
* | Fix date in ChangeLog. | Ettore Perazzoli | 2003-05-10 | 1 | -1/+1 |
* | *** empty log message *** | Ettore Perazzoli | 2003-05-10 | 2 | -0/+8 |
* | trash e_utf8_gtk function (e_search_bar_get_text): ditto | JP Rosevear | 2003-05-08 | 2 | -2/+7 |
* | add missing model_changed (etta_proxy_node_inserted): add missing | Mike Kestner | 2003-05-07 | 1 | -0/+4 |
* | Use correct macro for int->pointer | Jeremy Katz | 2003-05-06 | 1 | -1/+1 |
* | Fix prototype. Likewise. | Jeremy Katz | 2003-05-06 | 2 | -2/+2 |
* | Fixed typo in gal/e-text/e-text.c. | Christian Neumair | 2003-05-06 | 1 | -1/+1 |
* | return the instantiated object. [bug #42156] | Mike Kestner | 2003-05-02 | 2 | -4/+27 |
* | remove gratuitous ref | JP Rosevear | 2003-05-02 | 1 | -1/+0 |
* | don't use unicode ellipsis so that we don't break on broken font setups. | Mike Kestner | 2003-04-30 | 1 | -6/+1 |
* | Remove this so that GtkContainer's destroy method will destroy all of the | Dan Winship | 2003-04-30 | 2 | -25/+7 |
* | don't do wrapping during edit | Mike Kestner | 2003-04-29 | 1 | -0/+3 |
* | Don't convert the label charset from UTF-8 into the locale charset. | Jeffrey Stedfast | 2003-04-29 | 2 | -11/+11 |
* | Try stat'ing the file before loading it with xmlParseFile() to avoid | Jeffrey Stedfast | 2003-04-25 | 1 | -4/+6 |
* | *misc/e-multi-config-dialog.c : add appropriate padding and spacing to the | Anna Dirks | 2003-04-24 | 2 | -2/+10 |
* | use unicode ellipsis char for breaking lines. Use g_utf8_find_prev_char | Mike Kestner | 2003-04-23 | 1 | -9/+14 |
* | use e_tree_table_adapter_node_get_next to determine how to draw sibling | Mike Kestner | 2003-04-21 | 3 | -4/+16 |
* | [ fixes evolution bug #40464 ] use G_SIGNAL_TYPE_STATIC_SCOPE for the | Chris Toshok | 2003-04-21 | 1 | -2/+2 |
* | if the layout splits into more than one line, shorten it to a single line | Mike Kestner | 2003-04-19 | 1 | -3/+18 |
* | add guarding for row indexing (Bug# 41497) | JP Rosevear | 2003-04-19 | 1 | -5/+16 |
* | set width and alignment of layout. (generate_layout): set width on | Mike Kestner | 2003-04-17 | 1 | -12/+29 |
* | (remove_bonobo_menus): Only do the actual remove | Ettore Perazzoli | 2003-04-16 | 2 | -0/+9 |
* | Unref the metrics. (e_calendar_item_draw): Re-use the widget's context | Hans Petter Jansson | 2003-04-16 | 3 | -3/+33 |
* | Free the id when we're done with it. | Hans Petter Jansson | 2003-04-16 | 1 | -0/+3 |
* | Don't unref the layout that was passed in. (e_table_header_draw_button): | Hans Petter Jansson | 2003-04-16 | 2 | -2/+4 |
* | fix padding and default size. Fixed warnings elsewhere in file. | Mike Kestner | 2003-04-16 | 1 | -1/+7 |
* | Change the border width and padding to comply with the HIG. Fixes bug | Jeffrey Stedfast | 2003-04-12 | 2 | -1/+3 |
* | Change the border width and padding to comply with the HIG. Fixes bug | Jeffrey Stedfast | 2003-04-12 | 2 | -1/+8 |
* | free data here since we don't have source in finalize | JP Rosevear | 2003-04-11 | 1 | -11/+15 |
* | use stock buttons, remove desc frame. #if out the copy button. add | Mike Kestner | 2003-04-11 | 3 | -282/+229 |
* | add ... to "Define Views" and "Save Custom View" menuitem labels. | Mike Kestner | 2003-04-10 | 2 | -2/+7 |
* | add response ids to buttons | Mike Kestner | 2003-04-09 | 1 | -6/+6 |
* | kill an old e_utf8_gtk usage | Mike Kestner | 2003-04-09 | 2 | -7/+5 |
* | remove e-font.[ch], test-e-font, and test-font-loading. kill | Mike Kestner | 2003-04-09 | 3 | -281/+2 |
* | gal/e-text/e-text.[ch] : break EFont dependency | Mike Kestner | 2003-04-09 | 2 | -5/+0 |
* | swap button order swap button order | Mike Kestner | 2003-04-09 | 2 | -32/+32 |
* | fix button order fix button order fix button order | Mike Kestner | 2003-04-08 | 3 | -3/+3 |
* | remove debugging g_print calls fix length_threshold prop range fix | Mike Kestner | 2003-04-08 | 4 | -14/+3 |
* | fill_color_gdk is a boxed GdkColor, not a pointer. (ecb_set_property): | Chris Toshok | 2003-04-08 | 1 | -6/+7 |
* | e_cell_percent_get_type returns GType, not GtkType. | Chris Toshok | 2003-04-07 | 3 | -2/+10 |
* | guard against root == NULL. Bug #39491. | Mike Kestner | 2003-04-05 | 1 | -0/+3 |
* | set handle_popup to TRUE on the EText. | Chris Toshok | 2003-04-04 | 3 | -8/+34 |
* | emit a keypress signal. yes, i know this might not correspond to a single | Chris Toshok | 2003-04-03 | 1 | -0/+2 |
* | ifdef gtk_widget_get_clipboard since we need to build against gtk 2.0. | Chris Toshok | 2003-04-03 | 1 | -3/+24 |
* | only connect the signals if !im_context_signals_registered. (e_text_init): | Chris Toshok | 2003-04-03 | 2 | -7/+13 |
* | just disconnect based on DATA, so we only need 1 call. (e_text_event): | Chris Toshok | 2003-04-03 | 1 | -20/+4 |
* | [ either fixes #39702 or comes damn, damn close. also, fixes EText to not | Chris Toshok | 2003-04-03 | 4 | -461/+473 |
* | For example; a selection ending 2003-apr-02 does not fit into the | Hans Petter Jansson | 2003-04-03 | 2 | -8/+24 |
* | (e_tree_class_init): Add a G_SIGNAL_TYPE_STATIC_SCOPE | Ettore Perazzoli | 2003-04-03 | 1 | -1/+1 |
* | restore expanded state of node and all children. Fixes Ximian bug #40393. | Mike Kestner | 2003-04-03 | 1 | -3/+31 |
* | move to using gtk_im_context. | Larry Ewing | 2003-04-02 | 2 | -85/+11 |
* | Nuke GdkFont and use Pango's font measuring for everything. | Hans Petter Jansson | 2003-04-02 | 4 | -130/+160 |
* | stop drawing that annoying focus rectangle. | Chris Toshok | 2003-04-02 | 1 | -1/+1 |
* | [ fixes bug #39508 ] add back in some suitably pango-ized code to get | Chris Toshok | 2003-04-02 | 1 | -5/+59 |
* | if killing the root node, set it to NULL in the priv data. Bug #39441. | Mike Kestner | 2003-04-01 | 1 | -0/+2 |
* | Handle multiple destroys. | Hans Petter Jansson | 2003-03-31 | 2 | -3/+15 |
* | set the sub item to the default as well | JP Rosevear | 2003-03-29 | 2 | -0/+18 |
* | (set_state): Removed debugging message. | Ettore Perazzoli | 2003-03-28 | 2 | -1/+5 |
* | set the popup to insensitive when we pop it down. hack to force it to lose | Not Zed | 2003-03-27 | 1 | -0/+3 |
* | #include gtkarrow.h Likewise | Dan Winship | 2003-03-25 | 4 | -2/+11 |
* | Remove e_notice. (Moved to evolution.) | Dan Winship | 2003-03-25 | 2 | -30/+0 |
* | properly parse nodes that include whitespace. bug #39896 | Mike Kestner | 2003-03-25 | 1 | -13/+16 |
* | don't call delete_node on the root node since generate_tree already does | Mike Kestner | 2003-03-24 | 1 | -2/+3 |
* | fix UMR. | Chris Toshok | 2003-03-23 | 1 | -1/+1 |
* | Use glib macro G_GNUC_FUNCTION instead of __FUNCTION__. Thank u, Ettore. | Sanshao Jiang | 2003-03-22 | 2 | -6/+7 |
* | [ fixes bug #39856 ] request a full redraw when we're done dragging | Chris Toshok | 2003-03-21 | 1 | -0/+1 |
* | Updated to use GtkDialog instead of GnomeDialog. Also fixed bug #39550 | Jeffrey Stedfast | 2003-03-20 | 3 | -95/+102 |
* | add underline_column field. | Chris Toshok | 2003-03-19 | 4 | -27/+60 |
* | add cursor_idle_id. | Chris Toshok | 2003-03-19 | 1 | -0/+2 |
* | add cursor_idle_id. | Chris Toshok | 2003-03-19 | 1 | -1/+8 |
* | mimic Gtk's sort arrows (ethi_start_drag): mimic Gtk's sort arrows | Mike Kestner | 2003-03-19 | 1 | -8/+8 |
* | Swap OK/Cancel buttons to comply with the HIG. | Ettore Perazzoli | 2003-03-19 | 2 | -9/+14 |
* | null start_path (etsm_invert_selection): null start_path | Mike Kestner | 2003-03-19 | 1 | -5/+11 |
* | Instead of using gtk_widget_unparent(), remove the widget from the | Hans Petter Jansson | 2003-03-18 | 3 | -3/+3 |
* | Don't crash if there's no timezone set initially. #39783 | Dan Winship | 2003-03-18 | 2 | -4/+11 |
* | save and restore expanded state so parents don't collapse when children | Mike Kestner | 2003-03-15 | 1 | -2/+7 |
* | use access() like camel | Mike Kestner | 2003-03-15 | 2 | -3/+8 |
* | kill an unused variable | Dan Winship | 2003-03-14 | 1 | -1/+0 |
* | Various cleanups. (e_timezone_dialog_get_timezone): Return an | Dan Winship | 2003-03-12 | 3 | -159/+120 |
* | Use GtkArrow instead of pixmaps Use GtkArrow instead of pixmaps | Rodney Dawes | 2003-03-12 | 5 | -84/+11 |
* | Added prototype for show_pango_rectangle() | Jeffrey Stedfast | 2003-03-10 | 1 | -0/+3 |
* | fix drawing bugs, and disable the stupid looking focus rect, since I can't | Chris Toshok | 2003-03-08 | 1 | -14/+14 |
* | (destroy): Removed unused variable. | Ettore Perazzoli | 2003-03-07 | 2 | -1/+4 |
* | Use G_GNUC_FUNCTION instead of __FUNCTION__. | Ettore Perazzoli | 2003-03-07 | 4 | -4/+12 |
* | fix a couple ==TRUE uses pointed out by Morten Welinder <terra@diku.dk>. | Mike Kestner | 2003-03-05 | 1 | -2/+2 |
* | i18n fix | Dmitry Mastrukov | 2003-03-05 | 6 | -9/+130 |
* | rewrite to store selected paths in a hashtable instead of a tree. lose the | Mike Kestner | 2003-03-04 | 3 | -786/+141 |
* | Add style_set to update list properly (et_canvas_realize): Remove this as | Rodney Dawes | 2003-03-01 | 1 | -7/+4 |
* | remove alloc-based transform (et_drag_data_received): ditto | Mike Kestner | 2003-03-01 | 1 | -12/+0 |
* | remove alloc-based transform (et_drag_data_received): ditto | Mike Kestner | 2003-03-01 | 1 | -11/+0 |
* | init column_count to column_start + 1. (item_removed): clean up the | Chris Toshok | 2003-02-28 | 1 | -7/+11 |
* | guard this so we don't try to free priv multiple times. | Chris Toshok | 2003-02-28 | 2 | -3/+9 |
* | use gdk_event_copy and gdk_event_free to dup the event. | Mike Kestner | 2003-02-28 | 1 | -19/+11 |
* | remove the grab_cancelled_check_id if it's still active. | Chris Toshok | 2003-02-27 | 1 | -0/+4 |
* | Use g_signal_handlers_disconnect_by_func since | Dan Winship | 2003-02-25 | 2 | -10/+23 |
* | Same as below. | Jeffrey Stedfast | 2003-02-25 | 9 | -115/+223 |
* | Don't unref the GtkInvisible - instead, destroy it. | Hans Petter Jansson | 2003-02-25 | 1 | -2/+2 |
* | fix overzealous g_asserts to avoid crashes when eti->rows is already | Mike Kestner | 2003-02-21 | 1 | -5/+1 |
* | kill (etsm_find_node_unless_equals): use new etta_orig_position | Mike Kestner | 2003-02-21 | 3 | -47/+57 |
* | Make libemiscwidgets, libefilterbar, and libetimezonedialog dynamic | Dan Winship | 2003-02-21 | 4 | -14/+26 |
* | set remap_needed | Mike Kestner | 2003-02-19 | 1 | -0/+1 |
* | make sure the row >= 0 before calling value_at to calc "strikeout". | Chris Toshok | 2003-02-18 | 1 | -1/+3 |
* | make things compile on an alpha. passing NULL to a var_arg not portable. | Jody Goldberg | 2003-02-18 | 1 | -1/+3 |
* | return after the e_table_model_no_change call. | Chris Toshok | 2003-02-17 | 1 | -2/+6 |
* | make this actually work: destroy the canvas item, memmove stuff around, | Chris Toshok | 2003-02-17 | 1 | -0/+12 |
* | enable this function to reflow the view from a particular column onward. | Chris Toshok | 2003-02-17 | 4 | -28/+178 |
* | guard for null paths if save_id lookup fails. | Mike Kestner | 2003-02-14 | 1 | -1/+2 |
* | don't transform based on allocation position. Position isn't absolute now. | Mike Kestner | 2003-02-14 | 1 | -3/+0 |
* | kill a double unref on the pango_layout. | Mike Kestner | 2003-02-14 | 1 | -2/+0 |
* | Request a reflow on realization, so size and placement will be correct | Hans Petter Jansson | 2003-02-13 | 1 | -1/+4 |
* | handle reverse searches (find_prev_in_range): reverse search impl | Mike Kestner | 2003-02-13 | 1 | -4/+24 |
* | work around broken models that insert children before parents. bad models. | Mike Kestner | 2003-02-13 | 1 | -4/+18 |
* | rewrite to use etta (find_next_in_range): helper func to search a range of | Mike Kestner | 2003-02-11 | 1 | -25/+22 |
* | ignore test-completion. | Chris Toshok | 2003-02-10 | 11 | -713/+239 |
* | Unmarked some strings which are unsuitable for translation | Kwok-Koon Cheung | 2003-02-09 | 1 | -3/+3 |
* | replaced deprecated calls (gtk_menu_append -> gtk_menu_shell_append and | Radek Doulik | 2003-02-07 | 1 | -2/+2 |
* | (e_auto_kill_popup_menu_on_selection_done): Rename from | Ettore Perazzoli | 2003-02-07 | 2 | -25/+28 |
* | index bound bug (insert_children): prepend/reverse for now | Mike Kestner | 2003-02-07 | 1 | -16/+27 |
* | Set response_ids on the OK/Cancel buttons | Dan Winship | 2003-02-07 | 2 | -0/+7 |
* | use the parent path to find the parent node rather than the row, which is | Not Zed | 2003-02-06 | 1 | -3/+4 |
* | Remove unneeded MAP_DIR define. (gladedir): Remove. Defined in | Dan Winship | 2003-02-06 | 3 | -2/+9 |
* | Define MAP_DIR in terms of $(imagesdir). (widgetsincludedir): Define in | Dan Winship | 2003-02-06 | 2 | -2/+7 |
* | 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 |