summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* popup: Add a close keybinding, make grabs workMatthias Clasen2019-03-262-8/+44
* popup: Use xdg-popup for relative placementMatthias Clasen2019-03-261-24/+11
* widget: Don't snapshot foreign childrenMatthias Clasen2019-03-261-1/+8
* icon view accessible: Stop presenting windowsMatthias Clasen2019-03-261-8/+0
* widget: Review and replace uses of get_toplevelMatthias Clasen2019-03-2612-118/+111
* popup: Miscellaneous fixesMatthias Clasen2019-03-261-13/+21
* widget: Use root pointer focus apisMatthias Clasen2019-03-261-5/+2
* main: Use root pointer focus apisMatthias Clasen2019-03-261-27/+19
* popup: Implement root pointer focus apisMatthias Clasen2019-03-261-21/+286
* window: Implement root pointer focus apisMatthias Clasen2019-03-261-3/+69
* root: Add pointer focus apisMatthias Clasen2019-03-265-3/+143
* popup: Add backdropMatthias Clasen2019-03-261-0/+42
* popup: Add more keybindingsMatthias Clasen2019-03-262-0/+55
* main: Use root api for mnemonic activationMatthias Clasen2019-03-261-2/+1
* label: Use root api for mnemonic setupMatthias Clasen2019-03-261-16/+12
* popup: Implement mnemonicsMatthias Clasen2019-03-261-0/+59
* window: Implement root mnemonic apiMatthias Clasen2019-03-261-0/+26
* root: Add api for mnemonicsMatthias Clasen2019-03-263-0/+73
* label: Make default activation work in rootsMatthias Clasen2019-03-261-24/+2
* text: Make default activation work in rootsMatthias Clasen2019-03-261-22/+1
* widget: Make grabbing default work for rootsMatthias Clasen2019-03-261-8/+1
* popup: Implement the GtkRoot::default-widgetMatthias Clasen2019-03-261-0/+49
* window: Implement GtkRoot::default-widgetMatthias Clasen2019-03-261-0/+6
* root: Add an activate_focus apiMatthias Clasen2019-03-262-0/+25
* root: Add default handlingMatthias Clasen2019-03-263-0/+100
* inspector: Show popupsMatthias Clasen2019-03-261-0/+2
* Add a way to enumerate popupsMatthias Clasen2019-03-262-0/+42
* main: guard window-specific code pathsMatthias Clasen2019-03-261-0/+1
* widget: guard popover-specific code pathsMatthias Clasen2019-03-261-2/+4
* testpopup: Use a GtkPopupMatthias Clasen2019-03-262-0/+2
* Introduce GtkPopupMatthias Clasen2019-03-262-0/+589
* window: Implement GtkRoot::check_resizeMatthias Clasen2019-03-261-0/+7
* widget: Use the new idle sizerMatthias Clasen2019-03-261-6/+7
* css: Use the new idle sizerMatthias Clasen2019-03-261-8/+9
* Redo the idle sizerMatthias Clasen2019-03-265-126/+126
* Changes after reviewEmmanuele Bassi2019-03-2614-264/+355
* Parse layout propertiesEmmanuele Bassi2019-03-261-1/+251
* Add GtkBinLayoutEmmanuele Bassi2019-03-264-0/+139
* Port GtkSwitch to GtkLegacyLayoutEmmanuele Bassi2019-03-261-7/+11
* Add GtkLegacyLayoutEmmanuele Bassi2019-03-263-0/+163
* Port GtkBox to GtkBoxLayoutEmmanuele Bassi2019-03-261-578/+45
* Add GtkBoxLayoutEmmanuele Bassi2019-03-264-0/+933
* Add GtkLayoutChildEmmanuele Bassi2019-03-266-15/+319
* Rename the internal GtkLayoutChild typeEmmanuele Bassi2019-03-261-11/+11
* Add GtkWidget:layout-managerEmmanuele Bassi2019-03-261-0/+22
* Hook GtkLayoutManager into GtkWidgetEmmanuele Bassi2019-03-267-69/+258
* Add GtkLayoutManagerEmmanuele Bassi2019-03-265-0/+329
* Doc comment fixupTimm Bäder2019-03-251-1/+1
* popover: Always measure contents gizmoTimm Bäder2019-03-251-7/+3
* popover: Don't try to compute_bounds of a NULL childTimm Bäder2019-03-251-1/+2