summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update version for 3.4 releaserelease/3.4Vincent Sanders2016-02-161-7/+2
|
* Update copyright yearVincent Sanders2016-02-161-2/+2
|
* setup flags for building monkey on RISC OSVincent Sanders2016-02-151-0/+3
|
* Use compiler environment to control riscos header usageVincent Sanders2016-02-152-5/+5
| | | | | Instead of relying on building the RISC OS frontend to determine correct include compatability use the compiler __riscos__ macro.
* allow passing of CFLAGS into make from environmentVincent Sanders2016-02-151-5/+11
|
* Ensure fetch attempts is not reduced to less than 1.Michael Drake2016-02-151-2/+3
|
* Return to original timeouts for now: One 30s attempt.Michael Drake2016-02-151-2/+2
|
* Fix constraints on curl_fetch_timeout option.Michael Drake2016-02-151-2/+2
| | | | 5 <= n <= 60 seconds.
* Free shared_pens list on tree destroyChris Young2016-02-142-5/+6
|
* Don't re-use freed shared_pens listChris Young2016-02-141-3/+2
|
* Remove old #defineChris Young2016-02-141-6/+0
|
* Limit hotlist menu entries to 100 charsChris Young2016-02-141-4/+7
|
* Make hotlist buttons show the URL as a HelpHintChris Young2016-02-142-0/+2
|
* Limit hotlist buttons to 20 charsChris Young2016-02-141-2/+6
|
* Remove RMB trapping from the treeviews, previously used for context menusChris Young2016-02-141-26/+0
| | | | The context menus for treeviews were removed ages ago, and any replacement won't need RMB trapping
* Remove some RMBTrap remnants, the new context menus don't require manual ↵Chris Young2016-02-142-2/+0
| | | | mouse trapping
* When we unlock a public screen, don't attempt to unlock it again.Chris Young2016-02-141-1/+4
| | | | We lock the screen to stop it closing before we open our window, and unlock it when the window is open (the window is a sufficient lock). However we were not resetting the flag indicating the screen was still locked, so it was getting unlocked twice.
* Pens need releasing before freeing layers to avoid invalid pointer accessChris Young2016-02-141-1/+1
|
* Fix background attribute handling.Michael Drake2016-02-131-1/+1
|
* revert urldb include fixes as tehy cause build issues elsewhere and failed ↵Vincent Sanders2016-02-121-4/+0
| | | | to fix the warning
* fix more freebsd warningsVincent Sanders2016-02-122-0/+5
|
* fix strcasecmp implicit declaration warnings on freebsdVincent Sanders2016-02-122-0/+2
|
* enable monkey to be built everywhere it is completely generic nowVincent Sanders2016-02-121-18/+2
|
* fix debug print format type.Vincent Sanders2016-02-121-3/+3
| | | | | openbsd timeval structure defines the seconds part as time_t and not int so we need to use a time_t format suitable everywhere.
* remove reliance on GLib from monkey frontendVincent Sanders2016-02-127-284/+282
| | | | | This changes the monkey implemntation to use a simple scheduler list and select instead of glib events.
* Stop GIF animations when they are no longer in useChris Young2016-02-113-0/+36
|\ | | | | | | | | Previously animations would continue to run until destroyed Fixes 2227
| * Stop GIF animations when they are no longer in use, instead of waiting until ↵Chris Young2016-02-113-0/+36
|/ | | | they are destroyed.
* fix coverity build generated tar handlingVincent Sanders2016-02-111-4/+6
|
* Fix object accounting for aborted HTML contents.Michael Drake2016-02-111-3/+4
|
* HTML: Remove some status bar updating code.Michael Drake2016-02-104-43/+0
|
* cleanup cocoa application run methodVincent Sanders2016-02-101-154/+164
| | | | | This fixes several warnings and cleans up automatic pool cleanup handling in the run method. Additionally this is a whitespace cleanup.
* Prevent cocoa infinite event loop at startupVincent Sanders2016-02-101-2/+4
| | | | | | The PSMTabController framework was calling mouse exited events on its rollover button implementation which caused an inifinite recursion in event forwarding.
* Layout: Don't generate :before and :after boxes for replaced elements.Michael Drake2016-02-092-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | In CSS 2.1 this was undefined. CSS 2.1 -- 12.1 The :before and :after pseudo-elements Note. This specification does not fully define the interaction of :before and :after with replaced elements (such as IMG in HTML). This will be defined in more detail in a future specification. -- https://www.w3.org/TR/CSS21/generate.html#before-after-content In CSS 3 the :before and :after generated content boxes are not allowed on replaced elements. CSS 3 Generated and Replaced Content Module 12. Replaced content The box model defines different rules for the layout of replaced elements than normal elements. Replaced elements do not have '::before' and '::after' pseudo-elements; the 'content' property in the case of replaced content replaces the entire contents of the element's box. -- https://www.w3.org/TR/css3-content/#replacedContent
* Can free pango font desc as soon as it's set.Michael Drake2016-02-091-10/+12
|
* Add switch case fallthrough comment.Michael Drake2016-02-091-0/+1
|
* Add switch case fallthrough comments.Michael Drake2016-02-091-0/+5
|
* fix coverity submission for netsurfVincent Sanders2016-02-091-3/+5
|
* remove possible null dereference on allocation faliureVincent Sanders2016-02-091-2/+2
| | | | fix null dereference is calloc fails. coverity 1316339
* remove another failing cocoa translation stringVincent Sanders2016-02-091-0/+0
|
* remove another cocoa string causing ibtool to failVincent Sanders2016-02-091-0/+0
|
* remove strings causing ibtool to fail on cocoa buildVincent Sanders2016-02-091-0/+0
|
* clean up cocoa warnings on os x yosemite sdkVincent Sanders2016-02-0915-1298/+1426
|
* mac os x 32bit runtime requires properties to be defined to syntehsizeVincent Sanders2016-02-081-0/+1
|
* Update compilation to cope with modern SDK locationsVincent Sanders2016-02-083-23/+29
|
* Update Mac OS X cocoa frontend to build using SDK 10.10Vincent Sanders2016-02-087-270/+316
|
* Use readonly get_line, since it is supposed to be faster.Michael Drake2016-02-081-1/+1
|
* Don't haemorrhage Pango layouts out of nsfont_paint.Michael Drake2016-02-081-0/+1
| | | | | | | | | | | | | | | | | | Before: LEAK SUMMARY: definitely lost: 143,462 bytes in 811 blocks indirectly lost: 835,174 bytes in 16,656 blocks possibly lost: 104,465 bytes in 1,631 blocks still reachable: 3,634,180 bytes in 30,844 blocks suppressed: 0 bytes in 0 blocks After: LEAK SUMMARY: definitely lost: 57,990 bytes in 258 blocks indirectly lost: 218,013 bytes in 5,995 blocks possibly lost: 110,118 bytes in 1,837 blocks still reachable: 3,637,842 bytes in 30,881 blocks suppressed: 0 bytes in 0 blocks
* Log the cache limit along side size, after clean.Michael Drake2016-02-081-1/+1
|
* Style: Wrap some long lines.Michael Drake2016-02-081-18/+31
|
* Add URL to llcache object destruction logging.Michael Drake2016-02-081-1/+2
|