summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Avoid two duplicate lines.Michael Drake2012-08-101-8/+6
|
* Squash warning.Michael Drake2012-08-101-2/+2
|
* Squash set but unused variable warning.Michael Drake2012-08-101-1/+4
|
* check return from lwc operationVincent Sanders2012-08-091-4/+8
|
* fix return check on lwc operationVincent Sanders2012-08-091-2/+1
|
* Dodge a clang warning.Michael Drake2012-08-091-5/+7
|
* check all return values of string comparisonsVincent Sanders2012-08-091-7/+12
|
* fix missing check of lwc_string_caseless_isequal() return valueVincent Sanders2012-08-091-2/+2
|
* Fix include and structure definition to stop compiler redefinition errorsVincent Sanders2012-08-096-15/+13
|
* Add missing #include.Michael Drake2012-08-081-0/+1
|
* extend javascript object hierarchyVincent Sanders2012-08-086-98/+640
|
* Ensure text is at the right height for Freetype and Internal fonts.Michael Drake2012-08-081-1/+6
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2012-08-082-4/+2
|\
| * Fix attribute includes selector callback.Michael Drake2012-08-071-1/+2
| |
| * Fix handling of form elements without a <form>.Michael Drake2012-08-071-3/+0
| |
* | Fix settings dialog positioningOle Loots2012-08-081-911/+913
|/ | | | | | | | On successive settings dialog calls, the automatic positioning wasn't working correctly. This can be prevented by duplicating the Form tree. However, it requires to have the duplicated tree freed manually (Bug in windom?). I should have an eye on it...
* add non rfc 4329 javascript mimetypes to content handlerVincent Sanders2012-08-061-2/+5
|
* add element objectVincent Sanders2012-08-054-6/+120
|
* Reflect change to hubbub parser binding API.John-Mark Bell2012-08-051-11/+8
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfChris Young2012-08-053-17/+48
|\
| * Inital work on supporting getelementbyidVincent Sanders2012-08-051-1/+34
| |
| * Libdom now returns the document object at creation timeVincent Sanders2012-08-051-13/+11
| |
| * Need libdom, libpbl when cross compiling.John-Mark Bell2012-08-051-3/+3
| |
* | Ask GID_ICON to redraw itself before we draw over the top of it. ↵Chris Young2012-08-051-4/+4
| | | | | | | | Unfortunately it redraws itself as a grey box, rather than the underlying window's backfill hook.
* | Test for opaqueness where we create bitmaps in the platform codeChris Young2012-08-052-0/+4
| |
* | Fix opaqueness test: the alpha channel is the first byte, not the last.Chris Young2012-08-051-1/+1
|/
* Fix provided by Michale Drake.Ole Loots2012-08-041-102/+109
| | | | | Fix freetype nsfont_position_in_string to return nearest, rather than next.
* Remove any forcing of UTF-8 in the clipboard, as internally NetSurf will use ↵Chris Young2012-08-031-6/+2
| | | | the UTF8 chunks now.
* Clear the StopChunks before scanning for the UTF8 chunk, otherwise we risk ↵Chris Young2012-08-031-0/+19
| | | | thinking a CHRS chunk is a UTF8 chunk.
* Support pasting the UTF8 chunk of clipboard IFF FTXT when present, instead ↵Chris Young2012-08-031-5/+39
| | | | of CHRS
* Also write a (duplicate) UTF8 chunk, irregardless of the "UTF-8 clipboard" ↵Chris Young2012-08-031-0/+11
| | | | option. We don't support pasting UTF8 chunks yet.
* Remove extraneous functionageChris Young2012-08-031-10/+2
|
* Use core clipboard copy function. ami_selection_to_text() will need fixing ↵Chris Young2012-08-031-18/+1
| | | | as it still needs selection_traverse()
* Move Push- and PopChunk out of the selection_traversal functionChris Young2012-08-031-51/+30
|
* Grab pointer during drag.Michael Drake2012-08-021-0/+15
|
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-24/+1
|
* Use selection_copy_to_clipboard instead of peering into core.Michael Drake2012-08-021-12/+1
|
* Update to use selection_copy_to_clipboard, although this code is all ↵Michael Drake2012-08-021-23/+1
| | | | commented out anyway.
* Remove remaining use of core internals.Michael Drake2012-08-021-59/+1
|
* Use selection_copy_to_clipboard instead of peering into core innards.Michael Drake2012-08-021-40/+1
|
* Use selection_copy_to_clipboard instead of peering at core innards.Michael Drake2012-08-021-30/+1
|
* Use selection_copy_to_clipboard instead of peering at core innards.Michael Drake2012-08-021-38/+1
|
* Add core function for copy to clipboard, so we don't need to expose ↵Michael Drake2012-08-022-0/+51
| | | | render/box.h internals to front ends.
* Fix click travel tolerance calc. Has to travel more than 5px to become drag.Michael Drake2012-08-021-2/+2
|
* Fix freetype nsfont_position_in_string to return nearest, rather than next.Michael Drake2012-08-011-0/+6
|
* Simple clipboard support. Only used within browser window.Michael Drake2012-08-013-30/+187
|
* Cleanup drag end.Michael Drake2012-08-011-1/+6
|
* Convert move pointer during build and use it for page drag-scroll.Michael Drake2012-08-013-0/+7
|
* Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2012-08-015-1/+111
|\
| * add document IDL and test for geteleemntbyidVincent Sanders2012-08-015-1/+111
| |