summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix Coverity #1109871.Michael Drake2013-10-231-1/+2
|
* Remove unrequired NULL check.Michael Drake2013-10-231-1/+1
|
* Remove unreachable code.Michael Drake2013-10-231-5/+1
|
* improve comment to indicate what API is forVincent Sanders2013-10-231-4/+8
|
* fix coverity #1111069Vincent Sanders2013-10-231-2/+3
|
* Show "-" for last visit date/time when visits count is 0.Michael Drake2013-10-231-4/+11
|
* Layout doesn't need to handle the old insane textarea box splitting now. ↵Michael Drake2013-10-231-12/+1
| | | | Fixes Coverity:1109882.
* Fix leaks in form_successful_controls. 'charset' was always leaked, value ↵Michael Drake2013-10-231-0/+4
| | | | was leaked in particular OOM case.
* s/!charset/charset == NULL/Michael Drake2013-10-231-1/+1
|
* Fix two genuine bugs found by Coverity. Checking the wrong pointers for NULL.Michael Drake2013-10-231-10/+8
|
* Assert that root node is non-NULL.Michael Drake2013-10-231-0/+2
|
* Remove unnecessary check.Michael Drake2013-10-231-2/+1
|
* Fix deref before NULL check.Michael Drake2013-10-231-0/+3
|
* Fix NULL check after deref.Michael Drake2013-10-231-1/+2
|
* Dodge Coverity scan issue.Michael Drake2013-10-231-1/+3
|
* Remove unreachable safty net.Michael Drake2013-10-231-1/+1
|
* Assert target node is non-NULL.Michael Drake2013-10-221-0/+1
|
* Fix adding to hotlist from context menuChris Young2013-10-131-4/+3
|
* Use LIB_IS_AT_LEAST macroChris Young2013-10-133-6/+5
|
* Use picture.datatype's PromoteMask function so we get an alpha channel for ↵Chris Young2013-10-122-0/+2
| | | | non-alpha bitmaps loaded through datatypes.library
* Delay the busy pointer again on intuition v53+Chris Young2013-10-121-37/+43
|
* Fix scaled bitmapsChris Young2013-10-121-2/+2
|
* Correct some memory allocation parametersChris Young2013-10-124-5/+7
|
* Replace AllocVec with AllocVecTags. Remove some instances of MEMF_CLEAR ↵Chris Young2013-10-1225-67/+69
| | | | where it is not necessary.
* Don't change the setting, just in case NetSurf is being used from two ↵Chris Young2013-10-121-5/+1
| | | | different OS installs on the same computer.
* 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
| | | | | * application.library functionality will no longer be available on OS4.0, however that only extends to the Docky icon as notifications weren't supported anyway. * CI builds may crash until the toolchain is updated.
* 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
| | | | The API expects to receive core_window as window handle now.
* Added SSL Cert Inspector WindowOle Loots2013-10-0615-38/+484
| | | | (based on treeview API)
* 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
| | | | (The Cookie Manager window is a new one)
* Include desktop/core_window.hOle Loots2013-10-061-0/+1
|
* Treeview implementation adjustedOle Loots2013-10-067-40/+664
| | | | (still requires changes at several places in the atari frontent)
* Replaced atari_treeview wrapper with a new oneOle Loots2013-10-0618-1002/+5656
| | | | (removed all modules which used the old tree API)
* 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
| | | | | Delayed font plotter alloction until the requested font plotter is found.