summaryrefslogtreecommitdiff
path: root/atari
Commit message (Expand)AuthorAgeFilesLines
* set monochrom option on save was missingOle Loots2012-01-071-0/+1
* Updated resources ( mainmenu and settings dialog updated for background_image...Ole Loots2012-01-063-48/+58
* fix enable/disable of checkbox when font renderer is changed. Ole Loots2012-01-061-3/+3
* Added menu items for foreground_images,background_images for fast access. Ole Loots2012-01-062-5/+28
* Added settings for: foreground_images, background_images, monochrom glyph ren...Ole Loots2012-01-061-18/+39
* Removed unused source files.Ole Loots2012-01-062-188/+0
* Updated docs.Ole Loots2012-01-063-36/+32
* Added missing prototypes.Ole Loots2012-01-062-5/+9
* Added flag for monochrom font rendering.Ole Loots2012-01-061-6/+9
* Fixed warning.Ole Loots2012-01-061-1/+1
* Added schedule stats. Ole Loots2012-01-061-1/+10
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-062-1/+5
* Fix rectangle fill, only add/subtract stroke_width when the rectangle has an ...Ole Loots2012-01-051-4/+10
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
* removed comment.Ole Loots2012-01-031-6/+1
* Fixed font plotter init and added flag for monochrom glyph rendering. Ole Loots2012-01-032-5/+15
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-023-75/+157
* 256 color plotting: Use vdi to rgb lookup table, made transparency a bit bett...Ole Loots2012-01-021-38/+43
* Open fulled window when running under Single-Task OS.Ole Loots2012-01-021-11/+30
* Added support for 8bit displays, having big problems with transparent plots ...Ole Loots2011-12-314-690/+965
* Set status message on download finish.Ole Loots2011-12-271-3/+7
* delete all text on esc key press.Ole Loots2011-12-271-0/+4
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-569/+572
* Removed unused variable.Ole Loots2011-12-211-5/+2
* Fixed display of download speed.Ole Loots2011-12-212-2/+2
* Fixed display of download speed.Ole Loots2011-12-211-2/+2
* Removed unimplemented function declarationOle Loots2011-12-211-1/+0
* Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of overwriting...Ole Loots2011-12-213-182/+133
* Fix assignment of option_target_blankOle Loots2011-12-181-1/+1
* fixed syntax-error. Ole Loots2011-12-151-2/+2
* Updated settings dialog.Ole Loots2011-12-153-31/+142
* added mode parameter to function find_gui_windowOle Loots2011-12-152-13/+37
* fixed types for simple Mime type detection (which shouldn't have been checked...Ole Loots2011-12-151-3/+3
* Re-Enabled "View Source"Ole Loots2011-12-151-3/+8
* fixed type. Ole Loots2011-12-151-1/+1
* Added save functionality to settings dialiog, fixed typo resulting in not fre...Ole Loots2011-12-152-38/+123
* Remove throbber callback from schedule before scheduling a new one. Ole Loots2011-12-141-2/+9
* Added settings dialog, read only right now. Ole Loots2011-12-133-1/+571
* Moved to mouse move handler to global events, and handle different window types.Ole Loots2011-12-122-56/+70
* Only convert resource objects to windom types when extended type is set. Ole Loots2011-12-121-1/+1
* added save page handlers. Ole Loots2011-12-102-0/+92
* added save page handlers. Ole Loots2011-12-101-4/+2
* Commented and adjusted default optionsOle Loots2011-12-101-16/+48
* Removed option to configure knockout rendering, removed suppress_images optio...Ole Loots2011-12-102-20/+4
* toggle menu item when debug rendering is toggled.Ole Loots2011-12-081-1/+4
* remove debug message. Ole Loots2011-12-071-1/+0
* force list of scheduled callbacks to be unique.Ole Loots2011-12-071-0/+7
* Set input_window on click, instead of asserting input window equals the recei...Ole Loots2011-12-061-5/+5