aboutsummaryrefslogtreecommitdiffstats
path: root/draw.c
Commit message (Expand)AuthorAgeFilesLines
* fixed return type of parse_non_drawing_commands()gotmor2008-12-051-0/+1
* added some of the actions as in-text commands (e.g.gotmor2008-12-051-14/+76
* fixed #ifdef/#endif confusion for "option 1" in config.mkgotmor2008-07-261-2/+2
* removed debugging outputgotmor2008-07-251-2/+0
* refactored get_rect_vals() and get_circle_vals()gotmor2008-07-201-49/+10
* get_token() uses a table now rather then hardcoding the commands intogotmor2008-06-161-72/+33
* positioning labels reworkedgotmor2008-06-161-67/+11
* added symbolic names to the ^p() commandgotmor2008-04-091-41/+192
* fixed menu mode buggotmor2008-02-081-4/+9
* renamed find_icon to search_icon_cachegotmor2008-02-041-51/+50
* added a simple pixmap cachegotmor2008-02-011-38/+99
* added -fn-preload option to preload fonts at startupgotmor2008-02-011-33/+52
* default positioninggotmor2008-01-261-1/+1
* fixed a leak in freeing opmgotmor2008-01-221-68/+18
* reset set_posy only if requestedgotmor2008-01-191-19/+32
* ^r(WxH+X+Y) positions relativly to the current posgotmor2008-01-181-7/+30
* fixe in get_rect_vals()gotmor2008-01-171-2/+5
* fixed wrong check in get_rect_vals()gotmor2008-01-171-12/+16
* fixed bug in get_rect_vals()gotmor2008-01-161-10/+11
* applied Mathias Stearn's strncmp() patch to get_token()gotmor2008-01-151-26/+14
* positioning fix - hopefully the lastgotmor2008-01-131-3/+4
* more positioning fixesgotmor2008-01-131-4/+23
* fixed return value in get_pos_vals()gotmor2008-01-131-10/+11
* fixed ^fn()gotmor2008-01-131-3/+12
* added ^fn() command to dynamically switch fontsgotmor2008-01-131-1/+20
* fix in positioninggotmor2008-01-121-13/+12
* fixed get_pos_vals()gotmor2008-01-111-7/+6
* allow ^p() and ^pa() to set both X and Y positions in a linegotmor2008-01-111-70/+190
* removed debugging statementsgotmor2008-01-071-1/+0
* ^c() and ^co() accept an optional angle parametergotmor2008-01-061-9/+37
* fixed '-expand l' to take the '-x' position as the right corner of thegotmor2007-12-251-1/+1
* removed debugging messagesgotmor2007-12-221-2/+0
* added "-expand" option. automatically grows/srinks the window to fit thegotmor2007-12-221-34/+30
* fixed bug in recty calculationgotmor2007-12-221-16/+38
* new syntax for ^r() and ^ro()gotmor2007-12-201-18/+35
* fixed ^cs()gotmor2007-09-171-0/+4
* added '^cs()': clear slave windowgotmor2007-09-171-0/+5
* prevent int overflow in ^ro()gotmor2007-08-301-0/+8
* fixed broking drawing to title windowgotmor2007-08-171-10/+24
* code refactoringgotmor2007-08-171-204/+223
* added XPM icons supportgotmor2007-08-141-42/+125
* ready for release 0.8.0gotmor2007-08-041-14/+56
* release 0.7.5gotmor2007-08-011-40/+100
* fixed X*DrawString handlinggotmor2007-07-261-15/+53
* fixed calculating icon locationgotmor2007-07-241-3/+6
* clean upgotmor2007-07-231-3/+0
* free bitmaps after drawing themgotmor2007-07-231-0/+2
* added support for X bitmap iconsgotmor2007-07-231-8/+33
* last font fixes, change GC only oncegotmor2007-07-191-12/+9
* more font setting fixesgotmor2007-07-191-3/+6