summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR where...Chris Young2013-10-1225-67/+69
* Don't change the setting, just in case NetSurf is being used from two differe...Chris Young2013-10-121-5/+1
* Force usage of OS pointers for OS4.1, there's no reason to use custom ones now.Chris Young2013-10-122-3/+18
* Use all the built-in mouse pointers on OS4.1Chris Young2013-10-121-5/+29
* application.library fix for new SDK. Note that:Chris Young2013-10-122-8/+7
* LOG init/fini messages.Michael Drake2013-10-111-1/+8
* Reverted local adjustments to Makefile.target.Ole Loots2013-10-062-126/+6
* Removed unused files.Ole Loots2013-10-062-4401/+0
* Removed old files.Ole Loots2013-10-062-427/+0
* Option atari_transparency is int, not bool - use nsoption_set_int().Ole Loots2013-10-061-1/+1
* Added commentsOle Loots2013-10-062-0/+13
* ldg stubs not needed anymore since windom removalOle Loots2013-10-061-3/+0
* ldg stubs not needed anymore since windom removal.Ole Loots2013-10-061-15/+0
* Added about dialog, fixed scrolled treeview redraw.Ole Loots2013-10-0615-37/+384
* Removed old treeview filesOle Loots2013-10-064-487/+0
* Fixed warnings for incomptible pointer typeOle Loots2013-10-069-135/+139
* Added SSL Cert Inspector WindowOle Loots2013-10-0615-38/+484
* enabled history menu item.Ole Loots2013-10-061-1/+1
* Enabled atari_global_history_destry/initOle Loots2013-10-061-8/+3
* Hotlist and History and Cookies Manager implemented.Ole Loots2013-10-0619-145/+1167
* Include desktop/core_window.hOle Loots2013-10-061-0/+1
* Treeview implementation adjustedOle Loots2013-10-067-40/+664
* Replaced atari_treeview wrapper with a new oneOle Loots2013-10-0618-1002/+5656
* Fixed RECT_TO_GRECT macroOle Loots2013-10-061-4/+4
* Added RECT_TO_GRECT macroOle Loots2013-10-061-0/+7
* Added RECT_TO_GRECT macroOle Loots2013-10-061-2/+2
* moved font plotter allocationOle Loots2013-10-061-48/+52
* Added plot_get/set_text_plotter and commentsOle Loots2013-10-063-135/+165
* Tuned frontend Makefiles for local environment.Ole Loots2013-10-062-6/+10
* Added initialization/finalization of treeview framework.Ole Loots2013-10-061-0/+16
* Set unused channel to 0xff, so that rendering isn't broken in front ends that...Michael Drake2013-10-051-11/+11
* more tidy-upChris Young2013-10-051-5/+4
* tidy upChris Young2013-10-052-6/+3
* If bitmap is opaque, ensure we override the alpha channel as it may contain n...Chris Young2013-10-052-11/+30
* Move BITMAP_SAVE_FULL_ALPHA out of core to RISC OS front end, where it belongs.Michael Drake2013-10-033-2/+3
* Remove BITMAP_READY flag.Michael Drake2013-10-032-3/+1
* Remove BITMAP_PERSISTENT flag.Michael Drake2013-10-032-4/+3
* Remove unused structure member.Michael Drake2013-10-031-3/+0
* Remove unused bitmap memory config window help text.Michael Drake2013-10-031-61/+0
* Remove old debug window template.Michael Drake2013-10-037-104/+2
* Optimise treeview redraw. It draws its own background, so don't need white b...Michael Drake2013-10-034-4/+4
* Remove unused image cache config window template.Michael Drake2013-10-034-746/+0
* Remove image memory options.Michael Drake2013-10-031-2/+0
* Remove redundant bitmap compression/decompression/dropping-to-disc. The core...Michael Drake2013-10-039-756/+48
* Lose forward declaration.Michael Drake2013-10-031-320/+315
* Remove unused function.Michael Drake2013-10-032-49/+0
* Appease gtk front end's broken bitmap behaviour.Michael Drake2013-10-031-0/+10
* Init unused alpha channel to 0, even though we set the bitmaps as opaque.Michael Drake2013-10-031-11/+11
* Avoid NULL deref when deleting a node, causing empty ancestor nodes to be del...Michael Drake2013-10-031-4/+4
* Generate anti-aliased triangles in bitmaps and plot via bitmap plotter. (Wit...Michael Drake2013-10-021-101/+263