summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* 256 color plotting: Use vdi to rgb lookup table, made transparency a bit ↵Ole Loots2012-01-021-38/+43
| | | | | | better ( the snapshot problem was related to fvdi, no error in code ) svn path=/trunk/netsurf/; revision=13362
* Open fulled window when running under Single-Task OS.Ole Loots2012-01-021-11/+30
| | | | svn path=/trunk/netsurf/; revision=13361
* Added support for 8bit displays, having big problems with transparent plots ↵Ole Loots2011-12-314-690/+965
| | | | | | ( snapshot of background isn't always taken from correct position, maybe a bug in fvdi) svn path=/trunk/netsurf/; revision=13359
* Set status message on download finish.Ole Loots2011-12-271-3/+7
| | | | svn path=/trunk/netsurf/; revision=13351
* delete all text on esc key press.Ole Loots2011-12-271-0/+4
| | | | svn path=/trunk/netsurf/; revision=13350
* Pass whether background images are wanted in redraw_context.Michael Drake2011-12-233-569/+572
| | | | svn path=/trunk/netsurf/; revision=13335
* Removed unused variable.Ole Loots2011-12-211-5/+2
| | | | svn path=/trunk/netsurf/; revision=13320
* Fixed display of download speed.Ole Loots2011-12-212-2/+2
| | | | svn path=/trunk/netsurf/; revision=13319
* Fixed display of download speed.Ole Loots2011-12-211-2/+2
| | | | svn path=/trunk/netsurf/; revision=13318
* Removed unimplemented function declarationOle Loots2011-12-211-1/+0
| | | | svn path=/trunk/netsurf/; revision=13312
* Add event listeners to WM_MOVED, WM_RESIZED, WM_FULLED instead of ↵Ole Loots2011-12-213-182/+133
| | | | | | overwriting the default handlers. Removed option atari_realtime_move. svn path=/trunk/netsurf/; revision=13311
* Fix assignment of option_target_blankOle Loots2011-12-181-1/+1
| | | | svn path=/trunk/netsurf/; revision=13294
* fixed syntax-error. Ole Loots2011-12-151-2/+2
| | | | svn path=/trunk/netsurf/; revision=13280
* Updated settings dialog.Ole Loots2011-12-153-31/+142
| | | | svn path=/trunk/netsurf/; revision=13279
* added mode parameter to function find_gui_windowOle Loots2011-12-152-13/+37
| | | | svn path=/trunk/netsurf/; revision=13278
* fixed types for simple Mime type detection (which shouldn't have been ↵Ole Loots2011-12-151-3/+3
| | | | | | checked in...) svn path=/trunk/netsurf/; revision=13277
* Re-Enabled "View Source"Ole Loots2011-12-151-3/+8
| | | | svn path=/trunk/netsurf/; revision=13276
* fixed type. Ole Loots2011-12-151-1/+1
| | | | svn path=/trunk/netsurf/; revision=13275
* Added save functionality to settings dialiog, fixed typo resulting in not ↵Ole Loots2011-12-152-38/+123
| | | | | | freeing the resource pointer. svn path=/trunk/netsurf/; revision=13273
* Remove throbber callback from schedule before scheduling a new one. Ole Loots2011-12-141-2/+9
| | | | svn path=/trunk/netsurf/; revision=13272
* Added settings dialog, read only right now. Ole Loots2011-12-133-1/+571
| | | | svn path=/trunk/netsurf/; revision=13270
* Moved to mouse move handler to global events, and handle different window types.Ole Loots2011-12-122-56/+70
| | | | svn path=/trunk/netsurf/; revision=13269
* Only convert resource objects to windom types when extended type is set. Ole Loots2011-12-121-1/+1
| | | | svn path=/trunk/netsurf/; revision=13268
* added save page handlers. Ole Loots2011-12-102-0/+92
| | | | svn path=/trunk/netsurf/; revision=13267
* added save page handlers. Ole Loots2011-12-101-4/+2
| | | | svn path=/trunk/netsurf/; revision=13266
* Commented and adjusted default optionsOle Loots2011-12-101-16/+48
| | | | svn path=/trunk/netsurf/; revision=13265
* Removed option to configure knockout rendering, removed suppress_images ↵Ole Loots2011-12-102-20/+4
| | | | | | option from frontend. svn path=/trunk/netsurf/; revision=13264
* toggle menu item when debug rendering is toggled.Ole Loots2011-12-081-1/+4
| | | | svn path=/trunk/netsurf/; revision=13259
* remove debug message. Ole Loots2011-12-071-1/+0
| | | | svn path=/trunk/netsurf/; revision=13258
* force list of scheduled callbacks to be unique.Ole Loots2011-12-071-0/+7
| | | | svn path=/trunk/netsurf/; revision=13257
* Set input_window on click, instead of asserting input window equals the ↵Ole Loots2011-12-061-5/+5
| | | | | | receiver window. svn path=/trunk/netsurf/; revision=13253
* Handle iconify correctlyOle Loots2011-12-061-17/+34
| | | | svn path=/trunk/netsurf/; revision=13252
* Fix focus elementOle Loots2011-12-0616-117/+289
| | | | svn path=/trunk/netsurf/; revision=13251
* Fix utf-8 conversion. Ole Loots2011-12-041-5/+15
| | | | svn path=/trunk/netsurf/; revision=13242
* Fix file dropsOle Loots2011-12-041-59/+15
| | | | svn path=/trunk/netsurf/; revision=13241
* Fix conversion of local encoding to utf-8Ole Loots2011-12-042-6/+3
| | | | svn path=/trunk/netsurf/; revision=13240
* content_get_url -> hlcache_handle_get_url, content__get_url -> content_get_urlJohn Mark Bell2011-12-042-7/+7
| | | | svn path=/trunk/netsurf/; revision=13236
* Removed unused code.Ole Loots2011-12-041-101/+0
| | | | svn path=/trunk/netsurf/; revision=13234
* Stick to OS features for drag feature - handle it almost blocking (improves ↵Ole Loots2011-12-048-278/+202
| | | | | | user experience). svn path=/trunk/netsurf/; revision=13233
* Added drag feature to the new url input.Ole Loots2011-12-041-2/+21
| | | | svn path=/trunk/netsurf/; revision=13232
* Added copyright comment. Ole Loots2011-12-041-0/+17
| | | | svn path=/trunk/netsurf/; revision=13231
* Fixed header, made different font plotters optional. Ole Loots2011-12-048-110/+137
| | | | svn path=/trunk/netsurf/; revision=13230
* Removed unused variableOle Loots2011-12-041-10/+9
| | | | svn path=/trunk/netsurf/; revision=13229
* Open window by configured width,Ole Loots2011-11-305-31/+17
| | | | | | removed unused variables svn path=/trunk/netsurf/; revision=13212
* Copy (whole) URL on Copy key. Ole Loots2011-11-301-0/+12
| | | | svn path=/trunk/netsurf/; revision=13211
* Removed unused declarations.Ole Loots2011-11-301-12/+0
| | | | svn path=/trunk/netsurf/; revision=13210
* Removed unused declarations.Ole Loots2011-11-303-27/+2
| | | | svn path=/trunk/netsurf/; revision=13209
* release screen-lock when second lock check fails. Ole Loots2011-11-291-2/+4
| | | | svn path=/trunk/netsurf/; revision=13208
* Check for NULLOle Loots2011-11-291-5/+8
| | | | svn path=/trunk/netsurf/; revision=13207
* Handle focus event within window_set_focus, select all when url input gets focusOle Loots2011-11-292-4/+12
| | | | svn path=/trunk/netsurf/; revision=13206