summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Don't request window sizes with zero width or heightAlexander Larsson2009-10-051-0/+7
* Fix a typoMatthias Clasen2009-09-091-1/+1
* Plug a mem leakChristian Persch2009-08-291-6/+8
* Fix a typo in the startup-id property definitionMatthias Clasen2009-07-191-3/+3
* Set user_time from startup_id if window realizedAlexander Larsson2009-04-071-7/+10
* Set errno to 0 before calling strtoulAlexander Larsson2009-04-071-1/+2
* fix slist/list confusionMatthias Clasen2009-04-021-2/+2
* Add a function to get the default window icon nameMatthias Clasen2009-02-201-1/+20
* Keep GtkPlug in sync with the global list of toplevels.Matthias Clasen2009-01-231-0/+35
* Don't cause lots of X traffic when the icon name doesn't actually change.Matthias Clasen2009-01-131-0/+3
* Doc additionsMatthias Clasen2008-12-291-0/+26
* Made buildable and added support for adding children of type "submenu"Tristan Van Berkom2008-11-061-2/+123
* Bug 552318 – menubar mnemonics consumed even whenMatthias Clasen2008-10-141-16/+22
* gtk/gtkaccellabel.c gtk/gtkaction.c gtk/gtkclist.c gtk/gtkcolorbutton.cSven Neumann2008-08-121-17/+17
* consistently chain up using GTK_FOO_CLASS(parent_class)->bar(instance)Michael Natterer2008-08-121-2/+2
* use canonical signal names.Sven Neumann2008-08-081-13/+13
* gtk/gtk.symbols gtk/makegtkalias.pl gtk/gtkaccelmap.c gtk/gtkfilechooser.cTor Lillqvist2008-08-081-1/+1
* Bug 544684 - Win64 issue, window handles are assumed to be 32-bitTor Lillqvist2008-08-041-3/+3
* move the code of the deprecated gtk_window_set_policy() to a new privateMichael Natterer2008-08-041-9/+18
* Bug 65818 – rename gtk_window_set_default() and add getter for itMatthias Clasen2008-08-021-2/+2
* Bug 56070 – Can't click button after setting it sensitive.Cody Russell2008-08-011-5/+7
* Revert name changeCody Russell2008-07-011-1/+1
* Practically everything changed.Cody Russell2008-06-301-1/+1
* Avoid unnecessary redraws when resizing. Patch by Owen TaylorMatthias Clasen2008-06-301-8/+8
* Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin2008-06-221-1/+1
* Add missing Since: gtk-doc markup for newly added GSEAL API. Change allJohan Dahlin2008-06-201-2/+2
* gtk/gtkwindow.[ch] rename gtk_window_group_get_windows() toMichael Natterer2008-06-201-2/+2
* Add gtk_window_group_get_windows().Tim Janik2008-06-201-0/+31
* Add gtk_window_get_default()Tim Janik2008-06-201-0/+19
* Fix trivial typo in documentation.Ross Burton2008-06-061-2/+2
* Chain up in buildable_finish()Tristan Van Berkom2008-04-161-0/+2
* Bug 314084 - GTK+ dialogs should not be placed partially offscreenTor Lillqvist2008-03-201-14/+27
* Unify the handling of various "Enter" keysyms all over the place.Matthias Clasen2008-02-121-2/+3
* simply use gtk_window_get_key_hash() to get the hash instead of manuallyMichael Natterer2008-02-121-8/+7
* Use G_OBJECT_WARN_INVALID_PROPERTY_ID consistently. Fixes #5075Johan Dahlin2008-01-061-0/+1
* Zero some variables to silence valgrind. (#495124, Morten Welinder)Matthias Clasen2007-11-271-0/+2
* Require gtk-doc 1.8Matthias Clasen2007-11-251-8/+7
* Fixes #426246.Kristian Rietveld2007-09-121-23/+45
* Update menu accelerators, when adding/removing AccelGroups dynamically.Stefan Kost2007-08-271-0/+2
* Use the correct type check on `window'. We now check GTK_IS_WINDOW ratherCody Russell2007-08-231-1/+1
* Rename buildable methods to not clash with widget methods. (#448928,Johan Dahlin2007-06-191-10/+10
* Add GtkBuilder, fixes #172535Johan Dahlin2007-06-151-1/+49
* Move "move-focus" signals from several widgets to GtkWidget to enable moreMichael Natterer2007-06-041-12/+0
* Fix a typoMatthias Clasen2007-05-181-3/+2
* Add functionality to set overall opacity of a top-level window. (#405316)Tor Lillqvist2007-04-301-0/+97
* Win32 drop shadow goodnessCody Russell2007-04-251-3/+2
* Apply patch by Vytautas Liuolia for changing the startup notification idEmmanuele Bassi2007-03-131-5/+135
* add new boolean settings gtk-enable-accels and gtk-enable-mnemonics whichMichael Natterer2007-02-051-4/+20
* chain up to the right function (fix taken from maemo-gtk).Michael Natterer2007-01-051-1/+1
* Only process updates on the window at hand, not on all windows, to avoidMatthias Clasen2007-01-031-1/+1