summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.11.2GTK_2_11_2Matthias Clasen2007-06-06194-1914/+2011
| | | | svn path=/trunk/; revision=18057
* UpdatesMatthias Clasen2007-06-062-0/+24
| | | | svn path=/trunk/; revision=18056
* Fix the buildMatthias Clasen2007-06-062-1/+4
| | | | svn path=/trunk/; revision=18055
* use GTK_IS_TREE_VIEW_COLUMN() in g_return_if_fail here.Kristian Rietveld2007-06-062-1/+6
| | | | | | | | | | 2007-06-06 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_queue_resize): use GTK_IS_TREE_VIEW_COLUMN() in g_return_if_fail here. svn path=/trunk/; revision=18054
* new function. (#342471, Lorenzo Gil Sanchez).Kristian Rietveld2007-06-064-0/+30
| | | | | | | | | | | | 2007-06-06 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeviewcolumn.[ch] (gtk_tree_view_column_get_tree_view): new function. (#342471, Lorenzo Gil Sanchez). * gtk/gtk.symbols: updated. svn path=/trunk/; revision=18053
* remove unused call to gtk_widget_size_request(). (Reported by CarlosKristian Rietveld2007-06-062-3/+6
| | | | | | | | | | | 2007-06-06 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltip.c (gtk_tooltip_paint_window): remove unused call to gtk_widget_size_request(). (Reported by Carlos Garnacho). svn path=/trunk/; revision=18052
* bail out if last_window is not a GdkWindow anymore. (Fixes #434021,Kristian Rietveld2007-06-062-3/+9
| | | | | | | | | | | 2007-06-06 Kristian Rietveld <kris@imendio.com> * gtk/gtktooltip.c (gtk_tooltip_show_tooltip): bail out if last_window is not a GdkWindow anymore. (Fixes #434021, several reporters). svn path=/trunk/; revision=18051
* Add gdkmedialib.h to EXTRA_DIST so this header file gets included with theBrian Cameron2007-06-062-3/+7
| | | | | | | | | | 2007-06-06 Brian Cameron <brian.cameron@sun.com> * gdk/Makefile.am: Add gdkmedialib.h to EXTRA_DIST so this header file gets included with the distribution, as needed. Fixes bug #442888. Reviewed by Matthias Clasen. svn path=/trunk/; revision=18050
* Ignore if the old and new windows are the same.Richard Hult2007-06-062-0/+9
| | | | | | | | | | 2007-06-06 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c (_gdk_quartz_events_update_mouse_window): Ignore if the old and new windows are the same. svn path=/trunk/; revision=18049
* also remove the auto expand timeout if it exists.Kristian Rietveld2007-06-062-0/+11
| | | | | | | | | | 2007-06-06 Kristian Rietveld <kris@imendio.com> * gtk/gtktreeview.c (gtk_tree_view_unrealize): also remove the auto expand timeout if it exists. svn path=/trunk/; revision=18048
* Update comment to be more clear and print a warning if we try to create aRichard Hult2007-06-062-13/+20
| | | | | | | | | | | | | | 2007-06-06 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c (synthesize_crossing_events): Update comment to be more clear and print a warning if we try to create a crossing event without knowing what the current mouse window is, to help track down focus bugs. * gdk/quartz/gdkevents-quartz.c (_gdk_quartz_events_update_focus_window): Fix indentation. svn path=/trunk/; revision=18047
* Don't let temp windows become key window.Richard Hult2007-06-062-5/+8
| | | | | | | | | 2007-06-05 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzWindow.c: Don't let temp windows become key window. svn path=/trunk/; revision=18046
* Fix embarrassing crash. (#444457, Torsten Schoenfeld)Tor Lillqvist2007-06-062-1/+6
| | | | | | | | | | 2007-06-06 Tor Lillqvist <tml@novell.com> * gdk/x11/gdkwindow-x11.c (gdk_window_set_opacity): Fix embarrassing crash. (#444457, Torsten Schoenfeld) svn path=/trunk/; revision=18045
* Drop the phrase saying invisible text doesn't work (#444236).Yevgen Muntyan2007-06-052-1/+6
| | | | | | | | | | 2007-06-05 Yevgen Muntyan <muntyan@tamu.edu> * demos/gtk-demo/textview.c (insert_text): Drop the phrase saying invisible text doesn't work (#444236). svn path=/trunk/; revision=18044
* Check that window_private is not NULL before using it. (#444351, DavidMatthias Clasen2007-06-052-1/+6
| | | | | | | | | | | 2007-06-05 Matthias Clasen <mclasen@redhat.com> * gdk/x11/gdkevents-x11.c (gdk_event_translate): Check that window_private is not NULL before using it. (#444351, David Ronis) svn path=/trunk/; revision=18043
* drop the paper sheet. d is used for search, rather than find within aJakub Steiner2007-06-055-853/+346
| | | | | | | | | | 2007-06-05 Jakub Steiner <jimmac@ximian.com> * gtk/stock-icons/{16,24}/gtk-find*: drop the paper sheet. d is used for search, rather than find within a document dialog). svn path=/trunk/; revision=18042
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-046-34/+187
| | | | | | | | | | | | | | | | | | | | | | | 2007-06-05 Kristian Rietveld <kris@gtk.org> Fix #399071, suggestion from Benoit Dejean. * gtk/gtkliststore.[ch] (gtk_list_store_set_vector_internal): new function, factored out code iterating (columns, values) vectors from gtk_list_store_new_with_valuesv to here, (gtk_list_store_set_valuesv): new public function to set list store values using (columns, values) vectors, (gtk_list_store_new_with_valuesv): call new _set_vector_internal instead. * gtk/gtktreestore.[ch] (gtk_tree_store_set_vector_internal), (gtk_tree_store_set_valuesv), (gtk_tree_store_new_with_valuesv): likewise. * gtk/gtk.symbols: updated. svn path=/trunk/; revision=18041
* Don't try to make temp windows key windows, fixes problem introducedRichard Hult2007-06-042-5/+12
| | | | | | | | | | 2007-06-04 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (show_window_internal): Don't try to make temp windows key windows, fixes problem introduced below. svn path=/trunk/; revision=18040
* Fix typo.Richard Hult2007-06-041-1/+1
| | | | svn path=/trunk/; revision=18039
* * gdk/quartz/gdkwindow-quartz.c: Implement simple versions ofRichard Hult2007-06-043-3/+43
| | | | | | | | | | 2007-06-04 Richard Hult <richard@imendio.com> * gdk/quartz/GdkQuartzWindow.c: * gdk/quartz/gdkwindow-quartz.c: Implement simple versions of gdk_window_set_accept_focus and gdk_window_set_focus_on_map. svn path=/trunk/; revision=18038
* Implement.Richard Hult2007-06-042-4/+29
| | | | | | | | | 2007-06-04 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: (gdk_window_raise), (gdk_window_raise): Implement. svn path=/trunk/; revision=18037
* Implement gdk_window_set_transient_for.Richard Hult2007-06-043-2/+69
| | | | | | | | | | 2007-06-04 Richard Hult <richard@imendio.com> * gdk/quartz/gdkwindow-quartz.c: * gdk/quartz/gdkwindow-quartz.h: Implement gdk_window_set_transient_for. svn path=/trunk/; revision=18036
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-042-1701/+1641
| | | | svn path=/trunk/; revision=18035
* gtk/gtklinkbutton.h Change function argument "link" to "link_" to fixCody Russell2007-06-043-2/+9
| | | | | | | | | | | | 2007-06-04 Cody Russell <bratsche@gnome.org> * gtk/gtklinkbutton.h * gtk/gtkaboutdialog.h: Change function argument "link" to "link_" to fix warnings for applications compiling with -Wshadow. (#379213) svn path=/trunk/; revision=18033
* Adding bug number to ChangeLogCody Russell2007-06-041-1/+1
| | | | svn path=/trunk/; revision=18031
* Check if down_button is NULL. This happens when the pathbar button for theCody Russell2007-06-042-1/+12
| | | | | | | | | | | | | 2007-06-04 Cody Russell <bratsche@gnome.org> * gtk/gtkpathbar.c (gtk_path_bar_scroll_down): Check if down_button is NULL. This happens when the pathbar button for the current directory is too large to fit in the space, e.g. on Windows for directories named something like "My Documents and Settings". svn path=/trunk/; revision=18030
* Bump versionMatthias Clasen2007-06-042-2/+4
| | | | svn path=/trunk/; revision=18029
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-04214-39281/+41830
| | | | svn path=/trunk/; revision=18027
* UpdatesMatthias Clasen2007-06-043-0/+20
| | | | svn path=/trunk/; revision=18026
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-047-70/+141
| | | | | | | | | | | | | | | | | | | | | | | | 2007-06-04 Michael Natterer <mitch@imendio.com> Move "move-focus" signals from several widgets to GtkWidget to enable more flexible costomization of keyboard navigation via bindings. Fixes bug #414947. * gtk/gtkwidget.c: add "move-focus" binding signal, default to calling the toplevel GtkWindow's "move-focus" vfunc. * gtk/gtktextview.[ch] * gtk/gtkwindow.[ch]: remove "move-focus" signals and add compat code that makes sure that both emitting the signal on the widget and overriding the virtual functions keeps working as before. * gtk/gtktoolbar.c: remove "move-focus" signal here too and use GtkWidget's signal. This change slightly changes keyboard navigation in toolbars. I'll fix the behavior if somebody can explain me if and how exactly the new behavior is broken. svn path=/trunk/; revision=18025
* Add a create-window signal that allows to override the globalMatthias Clasen2007-06-044-6/+89
| | | | | | | | | | | | | 2007-06-04 Matthias Clasen <mclasen@redhat.com> * gtk/gtkmarshalers.list: * gtk/gtknotebook.[hc]: Add a create-window signal that allows to override the global create-window-hook on a per-notebook basis. The default handler falls back to the global hook. (#386935, Christian Hammond) svn path=/trunk/; revision=18024
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-047-191/+10
| | | | | | | | | | | 2007-06-04 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkradiobutton.[ch]: * gtk/gtk.symbols: * tests/testgtk.c: Revert previous commit; the API is not yet finalized - see bug #166995. svn path=/trunk/; revision=18023
* Updated Norwegian bokmål translation.Kjartan Maraas2007-06-042-174/+83
| | | | | | | | 2007-06-04 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Updated Norwegian bokmål translation. svn path=/trunk/; revision=18022
* Update Norwegian bokmål translation.Kjartan Maraas2007-06-042-1103/+982
| | | | | | | | 2007-06-04 Kjartan Maraas <kmaraas@gnome.org> * nb.po: Update Norwegian bokmål translation. svn path=/trunk/; revision=18021
* Add new GtkRadioButton API.Emmanuele Bassi2007-06-032-0/+7
| | | | | | | | 2007-06-04 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtk-sections.txt: Add new GtkRadioButton API. svn path=/trunk/; revision=18020
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-035-3/+197
| | | | | | | | | | | | | | | | | 2007-06-04 Emmanuele Bassi <ebassi@gnome.org> * gtk/gtkradiobutton.h: * gtk/gtkradiobutton.c: * gtk/gtk.symbols: Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() and gtk_radio_button_get_value(). Use these functions to set and get an arbitrary integer associated to a GtkRadioButton in a group, like the value associated to a GtkRadioAction. * tests/testgtk.c: (create_radio_buttons), (radio_toggled_cb): Exercise the new API. svn path=/trunk/; revision=18019
* Initialize unthemed_icon to NULL to avoid accessing uninitialized memoryTorsten Schönfeld2007-06-032-1/+7
| | | | | | | | * gtk/gtkicontheme.c (choose_icon): Initialize unthemed_icon to NULL to avoid accessing uninitialized memory when gtk_icon_theme_choose_icon() is called with an empty names list. svn path=/trunk/; revision=18018
* Set the key modifier state.Richard Hult2007-06-032-2/+8
| | | | | | | | | 2007-06-03 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (create_crossing_event): Set the key modifier state. svn path=/trunk/; revision=18017
* Make pointer grab emulation work a bit better:Richard Hult2007-06-032-13/+19
| | | | | | | | | | | | | | 2007-06-03 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: Make pointer grab emulation work a bit better: (gdk_display_pointer_is_grabbed): Do what the docs say and don't consider implicit grabs here. (gdk_pointer_grab): Overriding a grab by the same app should always be succesful. (gdk_event_translate): Implicit grabs should not be owner events. svn path=/trunk/; revision=18016
* UpdatesMatthias Clasen2007-06-032-0/+48
| | | | svn path=/trunk/; revision=18015
* Add volume button to galleryMatthias Clasen2007-06-036-0/+28
| | | | svn path=/trunk/; revision=18014
* Fix typoMatthias Clasen2007-06-033-2/+7
| | | | svn path=/trunk/; revision=18013
* Allow to disable Xinerama. (#348065, Diego Pettenò)Matthias Clasen2007-06-032-7/+16
| | | | | | | | | | 2007-06-03 Matthias Clasen <mclasen@redhat.com> * configure.in: Allow to disable Xinerama. (#348065, Diego Pettenò) svn path=/trunk/; revision=18012
* Update changelog.Xan Lopez2007-06-031-0/+5
| | | | svn path=/trunk/; revision=18011
* Remove g_return_if_fail checks from private functions.Xan Lopez2007-06-031-64/+0
| | | | svn path=/trunk/; revision=18010
* The page num parameter is unused is redundant and unused inXan Lopez2007-06-031-20/+18
| | | | | | the the switch_page and real_switch_page functions. svn path=/trunk/; revision=18009
* Forgotten fileMatthias Clasen2007-06-021-2/+1
| | | | svn path=/trunk/; revision=18008
* Fix the coordinates in crossing events so they are relative to the rightRichard Hult2007-06-012-16/+114
| | | | | | | | | | | 2007-06-01 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.c: (get_converted_window_coordinates), (create_crossing_event): Fix the coordinates in crossing events so they are relative to the right window. svn path=/trunk/; revision=18007
* Make function naming consistent for the various functions that retrieveRichard Hult2007-06-014-128/+78
| | | | | | | | | | | | | | 2007-06-01 Richard Hult <richard@imendio.com> * gdk/quartz/gdkevents-quartz.[ch]: Make function naming consistent for the various functions that retrieve data from an event. * gdk/quartz/gdkprivate-quartz.h: * gdk/quartz/gdkwindow-quartz.[ch]: Remove the now unused _gdk_quartz_window_find_child_by_point() function. svn path=/trunk/; revision=18006
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-0121-3/+635
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2007-06-01 Matthias Clasen <mclasen@redhat.com> Add support for composited child windows. (#412882, Ryan Lortie) * gdk/gdk.symbols: * gdk/gdkdisplay.h: * gdk/gdkinternals.h: * gdk/gdkwindow.[hc]: Add gdk_display_supports_composite() and gdk_window_set_composited(). * gdk/x11/gdkevents-x11.c: * gdk/x11/gdkdisplay-x11.[hc]: * gdk/x11/gdkwindow-x11.[hc]: X11 implementation. * gdk/win32/gdkdisplay-win32.c: * gdk/win32/gdkwindow-win32.c: Dummy win32 implementration. * gdk/quartz/gdkdisplay-quartz.c: * gdk/quartz/gdkwindow-quartz.c: Dummy Quartz implementation. * gdk/directfb/gdkdisplay-directfb.c: * gdk/directfb/gdkwindow-directfb.c: Dummy DirectFB implementation. * tests/testgtk.c: Add a "composited window" test. svn path=/trunk/; revision=18004