summaryrefslogtreecommitdiff
path: root/atari
Commit message (Expand)AuthorAgeFilesLines
* Init toolbar.Ole Loots2012-04-104-28/+27
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ima...Ole Loots2012-04-103-191/+338
* Added function load_iconOle Loots2012-04-102-8/+107
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ...Ole Loots2012-04-102-4/+6
* Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. Ole Loots2012-04-103-39/+77
* Removed obsolete menu item struct member.Ole Loots2012-04-092-30/+29
* Removed debug output, text format changes...Ole Loots2012-04-093-14/+13
* Simplified keyboard-shortcut code: Don't use Messages file for Menu strings a...Ole Loots2012-04-091-231/+105
* Optimize redraw when window is on-top: do not intersect redraw areas with vis...Ole Loots2012-04-071-33/+97
* Added missing include.Ole Loots2012-04-071-1/+2
* Added linkage to libdom.Ole Loots2012-04-071-3/+7
* Added missing declaration of "html_redraw_debug". Ole Loots2012-04-071-1/+2
* Removed unused variable.Ole Loots2012-04-041-4/+2
* This version was used to build release package of netsurf 2.9Ole Loots2012-04-041-7/+14
* Added script to invoke make process for different architecture. Ole Loots2012-04-041-0/+88
* Added script to compile all the libraries needed (build optimized for netsurf). Ole Loots2012-04-041-0/+625
* Remove gui_colour_* options.Michael Drake2012-03-271-5/+0
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
* Fixed declarations of set_std_pixel / get_std_pixelOle Loots2012-03-221-2/+2
* Fix missing include: desktop/options.hOle Loots2012-03-221-1/+2
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2212-232/+249
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
* added dbg_rect function. Ole Loots2012-03-211-0/+6
* call set_clip/get_clip, declare result variables correctly. Ole Loots2012-03-211-6/+7
* Let user select download path and filename, removed unused struct members.Ole Loots2012-03-212-53/+56
* Adjusted for changed plotter members. Ole Loots2012-03-142-2/+2
* Restructured the plotter driver struct and declared misc functions static wit...Ole Loots2012-03-147-401/+467
* Added GD Plotter stub.Ole Loots2012-03-123-23/+265
* Removed unused plotter members.Ole Loots2012-03-122-111/+12
* now abort button becomes close button when download is completed. Ole Loots2012-03-112-19/+31
* Always use pkg-config, never use xml-config or curl-config, it breaks crossbu...Ole Loots2012-02-271-3/+3
* more #ifdef WITH_8BPP_SUPPORTOle Loots2012-02-253-4/+19
* Mouse button holding wasn't reported to the browser because of drag optimizat...Ole Loots2012-02-031-6/+13
* Default to "not rendering" when setting GUI poll priority. Ole Loots2012-01-251-21/+15
* Added key shortcut for bookmark, handle menut item "Hide Toolbars"Ole Loots2012-01-251-3/+8
* Added functions to hide/show the toolbar. Ole Loots2012-01-112-3/+26
* Removed non declared and unused "cookies_update" function ( some frontends st...Ole Loots2012-01-112-8/+5
* Constify rect param to gui_window_drag_start.Michael Drake2012-01-111-82/+82
* Pass pointer constraints for drag out to front ends. Ensure content scrollba...Michael Drake2012-01-111-2/+2
* 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