summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gtkfilechooserwidget: Start replacing gtk_dialog_run() usagewip/tingping/remove-dialog-runPatrick Griffis2017-06-021-17/+47
* gtkrecentchooserdefault: Remove gtk_dialog_run() usagePatrick Griffis2017-06-021-2/+2
* gtkmountoperation: Remove gtk_dialog_run() usagePatrick Griffis2017-06-021-10/+1
* Remove gtk_native_dialog_run()Patrick Griffis2017-06-022-111/+0
* gtkfilechoosernative: Avoid gtk_native_dialog_run() in examplesPatrick Griffis2017-06-021-22/+36
* gtkdialog: Deprecate gtk_dialog_run()Patrick Griffis2017-06-021-1/+1
* 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
* 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