summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Trying to make positioning workwip/matthiasc/popupMatthias Clasen2019-03-061-15/+7
* cosmeticMatthias Clasen2019-03-061-2/+1
* popup: Add more keybindingsMatthias Clasen2019-03-032-0/+55
* popup: Implement mnemonicsMatthias Clasen2019-03-031-0/+59
* testpopup: Add more thingsMatthias Clasen2019-03-031-13/+23
* main: Use root api for mnemonic activationMatthias Clasen2019-03-031-4/+2
* label: Use root api for mnemonic setupMatthias Clasen2019-03-031-12/+8
* window: Implement the new root interfaceMatthias Clasen2019-03-031-0/+26
* root: Add api for mnemonicsMatthias Clasen2019-03-033-0/+74
* testpopup: Add a default widgetMatthias Clasen2019-03-031-7/+25
* label: Bandaid fix for mnemonicsMatthias Clasen2019-03-031-8/+8
* label: Make default activation work in rootsMatthias Clasen2019-03-031-24/+2
* text: Make default activation work in rootsMatthias Clasen2019-03-031-22/+1
* widget: Make grabbing default work for rootsMatthias Clasen2019-03-031-8/+1
* popup: Implemnet the new root interfaceMatthias Clasen2019-03-031-0/+49
* window: Implement new root interfaceMatthias Clasen2019-03-031-0/+6
* root: Add an activate_focus apiMatthias Clasen2019-03-032-0/+25
* root: Add default handlingMatthias Clasen2019-03-033-0/+100
* popup: Flesh out moreMatthias Clasen2019-03-031-0/+215
* main: guard window-specific code pathsMatthias Clasen2019-03-031-0/+1
* Add entries to testpopupMatthias Clasen2019-03-031-18/+8
* inspector: Show popupsMatthias Clasen2019-03-031-0/+2
* Add a way to enumerate popupsMatthias Clasen2019-03-032-0/+43
* Redo the idle sizerMatthias Clasen2019-03-0310-168/+178
* container: Small cleanup of the idle sizerMatthias Clasen2019-03-031-20/+4
* cssnode: Add a getter for invalidMatthias Clasen2019-03-032-0/+7
* Avoid a crashMatthias Clasen2019-03-031-2/+4
* widget: Check rootness for invisibilityMatthias Clasen2019-03-031-1/+2
* wip: Window assumption in idle sizerMatthias Clasen2019-03-031-0/+3
* testpopup: Use a GtkPopupMatthias Clasen2019-03-033-28/+15
* wip: introduce GtkPopupMatthias Clasen2019-03-032-0/+393
* search entry: Fix a copy-paste errorMatthias Clasen2019-03-031-1/+1
* Factor out a common functionMatthias Clasen2019-03-033-21/+24
* label: Bring back link focusMatthias Clasen2019-03-031-5/+136
* label: Redo select-on-focus handlingMatthias Clasen2019-03-031-31/+49
* entry: Redo select-on-focus handlingMatthias Clasen2019-03-035-50/+86
* window: Remove initial-focus builder supportMatthias Clasen2019-03-032-86/+0
* window: Remove ::set-focusMatthias Clasen2019-03-032-52/+17
* popover: Stop using ::set-focusMatthias Clasen2019-03-031-2/+3
* filechooser: Stop using ::set-focusMatthias Clasen2019-03-031-5/+9
* inspector: Stop using ::set-focusMatthias Clasen2019-03-032-87/+0
* Protect against focus cyclesMatthias Clasen2019-03-031-2/+12
* root: Add a ::focus-widget propertyMatthias Clasen2019-03-034-39/+43
* color chooser: Prevent focus leaksMatthias Clasen2019-03-031-10/+22
* window: Check for child-focusableMatthias Clasen2019-03-031-1/+20
* Add a child-focusable flagMatthias Clasen2019-03-034-3/+75
* Remove no-longer used codeMatthias Clasen2019-03-0314-1267/+14
* Remove gtk_widget_send_focus_change from public APIMatthias Clasen2019-03-032-3/+4
* Remove gtk_widget_focus_moveMatthias Clasen2019-03-032-39/+0
* Exclude non-drawable widgets from focusMatthias Clasen2019-03-031-0/+1