summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ifdef some code that will never work under AmigaOS <4.0mono/windom-guiChris Young2013-01-305-5/+26
* Add move caret msg. Add flag to choose internal caret or caret move msgs.Michael Drake2013-01-304-11/+40
* Require and bundle Iconv 0.12John-Mark Bell2013-01-294-3/+10
* Create textarea_msg struct on stack, rather than using global.Michael Drake2013-01-291-2/+8
* Don't redraw if selection is unchanged.Michael Drake2013-01-291-0/+3
* Replace textarea_drag_end call with textarea_mouse_action. s/redraw_request/...Michael Drake2013-01-291-2/+2
* Update textarea to inform client what it's doing with drags.Michael Drake2013-01-294-140/+282
* Add enum value for when no button is pressed (hover).Michael Drake2013-01-291-17/+23
* Remove p96EncodeColour and ensure the alpha byte is set to 0xff.Chris Young2013-01-271-3/+15
* Ensure we free the same size raster that we allocatedChris Young2013-01-272-5/+5
* Initialise return values in error cases, too: core code is horrifically lax a...John-Mark Bell2013-01-261-0/+7
* Disable help for now, as it causes the popupmenu.class deadlock againChris Young2013-01-241-4/+4
* Attempt fix screen close problemChris Young2013-01-241-5/+4
* Added more pages to AmigaGuide docChris Young2013-01-241-8/+98
* Add basic context-sensitive help.Chris Young2013-01-246-4/+127
* AmigaGuide class provided by Daniel JedlickaChris Young2013-01-242-0/+387
* implement Element::hasAttributeVincent Sanders2013-01-231-0/+22
* implement Element::removeAttributeVincent Sanders2013-01-231-0/+17
* implement Element::classNameVincent Sanders2013-01-233-0/+20
* implement Element::idVincent Sanders2013-01-231-0/+16
* add and use debug logging macroVincent Sanders2013-01-234-11/+17
* implement Element::tagNameVincent Sanders2013-01-231-0/+20
* implement Element::getElementsByTagNameVincent Sanders2013-01-232-0/+39
* implement Element::setAttributeVincent Sanders2013-01-231-0/+25
* implement Element::getAttributeVincent Sanders2013-01-231-0/+23
* add default property handler for array indexingVincent Sanders2013-01-222-6/+45
* simplify jsapi property compatability macrosVincent Sanders2013-01-221-16/+7
* Merge commit 'origin/mmu_man/beos-fixes'John-Mark Bell2013-01-223-66/+27
|\
| * beos: Fix clipboard handling to use the new APIFrançois Revol2013-01-202-64/+24
| * textarea: C89François Revol2013-01-201-2/+3
* | Fix paste. Store clipboard as UTF-8 internally, to avoid unnecessary data los...John-Mark Bell2013-01-224-54/+234
* | Ensure buff is NULL-initialised.Chris Young2013-01-211-2/+2
|/
* Require CryptRandom 0.13 or laterJohn-Mark Bell2013-01-201-2/+2
* Copy hotlist from the pre-3.0 to the 3.0 location during install, if it exist...Chris Young2013-01-201-0/+18
* 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 do...Michael Drake2013-01-151-6/+12
* 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 cen...Michael Drake2013-01-151-118/+310
|/