summaryrefslogtreecommitdiff
path: root/src/ui/frames.c
Commit message (Expand)AuthorAgeFilesLines
* frames: Bump priority of style providersFlorian Müllner2012-11-121-1/+1
* frames: Add a multiplier to increase the size of resize cornersJasper St. Pierre2012-06-081-8/+9
* frames: Remove frame border pixel caching and related optimizationsJasper St. Pierre2012-05-211-315/+35
* frames: Remove expose_delayedJasper St. Pierre2012-05-141-54/+0
* frames: Remove forgotten references to tooltipsJasper St. Pierre2012-04-301-4/+0
* theme: Remove unused "widget" parameter to frame style drawingJasper St. Pierre2012-04-241-3/+0
* ui: Kill tooltipsFlorian Müllner2012-03-151-165/+0
* frames: Explicitly initialize style contextsFlorian Müllner2012-03-101-0/+1
* Port preferences to GSettingsFlorian Müllner2011-11-111-11/+8
* frames: Don't use deprecated API to grab pointer positionJasper St. Pierre2011-10-251-3/+5
* frames: Disable the titlebar "inner resize"Jasper St. Pierre2011-10-211-12/+11
* frames: Take out accidental south resize disable of attached dialogsJasper St. Pierre2011-09-201-1/+1
* frames: Fall back to title bar if nothing else matchedJasper St. Pierre2011-09-161-1/+4
* Disable top resizing for attached modal dialogs, for real this timeJasper St. Pierre2011-09-141-7/+9
* frames: Fix the visible region when we have a rounded bottom-right cornerJasper St. Pierre2011-08-301-1/+1
* Disable top resizing for attached modal dialogsJasper St. Pierre2011-08-291-1/+3
* frame: Add "get_corner_radiuses" chainJasper St. Pierre2011-08-241-0/+34
* ui: Replace inline borders in MetaFrameGeometry with MetaFrameBorderJasper St. Pierre2011-08-091-80/+102
* Replace public MetaFrameGeometry with MetaFrameBordersJasper St. Pierre2011-08-091-9/+17
* Stop shaping the frame windowJasper St. Pierre2011-08-091-188/+0
* fix a crash-on-exitDan Winship2011-07-121-2/+11
* theme: Port from GdkColor to GdkRGBAFlorian Müllner2011-07-081-4/+3
* Fix XShapeJasper St. Pierre2011-06-291-1/+1
* frames: Always start grab operation on left clickFlorian Müllner2011-06-151-23/+10
* ui-frames: Delay attaching the style to new framesFlorian Müllner2011-05-181-1/+0
* ui-frame: Add support for style variantsFlorian Müllner2011-05-181-1/+91
* ui: Add meta_ui_update_frame_style()Florian Müllner2011-05-181-0/+14
* theme: Get GTK+ colors from style contextFlorian Müllner2011-05-181-1/+1
* Only shadow ARGB windows with a frame outside the frameOwen W. Taylor2011-04-261-71/+116
* Convert frame region handling to cairo regionsOwen W. Taylor2011-04-261-47/+80
* Move the installed includes to a subdirDan Winship2011-03-071-4/+4
* ui: Port to GtkStyleContextFlorian Müllner2011-01-131-18/+12
* buttons: Fix background functions for non-default layoutsFlorian Müllner2011-01-041-14/+0
* Remove compatibility for GTK+-2.0Florian Müllner2010-10-281-156/+10
* Remove MetaRegionOwen W. Taylor2010-10-231-50/+57
* Adapt to GtkObject removal in GTK3Matthias Clasen2010-09-271-3/+19
* theme: Get rid of x/y_offset usage when drawing framesBenjamin Otte2010-09-271-11/+7
* frames.c: Clip the client area correctlyBenjamin Otte2010-09-271-1/+1
* Fix compilation against latest GTK3 changesBenjamin Otte2010-09-261-1/+80
* frames.c: Make cached_pixels_draw() take a cairo_tBenjamin Otte2010-09-261-7/+4
* Introduce MetaPixmap compatibility wrapperBenjamin Otte2010-09-261-9/+9
* frames.c: Merge clear_backing() function into its only userBenjamin Otte2010-09-261-16/+3
* frames.c: Change meta_frames_paint() to take a cairo_tBenjamin Otte2010-09-261-33/+20
* theme: Upgrade to use Cairo for painting (changes API)Benjamin Otte2010-09-261-2/+7
* ui: gtk_widget_show() the MetaFrames objectBenjamin Otte2010-09-231-10/+12
* frames.c: Simplify cached area subtraction codeBenjamin Otte2010-09-231-18/+5
* Change the cached rectangle ares to a GdkRectangleBenjamin Otte2010-09-231-14/+8
* frames.c: Do not create pixmaps when there's nothing to drawBenjamin Otte2010-09-231-3/+9
* Simplify code: Use cairo_paint() to paint the whole pixmapBenjamin Otte2010-09-231-4/+1
* Remove unused codeBenjamin Otte2010-09-231-2/+1