- 22 Jul, 2004 13 commits
-
-
Matthias Clasen authored
Thu Jul 22 01:42:16 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellrenderertext.c (gtk_cell_renderer_text_class_init): Add a new :ellipsize property which controls ellipsization of the rendered text. (#144835, Vincent Untz, patch by Jonathan Blandford and Anders Carlsson * gtk/gtkfilechooserdefault.c (create_file_list): Use ellipsization for the name column.
-
Matthias Clasen authored
Thu Jul 22 01:21:28 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfontsel.c (gtk_font_selection_init): Add additional accessability relations. (#141804, Padraig O'Briain)
-
Matthias Clasen authored
-
Dmitry Mastrukov authored
-
Matthias Clasen authored
Thu Jul 22 01:05:16 2004 Matthias Clasen <maclas@gmx.de> * configure.in: Require Pango 1.5.1 (for ellipsisation). * gtk/gtklabel.h: * gtk/gtklabel.c (gtk_label_class_init): Add a new :ellipsise property which controls ellipsisation of the label. (#125250, Tim Van Wassenhove, patch by James M. Cape) * tests/testellipsise.c: Simple test for ellipsisation.
-
Matthias Clasen authored
Wed Jul 21 22:54:33 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): Don't leak the list store. (#148135, Crispin Flowerday)
-
Matthias Clasen authored
* gtk/gtkcombobox.c (gtk_combo_box_new_text): Don't leak the list store. (#148134, Crispin Flowerday)
-
Matthias Clasen authored
Wed Jul 21 22:35:47 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellview.c (gtk_cell_view_finalize): Don't leak the menu. (#148110, Tommi Komulainen)
-
Matthias Clasen authored
Wed Jul 21 22:24:10 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcellview.c (gtk_cell_view_finalize): Don't leak tree model and tree row reference. (#148125, Crispin Flowerday)
-
Matthias Clasen authored
Wed Jul 21 22:17:06 2004 Matthias Clasen <maclas@gmx.de> * tests/testcombo.c (main): Don't leak models. (#148128, Tommi Komulainen)
-
Matthias Clasen authored
Wed Jul 21 21:26:08 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkviewport.c (viewport_set_adjustment): Don't leak the adjustments. (#148089, Tommi Komulainen)
-
Matthias Clasen authored
Wed Jul 21 21:20:21 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_destroy): Don't leak the adjustments. (#148073, Tommi Komulainen)
-
Matthias Clasen authored
Wed Jul 21 21:04:50 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktoolbar.c (gtk_toolbar_finalize): Don't leak the arrow. (#148064, Tommi Komulainen)
-
- 21 Jul, 2004 6 commits
-
-
Christian Rose authored
2004-07-21 Christian Rose <menthos@menthos.com> * po/uz.po, po-properties/uz.po: Updated Uzbek translation by Mashrab Kuvatov <kmashrab@sat.physik.uni-bremen.de>.
-
Matthias Clasen authored
2004-07-21 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcalendar.c: Use the new text target functionality in GtkTargetList instead of hardcoding a subset of text targets.
-
Guntupalli Karunakar authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Tue Jul 20 23:11:23 2004 Matthias Clasen <maclas@gmx.de> * gdk/x11/gdkevents-x11.c: Hook up gtk-menu-bar-accel to an XSetting, Gtk/MenuBarAccel. (#120859, Scott James Remnant)
-
Matthias Clasen authored
Tue Jul 20 22:26:29 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkfilechooserutils.h: * gtk/gtktoolbutton.c: * gtk/gtktoolbar.c: * gtk/gtkicontheme.c: * gtk/gtkcalendar.c: * demos/gtk-demo/ui_manager.c: * demos/gtk-demo/appwindow.c: Remove trailing commas from enumerations. (#148035)
-
- 20 Jul, 2004 10 commits
-
-
Federico Mena Quintero authored
2004-07-20 Federico Mena Quintero <federico@ximian.com> * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Fix the documentation comment for the editing-started signal. * gtk/gtkmarshalers.list: Added VOID:OBJECT,STRING for GtkCellRenderer::editing-started.
-
Matthias Clasen authored
2004-07-20 Matthias Clasen <mclasen@redhat.com> * tests/testactions.c (main): * tests/testmerge.c (main): Add some refcount debugging. * gtk/gtkuimanager.c (update_node, free_node): Ref an sink all proxies, so that we can properly clean up floating proxies which the app didn't adopt. (#147926, Tommi Komulainen)
-
Matthias Clasen authored
2004-07-20 Matthias Clasen <mclasen@redhat.com> Allow custom initialization of cell editables. (#147221) * gtk/gtkcellrenderer.h (struct _GtkCellRendererClass): * gtk/gtkcellrenderer.c (gtk_cell_renderer_class_init): Add a ::editing-started signal as a hook for setting up the GtkCellEditable. (gtk_cell_renderer_start_editing): ...and emit it here.
-
cinamod authored
-
cinamod authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Tue Jul 20 00:45:38 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_button_press): Set drag_pos before grabbing the focus, since we may reenter into gtk_tree_view_motion_resize_column() which requires drag_pos to be set. (#147913, Guilherme Salgado, patch by John Finlay)
-
Matthias Clasen authored
Mon Jul 19 23:51:50 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtktreeview.c (gtk_tree_view_enter_notify): Don't use uninitialized node pointer. (#147911, Peter Zelezny)
-
Soeren Sandmann authored
Tue Jul 20 04:34:56 2004 Soeren Sandmann <sandmann@daimi.au.dk> * configure.in: Bump version number
-
Soeren Sandmann authored
Sun Jul 18 17:21:10 2004 Soeren Sandmann <sandmann@daimi.au.dk> * === Released 2.5.0 === * NEWS: updates * tests/testcombo.c: Fix compilation
-
- 19 Jul, 2004 5 commits
-
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
2004-07-19 Matthias Clasen <mclasen@redhat.com> Make GtkCellView public, since people seem to have uses for it, it is clean API and we were just conservative in not making it public initially. At the same time, get rid of GtkCellViewMenuItem, which doesn't have any function which can't be served by a GtkMenuItem with a GtkCellView child. * gtk/gtk.h: Include gtkcellview.h * gtk/Makefile.am (gtk_public_h_sources): * gtk/Makefile.am (gtk_private_h_sources): (gtk_c_sources): Remove gtkcellviewmenuitem.[hc] * gtk/gtkcombobox.c: Replace all uses of GtkCellViewMenuItem by GtkMenuItem with a GtkCellView child. * gtk/gtkcellviewmenuitem.[hc]: Removed.
-
Matthias Clasen authored
2004-07-19 Matthias Clasen <mclasen@redhat.com> Support inline autocompletion in entries (#135953) * gtk/gtkentryprivate.h: * gtk/gtkentrycompletion.h: * gtk/gtkentrycompletion.c (gtk_entry_completion_class_init): Add a new signal ::insert-prefix which can be used to override the default inline-completion behaviour. Add two new boolean properties, :popup_completion and :inline_completion which determine how the possible completions should be presented. (gtk_entry_completion_insert_prefix): New function to request a prefix insertion. * gtk/gtkentry.c: Add the necessary glue for inline completion.
-
- 18 Jul, 2004 6 commits
-
-
David Lodge authored
2004-07-18 David Lodge <dave@cirt.net> * en_GB.po: Updated British translation.
-
Soeren Sandmann authored
Sun Jul 18 15:28:24 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtkdnd.c (gtk_drag_source_set, gtk_drag_dest_set): Create an empty target list if targets is NULL. * configure.in: Add check for X11/extensions/sync.h. (#147416, Morten Welinder)
-
Matthias Clasen authored
-
Matthias Clasen authored
-
Matthias Clasen authored
Sat Jul 17 23:11:04 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_class_init): * gtk/gtkiconview.c (gtk_icon_view_set_orientation): * gtk/gtkiconview.c (gtk_icon_view_get_orientation): * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Add a new :orientation property to determine whether text is positioned below or beside icons. (#147463)
-
Matthias Clasen authored
Sat Jul 17 23:03:30 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkiconview.c (gtk_icon_view_paint_item): * gtk/gtkiconview.c (gtk_icon_view_calculate_item_size): * gtk/gtkiconview.c (gtk_icon_view_layout_single_row): Draw focus indicator outside the selection, respect focus line width. (#147460)
-