summaryrefslogtreecommitdiff
path: root/src/ui/frames.c
Commit message (Expand)AuthorAgeFilesLines
* Make meta_* logging utilities not require line breakJonas Ådahl2020-10-081-3/+3
* cleanup: Remove duplicate semicolons in C codeOlivier Fourdan2020-07-281-1/+1
* window/x11: Use G_DECLARE_DERIVABLE_TYPE()Jonas Ådahl2020-04-161-6/+10
* frame: Pass the frame area for get_mask()Olivier Fourdan2020-01-291-8/+6
* frames: Freeze Xwayland commits until repaintedOlivier Fourdan2020-01-161-0/+15
* x11/window-controls: Pass around MetaX11Display directlyJonas Ådahl2019-10-151-63/+58
* core/core: Rename and move to x11/meta-x11-window-controlJonas Ådahl2019-10-151-1/+1
* core/core: Remove meta_retheme_all() helperJonas Ådahl2019-10-151-1/+1
* meta: Add META namespace to macrosRobert Mader2019-10-141-6/+6
* Use a consistent style for enum bracesNiels De Graef2019-02-281-1/+2
* ui: Remove fallback app menuFlorian Müllner2019-01-301-20/+2
* Fix builds with G_DISABLE_ASSERTFlorian Müllner2019-01-251-0/+3
* Clean up include macros messJonas Ådahl2018-11-061-12/+12
* frames: Allow for unknown mouse buttonsOlivier Fourdan2018-05-251-4/+11
* frames: Handle touch eventswip/carlosg/touch-on-framesCarlos Garnacho2018-05-141-29/+135
* frames: Make 1st button/motion handlers take generic eventsCarlos Garnacho2018-05-141-51/+77
* theme, frames: Use surface device scale instead of cairo_scaleMarco Trevisan (Treviño)2018-04-201-2/+10
* window: Allow resizing of tiled windowsFlorian Müllner2017-10-031-2/+5
* frames: use correct variable in for loop assignmentShantanu Goel2017-04-041-1/+1
* ui/frames: Simplify client area control computationRui Matos2017-03-021-16/+3
* Always use the default screenJonas Ådahl2016-07-231-6/+1
* ui/frames: Drop the current grab info on button releaseRui Matos2016-06-231-0/+1
* frames: "Initialize" frame backgroundFlorian Müllner2016-06-231-0/+7
* frames: Don't clip out "invisible" parts of framesFlorian Müllner2016-06-231-10/+10
* theme: Update style context hierarchy (again)Florian Müllner2016-02-041-0/+4
* frames: don't force dark theme to all windowsAlberts Muktupāvels2016-02-041-8/+4
* frames: default theme variant now is set as empty stringAlberts Muktupāvels2016-02-041-1/+1
* ui/frames: Don't focus if the button press is on the client areaRui Matos2016-01-051-5/+4
* theme: Complete removal of "fringe" titlebar button supportFlorian Müllner2015-10-161-108/+0
* frames: handle META_FRAME_CONTROL_NONE on left clickMarek Chalupa2015-07-151-0/+5
* theme: Scale window decorations on HiDPI displaysFlorian Müllner2015-03-171-2/+7
* frames: Refactor out another inner switchJasper St. Pierre2015-03-081-40/+30
* frames: Refactor control handling with a switch statementJasper St. Pierre2015-03-081-71/+75
* frames: Refactor frame button click handling code a title bitJasper St. Pierre2015-03-081-70/+82
* frame: Don't redraw immediately when we resizeJasper St. Pierre2015-01-301-9/+0
* frames: Clutterify frame event handlingJasper St. Pierre2015-01-191-100/+64
* frames: Remove the destroy_event handlerJasper St. Pierre2015-01-191-20/+0
* frames: Fix window-type/frame-type mix-upFlorian Müllner2015-01-131-5/+5
* frames: Simplify our frame title managementJasper St. Pierre2015-01-091-19/+2
* frames: Force on dark theme for all apps if the user requested itJasper St. Pierre2015-01-021-1/+24
* frames: Remove the easy one-liner meta_core_* wrappersJasper St. Pierre2015-01-011-25/+19
* frames: Remove all other uses of meta_core_getJasper St. Pierre2015-01-011-37/+15
* frames: Punch down META_CORE_GET_FRAME_FLAGS / TYPEJasper St. Pierre2015-01-011-41/+21
* frames: Give Havoc and Owen a heart attackJasper St. Pierre2015-01-011-0/+2
* frames: Remove shape_appliedJasper St. Pierre2015-01-011-1/+0
* frames: We don't need to pass in the frame rect to get_bounds eitherJasper St. Pierre2015-01-011-12/+6
* frames: Don't pass the frame rect into get_maskJasper St. Pierre2015-01-011-6/+3
* frames: Don't pass the width/height as separate args to get_client_rectJasper St. Pierre2015-01-011-5/+3
* frames: Rename meta_frames_* to meta_ui_frame_* where appropriateJasper St. Pierre2014-12-311-30/+31
* frames: Remove last_motion_frameJasper St. Pierre2014-12-311-5/+0