Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Add scrollbars to textarea, and improve scrolling to try to keep caret in ↵ | Michael Drake | 2013-01-15 | 1 | -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 Drake | 2013-01-14 | 2 | -9/+5 | |
| | | ||||||
| * | Use right padding. Thanks jmb. | Michael Drake | 2013-01-14 | 1 | -1/+1 | |
| | | ||||||
| * | Fix caret removal redraw to take account of border width. Fix ↵ | Michael Drake | 2013-01-14 | 1 | -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 Drake | 2013-01-13 | 2 | -47/+62 | |
| | | ||||||
| * | Fix 3556638: can't use SpriteExtend version number to detect alpha sprite ↵ | John-Mark Bell | 2013-01-13 | 2 | -8/+3 | |
| | | | | | | | | support any more. | |||||
| * | Disable compositing if simple refresh is enabled; set it back to "like WB" ↵ | Chris Young | 2013-01-13 | 1 | -3/+6 | |
| | | | | | | | | if simple refresh is disabled. | |||||
| * | Expand the damaged area rectangle by one pixel each side to stop missing lines | Chris Young | 2013-01-13 | 1 | -8/+8 | |
| | | ||||||
| * | Prevent deadlock during simple refresh damaged area redraw | Chris Young | 2013-01-13 | 2 | -17/+18 | |
| | | ||||||
| * | Fix 2576557: prepend '!' to target leafname if preparing a full save. | John-Mark Bell | 2013-01-13 | 1 | -0/+5 | |
| | | ||||||
| * | Fix 1912552: move FontRemove into ro_gui_cleanup() | John-Mark Bell | 2013-01-13 | 2 | -3/+2 | |
| | | ||||||
| * | Consult internal mimemap before consulting MimeMap module. | John-Mark Bell | 2013-01-13 | 1 | -1/+13 | |
| | | ||||||
| * | Avoid calling bitmap_modified with NULL. | John-Mark Bell | 2013-01-13 | 1 | -1/+2 | |
| | | ||||||
| * | Update for new textarea API. | Michael Drake | 2013-01-13 | 1 | -6/+17 | |
| | | ||||||
| * | Rewrite redraw to handle selection properly. (Now text can change colour ↵ | Michael Drake | 2013-01-13 | 1 | -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/netsurf | Michael Drake | 2013-01-13 | 8 | -1775/+8 | |
| |\ | ||||||
| | * | Fix handling of junk input | John-Mark Bell | 2013-01-12 | 1 | -0/+3 | |
| | | | ||||||
| | * | Fix fast scroll up | Chris Young | 2013-01-12 | 1 | -4/+2 | |
| | | | ||||||
| | * | Remove code that hasn't been used since 2004. | John-Mark Bell | 2013-01-12 | 5 | -1768/+0 | |
| | | | ||||||
| | * | Make logic compare clearer | Chris Young | 2013-01-10 | 1 | -3/+3 | |
| | | | ||||||
| * | | Add background colour to textarea_redraw API. Add source comments. | Michael Drake | 2013-01-12 | 3 | -27/+26 | |
| | | | ||||||
| * | | Add textarea_setup struct to textarea_create API. | Michael Drake | 2013-01-12 | 3 | -14/+72 | |
| | | | ||||||
| * | | Fix redraw of caret when scroll offsets are non-zero, only caret has moved, ↵ | Michael Drake | 2013-01-10 | 1 | -0/+4 | |
| | | | | | | | | | | | | and we're not getting a full textarea redraw. | |||||
| * | | Simplify routine to scroll ta so that caret is visible. | Michael Drake | 2013-01-10 | 1 | -16/+2 | |
| |/ | ||||||
| * | More wrap behaviour improvement. | Michael Drake | 2013-01-10 | 1 | -15/+17 | |
| | | ||||||
| * | Fix silly. | Michael Drake | 2013-01-10 | 1 | -1/+1 | |
| | | ||||||
| * | Fix previous caret position redraw. | Michael Drake | 2013-01-10 | 1 | -32/+4 | |
| | | ||||||
| * | Improve reflow in multiline textareas. | Michael Drake | 2013-01-10 | 1 | -4/+10 | |
| | | ||||||
| * | Simplfy caret placement and redraw. | Michael Drake | 2013-01-10 | 1 | -16/+13 | |
| | | ||||||
| * | Fix caret placement in multi-line textareas. | Michael Drake | 2013-01-10 | 1 | -5/+4 | |
| | | ||||||
| * | Fix reading of clipboard | Chris Young | 2013-01-10 | 1 | -2/+3 | |
| | | ||||||
| * | Get CSET using PropChunk rather than StopChunk | Chris Young | 2013-01-09 | 1 | -28/+11 | |
| | | ||||||
* | | Some more finetuning... | Ole Loots | 2013-01-31 | 18 | -313/+448 | |
| | | ||||||
* | | The Window toolbar now have independet AES objects, | Ole Loots | 2013-01-22 | 8 | -184/+466 | |
| | | | | | | | | which means no state restore is required before redraw. | |||||
* | | Prefixed gemtk module functions. | Ole Loots | 2013-01-22 | 22 | -454/+453 | |
| | | ||||||
* | | Do not redraw textarea background. | Ole Loots | 2013-01-22 | 7 | -14/+25 | |
| | | ||||||
* | | Restore object state for save/abort buttons. | Ole Loots | 2013-01-18 | 1 | -0/+4 | |
| | | ||||||
* | | TOP the next rootwindow when the current rootwindow gets iconified. | Ole Loots | 2013-01-17 | 1 | -3/+11 | |
| | | ||||||
* | | Display download filename in download confirm message. | Ole Loots | 2013-01-17 | 3 | -3/+5 | |
| | | ||||||
* | | Fixed type of "Send referrer" checkbox. | Ole Loots | 2013-01-17 | 2 | -2/+2 | |
| | | ||||||
* | | Search is functional. | Ole Loots | 2013-01-17 | 10 | -45/+188 | |
| | | ||||||
* | | Search form inside browser windows starts to work. | Ole Loots | 2013-01-16 | 16 | -220/+635 | |
| | | ||||||
* | | Use Extended AES Objects in settings dialog, done. | Ole Loots | 2013-01-16 | 4 | -111/+100 | |
| | | ||||||
* | | Fixed toolbar textarea clip | Ole Loots | 2013-01-15 | 1 | -12/+10 | |
| | | ||||||
* | | Commented debug output | Ole Loots | 2013-01-15 | 3 | -12/+9 | |
| | | ||||||
* | | Menu Accelerators where not parsed. | Ole Loots | 2013-01-15 | 1 | -84/+84 | |
| | | ||||||
* | | Make toolbar height configurable, | Ole Loots | 2013-01-15 | 12 | -388/+440 | |
| | | | | | | | | started to use extended AES Object types. | |||||
* | | Further work on search in browser window. | Ole Loots | 2013-01-14 | 11 | -176/+291 | |
| | | ||||||
* | | Use windowes objc_w* and form_w* functions, | Ole Loots | 2013-01-11 | 2 | -20/+21 | |
| | | | | | | | | | | this should respect the window area, but it doesn't. | |||||
* | | Started to move the search form into the browser window. | Ole Loots | 2013-01-11 | 11 | -61/+161 | |
| | |