summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* docs: use Returns: consistentlyWilliam Jon McCann2014-02-191-37/+37
* Fix a problem with window draggingMatthias Clasen2014-02-151-0/+13
* Docs: use // for comments in examplesMatthias Clasen2014-02-141-1/+1
* docs: fully break lines in examplesWilliam Jon McCann2014-02-121-16/+23
* Docs: Remove all entities and turn off sgml modeMatthias Clasen2014-02-091-7/+6
* docs: don't use <anchor>William Jon McCann2014-02-071-2/+2
* docs: use proper quotations instead of '*'William Jon McCann2014-02-071-3/+3
* docs: use apostrophe in *'dWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophe in *'reWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophe in *'llWilliam Jon McCann2014-02-071-1/+1
* docs: use apostrophes in *n'tWilliam Jon McCann2014-02-071-36/+36
* docs: use proper apostropheWilliam Jon McCann2014-02-071-26/+26
* docs: Use markup for linksWilliam Jon McCann2014-02-071-40/+41
* gtkwindow: remove delete-event idle function on finalizeClaudio Saavedra2014-02-061-2/+14
* docs: use proper quotesWilliam Jon McCann2014-02-051-26/+26
* docs: Use "#" for refsect2 instead of ##William Jon McCann2014-02-041-1/+1
* docs: don't use ulink. use markdown insteadWilliam Jon McCann2014-02-041-14/+12
* docs: use ` instead of <literal>William Jon McCann2014-02-041-4/+4
* docs: don't use <tag> docbook elementsWilliam Jon McCann2014-02-041-3/+3
* Ignore hide-titlebar-when-maximized for custom titlebarsMatthias Clasen2014-02-041-5/+23
* Revert "Ignore hide-titlebar-when-maximized for CSD"Matthias Clasen2014-02-041-6/+18
* Make gtk_window_set_titlebar work on realized windowsMatthias Clasen2014-02-031-3/+11
* Re-realize the window if neededMatthias Clasen2014-02-031-1/+7
* docs: Convert to markdownMatthias Clasen2014-02-021-12/+7
* Ignore hide-titlebar-when-maximized for CSDMatthias Clasen2014-01-311-18/+6
* docs: don't escape entities in example codeWilliam Jon McCann2014-01-291-1/+1
* docs: Identify examples that are C codeWilliam Jon McCann2014-01-291-1/+1
* docs: use |[ ]| instead of <programlisting></programlisting>William Jon McCann2014-01-291-2/+2
* docs: don't use <emphasis>William Jon McCann2014-01-281-3/+3
* window: add note about window referencesDavid Schleef2014-01-241-0/+8
* Drop internal uses of gtk_widget_get_root_windowMatthias Clasen2014-01-241-1/+1
* GtkHeaderBar: try harder to find the best window iconMatthias Clasen2014-01-241-0/+67
* window: add missing returnCarlos Garnacho2014-01-221-1/+1
* window: Make popover window privateCarlos Garnacho2014-01-221-57/+13
* window: Use GList to store popover structsCarlos Garnacho2014-01-221-25/+94
* popover: Flip popovers positioning on left/right on RTL.Carlos Garnacho2014-01-221-1/+2
* window: Remove popovers on dispose() before unsetting focus.Carlos Garnacho2014-01-221-2/+2
* popover: Fix memory management of popoversCarlos Garnacho2014-01-221-0/+3
* gtkmain: Let windows handle WM-related events before delivering to the grab_w...Carlos Garnacho2014-01-221-0/+21
* window: Keep track of popover children mapped statusCarlos Garnacho2014-01-221-13/+30
* window: Add gtk_window_get_popover_position()Carlos Garnacho2014-01-221-0/+41
* popover: Add documentationCarlos Garnacho2014-01-221-0/+19
* window: Add lowlevel popovers APICarlos Garnacho2014-01-221-0/+322
* docs/comments: Fix spelling of 'explicitly'Volker Sobek2014-01-181-1/+1
* window: Allow unsetting custom titlebarWilliam Jon McCann2014-01-171-1/+8
* window: add an is-maximized property to GtkWindowCosimo Cecchi2014-01-131-3/+36
* Don't implement popup_menu in GtkWindowMatthias Clasen2014-01-131-10/+0
* Add separator before "Always on Top" to the CSD windowYosef Or Boczko2014-01-131-0/+4
* Add move and resize to the csd window menuMatthias Clasen2014-01-121-0/+36
* Redo csd window-draggingMatthias Clasen2014-01-121-102/+165