summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* window: Remove useless functionsBenjamin Otte2012-11-111-90/+0
* window: Delay showing auto mnemonics on focus inRui Matos2012-10-021-1/+1
* window: Add the .background class to windows unconditionallyBenjamin Otte2012-09-171-5/+5
* window: Add a delay before automatically showing mnemonicsRui Matos2012-08-311-0/+40
* stylecontext: Pass the changes in the parent to validation functionBenjamin Otte2012-08-281-1/+5
* Add two users of gtk_widget_insert_action_groupLars Uebernickel2012-08-201-0/+3
* window: Update _gtk_window_set_is_active API commentRob Bradford2012-07-281-2/+2
* docs: fix a number of typos and obsolete referencesCosimo Cecchi2012-07-021-4/+4
* Trivial: remove a bit of obfuscationMatthias Clasen2012-05-301-1/+1
* window: Remove needless call to ensure_state_flag_backdrop() on mapRui Matos2012-05-031-2/+0
* window: Validate style context before first allocationBenjamin Otte2012-05-021-0/+5
* container: Remove duplicated flagBenjamin Otte2012-04-171-2/+1
* window: Set parent context instead of just resetting styleBenjamin Otte2012-04-171-1/+6
* Fix malformed doc commentsMatthias Clasen2012-04-121-1/+1
* Change FSF AddressJavier Jardón2012-02-271-3/+1
* window: Fix typo in documentation for gtk_window_get_positionRob Bradford2012-02-231-1/+1
* gtk_window_set_attached_to: ref(), not ref_sink() the attach_widgetMichael Natterer2012-02-211-1/+1
* window: Avoid unnecessary attach-widget resetsBenjamin Otte2012-01-311-0/+3
* Fix doc syntaxMatthias Clasen2012-01-201-1/+1
* GtkApplicationWindow: Fix resize grip positioningMatthias Clasen2012-01-201-23/+42
* Don't call set_application() in gtk_window_realizeRyan Lortie2012-01-181-2/+0
* Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"Ryan Lortie2012-01-171-1/+1
* Expand the docs for GtkWindow::attached-toMatthias Clasen2012-01-121-6/+12
* window: improve docs for gtk_window_set_attached_to()Cosimo Cecchi2012-01-121-7/+12
* Introduce gtk_window_get/set_attached_to()Andrea Cimitan2012-01-121-0/+104
* set the G_PARAM_CONSTRUCT flag on the GtkWindow:application propertyGuillaume Desmottes2012-01-101-1/+1
* Rename 'window-unfocused' to 'backdrop'Rui Matos2012-01-091-6/+6
* window: Stop setting state flags on the style context for drawingRui Matos2012-01-091-11/+3
* Revert "GtkWindow: new API to store state in GSettings"Matthias Clasen2012-01-091-128/+0
* GtkWindow: new API to store state in GSettingsRyan Lortie2012-01-061-0/+128
* gtk/*: Use g_list_free_full() convenience functionJavier Jardón2012-01-051-16/+5
* Bug 667018-gtk/gtkwindow.c: Include deprecated/gtkstyle.hChun-wei Fan2011-12-301-0/+2
* GtkApplication: export windows on the busRyan Lortie2011-12-191-17/+0
* window: Set a _DBUS_APPLICATION_ID X11 window propertyColin Walters2011-12-191-1/+20
* Use the workarea when placing popupsMatthias Clasen2011-12-181-4/+4
* window: Add hide-titlebar-when-maximized propertyFlorian Müllner2011-12-151-1/+83
* Make window handle transparentAlexander Larsson2011-12-051-1/+4
* Fix gdk_cairo_region_create_from_surface on big endianMichel Dänzer2011-11-191-1/+1
* window: Fix cast warningsBenjamin Otte2011-11-081-1/+1
* gtk: Add a GTK_STATE_FLAG_WINDOW_UNFOCUSED widget state flagRui Matos2011-11-081-0/+25
* GtkWindow: Use new begin_resize_drag apiMatthias Clasen2011-11-051-6/+7
* gtkwindow: Clean up gtk_window_map()Rui Matos2011-10-011-19/+16
* Documentation fixesMatthias Clasen2011-09-251-3/+4
* Make focus rectangles optionalMatthias Clasen2011-08-101-6/+105
* Convert GailWindow to GtkWindowAccessibleMatthias Clasen2011-07-051-0/+3
* Remove unused includesMatthias Clasen2011-06-161-1/+0
* gtk: Use const instead G_CONST_RETURNJavier Jardón2011-06-101-2/+2
* gtkcontainer: Move private functions to private headerJavier Jardón2011-06-061-0/+1
* window: Only draw resize grip if its window existsBenjamin Otte2011-05-231-1/+1
* Some additional auto-mnemonic fixesMatthias Clasen2011-05-061-2/+1