summaryrefslogtreecommitdiff
path: root/atari
Commit message (Collapse)AuthorAgeFilesLines
* Added new iconset - thanks to atfactOle Loots2012-06-282-0/+0
| | | | svn path=/trunk/netsurf/; revision=13994
* Show alert when no editor option is configured.Ole Loots2012-06-231-6/+8
| | | | svn path=/trunk/netsurf/; revision=13985
* Handle new toolbar options (background color, iconset)Ole Loots2012-06-231-2/+119
| | | | svn path=/trunk/netsurf/; revision=13984
* Added new toolbar options.Ole Loots2012-06-233-112/+151
| | | | svn path=/trunk/netsurf/; revision=13983
* Added toolbar image folder option.Ole Loots2012-06-212-28/+37
| | | | svn path=/trunk/netsurf/; revision=13982
* apply background color option and removed unused struct member of struct ↵Ole Loots2012-06-212-11/+12
| | | | | | s_tb_button. svn path=/trunk/netsurf/; revision=13981
* added new options "atari_toolbar_bg".Ole Loots2012-06-211-0/+3
| | | | svn path=/trunk/netsurf/; revision=13980
* Handle do not trackoption and fix a call to snprintf().Ole Loots2012-06-211-2/+9
| | | | svn path=/trunk/netsurf/; revision=13979
* fix history redraw by calling the window specific redraw function from ↵Ole Loots2012-06-194-13/+23
| | | | | | gui_poll(), also switch hotlist redraw to to hotlist specific redraw function. svn path=/trunk/netsurf/; revision=13977
* Integrated do not track option into the options dialog.Ole Loots2012-06-193-3/+5
| | | | svn path=/trunk/netsurf/; revision=13975
* added some missing WITH_8BPP_SUPPORT ifdefs. Ole Loots2012-06-191-0/+8
| | | | svn path=/trunk/netsurf/; revision=13974
* First attempt to implement the global history treeview. There is something ↵Ole Loots2012-06-194-14/+147
| | | | | | wrong with the redraw ( the treeview area of the windo isn't redrawn, also it looks like the treeview content size isn't set ) svn path=/trunk/netsurf/; revision=13973
* Make use of plot_set_dimensions()Ole Loots2012-06-191-3/+2
| | | | svn path=/trunk/netsurf/; revision=13972
* Added "Save link as..." context menu item. Ole Loots2012-06-041-9/+21
| | | | svn path=/trunk/netsurf/; revision=13958
* Added "Save link as..." context menu item. Ole Loots2012-06-043-3/+5
| | | | svn path=/trunk/netsurf/; revision=13957
* Fix redraw of embedded toolbar, by removing declaration of already declared ↵Ole Loots2012-06-041-12/+11
| | | | | | local variable. Load toolbar resource trees at toolbar_init(). svn path=/trunk/netsurf/; revision=13956
* Removed the use of duplicated OBJECT trees.Ole Loots2012-06-032-44/+19
| | | | svn path=/trunk/netsurf/; revision=13943
* Fixed redraw of embedded toolbar icons ( enabled / disabled state was ↵Ole Loots2012-06-031-48/+16
| | | | | | incorrectly handled ). svn path=/trunk/netsurf/; revision=13942
* Added default throbber image. Ole Loots2012-06-032-0/+0
| | | | svn path=/trunk/netsurf/; revision=13941
* Load & use throbber image.Ole Loots2012-06-031-37/+108
| | | | svn path=/trunk/netsurf/; revision=13940
* Reset stop button when url changes. Ole Loots2012-06-031-5/+2
| | | | svn path=/trunk/netsurf/; revision=13939
* Added default toolbar imageOle Loots2012-06-032-0/+0
| | | | svn path=/trunk/netsurf/; revision=13938
* Some cleanups and additions required for the toolbar icon redraw.Ole Loots2012-06-031-48/+93
| | | | svn path=/trunk/netsurf/; revision=13937
* Fix order of embedded toolbar resource icons.Ole Loots2012-06-033-6/+6
| | | | svn path=/trunk/netsurf/; revision=13936
* Load toolbar icons from a single bitmap file. Ole Loots2012-06-034-122/+100
| | | | svn path=/trunk/netsurf/; revision=13935
* Fixed prototyp, comments.Ole Loots2012-05-132-3/+3
| | | | svn path=/trunk/netsurf/; revision=13925
* Prepared code for different button states (= different image ). Ole Loots2012-05-132-52/+157
| | | | svn path=/trunk/netsurf/; revision=13924
* Use safe string functions. Ole Loots2012-05-135-33/+33
| | | | svn path=/trunk/netsurf/; revision=13923
* 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