summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* split sources lists out to their subdirectories as first step towards using ↵Vincent Sanders2013-03-1112-77/+120
| | | | core buildsystem
* Fix pointer shape and status bar messages for textareas and their scrollbars.Michael Drake2013-03-117-58/+188
|
* move javascript makefileVincent Sanders2013-03-112-1/+1
|
* Correctly set initial size of the search area.Ole Loots2013-03-111-1/+9
|
* Fixed / Improved commandline URL handling.Ole Loots2013-03-111-8/+20
| | | | | - It's now possible to drag local files onto netsurf executable. - Added better resource file logging (THING passes strange CWD)
* Removed toolbarOle Loots2013-03-111-1/+0
|
* beos: Set the filename in the download file panelFrançois Revol2013-03-091-1/+2
|
* beos: Fix some cpp warningsAdrien Destugues - PulkoMandy2013-03-092-71/+64
|
* C89François Revol2013-03-092-5/+4
|
* Support old picture.datatypeChris Young2013-03-093-3/+33
|
* Make autoscroll start at inside edge of border or scrollbar.Michael Drake2013-03-061-9/+15
|
* Fix min line width calc when an inline isn't to be wrapped in a block that ↵Michael Drake2013-03-061-3/+18
| | | | allows wrap.
* Pull scrollbar mouse handling out into helper function.Michael Drake2013-03-061-12/+36
|
* Textarea sends caret hide msg if caret completely outside visible area.Michael Drake2013-03-061-11/+35
|
* Don't show caret if there's a selection.Michael Drake2013-03-061-1/+2
|
* Pass caret clip rect out to front ends. (Nothing actually using them yet.)Michael Drake2013-03-0511-17/+29
|
* Propagate native caret clip rect through core.Michael Drake2013-03-055-18/+54
|
* Unref the node in the callbacksDaniel Silverstone2013-03-051-0/+2
|
* Support ZSH and change behaviour for MAKE a littleDaniel Silverstone2013-03-051-8/+23
| | | | | | Adds support for ZSH by shonky means, and also changes ns-make to ns-make-libs, extends the script to count CPUs and use a -jX and adds ns-make to call make with the given args and also the -jX.
* add example environment scriptVincent Sanders2013-03-051-0/+101
|
* Less ambiguous flag documentation comment.Michael Drake2013-03-041-3/+1
|
* Fix history.Michael Drake2013-03-041-3/+1
|
* Pedantic wrap.Michael Drake2013-03-041-1/+2
|
* Use correct base URL for inline stylesheetsJohn-Mark Bell2013-02-274-7/+31
|
* Fix loggingJohn-Mark Bell2013-02-271-1/+2
|
* Use custom fetcher for inline CSSJohn-Mark Bell2013-02-2710-217/+418
|
* Fix toolbar flag setup.Ole Loots2013-02-261-1/+1
|
* Removed unused variable.Ole Loots2013-02-262-15/+6
|
* Fix handling of inline stylesheets with @importJohn-Mark Bell2013-02-263-22/+57
|
* split out object handling from render/html.cVincent Sanders2013-02-254-574/+655
|
* fix quirk stylesheet loadingVincent Sanders2013-02-253-23/+55
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfSteve Fryatt2013-02-242-0/+6
|\
| * Fix leak when handling pasteJohn-Mark Bell2013-02-241-0/+2
| |
| * Fix memory leakJohn-Mark Bell2013-02-241-0/+4
| |
* | Set Message_DataRequest length correctly.Steve Fryatt2013-02-241-1/+1
|/
* Fix handling of Ctrl-Left/Right/Up/Down in browser windows.Steve Fryatt2013-02-241-7/+8
| | | | | | Reverse Ctrl-Left/Right actions to match reality. Make Ctrl-Down duplicate End action. Tidy mixed usage of + and | in key definitions.
* refactor stylesheet handling to separate object from within html renderingVincent Sanders2013-02-247-668/+729
|
* Handle readonly attribute for text inputs and textareas.Michael Drake2013-02-233-15/+25
|
* Fix trying to free a load of stuff dereferenced from a NULL ptr.Michael Drake2013-02-221-11/+13
|
* Fix over-allocation of space for hash table chain heads.Michael Drake2013-02-221-1/+1
|
* Don't need initial caret pos now.Michael Drake2013-02-221-2/+2
|
* No point in setting caret there.Michael Drake2013-02-221-1/+0
|
* Fix drag saving text selectionsChris Young2013-02-221-1/+2
|
* Remove redundant code.John-Mark Bell2013-02-222-13/+0
|
* Remove obsolete ami_selection_to_textChris Young2013-02-223-41/+4
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2013-02-221-2/+12
|\
| * Fix min width to take account of white-space property.Michael Drake2013-02-221-2/+12
| |
* | Remove struct selection from ami_file_save and anywhere that feeds into itChris Young2013-02-228-30/+37
|/
* Always set caret.Michael Drake2013-02-221-3/+1
|
* Shove allocation step size into #define.Michael Drake2013-02-221-12/+16
|