summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2.11.2GTK_2_11_2Matthias Clasen2007-06-06194-1914/+2011
* UpdatesMatthias Clasen2007-06-062-0/+24
* Fix the buildMatthias Clasen2007-06-062-1/+4
* use GTK_IS_TREE_VIEW_COLUMN() in g_return_if_fail here.Kristian Rietveld2007-06-062-1/+6
* new function. (#342471, Lorenzo Gil Sanchez).Kristian Rietveld2007-06-064-0/+30
* remove unused call to gtk_widget_size_request(). (Reported by CarlosKristian Rietveld2007-06-062-3/+6
* bail out if last_window is not a GdkWindow anymore. (Fixes #434021,Kristian Rietveld2007-06-062-3/+9
* Add gdkmedialib.h to EXTRA_DIST so this header file gets included with theBrian Cameron2007-06-062-3/+7
* Ignore if the old and new windows are the same.Richard Hult2007-06-062-0/+9
* also remove the auto expand timeout if it exists.Kristian Rietveld2007-06-062-0/+11
* Update comment to be more clear and print a warning if we try to create aRichard Hult2007-06-062-13/+20
* Don't let temp windows become key window.Richard Hult2007-06-062-5/+8
* Fix embarrassing crash. (#444457, Torsten Schoenfeld)Tor Lillqvist2007-06-062-1/+6
* Drop the phrase saying invisible text doesn't work (#444236).Yevgen Muntyan2007-06-052-1/+6
* Check that window_private is not NULL before using it. (#444351, DavidMatthias Clasen2007-06-052-1/+6
* drop the paper sheet. d is used for search, rather than find within aJakub Steiner2007-06-055-853/+346
* Fix #399071, suggestion from Benoit Dejean.Kristian Rietveld2007-06-046-34/+187
* Don't try to make temp windows key windows, fixes problem introducedRichard Hult2007-06-042-5/+12
* Fix typo.Richard Hult2007-06-041-1/+1
* * gdk/quartz/gdkwindow-quartz.c: Implement simple versions ofRichard Hult2007-06-043-3/+43
* Implement.Richard Hult2007-06-042-4/+29
* Implement gdk_window_set_transient_for.Richard Hult2007-06-043-2/+69
* Updated Spanish translationJorge Gonzalez Gonzalez2007-06-042-1701/+1641
* gtk/gtklinkbutton.h Change function argument "link" to "link_" to fixCody Russell2007-06-043-2/+9
* Adding bug number to ChangeLogCody Russell2007-06-041-1/+1
* Check if down_button is NULL. This happens when the pathbar button for theCody Russell2007-06-042-1/+12
* Bump versionMatthias Clasen2007-06-042-2/+4
* 2.11.1GTK_2_11_1Matthias Clasen2007-06-04214-39281/+41830
* UpdatesMatthias Clasen2007-06-043-0/+20
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-047-70/+141
* Add a create-window signal that allows to override the globalMatthias Clasen2007-06-044-6/+89
* Revert previous commit; the API is not yet finalized - see bug #166995.Emmanuele Bassi2007-06-047-191/+10
* Updated Norwegian bokmål translation.Kjartan Maraas2007-06-042-174/+83
* Update Norwegian bokmål translation.Kjartan Maraas2007-06-042-1103/+982
* Add new GtkRadioButton API.Emmanuele Bassi2007-06-032-0/+7
* Add gtk_radio_button_set_value(), gtk_radio_button_get_current_value() andEmmanuele Bassi2007-06-035-3/+197
* Initialize unthemed_icon to NULL to avoid accessing uninitialized memoryTorsten Schönfeld2007-06-032-1/+7
* Set the key modifier state.Richard Hult2007-06-032-2/+8
* Make pointer grab emulation work a bit better:Richard Hult2007-06-032-13/+19
* UpdatesMatthias Clasen2007-06-032-0/+48
* Add volume button to galleryMatthias Clasen2007-06-036-0/+28
* Fix typoMatthias Clasen2007-06-033-2/+7
* Allow to disable Xinerama. (#348065, Diego Pettenò)Matthias Clasen2007-06-032-7/+16
* Update changelog.Xan Lopez2007-06-031-0/+5
* Remove g_return_if_fail checks from private functions.Xan Lopez2007-06-031-64/+0
* The page num parameter is unused is redundant and unused inXan Lopez2007-06-031-20/+18
* Forgotten fileMatthias Clasen2007-06-021-2/+1
* Fix the coordinates in crossing events so they are relative to the rightRichard Hult2007-06-012-16/+114
* Make function naming consistent for the various functions that retrieveRichard Hult2007-06-014-128/+78
* Add support for composited child windows. (#412882, Ryan Lortie)Matthias Clasen2007-06-0121-3/+635