summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GtkCenterBox: Implement baseline supportcenter-boxMatthias Clasen2017-06-041-87/+96
* GtkCenterBox: implement GtkOrientableMatthias Clasen2017-06-041-44/+144
* Keep GtkCenterBox struct privateMatthias Clasen2017-06-042-14/+15
* centerbox: do height-for-width properlyMatthias Clasen2017-06-041-93/+212
* Make expand work for the center box childrenMatthias Clasen2017-06-031-24/+63
* Improve the center box testMatthias Clasen2017-06-031-3/+15
* Make GtkCenterBox buildableMatthias Clasen2017-06-031-1/+27
* center box: implement natural size and rtl flippingMatthias Clasen2017-06-031-88/+142
* center box: handle missing start or end widgetsMatthias Clasen2017-06-031-45/+69
* Add a trivial center box testMatthias Clasen2017-06-033-0/+30
* export the center box apiMatthias Clasen2017-06-031-0/+8
* Make GtkCenterBox publicMatthias Clasen2017-06-026-10/+150
* wayland: selectively cancel key repeat on key releaseDan Torop2017-06-021-11/+7
* wayland: fix xdg_surface test in move/resize dragOlivier Fourdan2017-06-021-2/+2
* wayland: check parent surface for subsurfaceOlivier Fourdan2017-06-021-1/+1
* wayland: Do not map toplevel utility as popupOlivier Fourdan2017-06-021-5/+0
* 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-302-3/+3
* wayland: Don't warn if the display is lost, skip exit handlersDebarshi Ray2017-05-301-5/+5
* gdk/gtk: Fix more AVAILABLE_IN annotations to 3_92Daniel Boles2017-05-284-5/+5
* gdkevents.h: Fix version annotations on new funcsDaniel Boles2017-05-271-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
* gdk: Remove synthetic crossing event emission due to geometry changesCarlos Garnacho2017-05-252-145/+1
* gdk: Ensure to implicitly deactivate grabs when an impl window is hiddenCarlos Garnacho2017-05-251-1/+3
* 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-254-6/+6
* 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
* testlist: Fix custom cssTimm Bäder2017-05-251-3/+3
* scrolledwindow: Calculate indicator coords relative to scrolledwindowTimm Bäder2017-05-251-0/+7