summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Further work on search in browser window.Ole Loots2013-01-1411-176/+291
|
* Use windowes objc_w* and form_w* functions,Ole Loots2013-01-112-20/+21
| | | | | this should respect the window area, but it doesn't.
* Started to move the search form into the browser window.Ole Loots2013-01-1111-61/+161
|
* Use window_get_grect instead of guiwin_get_grect.Ole Loots2013-01-102-11/+11
|
* Pass mouse button to toolbar event handlerOle Loots2013-01-101-2/+7
|
* Pass mbuttons to toolbar eventsOle Loots2013-01-101-1/+1
|
* Prepared for toolbar context menu, fixed declarations.Ole Loots2013-01-102-4/+7
|
* Fixed WM_FULLED handlingOle Loots2013-01-102-4/+8
|
* Added some inline documentationOle Loots2013-01-102-52/+233
|
* Fixed merges...Ole Loots2013-01-092-923/+1030
|
* Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-093-178/+274
|\ | | | | | | | | Conflicts: atari/gui.c
| * Remove unused variablesChris Young2013-01-091-5/+3
| |
| * Convert to UTF-8 before doing length calculations (untested)Chris Young2013-01-091-47/+52
| |
| * Add support for clipboard. Improve text selection behaviour. Various fixes.Michael Drake2013-01-091-53/+133
| |
| * Make get_xy_offset return both char and byte offset. (Byte being needed for ↵Michael Drake2013-01-091-19/+35
| | | | | | | | selection replacement.)
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-094-172/+149
| |\
| | * Removed obsolete variable tmp_clipboardOle Loots2013-01-091-6/+1
| | |
| * | Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-081-86/+42
| |\ \
| * | | Rename selection index markers.Michael Drake2013-01-081-55/+55
| | | |
* | | | code formatingOle Loots2013-01-091-8/+8
| | | |
* | | | Removed windom variable from clipboard functions.Ole Loots2013-01-091-2/+2
| | | |
* | | | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-094-1172/+1044
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | Conflicts: atari/gui.c atari/toolbar.h
| * | | Merge branch 'master' of git://git.netsurf-browser.org/netsurfOle Loots2013-01-091-45/+73
| |\ \ \
| | * | | Re-implement reading the clipboard using CollectionChunk; this removes the ↵Chris Young2013-01-081-41/+70
| | | | | | | | | | | | | | | | | | | | need for an initial UTF8 chunk scan and allows the chunks to be collated before sending back to the core. Untested and length calculations ignore charset conversion.
| | * | | Fix drag selectionChris Young2013-01-081-4/+3
| | | |/ | | |/|
| * / | Fixes for new clipboard interface.Ole Loots2013-01-093-121/+75
| |/ /
* | | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2013-01-0863-3901/+4153
|\| |
| * | remove gui_copy_to_clipbaord call - this needs fixingChris Young2013-01-081-2/+3
| | |
| * | re-enable ami_drag_selectionChris Young2013-01-081-2/+0
| | |
| * | fix typoChris Young2013-01-081-1/+1
| | |
| * | Update copy to new API (untested), pasting needs work, ami_drag_selection ↵Chris Young2013-01-081-84/+41
| |/ | | | | | | needs thought.
| * Remove unused function.Michael Drake2013-01-081-7/+0
| |
| * Fixups.Michael Drake2013-01-081-2/+1
| |
| * Prompt core to deal with copy/paste correctly.Michael Drake2013-01-081-3/+2
| |
| * Untested update for new clipboard API.Michael Drake2013-01-081-32/+20
| |
| * Untested update for new clipboard API.Michael Drake2013-01-081-20/+47
| |
| * Make Monkey front end build with new clipboard API.Michael Drake2013-01-081-23/+17
| |
| * Update RISC OS front end to implement new clipboard API. TODO: Handle paste ↵Michael Drake2013-01-081-112/+36
| | | | | | | | when NetSurf doesn't own clipboard. Might be able to do some setup before KEY_PASTE is passed to the core.
| * Update framebuffer front end to implement new clipboard API.Michael Drake2013-01-081-89/+34
| |
| * Update GTK front end to implement new clipboard API.Michael Drake2013-01-082-42/+48
| |
| * Redo html textinput for new front end clipboard API. This doesn't affect ↵Michael Drake2013-01-082-27/+106
| | | | | | | | the textinput code's brokenness.
| * Update to use new front end clipboard functions. Now we build the buffer ↵Michael Drake2013-01-081-71/+88
| | | | | | | | from each individual text box in the core, instead of in each front end. Styles for text runs are generated in the HTML case.
| * Remove content_msg for PASTE, since it doesn't need a gui_window to get the ↵Michael Drake2013-01-083-9/+1
| | | | | | | | buffer from the front end now.
| * Change clipboard api, so it does not assume either ↵Michael Drake2013-01-081-6/+27
| | | | | | | | browser_window/gui_window, or html/text-plain content selection objects. This allows desktop/textarea to use clipboard.
| * Pass various control keys to core for clipboard control, etc.Michael Drake2013-01-081-1/+13
| |
| * Initial changes ready to improve caching decisionsVincent Sanders2013-01-071-28/+63
| |
| * Fix redraw of selection hightlight during selection drags.Michael Drake2013-01-071-21/+10
| |
| * Remove wrong comments.Michael Drake2013-01-071-2/+0
| |
| * Make comment concise.Michael Drake2013-01-071-3/+1
| |
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-0712-84/+63
| |\