summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't pop up under the cursor.Matthias Clasen2007-07-202-1/+15
| | | | | | | | | | | 2007-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltip.c (gtk_tooltip_position): Don't pop up under the cursor. svn path=/trunk/; revision=18512
* Don't leak a label. (#455901, Christian Persch, Vincent Geddes)Matthias Clasen2007-07-202-1/+25
| | | | | | | | | | | 2007-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpathbar.c (make_directory_button): Don't leak a label. (#455901, Christian Persch, Vincent Geddes) svn path=/trunk/; revision=18511
* Apply a patch by Emmanuele Bassi to limit the number of shown recentMatthias Clasen2007-07-207-32/+149
| | | | | | | | | | | | | | | | | | | | | | | | 2007-07-20 Matthias Clasen <mclasen@redhat.com> Apply a patch by Emmanuele Bassi to limit the number of shown recent files. (#439715) * gtk/gtksettings.c: Add a setting for the number of recent files to display by default. * gtk/gtkrecentchooserdefault.c: * gtk/gtkfilechooserdefault.c: Respect the limit. * gtk/gtkrecentmanager.c: Remove the poll timeout in dispose, and do not stat more often than every 5 seconds. * gtk/gtkrecentchooserutils.c: * gtk/gtkrecentchoosermenu.c: Cleanups * tests/testrecentchoosermenu.c: Test limits. svn path=/trunk/; revision=18510
* Add new functionsMatthias Clasen2007-07-202-0/+14
| | | | svn path=/trunk/; revision=18509
* Apply a patch by Emmanuele Bassi to add tooltips to the file lists inMatthias Clasen2007-07-202-19/+94
| | | | | | | | | | | | 2007-07-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserdefault.c: Apply a patch by Emmanuele Bassi to add tooltips to the file lists in recent files and search modes. svn path=/trunk/; revision=18508
* Remove debug spewMatthias Clasen2007-07-201-4/+1
| | | | svn path=/trunk/; revision=18507
* add note that the semantics of this call, when mixed with the newRyan Lortie2007-07-195-5/+23
| | | | | | | | | | | | | | 2007-07-20 Ryan Lortie <desrt@desrt.ca> * gtk/gtkwidget.c (gtk_widget_is_composited): add note that the semantics of this call, when mixed with the new gdk_window_set_composited(), will change in the future. * gdk/x11/gdkevents-x11.c (gdk_event_translate): only grab Damage events that belong to us. svn path=/trunk/; revision=18506
* Handle keypresses better when there is no completion. (#458298, ChristianMatthias Clasen2007-07-193-1/+19
| | | | | | | | | | | | | | | 2007-07-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtkentry.c (gtk_entry_completion_key_press): Handle keypresses better when there is no completion. (#458298, Christian Persch, patch by Xan Lopez) * gtk/gtkentrycompletion.c (gtk_entry_completion_insert_completion_text): Small cleanup. svn path=/trunk/; revision=18505
* Merge color scheme before sending notification.Matthias Clasen2007-07-192-2/+8
| | | | | | | | | | | 2007-07-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtksettings.c (apply_queued_setting): Merge color scheme before sending notification. svn path=/trunk/; revision=18504
* Small fixesMatthias Clasen2007-07-192-4/+17
| | | | svn path=/trunk/; revision=18503
* handle no-window and regular widgets seperately.Kristian Rietveld2007-07-193-5/+26
| | | | | | | | | | | | | 2007-07-19 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltip.c (find_topmost_widget_coords_from_event): handle no-window and regular widgets seperately. * gtk/gtktreeview.c (gkt_tree_view_set_tooltip_cell): rect.x should be zero. svn path=/trunk/; revision=18502
* Add new convenience api for tooltips on icon viewsMatthias Clasen2007-07-194-3/+226
| | | | svn path=/trunk/; revision=18501
* markup fixesMatthias Clasen2007-07-191-6/+6
| | | | svn path=/trunk/; revision=18500
* markup fixMatthias Clasen2007-07-191-2/+2
| | | | svn path=/trunk/; revision=18499
* typo fixMatthias Clasen2007-07-191-1/+1
| | | | svn path=/trunk/; revision=18498
* Initialized GValues before unsetting them. (#457720)Matthias Clasen2007-07-192-0/+7
| | | | | | | | | | | 2007-07-19 Matthias Clasen <mclasen@redhat.com> * gtk/gtktextview.c (gtk_text_view_compat_move_focus): Initialized GValues before unsetting them. (#457720) svn path=/trunk/; revision=18497
* add more convenience API.Kristian Rietveld2007-07-197-2/+225
| | | | | | | | | | | | | | | | | | 2007-07-19 Kristian Rietveld <kris@imendio.com> * gtk/gtk.symbols: * gtk/gtktreeprivate.h: * gtk/gtktreeview.[ch] (gtk_tree_view_get_tooltip_context), (gtk_tree_view_[sg]et_tooltip_column): add more convenience API. * tests/testtooltip.c (query_tooltip_tree_view_cb): use gtk_tree_view_get_tooltip_context(). * demos/gtk-demo/demo.ui: add a tooltip column to the list store, set tooltip-column on the tree view. svn path=/trunk/; revision=18496
* sv.po: Updated Swedish translationDaniel Nylander2007-07-192-1838/+1814
| | | | svn path=/trunk/; revision=18495
* Maxim Dziumanenko <dziumanenko@gmail.com>Maxim V. Dziumanenko2007-07-191-1/+1
| | | | | | | * Fix typo in uk.po svn path=/trunk/; revision=18494
* Ref the cursor in the cached case.Richard Hult2007-07-182-1/+6
| | | | | | | | | 2007-07-18 Richard Hult <richard@imendio.com> * gdk/quartz/gdkcursor-quartz.c (gdk_cursor_new_for_display): Ref the cursor in the cached case. svn path=/trunk/; revision=18490
* Correct some mistakes in the documentation of the test-expand/collapse-rowMatthias Clasen2007-07-182-2/+8
| | | | | | | | | | | 2007-07-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c: Correct some mistakes in the documentation of the test-expand/collapse-row signals. (#457774, Olivier Andrieu) svn path=/trunk/; revision=18489
* Small cleanupsMatthias Clasen2007-07-182-5/+7
| | | | svn path=/trunk/; revision=18488
* sv.po: Updated Swedish translationDaniel Nylander2007-07-172-1314/+1136
| | | | svn path=/trunk/; revision=18487
* only do the coordinate check if tmp is not NULL.Kristian Rietveld2007-07-172-1/+7
| | | | | | | | | | 2007-07-17 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltip.c (find_widget_under_pointer): only do the coordinate check if tmp is not NULL. svn path=/trunk/; revision=18486
* Fix some issues with some combinations of inline-selection andMatthias Clasen2007-07-163-32/+33
| | | | | | | | | | | | | | | | | | | 2007-07-16 Matthias Clasen <mclasen@redhat.com> Fix some issues with some combinations of inline-selection and inline-completion. (#457384, Christian Persch) * gtk/gtkentry.c (gtk_entry_completion_key_press): Don't store the completion_prefix here, and be careful when using completion_prefix, because it may be NULL. * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize): Free completion_prefix here. * gtk/gtkentrycompletion.c (gtk_entry_completion_real_insert_prefix): (gtk_entry_completion_insert_completion_text): Store the completion_prefix here. svn path=/trunk/; revision=18479
* check if the pointer is really over the returned widget, since theKristian Rietveld2007-07-162-0/+11
| | | | | | | | | | | 2007-07-16 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltip.c (find_topmost_widget_coords_from_event): check if the pointer is really over the returned widget, since the coordinate check may not always be hit in find_widget_under_pointer(). svn path=/trunk/; revision=18478
* Translation updated by Tino Meinen.Vincent van Adrighem2007-07-162-1143/+1008
| | | | | | | | 2007-07-16 Vincent van Adrighem <adrighem@gnome.org> * nl.po: Translation updated by Tino Meinen. svn path=/trunk/; revision=18477
* Plug a memleak. (#455721, Christian Persch)Matthias Clasen2007-07-162-1/+7
| | | | | | | | | | | 2007-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (model_add_special_get_info_cb): Plug a memleak. (#455721, Christian Persch) svn path=/trunk/; revision=18476
* Apply a patch by Guillaume Cottenceau to improve the signal docs.Matthias Clasen2007-07-162-4/+35
| | | | | | | | | | 2007-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkscalebutton.c: Apply a patch by Guillaume Cottenceau to improve the signal docs. (#456258) svn path=/trunk/; revision=18475
* Apply a patch by Xan Lopez to document a lot of GtkWidget signals.Matthias Clasen2007-07-162-166/+566
| | | | | | | | | | 2007-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtkwidget.c: Apply a patch by Xan Lopez to document a lot of GtkWidget signals. (#172424) svn path=/trunk/; revision=18474
* Convenience functions to position tooltips on icon view items or cells.Matthias Clasen2007-07-166-1/+109
| | | | | | | | | | | | | | 2007-07-16 Matthias Clasen <mclasen@redhat.com> * gtk/gtk.symbols: * gtk/gtkiconview.h: * gtk/gtkiconview.c (gtk_icon_view_set_tooltip_item): (gtk_icon_view_set_tooltip_cell): Convenience functions to position tooltips on icon view items or cells. svn path=/trunk/; revision=18473
* Updated Spanish translationJorge Gonzalez Gonzalez2007-07-152-1105/+991
| | | | svn path=/trunk/; revision=18472
* Updated Lithuanian translation.Žygimantas Beručka2007-07-142-1641/+1654
| | | | svn path=/trunk/; revision=18471
* Updated Lithuanian translation.Žygimantas Beručka2007-07-142-1129/+1019
| | | | svn path=/trunk/; revision=18470
* Updated Norwegian bokmål translation.Kjartan Maraas2007-07-142-1078/+976
| | | | | | | | 2007-07-14 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=18469
* Plug leak.Richard Hult2007-07-142-0/+9
| | | | | | | | | 2007-07-14 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (_gdk_quartz_events_update_cursor): Plug leak. svn path=/trunk/; revision=18468
* Move from here... ...to here. (_gdk_windowing_window_destroy): Update theRichard Hult2007-07-134-21/+52
| | | | | | | | | | | | | | | | 2007-07-13 Richard Hult <richard@imendio.com> * gdk/quartz/gdkprivate-quartz.h: * gdk/quartz/gdkevents-quartz.c: (gdk_window_is_ancestor): Move from here... * gdk/quartz/gdkwindow-quartz.c: (_gdk_quartz_window_is_ancestor): ...to here. (_gdk_windowing_window_destroy): Update the mouse window if the destroyed window is an ancestor of the current one, not only if they are the same. (gdk_window_hide): Update the mouse window here too. svn path=/trunk/; revision=18467
* Add stubs.Richard Hult2007-07-132-0/+24
| | | | | | | | | 2007-07-13 Richard Hult <richard@imendio.com> * gdk/quartz/gdkcolor-quartz.c: (gdk_colors_alloc), (gdk_colors_free): Add stubs. svn path=/trunk/; revision=18466
* Avoid gratitious use of g_strdup_printf().Matthias Clasen2007-07-134-4/+25
| | | | | | | | | | | | | | | 2007-07-13 Matthias Clasen <mclasen@redhat.com> * gtk/gtkrecentmanager.c (get_uri_shortname_for_display): Avoid gratitious use of g_strdup_printf(). * gtk/gtkrecentchooserdefault.c: * gtk/gtkrecentchoosermenu.c: Mark some strings for translation. (#439480, Murray Cumming) svn path=/trunk/; revision=18465
* #408327, improve tooltip positioning.Kristian Rietveld2007-07-137-59/+275
| | | | | | | | | | | | | | | | | | | | | | | | | 2007-07-13 Kristian Rietveld <kris@imendio.com> #408327, improve tooltip positioning. * gtk/gtk.symbols: updated. * gtk/gtktooltip.[ch] (gtk_tooltip_position): factor out positioning code in here, (gtk_tooltip_set_tip_area): new function to set the tooltip area, (gtk_tooltip_reset), (_gtk_tooltip_handle_event): hide tooltip once the pointer leaves the tip area. * gtk/gtktreeview.[ch] (gtk_tree_view_set_tooltip_row), (gtk_tree_view_set_tooltip_cell): convenience functions to set tip area for row/column/cell. * tests/testtooltips.c (query_tooltip_tree_view_cb): use gtk_tree_view_set_tooltip_row. svn path=/trunk/; revision=18464
* Estonian translation update by Ivar Smolin.Priit Laes2007-07-132-1090/+956
| | | | | | | | 2007-07-13 Priit Laes <plaes@svn.gnome.org> * et.po: Estonian translation update by Ivar Smolin. svn path=/trunk/; revision=18463
* gdk/win32/gdkevents-win32.c Fix transient windows on Win32 so that when aCody Russell2007-07-124-14/+66
| | | | | | | | | | | | | 2007-07-12 Cody Russell <bratsche@gnome.org> * gdk/win32/gdkevents-win32.c * gdk/win32/gdkwindow-win32.[ch]: Fix transient windows on Win32 so that when a transient child window is closed (particularly when there are 3 or more levels of transient windows), the correct window receives focus rather than a seemingly random window. (#112404) svn path=/trunk/; revision=18461
* Fixed memory leak at window closing in DirectFB backend, patch provided by ↵Attilio Fiandrotti2007-07-124-1/+32
| | | | | | Simon Lanzmich svn path=/trunk/; revision=18459
* clarified documentation example.Tim Janik2007-07-122-15/+23
| | | | | | | | | | Thu Jul 12 18:03:02 2007 Tim Janik <timj@gtk.org> * gdk/gdk.c (gdk_threads_add_idle_full): clarified documentation example. svn path=/trunk/; revision=18458
* clarify section about gdk_threads_enter/ gdk_threads_leave to be rewordedTim Janik2007-07-122-6/+14
| | | | | | | | | | | | Thu Jul 12 18:12:04 2007 Tim Janik <timj@imendio.com> * gdk/tmpl/threads.sgml: clarify section about gdk_threads_enter/ gdk_threads_leave to be reworded in terms of events and to mention availability of gdk_threads_add_idle_full(). svn path=/trunk/; revision=18457
* Updated Korean translation by Eunju Kim..Changwoo Ryu2007-07-122-1759/+1707
| | | | | | | | 2007-07-12 Changwoo Ryu <cwryu@debian.org> * ko.po: Updated Korean translation by Eunju Kim.. svn path=/trunk/; revision=18456
* Add docsMatthias Clasen2007-07-122-4/+146
| | | | svn path=/trunk/; revision=18455
* Add docsMatthias Clasen2007-07-122-1/+23
| | | | svn path=/trunk/; revision=18454
* Add more documentation.Matthias Clasen2007-07-124-42/+84
| | | | svn path=/trunk/; revision=18453
* Make parameter naming consistent.Matthias Clasen2007-07-124-43/+51
| | | | | | | | | | | 2007-07-11 Matthias Clasen <mclasen@redhat.com> * gtk/gtktreeview.c: * gtk/gtktoolitem.[hc]: Make parameter naming consistent. svn path=/trunk/; revision=18452