summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* API: gtk: Remove client_event vfunc from GtkWidgetBenjamin Otte2011-02-011-109/+0
* Don't use GTK_IS_PLUG for non-X11 backendsKristian Rietveld2011-02-011-1/+7
* window: Get rid of GdkNativeWindow usageBenjamin Otte2011-01-281-5/+5
* window: Make embedded xid specific to the X11 backendBenjamin Otte2011-01-281-0/+6
* gtk: Prefix gtk_window_add_embedded_xid() with underscoreBenjamin Otte2011-01-281-2/+2
* Clarify documentation about application vs window lifecycleMatthias Clasen2011-01-241-4/+7
* Silence new gcc warningsMatthias Clasen2011-01-231-36/+21
* [GI] Add missing (out) and (array) annotationsPavel Holejsovsky2011-01-201-3/+3
* [GI] Add missing (transfer) annotationsPavel Holejsovsky2011-01-201-3/+3
* [GI] Cosmetic cleanups of annotations and doc commentsPavel Holejsovsky2011-01-181-3/+3
* [GI] Add missing (allow-none) annotationsPavel Holejsovsky2011-01-181-1/+1
* [GI] Annotate strings holding file paths as (type filename)Pavel Holejsovsky2011-01-181-2/+2
* Fix memory leak in gtk_window_group_list_windowsGarrett Regier2011-01-171-0/+2
* Add a setter for GtkWindow.has_user_ref_countMatthias Clasen2011-01-101-0/+24
* Remove recent GtkStyle usage in GtkWindowCarlos Garnacho2011-01-101-2/+1
* Documentation fixesMatthias Clasen2011-01-061-5/+5
* Fixed statement in gtkwindow.c when toplevelness changes.Tristan Van Berkom2011-01-061-1/+1
* Dont show the GtkWindow when removing it from a parent and becomming a toplevelTristan Van Berkom2011-01-061-11/+6
* Fixed conflict while rebasing master.Tristan Van Berkom2011-01-061-11/+0
* Fixed GtkWindow/GtkWidget to properly emit hierarchy changed for embedded top...Tristan Van Berkom2011-01-061-2/+34
* Fixed focus handling on embedded windows.Tristan Van Berkom2011-01-061-0/+9
* Fixed issues with "hierarchy-changed" signal.Tristan Van Berkom2011-01-061-0/+9
* Slightly less special casing in GtkWindow for gtk_widget_is_toplevel()Tristan Van Berkom2011-01-061-27/+9
* Allow GtkWindow to be parented if gtk_widget_set_parent_window() is called on...Tristan Van Berkom2011-01-061-19/+136
* Remove gtktypeutils altogetherMatthias Clasen2011-01-041-2/+3
* Drop explicit includes of gdkkeysyms.hMatthias Clasen2011-01-041-2/+0
* GtkWindow: remove unneeded callCarlos Garnacho2011-01-041-2/+0
* Release GtkApplication earlierMatthias Clasen2011-01-031-1/+3
* API: gdk: gdk_display_get_device_state() => gdk_device_get_position()Benjamin Otte2010-12-271-6/+6
* Remove private header from gtkwindow.hStef Walter2010-12-231-0/+1
* Remove sealed members from GtkMenuShellMatthias Clasen2010-12-231-1/+0
* Drop long-obsolete linux framebuffer APIsMatthias Clasen2010-12-231-405/+34
* Some small doc correctionsMatthias Clasen2010-12-231-2/+2
* gtk: Use g_object_unref instead of gdk_cursor_unrefBenjamin Otte2010-12-211-1/+1
* Add invariant that a child is unmapped if parent is unmappedHavoc Pennington2010-12-201-0/+5
* GtkWindow: remove deprecated call.Carlos Garnacho2010-12-181-1/+1
* Hide GtkWindowGroup membersMatthias Clasen2010-12-171-39/+45
* gtk: Remove old DirectFB code for drawing window decorationsBenjamin Otte2010-12-061-14/+4
* Fix resize grip drawingMatthias Clasen2010-12-041-3/+3
* GtkWindow: Use GtkStyleContext for rendering.Carlos Garnacho2010-12-041-32/+44
* Move all GdkDevice members to private and add one missing accessorMichael Natterer2010-11-231-1/+1
* gtk: fix C99-style variable declarations in various sourcesChun-wei Fan2010-11-101-3/+4
* gtkwindow: properly set the window icon list (#631331)Cosimo Cecchi2010-11-051-0/+2
* Use gtk_box_new() instead gtk_[v|h]box_new()Javier Jardón2010-10-301-1/+1
* Use g_ascii_strto[u]ll instead of strto[u]l=Christian Persch2010-10-251-2/+3
* Some GtkApplication cleanupsMatthias Clasen2010-10-231-5/+8
* gtk: clean up GtkWidget signalsMichael Natterer2010-10-201-14/+14
* Split off gtkprivate.hEmmanuele Bassi2010-10-201-1/+1
* GtkApplication: add gtk_application_get_windows()Ryan Lortie2010-10-191-3/+8
* GtkApplication rewriteRyan Lortie2010-10-191-2/+92