summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Make comaptible with new nsfont_split expectation. Untested, but code is ↵Michael Drake2013-02-103-4/+12
| | | | same as framebuffer front end, so should work.
* Make compatible with new nsfont_split expectations. Only splits on spaces.Michael Drake2013-02-102-15/+36
|
* Update nsfont_split documentation. Implementation was already compatible. ↵Michael Drake2013-02-101-5/+12
| | | | Can only split on spaces.
* Don't need to break on space any more. This gives us unicode line breaking ↵Michael Drake2013-02-101-18/+16
| | | | from pango.
* Document new nsfont_split expected behaviour.Michael Drake2013-02-101-4/+11
|
* Update HTML layout not to demand that nsfont_split only splits on a space.Michael Drake2013-02-101-56/+43
| | | | | | | This allows the HTML layout code to wrap unicode text correctly. For example on our Japanese Welcome page, the characters will be wrapped if the platform's nsfont_split implementation implements the Unicode line breaking algorithm.
* Make nowrap code path a bit plainer.Michael Drake2013-02-101-4/+4
|
* Comment current html wrap/text-splitting behaviour.Michael Drake2013-02-101-3/+5
|
* fix docuemnt/window location to correctly navigate, fixes ↵Vincent Sanders2013-02-073-9/+77
| | | | http://www.avaaz.org/ base page
* Updated Italian translation from Samir HawamdehChris Young2013-02-064-26/+26
|
* Correct SSL certificate accept/reject messages nameChris Young2013-02-061-2/+2
|
* Optimise box redraws some more by discarding simple subsetsChris Young2013-02-061-7/+15
|
* Don't add the same box redraw to the queue more than onceChris Young2013-02-051-10/+48
|
* Use last known scroll pos, not currentChris Young2013-02-031-8/+4
|
* Correct fast scroll co-ordinatesChris Young2013-02-031-4/+4
|
* Ensure scale can be accssed from the keyboardChris Young2013-02-031-1/+16
|
* Un-fix scaled box redraw, as it cause more problems than it solvesChris Young2013-02-031-2/+2
|
* Make fast scroll code easier to readChris Young2013-02-031-28/+38
|
* Fix scaled redraw of boxesChris Young2013-02-031-6/+7
|
* Defer the redraw of boxes. This fixes a redraw problem with form select menus.Chris Young2013-02-033-6/+47
|
* Add support for password text inputs.Michael Drake2013-02-012-136/+230
| | | | | + Text display obscured. + Cut/Copy put the obscured version on the clipboard.
* fix cast warning in location::href setterVincent Sanders2013-01-311-1/+1
|
* add href location setterVincent Sanders2013-01-311-0/+14
|
* Merged toolbar changes from masterOle Loots2013-01-311-6/+41
|
* Added missing copyright headers.Ole Loots2013-01-313-0/+54
|
* Merged toolbar conflict.Ole Loots2013-01-311-271/+0
|
* Merge branch 'master' into mono/removing-windom-dependencymono/removing-windom-dependencyOle Loots2013-01-3154-2473/+2552
|\ | | | | | | | | Conflicts: atari/toolbar.c
| * 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. ↵Michael Drake2013-01-291-2/+2
| | | | | | | | s/redraw_request/request_redraw/
| * Update textarea to inform client what it's doing with drags.Michael Drake2013-01-294-140/+282
| | | | | | | | | | | | | | Now single callback for both redraw requests and drag reports. Update treeview to use new textarea API. Update Atari URL bar to use new textarea API. (Ignores drag reports, currently.) Minor textarea fixes.
| * 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 ↵John-Mark Bell2013-01-261-0/+7
| | | | | | | | at checking errors from these APIs.
| * 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
| |