summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* As we no longer build the PPC version the default SDK version should be 10.6 ↵Vincent Sanders2014-10-031-1/+1
| | | | for snow leopard compatability
* Correct Lock() parameterChris Young2014-09-291-1/+1
|
* Fix textarea wrap bug.Michael Drake2014-09-271-2/+12
| | | | | | Was comparing against the current start line length, to decide if it needed redrawing, without taking into account that old start line might have been longer.
* Redraws during layout are prohibited, and redundant.Michael Drake2014-09-274-0/+22
|
* Stop invalid background image URL from preventing page load.Michael Drake2014-09-251-9/+10
| | | | | Stops url(http://) from causing page load to fail with warning message of "boxconvert".
* move about and preferences window handling to more sensible positionVincent Sanders2014-09-228-10/+10
|
* remove old notes that are no longer relevantVincent Sanders2014-09-221-36/+0
|
* change frmebuffer to run its own main loopVincent Sanders2014-09-221-19/+24
|
* move gtk to using its own main loop instead of core pollingVincent Sanders2014-09-221-37/+48
|
* use gtk completion variable and remove uneeded include of netsurf.hVincent Sanders2014-09-224-9/+8
|
* add flag to allow gtk loop to be signalled to exitVincent Sanders2014-09-221-14/+20
|
* move gtk execution loop to main()Vincent Sanders2014-09-221-7/+9
|
* stop poll callback entry being mandantory in preparation for its removalVincent Sanders2014-09-221-4/+0
|
* void functionChris Young2014-09-201-4/+4
|
* Stop the Amiga build complaining about redefined strndupChris Young2014-09-201-1/+1
|
* Move log init so it starts earlierChris Young2014-09-202-9/+16
|
* Optimise case where scrollbar_set_extents call changes nothing.Michael Drake2014-09-191-0/+6
|
* Setting extents can move scroll pos, so send message.Michael Drake2014-09-191-1/+7
|
* Make code more readable.Michael Drake2014-09-191-3/+5
|
* Fix a couple of comment typos.Michael Drake2014-09-191-2/+2
|
* Resolve relative URLs in inline CSS relative to document's base URL, rather ↵Michael Drake2014-09-182-2/+2
| | | | | | | | than its content URL. This means passing the base URL as the URL param to LibCSS's css_stylesheet_create, rather than the URL of the source of the style data.
* Improve comments and simplify code.Michael Drake2014-09-181-7/+11
|
* Improve textarea layout comments to explain the non-obvious bits better.Michael Drake2014-09-181-1/+5
|
* Improve comment.Michael Drake2014-09-181-3/+4
|
* Fix missing doxygen parameter comment.Michael Drake2014-09-181-0/+1
|
* Do not show the maximize window widgetOle Loots2014-09-171-1/+1
|
* Moved Save/Abort buttons into a toolbarOle Loots2014-09-174-22/+23
|
* Include default cache folder in packageOle Loots2014-09-161-0/+1
|
* Fixed some unused variable warnings.Ole Loots2014-09-153-6/+3
|
* Fixed some unused variable warining.Ole Loots2014-09-157-66/+12
|
* Enabled the filesystem backing store.Ole Loots2014-09-152-0/+9
|
* Added disc cache options to the settings dialogOle Loots2014-09-154-146/+212
|
* Pass store path to netsurf_init()Ole Loots2014-09-151-1/+3
|
* Added missing includeOle Loots2014-09-131-0/+1
|
* Removed unused variableOle Loots2014-09-131-1/+0
|
* Removed unused variable / dead code.Ole Loots2014-09-131-18/+0
|
* Removed unused variable.Ole Loots2014-09-131-1/+0
|
* Always return correct typeOle Loots2014-09-131-1/+1
|
* Removed unused labelOle Loots2014-09-131-1/+0
|
* Replace default posix file handling table with GEMDOS compatible oneOle Loots2014-09-134-1/+324
| | | | | | | | | | | | | Since build #1917, URL to path conversion was broken. Thanks to Peter for reporting the bug. Most of the path handling code was taken from the windows frontend. Note: - NetSurf core switched to an file handling table with default posix compatible functions. - The atari frontend always uses GEMDOS compatible path like: "u:\folder\1", even when running on top of FreeMiNT environment.
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2014-09-12567-24011/+61641
|\ | | | | | | | | Conflicts: atari/gui.h
| * Adjust min stack to 96K following evaluation.Chris Young2014-09-071-1/+1
| |
| * Remove pointless strdup/free.Michael Drake2014-09-071-23/+14
| |
| * GUI launched fetches are verifiable. Thanks to jmb.Michael Drake2014-09-071-1/+1
| |
| * Correctly declare function as static and fix documentationVincent Sanders2014-09-071-2/+7
| |
| * fix copyright year for beos buildVincent Sanders2014-09-071-5/+7
| |
| * Add missing includes to get rid of warningsVincent Sanders2014-09-071-0/+4
| |
| * Free header_path.Michael Drake2014-09-061-0/+5
| |
| * Remove redundant code.Michael Drake2014-09-061-6/+0
| |
| * Fix test rig leak. (cppcheck)Michael Drake2014-09-061-1/+2
| |