summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* max/min button widthsThomas Thurman2009-10-231-1/+8
* calc aspect ratio of buttonsThomas Thurman2009-10-231-5/+38
* split out button height calc (stub)Thomas Thurman2009-10-231-1/+14
* fixmeThomas Thurman2009-10-231-0/+2
* forgot to destroy a styleThomas Thurman2009-10-231-0/+2
* move draw_rectangle inline, and there was much rejoicingThomas Thurman2009-10-231-28/+11
* do not attempt to do size calculation while painting rectangles; do not handl...Thomas Thurman2009-10-231-73/+1
* don't draw rectangles with no sizeThomas Thurman2009-10-231-1/+1
* remove old width calc from draw_rectangleThomas Thurman2009-10-231-12/+2
* move title drawing out of draw_rectangle to its callerThomas Thurman2009-10-231-82/+11
* comments and a prototypeThomas Thurman2009-10-231-0/+15
* rm old codeThomas Thurman2009-10-231-105/+0
* rm debug printing which slows it down to be unusableThomas Thurman2009-10-231-1/+2
* first attempt to do the drawing according to the results of the geom calcThomas Thurman2009-10-231-5/+52
* rm debug printThomas Thurman2009-10-231-2/+13
* dump settings; fix button search to stop at sentinelThomas Thurman2009-10-231-3/+13
* rm old codeThomas Thurman2009-10-231-31/+2
* human names arrayThomas Thurman2009-10-231-0/+36
* public button sizesThomas Thurman2009-10-231-0/+37
* public titlebar rectThomas Thurman2009-10-231-0/+10
* public titlebar rectThomas Thurman2009-10-231-0/+9
* public top/right/bottom/leftThomas Thurman2009-10-231-0/+5
* public top/right/bottom/leftThomas Thurman2009-10-231-33/+24
* calculate button positionsThomas Thurman2009-10-231-1/+106
* reorder buttons so they're all together in the enum and we can loop over themThomas Thurman2009-10-231-3/+8
* title area coordinates and area calculationThomas Thurman2009-10-231-2/+22
* titlebar area coordinates and area calculationThomas Thurman2009-10-231-1/+16
* content area coordinates and area calculationThomas Thurman2009-10-231-7/+25
* calc area of frameThomas Thurman2009-10-231-6/+48
* partial checkin: calc edgesThomas Thurman2009-10-231-2/+26
* added struct for calculationsThomas Thurman2009-10-232-0/+28
* rm parts of geom which don't appear in cowbellThomas Thurman2009-10-232-12/+2
* add extra buttonsThomas Thurman2009-10-231-4/+16
* calc w+h correctlyThomas Thurman2009-10-191-2/+8
* couple of commentsThomas Thurman2009-10-191-0/+2
* generate width/heightThomas Thurman2009-10-191-2/+2
* Style supplied title layoutThomas Thurman2009-10-191-15/+5
* Use provided layoutThomas Thurman2009-10-191-6/+6
* fix memory leakThomas Thurman2009-10-191-0/+1
* Include title marginsThomas Thurman2009-10-191-0/+3
* text height code taken from old MetacityThomas Thurman2009-10-191-2/+21
* calc borders, text height is brokenThomas Thurman2009-10-191-0/+15
* fixmesThomas Thurman2009-10-191-0/+2
* write meta_theme_calc_geometry in terms of meta_theme_get_frame_bordersThomas Thurman2009-10-191-11/+9
* get padding/margin right way round; only element with no margin is the frameThomas Thurman2009-10-191-6/+4
* pass in theme+situation flags rather than styleThomas Thurman2009-10-191-15/+10
* reorderThomas Thurman2009-10-191-17/+17
* out params are optional and additiveThomas Thurman2009-10-191-6/+18
* Finding edges: actually workingThomas Thurman2009-10-191-6/+53
* docThomas Thurman2009-10-191-0/+11