summaryrefslogtreecommitdiff
path: root/atari/settings.c
Commit message (Collapse)AuthorAgeFilesLines
* Some more finetuning...Ole Loots2013-01-311-1/+1
|
* Prefixed gemtk module functions.Ole Loots2013-01-221-49/+49
|
* Restore object state for save/abort buttons.Ole Loots2013-01-181-0/+4
|
* Use Extended AES Objects in settings dialog, done.Ole Loots2013-01-161-5/+2
|
* Implemented language and font renderer popups.Ole Loots2013-01-071-643/+676
|
* Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-071-32/+13
| | | | | - Serch window - Pop Menus in the settings dialog
* Moved form handling into gemtk,Ole Loots2012-12-311-187/+34
| | | | removed several windom includes
* Almost done.Ole Loots2012-12-281-25/+413
|
* Display current setting values.Ole Loots2012-12-221-9/+353
|
* - started to work on settings dialogOle Loots2012-12-211-907/+136
| | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* Removed image toolbar settings.Ole Loots2012-12-011-13/+1
|
* Start to remove windom, wip.Ole Loots2012-11-181-4/+5
| | | | | | - Refactored menu event handling. - Load plain GEM resources. - Refactored Event handling
* Revert "Refactored menu event handling and got rid of several windom calls."Ole Loots2012-11-181-3/+2
| | | | | This reverts commit d1a5c738e62a9f0cb85658b435eefa8749006edc. this change belongs into a new branch
* Refactored menu event handling and got rid of several windom calls.Ole Loots2012-11-141-2/+3
|
* Show mouse again after the color popup is ready.Ole Loots2012-10-131-7/+4
|
* Revert positioning Fix dated 2012-08-07Ole Loots2012-08-271-17/+12
|
* Removed junk...Ole Loots2012-08-261-6/+1
|
* use is_dir function when checking direntry.Ole Loots2012-08-261-6/+9
|
* Added missing copyright headersOle Loots2012-08-241-22/+40
|
* Fix settings dialog positioningOle Loots2012-08-081-911/+913
| | | | | | | | On successive settings dialog calls, the automatic positioning wasn't working correctly. This can be prevented by duplicating the Form tree. However, it requires to have the duplicated tree freed manually (Bug in windom?). I should have an eye on it...
* Implemented a new colour picker.Ole Loots2012-07-261-17/+157
| | | | | | This colour picker allows to select the 216 web colors plus 15 shades of gray. Removed the color popup from the resource file.
* Handle new toolbar options (background color, iconset)Ole Loots2012-06-231-2/+119
| | | | svn path=/trunk/netsurf/; revision=13984
* Handle do not trackoption and fix a call to snprintf().Ole Loots2012-06-211-2/+9
| | | | svn path=/trunk/netsurf/; revision=13979
* Use safe string functions. Ole Loots2012-05-131-26/+26
| | | | svn path=/trunk/netsurf/; revision=13923
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-221-88/+105
| | | | svn path=/trunk/netsurf/; revision=13548
* set monochrom option on save was missingOle Loots2012-01-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=13392
* fix enable/disable of checkbox when font renderer is changed. Ole Loots2012-01-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=13388
* Added settings for: foreground_images, background_images, monochrom glyph ↵Ole Loots2012-01-061-18/+39
| | | | | | rendering. svn path=/trunk/netsurf/; revision=13386
* Removed unimplemented function declarationOle Loots2011-12-211-1/+0
| | | | svn path=/trunk/netsurf/; revision=13312
* Fix assignment of option_target_blankOle Loots2011-12-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=13294
* Added save functionality to settings dialiog, fixed typo resulting in not ↵Ole Loots2011-12-151-36/+118
| | | | | | freeing the resource pointer. svn path=/trunk/netsurf/; revision=13273
* Added settings dialog, read only right now. Ole Loots2011-12-131-0/+561
svn path=/trunk/netsurf/; revision=13270