summaryrefslogtreecommitdiff
path: root/atari
Commit message (Expand)AuthorAgeFilesLines
* Added "Save link as..." context menu item. Ole Loots2012-06-041-9/+21
* Added "Save link as..." context menu item. Ole Loots2012-06-043-3/+5
* Fix redraw of embedded toolbar, by removing declaration of already declared l...Ole Loots2012-06-041-12/+11
* Removed the use of duplicated OBJECT trees.Ole Loots2012-06-032-44/+19
* Fixed redraw of embedded toolbar icons ( enabled / disabled state was incorre...Ole Loots2012-06-031-48/+16
* Added default throbber image. Ole Loots2012-06-032-0/+0
* Load & use throbber image.Ole Loots2012-06-031-37/+108
* Reset stop button when url changes. Ole Loots2012-06-031-5/+2
* Added default toolbar imageOle Loots2012-06-032-0/+0
* Some cleanups and additions required for the toolbar icon redraw.Ole Loots2012-06-031-48/+93
* Fix order of embedded toolbar resource icons.Ole Loots2012-06-033-6/+6
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-034-122/+100
* Fixed prototyp, comments.Ole Loots2012-05-132-3/+3
* Prepared code for different button states (= different image ). Ole Loots2012-05-132-52/+157
* Use safe string functions. Ole Loots2012-05-135-33/+33
* Only check transparent pixels when transparency is enabled. Ole Loots2012-04-261-15/+17
* set rendering flag within throbber_stop / start functions, update toolbar but...Ole Loots2012-04-251-19/+11
* Fix typo ( fontbitmap was never destroyed within dtor )Ole Loots2012-04-241-3/+4
* Small font plotter speedup by reducing function calls in a draw glyph loop. Ole Loots2012-04-241-63/+60
* Implemented "paste clipboard" for toolbar URL textbox. Ole Loots2012-04-241-4/+24
* Optimized bitmap blitting: cache native (converted) bitmaps. Ole Loots2012-04-192-203/+327
* Added menu shortcuts.Ole Loots2012-04-153-6/+6
* Fix bitmap creation - JPEG where always set to opaque = false, which lead to ...Ole Loots2012-04-142-23/+30
* Updated FAQOle Loots2012-04-121-4/+16
* call toolbar_exit()Ole Loots2012-04-122-1/+1
* Share a single icon instance for multiple toolbars. Ole Loots2012-04-122-28/+62
* 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