summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|\|
| * 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
| * 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
|\ \ \ \ | | |_|/ | |/| |
| * | | 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 ne...Chris Young2013-01-081-41/+70
| | * | | 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 nee...Chris Young2013-01-081-84/+41
| |/
| * 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
| * 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 the...Michael Drake2013-01-082-27/+106
| * Update to use new front end clipboard functions. Now we build the buffer fro...Michael Drake2013-01-081-71/+88
| * Remove content_msg for PASTE, since it doesn't need a gui_window to get the b...Michael Drake2013-01-083-9/+1
| * Change clipboard api, so it does not assume either browser_window/gui_window,...Michael Drake2013-01-081-6/+27
| * 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
| |\
| | * Remove unused globalChris Young2013-01-061-1/+0
| | * Set the default pointer, not the busy pointer, after completing a redrawChris Young2013-01-061-1/+1
| | * Only set the busy pointer after we've decided not to bail out earlyChris Young2013-01-061-2/+2