summaryrefslogtreecommitdiff
path: root/gtk/gtkwindow.c
Commit message (Expand)AuthorAgeFilesLines
* window: Update popover positions on ::size-allocateCarlos Garnacho2014-08-031-0/+4
* window: Only avoid queueing resizes if the popover position didn't changeCarlos Garnacho2014-08-031-2/+4
* Remove a reference to a non-existing functionMatthias Clasen2014-08-021-2/+1
* GtkWindow: Add a way to declare initial focus in ui filesMatthias Clasen2014-08-021-15/+80
* GtkWindow: Make set_focus work before showMatthias Clasen2014-08-021-3/+22
* gtkwindow: Clean up gtk_window_move_resize a bit moreJasper St. Pierre2014-07-171-10/+22
* gtkwindow: Remove a bogus commentJasper St. Pierre2014-07-171-1/+0
* gtkwindow: Clean up the code for an optimizationJasper St. Pierre2014-07-151-17/+16
* gtkwindow: Fix the comment for an optimizationJasper St. Pierre2014-07-151-6/+7
* gtkwindow: Remove the unused GTK_WINDOW_REGION_EDGEJasper St. Pierre2014-07-071-3/+0
* GtkWindow: Elaborate the keybindingsMatthias Clasen2014-07-061-22/+38
* GtkWindow: Update default for has-default-gripMatthias Clasen2014-07-031-1/+1
* gtkwindow: Remove resize gripsJasper St. Pierre2014-07-031-429/+22
* gtkwindow: Fix compile warningsJasper St. Pierre2014-07-031-3/+3
* inspector: Handle the dialog more carefullyMatthias Clasen2014-07-021-1/+9
* gtkwindow: Refactor out some similar code for gripsJasper St. Pierre2014-06-271-6/+2
* gtkwindow: Merge some similar codeJasper St. Pierre2014-06-271-15/+16
* gtkwindow: Remove a dead chain-upJasper St. Pierre2014-06-271-6/+1
* gtk: Don't use GObjectClass.constructorJasper St. Pierre2014-06-261-14/+7
* gtkwindow: Remove a dumb invalidate_rect from our configure_eventJasper St. Pierre2014-06-261-2/+0
* gtkwindow: Remove a vestigal line of painting for OR windowsJasper St. Pierre2014-06-261-2/+0
* gtkwindow: Remove an unnecessary set of grip settingJasper St. Pierre2014-06-261-3/+0
* gtkwindow: Force CSD on WaylandJasper St. Pierre2014-06-261-4/+3
* window: Only claim a button=1 press sequence when dragging is about to happenCarlos Garnacho2014-06-121-3/+2
* csd: Fix non-resizable windowsMatthias Clasen2014-06-111-4/+9
* Allow csd for override-redirect windowsMatthias Clasen2014-06-091-1/+18
* GtkWindow: Use G_PARAM_EXPLICIT_NOTIFYMatthias Clasen2014-06-091-33/+43
* GtkWindow: Trivial cleanupMatthias Clasen2014-06-091-6/+1
* GtkWindow: always input-shape csd windowsMatthias Clasen2014-06-061-3/+4
* Fix up internal function namingMatthias Clasen2014-06-041-8/+8
* Split GtkWindowGroup into its own fileMatthias Clasen2014-06-041-363/+6
* window: Only check for the event widget if clicked on the "content" regionCarlos Garnacho2014-06-021-4/+4
* window: Handle manually bubbled eventsCarlos Garnacho2014-06-021-0/+13
* window: Refactor _gtk_window_check_handle_wm_event()Carlos Garnacho2014-06-021-11/+22
* window: Do not raise border windows on each size allocationCarlos Garnacho2014-05-271-8/+8
* window: Avoid double event processing in the multipress event controllerCarlos Garnacho2014-05-271-2/+0
* gesture: Replace gtk_gesture_attach/detach with event controller APICarlos Garnacho2014-05-271-5/+3
* GtkWindow: Only use a multipress gesture for toplevelsMatthias Clasen2014-05-231-11/+36
* gesture: Simplify gesture/widget interaction public APICarlos Garnacho2014-05-231-7/+2
* GtkWindow: Don't leak the gestureMatthias Clasen2014-05-231-0/+5
* window: update to gesture widget-level API changesCarlos Garnacho2014-05-231-8/+38
* window: Use gestures for window moving/resizingCarlos Garnacho2014-05-231-242/+133
* inspector: Repeat the keybinding warningMatthias Clasen2014-05-221-3/+5
* gtkwindow: Use window-manager-side window menusJasper St. Pierre2014-05-211-189/+11
* Improve punctuation in a new translatable stringPiotr Drąg2014-05-171-1/+1
* inspector: Add a first-time warningMatthias Clasen2014-05-161-16/+66
* Docs: Update an example to use current APIMatthias Clasen2014-05-161-2/+1
* inspector: stop being a moduleMatthias Clasen2014-05-141-15/+4
* inspector: Add a setting to disable the keybindingMatthias Clasen2014-05-131-1/+28
* inspector: All to turn it on programmaticallyMatthias Clasen2014-05-131-0/+10