- 13 Sep, 2007 3 commits
-
-
Pramod Raghavendra authored
svn path=/trunk/; revision=18807
-
Pramod Raghavendra authored
svn path=/trunk/; revision=18806
-
Matthias Clasen authored
svn path=/trunk/; revision=18805
-
- 12 Sep, 2007 7 commits
-
-
Maxim V. Dziumanenko authored
svn path=/trunk/; revision=18804
-
Emmanuele Bassi authored
2007-09-12 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkfilechooserdefault.c (render_recent_icon): Use the "document-open-recent" icon for the the Recently Used shortcut in the file chooser. (#306445) * gtk/Makefile.am: * gtk/stock-icons/16/document-open-recent.png: * gtk/stock-icons/16/document-open-recent.svg: * gtk/stock-icons/24/document-open-recent.png: * gtk/stock-icons/24/document-open-recent.svg: Add the "document-open-recent" icon to the builtin theme we provide as a fallback. svn path=/trunk/; revision=18803
-
Kristian Rietveld authored
2007-09-12 Kristian Rietveld <kris@imendio.com> Fixes #426246. * gdk/gdk.symbols: * gdk/gdkwindow.[ch] (gdk_window_freeze_toplevel_updates_libgtk_only), (gdk_window_thaw_toplevel_updates_libgtk_only): new functions to freeze a toplevel window and all its descendants. To be made public in 2.14, (gdk_window_schedule_update): return if toplevel is frozen, (gdk_window_process_all_updates): defer processing updates if toplevel is frozen. * gtk/gtkwindow.c (gtk_window_configure_event): directly size allocate for override redirect windows, freeze toplevel and descendants otherwise and wait until resizing is done. svn path=/trunk/; revision=18802
-
Laurent Dhima authored
* sq.po: Updated Albanian translation. svn path=/trunk/; revision=18801
-
Laurent Dhima authored
* sq.po: Updated Albanian Translation. svn path=/trunk/; revision=18800
-
Matthias Clasen authored
svn path=/trunk/; revision=18799
-
Luca Ferretti authored
2007-09-12 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=18798
-
- 11 Sep, 2007 7 commits
-
-
Daniel Nylander authored
svn path=/trunk/; revision=18797
-
Michael Natterer authored
2007-09-11 Michael Natterer <mitch@imendio.com> * gtk/gtkfilechooserbutton.c: remove useless member "has_title" from the private struct and simply set the default title in constructor() whenever we create a dialog or the supplied one has no title. Also accept RESPONSE_ACCEPT *and* RESPONSE_OK as affirmative responses and document that accordingly. Fixes bug #436576. Fixed all compiler warnings in the file. svn path=/trunk/; revision=18796
-
Michael Natterer authored
2007-09-11 Michael Natterer <mitch@imendio.com> * gtk/gtkmenu.c (gtk_menu_button_release): Make sure menu_shell->button gets reset to 0 when we bail out early here instead of chaining up, so it is in a consistent state for the next press/release in GtkMenuShell. Fixes bug #449371. svn path=/trunk/; revision=18795
-
Jovan Naumovski authored
svn path=/trunk/; revision=18794
-
Hendrik Richter authored
2007-09-11 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=18793
-
Jorge Gonzalez Gonzalez authored
svn path=/trunk/; revision=18792
-
Ankitkumar Rameshchandra Patel authored
svn path=/trunk/; revision=18791
-
- 10 Sep, 2007 14 commits
-
-
Kjartan Maraas authored
2007-09-10 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtkentry.c: Fix some typos. Closes bug #475400. svn path=/trunk/; revision=18790
-
Behdad Esfahbod authored
2007-09-10 Behdad Esfahbod <behdad@gnome.org> * gdk/x11/gdkgeometry-x11.c (gdk_window_queue), (_gdk_window_process_expose): Fix serial number comparison regression introduced recently. (#474897) svn path=/trunk/; revision=18789
-
Matthias Clasen authored
svn path=/trunk/; revision=18788
-
Richard Hult authored
2007-09-10 Richard Hult <richard@imendio.com> * gtk/gtksearchenginesimple.h: Build fix, correct a typo in the G_BEGIN_DECLS fix below. svn path=/trunk/; revision=18787
-
Matthias Clasen authored
svn path=/trunk/; revision=18786
-
Kristian Rietveld authored
2007-09-10 Kristian Rietveld <kris@imendio.com> * gtk/gtkmenutoolbutton.c (gtk_menu_tool_button_construct_contents): when creating a new box, be sure to transfer a possible tooltip from the old to the new box. (Fixes #458283, reported by Christian Persch). svn path=/trunk/; revision=18785
-
Kjartan Maraas authored
2007-09-10 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=18783
-
Ani Peter authored
svn path=/trunk/; revision=18782
-
Ani Peter authored
svn path=/trunk/; revision=18781
-
Kristian Rietveld authored
2007-09-10 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_key_press): only start typeahead search if tree_view has focus (and not one of the column buttons). svn path=/trunk/; revision=18779
-
Hendrik Richter authored
2007-09-10 Hendrik Richter <hendrikr@gnome.org> * de.po: Updated German translation. svn path=/trunk/; revision=18778
-
Pramod Raghavendra authored
svn path=/trunk/; revision=18777
-
Matthias Clasen authored
2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Remove update_idle here. Might fix #383003. svn path=/trunk/; revision=18776
-
Matthias Clasen authored
2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkiconview.c (gtk_icon_view_item_hit_test): Add a bounding box test that will avoid getting the individual cell boxes if they haven't been calculated yet. (#404541) svn path=/trunk/; revision=18775
-
- 09 Sep, 2007 9 commits
-
-
Matthias Clasen authored
svn path=/trunk/; revision=18774
-
Matthias Clasen authored
2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkaction.c: * gtk/gtkradioaction.c: * gtk/gtkrecentaction.c: * gtk/gtktoggleaction.c: Update the documentation to mark the optional constructors parameters. The GtkAction::name property is required, instead, as it is used by GtkUIManager to find the action object from the XML. (#450032, Murray Cumming, patch by Emmanuele Bassi) svn path=/trunk/; revision=18773
-
Matthias Clasen authored
2007-09-09 Matthias Clasen <mclasen@redhat.com> * modules/printbackends/lpr/gtkprintbackendlpr.c: * modules/printbackends/cups/gtkcupsutils.c: * modules/printbackends/cups/gtkprintbackendcups.c: Include config.h first. (#467719) svn path=/trunk/; revision=18772
-
Matthias Clasen authored
2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtklinkbutton.c: * gtk/gtkrecentfilter.c: * gtk/gtkprinteroptionwidget.c: Remove trailing commas from enumerations, since some compilers don't like them. (#467717) svn path=/trunk/; revision=18771
-
Matthias Clasen authored
2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreemodelfilter.c (gtk_tree_model_filter_rows_reordered): * gtk/gtktreemodelsort.c (gtk_tree_model_sort_rows_reordered): Don't assume that a path of depth 0 has no indices. (#467324, Szilard Pfeiffer) svn path=/trunk/; revision=18770
-
18:22:28 Tim Janik authored
2007-09-09 18:22:28 Tim Janik <timj@gtk.org> * gdk/x11/gdkgeometry-x11.c (_gdk_window_process_expose): fix invalid list node accesses, spotted by Benjamin Berg, bug #475158. svn path=/trunk/; revision=18769
-
Kristian Rietveld authored
2007-09-09 Kristian Rietveld <kris@gtk.org> Reverted r16699: 2006-10-30 Kristian Rietveld <kris@gtk.org> * gtk/gtktreeview.c (gtk_tree_view_class_init): change left/right keybindings to collapse/expand rows instead of moving the focus cursor. (#105895, Brian Bober and others). svn path=/trunk/; revision=18768
-
Matthias Clasen authored
svn path=/trunk/; revision=18767
-
Matthias Clasen authored
svn path=/trunk/; revision=18766
-