summaryrefslogtreecommitdiff
path: root/gtk
Commit message (Expand)AuthorAgeFilesLines
* center box: implement natural size and rtl flippingMatthias Clasen2017-06-041-88/+130
* center box: handle missing start or end widgetsMatthias Clasen2017-06-041-45/+69
* Make GtkCenterBox publicMatthias Clasen2017-06-045-49/+196
* gtkfilechoosernativewin32: Fix support for non-ASCII pathsChristoph Reiter2017-06-021-9/+32
* meson: Rebuild the SCSS-based themes if sassc is availableEmmanuele Bassi2017-06-013-1/+75
* Adwaita: Add missing rule for fullscreen headerbarDaniel Boles2017-05-313-10/+10
* HighContrast: Regenerate CSS files with sasscDaniel Boles2017-05-312-7051/+3094
* HighContrast: Update parse-sass.sh; remove GemfileDaniel Boles2017-05-312-4/+12
* themes: Square corners on fullscreen win headerbarDaniel Boles2017-05-316-7/+19
* HighContrast: Restore files to regenerate CSSDaniel Boles2017-05-312-0/+5
* gdk/gtk: Fix Since tags for 3.92 symbolsRico Tzschichholz2017-05-301-2/+2
* gdk/gtk: Fix more AVAILABLE_IN annotations to 3_92Daniel Boles2017-05-281-2/+2
* gtk: Make GtkPointerFocus refcountedwip/carlosg/event-deliveryCarlos Garnacho2017-05-253-9/+36
* gtkwidget: Lookup the event target when cancelling GdkEventSequencesCarlos Garnacho2017-05-251-1/+1
* gtk: Check implicit grab status before sending crossing eventsCarlos Garnacho2017-05-253-3/+27
* gtk: Refactor crossing event synthesization into a separate functionCarlos Garnacho2017-05-251-18/+32
* gtk: Rework pointer cursor selectionCarlos Garnacho2017-05-252-8/+48
* gtktreeview: Fix invalidation coordinatesCarlos Garnacho2017-05-251-5/+10
* gtkiconview: Fix invalidation coordinatesCarlos Garnacho2017-05-251-7/+20
* gtkgesture: Consume button release/touch end events if gesture was claimedCarlos Garnacho2017-05-251-0/+7
* main: Automatically (un)set PRELIGHT state on widgetsTimm Bäder2017-05-251-0/+5
* Gesture: Remove window property completelyTimm Bäder2017-05-251-16/+0
* gtk: Fix event delivery on GTK_PHASE_TARGET controllersCarlos Garnacho2017-05-251-1/+1
* gtkpopover: Use event coordinates right away to detect clicks outside.Carlos Garnacho2017-05-251-18/+8
* gtkwindow: Implement ::pick to extend picking to popovers.Carlos Garnacho2017-05-251-0/+44
* widget: Make sure we're not calling _get_parent on NULLTimm Bäder2017-05-251-1/+1
* Constify GdkEvent parameters in gtk_get_event_widget and _event_targetTimm Bäder2017-05-252-4/+4
* flowbox: Fix motion notify handlerTimm Bäder2017-05-251-22/+1
* flowbox: Fix child item selectionTimm Bäder2017-05-251-1/+8
* flowbox: Fix child item allocationTimm Bäder2017-05-251-4/+4
* scrolledwindow: Avoid critical when removing sourceTimm Bäder2017-05-251-1/+2
* scrolledwindow: Calculate indicator coords relative to scrolledwindowTimm Bäder2017-05-251-0/+7
* scrolledwindow: Stop checking event->detail in leave-notifyTimm Bäder2017-05-251-1/+1
* linkbutton: Fix hand cursor when hoveringTimm Bäder2017-05-251-2/+2
* listbox: Fix row hoveringTimm Bäder2017-05-251-37/+3
* widget: Copy event in gtk_widget_event and _captured_eventTimm Bäder2017-05-254-33/+48
* meson: Add gtkpointerfocus.c to sourcesTimm Bäder2017-05-251-0/+1
* window: Hide titlebox when undecoratedTimm Bäder2017-05-251-1/+2
* combobox: Only react to UP/DOWN scroll eventsTimm Bäder2017-05-251-2/+2
* gtkmenu*: Simplify event handlingCarlos Garnacho2017-05-253-565/+141
* gtkmain: Add API to get the target of a GdkEventCarlos Garnacho2017-05-252-0/+54
* gtkmain: Ensure there is a current event handling crossing eventsCarlos Garnacho2017-05-251-6/+6
* gtkmain: Ignore GDK_CROSSING_GRAB/UNGRAB crossing events for picking purposesCarlos Garnacho2017-05-251-1/+7
* gtkmain: Avoid doubly propagation of enter/leave events from windowingCarlos Garnacho2017-05-251-3/+1
* gtknotebook: Drop drag_windowCarlos Garnacho2017-05-251-112/+29
* gtkiconview: Remove view GdkWindowCarlos Garnacho2017-05-251-40/+41
* gtkviewport: Remove view windowCarlos Garnacho2017-05-251-21/+6
* gtkrevealer: Remove view windowCarlos Garnacho2017-05-251-82/+25
* gtkpaned: Remove per-child windowsCarlos Garnacho2017-05-251-181/+46
* gtklayout: Remove widget windowCarlos Garnacho2017-05-251-22/+17