summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Adjusted for changed plotter members. Ole Loots2012-03-142-2/+2
| | | | svn path=/trunk/netsurf/; revision=13520
* Restructured the plotter driver struct and declared misc functions static ↵Ole Loots2012-03-147-401/+467
| | | | | | within the vdi driver. svn path=/trunk/netsurf/; revision=13519
* Added GD Plotter stub.Ole Loots2012-03-123-23/+265
| | | | svn path=/trunk/netsurf/; revision=13512
* Removed unused plotter members.Ole Loots2012-03-122-111/+12
| | | | svn path=/trunk/netsurf/; revision=13511
* now abort button becomes close button when download is completed. Ole Loots2012-03-112-19/+31
| | | | svn path=/trunk/netsurf/; revision=13510
* Always use pkg-config, never use xml-config or curl-config, it breaks ↵Ole Loots2012-02-271-3/+3
| | | | | | crossbuild when these binaries are actually available on the build machine. svn path=/trunk/netsurf/; revision=13492
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-253-4/+19
| | | | svn path=/trunk/netsurf/; revision=13467
* Mouse button holding wasn't reported to the browser because of drag ↵Ole Loots2012-02-031-6/+13
| | | | | | optimization, resulting in internal scrollbars which only reacted on click, not mouse holding down. svn path=/trunk/netsurf/; revision=13415
* Default to "not rendering" when setting GUI poll priority. Ole Loots2012-01-251-21/+15
| | | | svn path=/trunk/netsurf/; revision=13408
* Added key shortcut for bookmark, handle menut item "Hide Toolbars"Ole Loots2012-01-251-3/+8
| | | | svn path=/trunk/netsurf/; revision=13407
* Added functions to hide/show the toolbar. Ole Loots2012-01-112-3/+26
| | | | svn path=/trunk/netsurf/; revision=13400
* Removed non declared and unused "cookies_update" function ( some frontends ↵Ole Loots2012-01-112-8/+5
| | | | | | still define the functions), added missing prototypes. svn path=/trunk/netsurf/; revision=13399
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-82/+82
| | | | svn path=/trunk/netsurf/; revision=13397
* Pass pointer constraints for drag out to front ends. Ensure content ↵Michael Drake2012-01-111-2/+2
| | | | | | scrollbar drag termination always informs the browser window layer that the drag is over. svn path=/trunk/netsurf/; revision=13395
* set monochrom option on save was missingOle Loots2012-01-071-0/+1
| | | | svn path=/trunk/netsurf/; revision=13392
* Updated resources ( mainmenu and settings dialog updated for ↵Ole Loots2012-01-063-48/+58
| | | | | | background_images, foreground_images, font_monochrom ) svn path=/trunk/netsurf/; revision=13389
* fix enable/disable of checkbox when font renderer is changed. Ole Loots2012-01-061-3/+3
| | | | svn path=/trunk/netsurf/; revision=13388
* Added menu items for foreground_images,background_images for fast access. Ole Loots2012-01-062-5/+28
| | | | svn path=/trunk/netsurf/; revision=13387
* Added settings for: foreground_images, background_images, monochrom glyph ↵Ole Loots2012-01-061-18/+39
| | | | | | rendering. svn path=/trunk/netsurf/; revision=13386
* Removed unused source files.Ole Loots2012-01-062-188/+0
| | | | svn path=/trunk/netsurf/; revision=13384
* Updated docs.Ole Loots2012-01-063-36/+32
| | | | svn path=/trunk/netsurf/; revision=13383
* Added missing prototypes.Ole Loots2012-01-062-5/+9
| | | | svn path=/trunk/netsurf/; revision=13382
* Added flag for monochrom font rendering.Ole Loots2012-01-061-6/+9
| | | | svn path=/trunk/netsurf/; revision=13381
* Fixed warning.Ole Loots2012-01-061-1/+1
| | | | svn path=/trunk/netsurf/; revision=13380
* Added schedule stats. Ole Loots2012-01-061-1/+10
| | | | svn path=/trunk/netsurf/; revision=13379
* Only set opaque on initial alloc, add flag for clearing buffer on realloc. Ole Loots2012-01-062-1/+5
| | | | svn path=/trunk/netsurf/; revision=13378
* Fix rectangle fill, only add/subtract stroke_width when the rectangle has an ↵Ole Loots2012-01-051-4/+10
| | | | | | outline. svn path=/trunk/netsurf/; revision=13374
* Reverted last change and only apply color conversion for alpha channel glyphs. Ole Loots2012-01-031-1/+1
| | | | svn path=/trunk/netsurf/; revision=13373
* Fix clipping and only apply color conversion for hicolor systems.Ole Loots2012-01-031-6/+7
| | | | svn path=/trunk/netsurf/; revision=13372
* It's now possible to render fonts in monochrom mode. Ole Loots2012-01-031-29/+115
| | | | svn path=/trunk/netsurf/; revision=13371
* removed comment.Ole Loots2012-01-031-6/+1
| | | | svn path=/trunk/netsurf/; revision=13370
* Fixed font plotter init and added flag for monochrom glyph rendering. Ole Loots2012-01-032-5/+15
| | | | svn path=/trunk/netsurf/; revision=13369
* Made internal font plotter compatible with 256 colors. Ole Loots2012-01-023-75/+157
| | | | svn path=/trunk/netsurf/; revision=13367
* 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