summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * Early scrollbar mouse handling.Michael Drake2013-01-181-7/+95
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-184-21/+60
| |\
| | * Entering the search string now find the first occurence immediatelyChris Young2013-01-181-19/+20
| | |
| | * Activate the find window's string gadget on openChris Young2013-01-181-0/+3
| | |
| | * add macros for default proprty actionsVincent Sanders2013-01-171-0/+6
| | |
| | * implement document.compatmodeVincent Sanders2013-01-171-1/+30
| | |
| | * OS3 needs PBL tooChris Young2013-01-171-1/+1
| | |
| * | Make nsfont_split implementation better for core textarea.Michael Drake2013-01-181-1/+14
| | |
| * | Check the right thing for NULL.Michael Drake2013-01-181-2/+2
| |/
| * Don't search back for spaces if the whole string fits in available width.Michael Drake2013-01-161-2/+3
| |
| * Pass correct mouse button for button 2.Michael Drake2013-01-161-1/+1
| |
| * Ensure we know for sure if scrollbar widget will want to scroll us. Avoid ↵Michael Drake2013-01-151-6/+12
| | | | | | | | double xy to offset conversion.
| * Add parentheses.Michael Drake2013-01-151-2/+2
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-151-1/+1
| |\
| | * Don't busy the pointer when removing the caret - it's pointless and flickeryChris Young2013-01-151-1/+1
| | |
| * | Add scrollbars to textarea, and improve scrolling to try to keep caret in ↵Michael Drake2013-01-151-118/+310
| |/ | | | | | | centre. Currently the scrollbars are mostly decoration, although they show accuratly where you are scrolled to in the area. TODO: Pass mouse input to scrollbars.
| * Remove architecture from UA string.Michael Drake2013-01-142-9/+5
| |
| * Use right padding. Thanks jmb.Michael Drake2013-01-141-1/+1
| |
| * Fix caret removal redraw to take account of border width. Fix ↵Michael Drake2013-01-141-3/+4
| | | | | | | | scroll_visible to take account of border width in vertical scroll.
| * Implement most of the styling needed for HTML. Allow caret to be hidden.Michael Drake2013-01-132-47/+62
| |
| * Fix 3556638: can't use SpriteExtend version number to detect alpha sprite ↵John-Mark Bell2013-01-132-8/+3
| | | | | | | | support any more.
| * Disable compositing if simple refresh is enabled; set it back to "like WB" ↵Chris Young2013-01-131-3/+6
| | | | | | | | if simple refresh is disabled.
| * Expand the damaged area rectangle by one pixel each side to stop missing linesChris Young2013-01-131-8/+8
| |
| * Prevent deadlock during simple refresh damaged area redrawChris Young2013-01-132-17/+18
| |
| * Fix 2576557: prepend '!' to target leafname if preparing a full save.John-Mark Bell2013-01-131-0/+5
| |
| * Fix 1912552: move FontRemove into ro_gui_cleanup()John-Mark Bell2013-01-132-3/+2
| |
| * Consult internal mimemap before consulting MimeMap module.John-Mark Bell2013-01-131-1/+13
| |
| * Avoid calling bitmap_modified with NULL.John-Mark Bell2013-01-131-1/+2
| |
| * Update for new textarea API.Michael Drake2013-01-131-6/+17
| |
| * Rewrite redraw to handle selection properly. (Now text can change colour ↵Michael Drake2013-01-131-93/+104
| | | | | | | | inside selection, rather than just rendering a rectangle under the normal line of text. This removes colour restrictions, allowing e.g. inversion for selected text.)
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-138-1775/+8
| |\
| | * Fix handling of junk inputJohn-Mark Bell2013-01-121-0/+3
| | |
| | * Fix fast scroll upChris Young2013-01-121-4/+2
| | |
| | * Remove code that hasn't been used since 2004.John-Mark Bell2013-01-125-1768/+0
| | |
| | * Make logic compare clearerChris Young2013-01-101-3/+3
| | |
| * | Add background colour to textarea_redraw API. Add source comments.Michael Drake2013-01-123-27/+26
| | |
| * | Add textarea_setup struct to textarea_create API.Michael Drake2013-01-123-14/+72
| | |
| * | Fix redraw of caret when scroll offsets are non-zero, only caret has moved, ↵Michael Drake2013-01-101-0/+4
| | | | | | | | | | | | and we're not getting a full textarea redraw.
| * | Simplify routine to scroll ta so that caret is visible.Michael Drake2013-01-101-16/+2
| |/
| * More wrap behaviour improvement.Michael Drake2013-01-101-15/+17
| |
| * Fix silly.Michael Drake2013-01-101-1/+1
| |
| * Fix previous caret position redraw.Michael Drake2013-01-101-32/+4
| |
| * Improve reflow in multiline textareas.Michael Drake2013-01-101-4/+10
| |
| * Simplfy caret placement and redraw.Michael Drake2013-01-101-16/+13
| |
| * Fix caret placement in multi-line textareas.Michael Drake2013-01-101-5/+4
| |
| * Fix reading of clipboardChris Young2013-01-101-2/+3
| |
| * Get CSET using PropChunk rather than StopChunkChris Young2013-01-091-28/+11
| |
* | Some more finetuning...Ole Loots2013-01-3118-313/+448
| |
* | The Window toolbar now have independet AES objects,Ole Loots2013-01-228-184/+466
| | | | | | | | which means no state restore is required before redraw.
* | Prefixed gemtk module functions.Ole Loots2013-01-2222-454/+453
| |