summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Only check transparent pixels when transparency is enabled. Ole Loots2012-04-261-15/+17
| | | | svn path=/trunk/netsurf/; revision=13891
* set rendering flag within throbber_stop / start functions, update toolbar ↵Ole Loots2012-04-251-19/+11
| | | | | | buttons on throbber stop. svn path=/trunk/netsurf/; revision=13890
* Fix typo ( fontbitmap was never destroyed within dtor )Ole Loots2012-04-241-3/+4
| | | | svn path=/trunk/netsurf/; revision=13889
* Small font plotter speedup by reducing function calls in a draw glyph loop. Ole Loots2012-04-241-63/+60
| | | | svn path=/trunk/netsurf/; revision=13888
* Implemented "paste clipboard" for toolbar URL textbox. Ole Loots2012-04-241-4/+24
| | | | svn path=/trunk/netsurf/; revision=13887
* Optimized bitmap blitting: cache native (converted) bitmaps. Ole Loots2012-04-192-203/+327
| | | | | | This required an change to the convert and blit routines - for opaque images, they convert the whole image. Transparent images are still converted on demand and still only the clipped area is converted. This is incomplete - native buffers should be stored in the well known bitmap buffer, but currently the bitmap struct holds a second buffer which contains converted data. svn path=/trunk/netsurf/; revision=13886
* Added menu shortcuts.Ole Loots2012-04-153-6/+6
| | | | svn path=/trunk/netsurf/; revision=13872
* Fix bitmap creation - JPEG where always set to opaque = false, which lead to ↵Ole Loots2012-04-142-23/+30
| | | | | | | | blitter checking all pixels for transparency in an loop. Prepare for caching of converted bitmaps. svn path=/trunk/netsurf/; revision=13869
* Updated FAQOle Loots2012-04-121-4/+16
| | | | svn path=/trunk/netsurf/; revision=13862
* call toolbar_exit()Ole Loots2012-04-122-1/+1
| | | | svn path=/trunk/netsurf/; revision=13861
* Share a single icon instance for multiple toolbars. Ole Loots2012-04-122-28/+62
| | | | svn path=/trunk/netsurf/; revision=13860
* Init toolbar.Ole Loots2012-04-104-28/+27
| | | | svn path=/trunk/netsurf/; revision=13849
* Initial support for (truecolor) image toolbar ( toolbar icons loaded from ↵Ole Loots2012-04-103-191/+338
| | | | | | image file, not from resource ). svn path=/trunk/netsurf/; revision=13848
* Added function load_iconOle Loots2012-04-102-8/+107
| | | | svn path=/trunk/netsurf/; revision=13847
* Introduced BITMAPF_BUFFER_NATIVE and native image buffer, for fast redraw of ↵Ole Loots2012-04-102-4/+6
| | | | | | bitmaps. svn path=/trunk/netsurf/; revision=13846
* Introduced BITMAPF_BUFFER_NATIVE, for fast redraw of bitmaps. Ole Loots2012-04-103-39/+77
| | | | svn path=/trunk/netsurf/; revision=13845
* Removed obsolete menu item struct member.Ole Loots2012-04-092-30/+29
| | | | svn path=/trunk/netsurf/; revision=13842
* Removed debug output, text format changes...Ole Loots2012-04-093-14/+13
| | | | svn path=/trunk/netsurf/; revision=13841
* Simplified keyboard-shortcut code: Don't use Messages file for Menu strings ↵Ole Loots2012-04-091-231/+105
| | | | | | and accelerator definitions. These things are now taken from the RSC file. svn path=/trunk/netsurf/; revision=13840
* Optimize redraw when window is on-top: do not intersect redraw areas with ↵Ole Loots2012-04-071-33/+97
| | | | | | visible window rectangles. svn path=/trunk/netsurf/; revision=13833
* Added missing include.Ole Loots2012-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=13832
* Added linkage to libdom.Ole Loots2012-04-071-3/+7
| | | | svn path=/trunk/netsurf/; revision=13831
* Added missing declaration of "html_redraw_debug". Ole Loots2012-04-071-1/+2
| | | | svn path=/trunk/netsurf/; revision=13830
* Removed unused variable.Ole Loots2012-04-041-4/+2
| | | | svn path=/trunk/netsurf/; revision=13790
* This version was used to build release package of netsurf 2.9Ole Loots2012-04-041-7/+14
| | | | svn path=/trunk/netsurf/; revision=13789
* Added script to invoke make process for different architecture. Ole Loots2012-04-041-0/+88
| | | | svn path=/trunk/netsurf/; revision=13788
* Added script to compile all the libraries needed (build optimized for netsurf). Ole Loots2012-04-041-0/+625
| | | | svn path=/trunk/netsurf/; revision=13787
* Remove gui_colour_* options.Michael Drake2012-03-271-5/+0
| | | | svn path=/trunk/netsurf/; revision=13740
* Fix colour string matching. Lose unneeded case insensitivity in matching.Michael Drake2012-03-271-3/+1
| | | | svn path=/trunk/netsurf/; revision=13739
* Constify param to gui_system_colour_char function.Michael Drake2012-03-271-1/+1
| | | | svn path=/trunk/netsurf/; revision=13737
* Fixed declarations of set_std_pixel / get_std_pixelOle Loots2012-03-221-2/+2
| | | | svn path=/trunk/netsurf/; revision=13553
* Fix missing include: desktop/options.hOle Loots2012-03-221-1/+2
| | | | svn path=/trunk/netsurf/; revision=13552
* NetSurf options rework (a=vince r=daniels,jmb)Vincent Sanders2012-03-2212-232/+249
| | | | svn path=/trunk/netsurf/; revision=13548
* Be a bit more verbose and strict. Ole Loots2012-03-211-4/+12
| | | | svn path=/trunk/netsurf/; revision=13547
* added dbg_rect function. Ole Loots2012-03-211-0/+6
| | | | svn path=/trunk/netsurf/; revision=13546
* call set_clip/get_clip, declare result variables correctly. Ole Loots2012-03-211-6/+7
| | | | svn path=/trunk/netsurf/; revision=13545
* Let user select download path and filename, removed unused struct members.Ole Loots2012-03-212-53/+56
| | | | svn path=/trunk/netsurf/; revision=13544
* 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