summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.12.1GTK_2_12_1Matthias Clasen2007-10-17199-49484/+50985
| | | | svn path=/trunk/; revision=18924
* UpdatesMatthias Clasen2007-10-172-0/+12
| | | | svn path=/trunk/; revision=18923
* Move GtkFileSelection to deprecated section. (#476920, Matthew Barnes)Matthias Clasen2007-10-172-1/+6
| | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtk-docs.sgml: Move GtkFileSelection to deprecated section. (#476920, Matthew Barnes) svn path=/trunk/; revision=18922
* Document GtkTreeModelForeach parameters. (#4777074, Ross Burton)Matthias Clasen2007-10-172-5/+10
| | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtktreemodel.sgml: Document GtkTreeModelForeach parameters. (#4777074, Ross Burton) svn path=/trunk/; revision=18921
* Update the docMatthias Clasen2007-10-172-2/+7
| | | | svn path=/trunk/; revision=18920
* Update the docs for the ::text-column property. (#352643, JosselinMatthias Clasen2007-10-172-0/+6
| | | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentrycompletion.c: Update the docs for the ::text-column property. (#352643, Josselin Mouette) svn path=/trunk/; revision=18919
* Avoid a critical warning. (#456676, Campbell Barton)Matthias Clasen2007-10-171-0/+5
| | | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_drop_finished): Avoid a critical warning. (#456676, Campbell Barton) svn path=/trunk/; revision=18918
* Fixed typo in icon_size_lookup_intern() - colon instead of semicolonYevgen Muntyan2007-10-161-1/+1
| | | | svn path=/trunk/; revision=18917
* Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, ChrisMatthias Clasen2007-10-162-3/+11
| | | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * gkt/gtkiconsize.c: Be more careful when handling (GtkIconSize)-1. (#456137, Harry Lu, Chris Wang, et al) svn path=/trunk/; revision=18916
* Use better magic. (#339877, Bastien Nocera)Matthias Clasen2007-10-162-1/+8
| | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * io-wbmp.c: Use better magic. (#339877, Bastien Nocera) svn path=/trunk/; revision=18915
* Improve the docs. (#486155, Owen Taylor)Matthias Clasen2007-10-162-4/+9
| | | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextiter.c (gtk_text_iter_forward_line): Improve the docs. (#486155, Owen Taylor) svn path=/trunk/; revision=18914
* Change testcase to not update screen information on configure-event, sinceMatthias Clasen2007-10-162-4/+12
| | | | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * tests/testxinerama.c: Change testcase to not update screen information on configure-event, since it hides information for all available screens but add a button to query current monitor instead (#485437, Frederic Crozat) svn path=/trunk/; revision=18913
* Actually use the utf-8 version of the filename. (#485301, Takao Fujiwara)Matthias Clasen2007-10-162-1/+6
| | | | | | | | | | 2007-10-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkprinteroptionwidget.c (update_widgets): Actually use the utf-8 version of the filename. (#485301, Takao Fujiwara) svn path=/trunk/; revision=18912
* UpdatesMatthias Clasen2007-10-162-0/+61
| | | | svn path=/trunk/; revision=18911
* updated hebrew translationYair Hershkovitz2007-10-152-1566/+1579
| | | | svn path=/trunk/; revision=18910
* Fix "cannot open display" error message when display is set by the DISPLAYLoïc Minier2007-10-152-1/+8
| | | | | | | | | 2007-10-15 Loïc Minier <lool@dooz.org> * gtk/gtkmain.c: (gtk_init): Fix "cannot open display" error message when display is set by the DISPLAY env var. (#486636, Mike Hommey) svn path=/trunk/; revision=18909
* fix typoJohan Dahlin2007-10-131-1/+1
| | | | svn path=/trunk/; revision=18908
* signal_name instead of signal. (#486360, Xavier Claessens)Johan Dahlin2007-10-132-1/+7
| | | | | | | | | | | 2007-10-13 Johan Dahlin <jdahlin@async.com.br> * gtk/gtk-builder-convert (GtkBuilderConverter._add_action_from_menuitem): signal_name instead of signal. (#486360, Xavier Claessens) svn path=/trunk/; revision=18907
* Avoid double-free problemsMatthias Clasen2007-10-122-8/+5
| | | | svn path=/trunk/; revision=18906
* Translation updated by Tino Meinen.Vincent van Adrighem2007-10-112-1596/+1592
| | | | | | | | 2007-10-11 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18905
* Document that you need to unref the returned GdkPixbuf. (#484132,Emmanuele Bassi2007-10-102-4/+14
| | | | | | | | | | | | | 2007-10-10 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentmanager.c (gtk_recent_info_get_icon): Document that you need to unref the returned GdkPixbuf. (#484132, Christian Persch) (build_recent_info): Use g_slist_prepend() when building the applications list. svn path=/trunk/; revision=18904
* Convert the format to the current locale before passing it to strtime().Emmanuele Bassi2007-10-102-1/+13
| | | | | | | | | | | 2007-10-10 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Convert the format to the current locale before passing it to strtime(). Fixes corrupt dates with non-UTF8 encodings on OpenSolaris. (#465380, Takao Fujiwara) svn path=/trunk/; revision=18903
* Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara)Emmanuele Bassi2007-10-102-3/+8
| | | | | | | | | 2007-10-10 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkfilechooserdefault.c (list_mtime_data_func): Fix the time_t typecasting on OpenSolaris. (#465380, Takao Fujiwara) svn path=/trunk/; revision=18902
* Fix echo handlingMatthias Clasen2007-10-102-2/+6
| | | | svn path=/trunk/; revision=18901
* update io translationMichael Terry2007-10-102-202/+249
| | | | svn path=/trunk/; revision=18900
* make sure the new cursor node is visible when we are done. (Fixes #472965,Kristian Rietveld2007-10-092-0/+7
| | | | | | | | | | | 2007-10-09 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_move_cursor_page_up_down): make sure the new cursor node is visible when we are done. (Fixes #472965, Carlos Garnacho). svn path=/trunk/; revision=18899
* we should only "don't move the cursor, but just select the current node"Kristian Rietveld2007-10-092-2/+15
| | | | | | | | | | | | 2007-10-09 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_move_cursor_up_down): we should only "don't move the cursor, but just select the current node" if the cursor node is actually selectable. (Fixes #483730, reported by Geoff Bache). svn path=/trunk/; revision=18898
* Implement, patch from Paul Davis.Richard Hult2007-10-082-1/+20
| | | | | | | | | 2007-10-08 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_focus): Implement, patch from Paul Davis. svn path=/trunk/; revision=18897
* Ignore if there are no changes, fixes bug #467269. Patch from JonathanRichard Hult2007-10-082-0/+14
| | | | | | | | | | 2007-10-08 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal): Ignore if there are no changes, fixes bug #467269. Patch from Jonathan Dempsey. svn path=/trunk/; revision=18896
* Patch from Paul Davis to implement this in terms of scrollRect, fixes bugRichard Hult2007-10-082-8/+103
| | | | | | | | | | 2007-10-08 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (move_resize_window_internal): Patch from Paul Davis to implement this in terms of scrollRect, fixes bug #478377. svn path=/trunk/; revision=18895
* Translation update by Ivar Smolin.Priit Laes2007-10-082-1077/+955
| | | | | | | | 2007-10-08 Priit Laes <plaes@svn.gnome.org> * et.po: Translation update by Ivar Smolin. svn path=/trunk/; revision=18894
* Fix memory leak, and fix two instances where a GtkRequisition and aCody Russell2007-10-082-6/+9
| | | | | | | | | | | | 2007-10-08 Cody Russell <bratsche@gnome.org> * modules/engines/ms-windows/msw_style.c: (draw_tab): Fix memory leak, and fix two instances where a GtkRequisition and a GtkBorder were being freed with g_free() rather than gtk_requisition_free() and gtk_border_free(). (#484730, Daniel Atallah) svn path=/trunk/; revision=18893
* Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" andCody Russell2007-10-082-1/+7
| | | | | | | | | | | 2007-10-08 Cody Russell <bratsche@gnome.org> * docs/reference/gdk/tmpl/event_structs.sgml: Fix a typo in GdkEventGrabBroken where it said "@grab_window id NULL" and should say "@grab_window is NULL". (#484650, Chris Lord) svn path=/trunk/; revision=18892
* don't "corrupt" all iterators by reversing the list after adding theKristian Rietveld2007-10-082-4/+8
| | | | | | | | | | | | | 2007-10-08 Kristian Rietveld <kris@imendio.com> * gtk/gtkfilesystemmodel.c (got_root_folder_cb), (get_children_get_folder_cb): don't "corrupt" all iterators by reversing the list after adding the items. Reversing the list isn't needed anyway as the order of the items in the model does not matter. (Fixes #327243, comment 10). svn path=/trunk/; revision=18891
* Fix #482841, patch by Karl Tomlinson.Kristian Rietveld2007-10-082-1/+17
| | | | | | | | | | | | | | | 2007-10-08 Kristian Rietveld <kris@imendio.com> Fix #482841, patch by Karl Tomlinson. * gtk/gtktooltip.c (gtk_tooltip_display_closed): use g_object_set_data instead of g_object_set ... (_gtk_tooltip_toggle_keyboard_mode), (_gtk_tooltip_handle_event): connect to GdkDisplay::closed after creating tooltip. svn path=/trunk/; revision=18890
* Don't hardcode echo -nMatthias Clasen2007-10-072-2/+6
| | | | svn path=/trunk/; revision=18889
* Fix some live cycle issuesMatthias Clasen2007-10-072-9/+37
| | | | svn path=/trunk/; revision=18888
* Add a little more docsMatthias Clasen2007-10-072-7/+19
| | | | svn path=/trunk/; revision=18887
* Revert the change on 2007-04-29 (Also check the default handler whenMurray Cumming2007-10-052-2/+10
| | | | | | | | | | | | | 2007-10-05 Murray Cumming <murrayc@murrayc.com> * gtk/gtkprintoperation.c: (print_pages_idle): Revert the change on 2007-04-29 (Also check the default handler when deciding whether to emit the paginate signal. (#345345, Yevgen Muntyan)). This stopped printing from working in gtkmm, and is apparently not appropriate anyway. Bug #482089. svn path=/trunk/; revision=18885
* Use g_object_ref() instead of gtk_widget_ref(). (#483563)Hiroyuki Ikezoe2007-10-052-3/+8
| | | | | | | | | | 2007-10-05 Hiroyuki Ikezoe <poincare@ikezoe.net> * gtk/gtkdnd.c: Use g_object_ref() instead of gtk_widget_ref(). (#483563) svn path=/trunk/; revision=18884
* Iterate on the proxies we hold when we change the sorting function and theEmmanuele Bassi2007-10-042-3/+43
| | | | | | | | | | | | | | | | | | | 2007-10-04 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkrecentaction.c: (gtk_recent_action_set_sort_func), (set_current_filter): Iterate on the proxies we hold when we change the sorting function and the filter. (gtk_recent_action_connect_proxy), (gtk_recent_action_create_menu): Set the GtkRecentChooser:filter property when we create/connect a proxy chooser. Thanks to Jonh Wendell for pointing this bug out on gtk-list. (gtk_recent_chooser_set_property): Bail out without iterating over the proxies when there's no need to. svn path=/trunk/; revision=18883
* Updated Italian translation.Luca Ferretti2007-10-042-150/+220
| | | | | | | | | 2007-10-04 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=18882
* Add a second volume button.Matthias Clasen2007-10-043-1/+18
| | | | | | | | | | | | 2007-10-04 Matthias Clasen <mclasen@redhat.com> * tests/testvolumebutton.c: Add a second volume button. * gtk/gtkscalebutton.c: Doh, don't release grabs we don't hold. (#478371, reported by Bill Nottingham) svn path=/trunk/; revision=18881
* Fix warnings and display of modified date / time in filechooser for someLoïc Minier2007-10-042-1/+7
| | | | | | | | | | 2007-10-04 Loïc Minier <lool@dooz.org> * gtk/gtkfilechooserdefault.c: (list_mtime_data_func): Fix warnings and display of modified date / time in filechooser for some locales as it was missing a locale to UTF-8 conversion. Fixes #482504. svn path=/trunk/; revision=18880
* Added EURO sign to font preview text.Luca Ferretti2007-10-042-32/+37
| | | | | | | | | 2007-10-04 Luca Ferretti <elle.uca@libero.it> * it.po: Added EURO sign to font preview text. svn path=/trunk/; revision=18879
* remove duplicated declaration of gtk_notebook_create_window. Patch byXan Lopez2007-10-032-4/+5
| | | | | | | | | 2007-10-03 Xan Lopez <xan@gnome.org> * gtk/gtknotebook.c: remove duplicated declaration of gtk_notebook_create_window. Patch by Hiroyuki Ikezoe (#482837) svn path=/trunk/; revision=18878
* Updated Occitan translationYannig MARCHEGAY2007-10-032-18/+14
| | | | svn path=/trunk/; revision=18877
* Updated Italian translation.Luca Ferretti2007-10-022-125/+250
| | | | | | | | | 2007-10-02 Luca Ferretti <elle.uca@libero.it> * it.po: Updated Italian translation. svn path=/trunk/; revision=18876
* Don't do anything while in fullscreen mode. (gdk_window_set_decorations):Richard Hult2007-10-022-11/+110
| | | | | | | | | | | | | | | 2007-10-02 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_move), (gdk_window_resize): Don't do anything while in fullscreen mode. (gdk_window_set_decorations): Update the size of the window after showing/hiding the title bar so the size of the content area doesn't change. (gdk_window_get_decorations): NSBorderlessWindowMask is 0, so don't try to check it as a bit being set. (gdk_window_fullscreen), (gdk_window_unfullscreen): Implement. svn path=/trunk/; revision=18875
* 455284 - Focus or toggle location entryFederico Mena Quintero2007-10-022-17/+43
| | | | | | | | | | | | | | | | | | | | | 2007-10-02 Federico Mena Quintero <federico@novell.com> Fix http://bugzilla.gnome.org/show_bug.cgi?id=455284 - In the file chooser, Ctrl-L should switch to the location entry. If we are already on the location entry, turn it off. Based on a patch by Jaap A. Haitsma <jaap@haitsma.org> and an idea by Wouter Bolsterlee. * gtk/gtkfilechooserdefault.c (location_button_toggled_cb): Call location_mode_set() directly instead of using toggle_location_mode(). (toggle_location_mode): Removed. (location_toggle_popup_handler): If the file entry is not visible, show it. If it is visible, turn it off only if it is focused. Otherwise, switch to the entry. Signed-off-by: Federico Mena Quintero <federico@gnu.org> svn path=/trunk/; revision=18874