summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* Use const gchar* in gtk_window_get_icon_name implementationChristian Dywan2010-01-111-1/+1
* Deprecate widget flag: GTK_WIDGET_CAN_FOCUSJavier Jardón2010-01-071-1/+1
* Deprecate some widget flagsJavier Jardón2010-01-071-15/+15
* Deprecate flag macros for toplevel, state, no window and composite childChristian Dywan2010-01-041-2/+2
* Some improvements to the auto-mnemonics codeMatthias Clasen2009-12-201-20/+1
* Only show the mnemonic underline when pressing AltMatthias Clasen2009-12-201-2/+92
* Fix doc typosMatthias Clasen2009-12-181-2/+2
* [docs] Add some 'Since: 2.4' tagsTorsten Schoenfeld2009-12-181-2/+6
* [introspection] Merge in Gtk-custom.c annotationsColin Walters2009-12-161-25/+26
* [gtk/gtkwindow] Added accessor for GTK_WINDOW ()->typeChristian Dywan2009-11-111-0/+18
* Fix compilation warning: Use GDK_GPOINTER_TO_NATIVE_WINDOW() macroJavier Jardón2009-11-101-1/+1
* Revert "Fix compilation warning: Use G_POINTER_TO_UINT"Tor Lillqvist2009-11-101-1/+1
* Fix compilation warning: Use G_POINTER_TO_UINTJavier Jardón2009-11-091-1/+1
* Allow setting type hints on unmapped windowsMatthias Clasen2009-10-281-1/+1
* Use G_STRFUNC instead __FUNCTION__Javier Jardón2009-10-261-1/+1
* 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