summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* GtkWindow: set mnemonics visible on focus in if modifier is pressedRui Matos2011-05-061-0/+37
* window: Make non-resizable windows use default size for geometry hintsBenjamin Otte2011-05-011-0/+4
* window: Remove overeagerness with new size guessingBenjamin Otte2011-05-011-14/+17
* window: Invert check that was wrongBenjamin Otte2011-04-291-1/+1
* window: Make comparison be the right directionBenjamin Otte2011-04-271-1/+1
* window: Be smarter about computing the default sizeBenjamin Otte2011-04-271-4/+57
* window: Split out size guessing functionBenjamin Otte2011-04-261-35/+35
* window: Use int instead of uint consistentlyBenjamin Otte2011-04-261-5/+5
* Move documentation to inline comments: GtkWindowGroupJavier Jardón2011-04-181-0/+15
* window: Only draw the resize grip if it is actually visibleBenjamin Otte2011-04-161-1/+1
* window: cast value so gcc shuts upBenjamin Otte2011-04-161-1/+1
* gtk_window_present_with_time: fix when window is not initially visibleDan Winship2011-04-121-4/+18
* Merge branch 'gdk-backend-wayland'Kristian Høgsberg2011-04-121-7/+11
|\
| * Merge remote-tracking branch 'origin/master' into gdk-backend-waylandKristian Høgsberg2011-02-261-0/+2
| |\
| * | gtkwidget: Only call X GDK functions when the window is an X windowKristian Høgsberg2011-02-101-12/+22
* | | GtkWindow: rearrange private struct to fill some holesMatthias Clasen2011-04-111-4/+3
* | | Fixed warning catch in gtk_window_compute_hints().Tristan Van Berkom2011-04-031-1/+1
* | | window: Use settings from screen rather than defaultFlorian Müllner2011-03-251-4/+15
* | | window: Export theme variant to X11Florian Müllner2011-03-211-0/+47
* | | Add annotations to gtk_window_get_positionMatthias Clasen2011-03-121-6/+8
* | | window: don't confuse priv->type_hint with priv->gdk_type_hintCosimo Cecchi2011-03-031-5/+5
* | | window: Add check for X11 window when calling x11 functionBenjamin Otte2011-03-021-3/+6
* | | Minor documentation improvementsMurray Cumming2011-02-231-1/+1
| |/ |/|
* | Always chain up in ::style-updatedMatthias Clasen2011-02-071-0/+2
|/
* Don't assume a screen exists before realize()Matthias Clasen2011-02-041-9/+11
* 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