summaryrefslogtreecommitdiff
path: root/atari
Commit message (Expand)AuthorAgeFilesLines
* Download fonts to build directory and copy from there.Ole Loots2012-08-261-7/+20
* Implemented atari-package targetOle Loots2012-08-251-17/+72
* Updated default optionsOle Loots2012-08-251-3/+3
* Set default cookie filename when not set.Ole Loots2012-08-251-3/+8
* Default truetype package is now Bitstream Vera.Ole Loots2012-08-251-27/+60
* Removed junkOle Loots2012-08-251-12/+0
* Documented font loading / font names.Ole Loots2012-08-251-2/+43
* Merged some features from framebuffer freetype impl.Ole Loots2012-08-252-63/+106
* Added missing copyright headersOle Loots2012-08-2412-26/+236
* Split install and package targets.Vincent Sanders2012-08-231-0/+10
* Added and use PRGSUFFIX to configure executable name.Ole Loots2012-08-231-1/+7
* add missing include for browser privateVincent Sanders2012-08-221-0/+1
* add includes to get browser private struct on atariVincent Sanders2012-08-226-0/+6
* add sdk library pathVincent Sanders2012-08-211-0/+1
* remove bogus posix define and workround missing PATH_MAX directlyVincent Sanders2012-08-211-1/+21
* set posix define to make PATH_MAX availableVincent Sanders2012-08-211-0/+2
* Avoid box_at_point.Michael Drake2012-08-201-33/+5
* Remove a bunch of unused includes.Michael Drake2012-08-203-74/+68
* Clean up search gui callbacks.Michael Drake2012-08-141-17/+17
* Pass font plot style out to front end clipboard append function.Michael Drake2012-08-131-1/+2
* Fix settings dialog positioningOle Loots2012-08-081-911/+913
* Fix provided by Michale Drake.Ole Loots2012-08-041-102/+109
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-24/+1
* Open hotlist and history at top right cornerOle Loots2012-07-272-3/+8
* Open search form at lower right cornerOle Loots2012-07-271-5/+19
* Handle "Save window size" menu event.Ole Loots2012-07-273-38/+74
* Implemented a new colour picker.Ole Loots2012-07-264-167/+272
* Clean up flags setup, requires changes to Makefile.defaultOle Loots2012-07-251-13/+23
* Fixed colour type for vs* functions, added comments.Ole Loots2012-07-251-13/+42
* Changed toolbar_bg_color to type "colour",Ole Loots2012-07-234-97/+94
* renamed plot functions (use plot_ prefix)Ole Loots2012-07-231-3/+3
* renmaed plot functions (use plot_ prefix).Ole Loots2012-07-234-56/+50
* moved "bitmap_resize()" to bitmap.cOle Loots2012-07-234-74/+76
* Inline some functionsOle Loots2012-07-231-8/+8
* Fix access to context data URL char *.Ole Loots2012-07-141-15/+15
* Refactor plot implementation (removed old files)Ole Loots2012-07-138-3416/+0
* Plotter refactor: removed one plotter abraction layer.Ole Loots2012-07-1321-186/+2671
* Added missing but not-so important changes from local SVN working copy.Ole Loots2012-07-105-5/+7
* Add Javascript case to FreeMiNT Makefile.targetOle Loots2012-07-051-2/+12
* Added new iconset - thanks to atfactOle Loots2012-06-282-0/+0
* Show alert when no editor option is configured.Ole Loots2012-06-231-6/+8
* Handle new toolbar options (background color, iconset)Ole Loots2012-06-231-2/+119
* Added new toolbar options.Ole Loots2012-06-233-112/+151
* Added toolbar image folder option.Ole Loots2012-06-212-28/+37
* apply background color option and removed unused struct member of struct s_tb...Ole Loots2012-06-212-11/+12
* added new options "atari_toolbar_bg".Ole Loots2012-06-211-0/+3
* Handle do not trackoption and fix a call to snprintf().Ole Loots2012-06-211-2/+9
* fix history redraw by calling the window specific redraw function from gui_po...Ole Loots2012-06-194-13/+23
* Integrated do not track option into the options dialog.Ole Loots2012-06-193-3/+5
* added some missing WITH_8BPP_SUPPORT ifdefs. Ole Loots2012-06-191-0/+8