summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove all references to using libMNGVincent Sanders2014-01-0426-1001/+18
|
* remove lcms dependancy as NetSurf does not directaly use it.Vincent Sanders2014-01-044-5/+4
| | | | | The dependancy probbaly comes from our historical use of libmng, even then the libmng pkg-config should bring it in.
* Native RO builds have been unsupported for a year, and the doc is out of date.Michael Drake2014-01-041-121/+0
|
* Return message to client when textarea is modified.Michael Drake2014-01-043-1/+19
|
* Improve min/max-height handling on replaced elements.Michael Drake2014-01-041-23/+96
|
* Make the new tab button also use the new blank tab function. This fixes bug 2034Chris Young2014-01-031-18/+1
|
* Move new blank tab into own functionChris Young2014-01-033-24/+33
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2014-01-034-39/+44
|\
| * Update copyright header dates for recent commits.Steve Fryatt2014-01-024-11/+8
| |
| * In framesets, F8 views source for frame under pointer if applicable.Steve Fryatt2014-01-021-28/+36
| |
* | Attempt fix/workaround of bug #2034Chris Young2014-01-031-1/+7
|/
* Convert download filename to local charsetChris Young2014-01-022-4/+6
|
* Set verbose log menu item checked state on startup.Ole Loots2014-01-021-0/+1
|
* Default downloads directory name is "downloads" not "download"Ole Loots2014-01-021-1/+1
|
* Fix previous checking (do not call av/va functions)Ole Loots2014-01-021-0/+8
|
* Added prototype for plot_get_abs_clipping_grectOle Loots2014-01-021-0/+1
|
* Added VA/AV Protocol support (not used yet).Ole Loots2014-01-024-0/+305
|
* Merge branch 'mmu_man/haiku-fixes'Vincent Sanders2014-01-016-22/+45
|\
| * Fix indentationFrançois Revol2013-12-071-10/+10
| |
| * Fix Haiku buildFrançois Revol2013-12-073-8/+30
| | | | | | | | Fix build of the BeOS code due to recent untested options commits.
| * Fix for gcc2 flexible array declarationFrançois Revol2013-12-072-2/+3
| |
| * C89François Revol2013-12-071-2/+2
| |
* | Merge remote-tracking branch 'origin/stevef/hotlist'Vincent Sanders2014-01-0110-105/+305
|\ \
| * | Add confirm_hotlist_remove option to allow users to turn URL removal query off.Steve Fryatt2013-12-312-4/+14
| | |
| * | Implement user confirmation before removing hotlist entries from the URL bar.Steve Fryatt2013-12-313-3/+86
| | |
| * | Add default clause to squash compiler warning.Steve Fryatt2013-12-311-0/+3
| | |
| * | Fix broken dragging mouse pointer introduced in mouse tracking changes.Steve Fryatt2013-12-301-1/+15
| | |
| * | Remove excessive logging from hotlist code.Steve Fryatt2013-12-301-8/+0
| | |
| * | Provide some interactive help for the URL Bar's favicon and hotlist indicator.Steve Fryatt2013-12-302-0/+20
| | |
| * | Update the URL hotlist icon when entries are deleted from the hotlist.Steve Fryatt2013-12-303-0/+24
| | | | | | | | | | | | This does not currently spot entries which are edited.
| * | Tidy up hotlist icon interfaces and make consistant with rest of toolbar.Steve Fryatt2013-12-307-54/+70
| | |
| * | Fix indentation.Steve Fryatt2013-12-301-6/+6
| | |
| * | Merge branch 'master' of git://git.netsurf-browser.org/netsurfSteve Fryatt2013-12-306-8/+93
| |\ \
| * | | Bring hotlist icon event handling in line with other toolbar actions.Steve Fryatt2013-12-305-33/+69
| | | | | | | | | | | | | | | | | | | | | | | | - Make hotlist icon return click events to clients. - Move URL add and remove code into browser window toolbar event handler. - Pass hotlist icon URL add/remove via RISC OS hotlist interface.
| * | | Fix hotlist icon in browser URL bar.Steve Fryatt2013-12-292-6/+8
| | | | | | | | | | | | | | | | | | | | - Change URL container to Double/Click/Drag so that mouse actions get passed on. - Correctly parse return code from hotlist_add_url() to identify successful adds.
* | | | Revert "Think this needs converting back to local charset here otherwise ↵Chris Young2013-12-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | non-ASCII file uploads don't work." This reverts commit 2aacb411fc07441679f6a73f13956792919dee65.
* | | | Think this needs converting back to local charset here otherwise non-ASCII ↵Chris Young2013-12-311-1/+1
| |/ / |/| | | | | | | | file uploads don't work.
* | | Send SC_CHANGED after writing to scrap fileOle Loots2013-12-292-2/+8
| | |
* | | Extended documentationOle Loots2013-12-291-1/+4
| | |
* | | Minor documentation changeOle Loots2013-12-291-2/+2
| | |
* | | Do not reload browser window on scal changeOle Loots2013-12-291-2/+3
| | |
* | | Do not use tmpnam() but a custom function.Ole Loots2013-12-293-4/+79
|/ /
* | Set absolute clipping for every window rectangle, not just the first.Ole Loots2013-12-281-1/+1
| |
* | Removed background flag for menu titlesOle Loots2013-12-282-2/+2
| | | | | | | | | | The Background flag causes invalid display of the menu on MyAES. Reported by Olivier Landemarre
* | Check for zero length stringOle Loots2013-12-281-5/+3
| |
* | Fallback to about:welcome on home click when no homepage option is set.Ole Loots2013-12-281-2/+6
| |
* | Removed obsolete dir.png from package.Ole Loots2013-12-281-1/+0
| |
* | Copy all icon resources into the installation packageOle Loots2013-12-281-2/+2
| |
* | Removed obsolete codeOle Loots2013-12-281-132/+1
| |
* | Use new plot function: plot_set_abs_clipping.Ole Loots2013-12-281-0/+2
| |