summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| | * Track the mouse pointer on a per-window basisChris Young2013-01-0612-82/+62
| * | Remove forward declaration.Michael Drake2013-01-051-448/+441
| * | Put exported function comments in header.Michael Drake2013-01-052-97/+124
| * | Start rationalising textarea widget.Michael Drake2013-01-053-52/+56
| |/
| * Downgrade TLS version support if it turns out the server can't cope with TLSv...John-Mark Bell2013-01-049-27/+105
| * Revert "Treat cookies from HTTP and HTTPS as identical."John-Mark Bell2013-01-043-31/+20
| * Change the mouse pointer back to what it was (and what NetSurf thinks it is) ...Chris Young2013-01-039-27/+52
| * gui_window_2 var should be gwin for consistencyChris Young2013-01-031-48/+46
| * Set the busy pointer during redrawsChris Young2013-01-032-1/+14
| * For now selection clear and selection copy are handled by the bw. Select all...Michael Drake2013-01-031-11/+14
| * Ensure selection related keypresses go to whatever has claimed input.Michael Drake2013-01-031-6/+7
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-0313-118/+258
| |\
| | * Fix typo.John-Mark Bell2013-01-031-1/+1
| | * Remove junk "http_equiv" string.John-Mark Bell2013-01-031-1/+1
| | * Treat cookies from HTTP and HTTPS as identical.John-Mark Bell2013-01-033-20/+31
| | * search for teh correct script type in the defer callback.Vincent Sanders2013-01-021-1/+1
| | * use a prologue section in the node binding to abstract out javascrip dom node...Vincent Sanders2013-01-023-42/+69
| | * Initial implementation of document.createCommentVincent Sanders2013-01-028-69/+171
| * | Make scale const.Michael Drake2013-01-021-1/+1
| * | Remove forward declaration.Michael Drake2013-01-021-1237/+1200
| |/
| * Merge branch 'master' of git://git.netsurf-browser.org/netsurfMichael Drake2013-01-021-7/+4
| |\
| | * Fix form input size attribute handling to be case insensitive. Fixes form in...Michael Drake2013-01-021-7/+4
| * | Fix #3584934. Case insensitive matching of align attribute value.Michael Drake2013-01-021-2/+4
| |/
| * Fix min_max line width calc to include box spaces.Michael Drake2013-01-021-6/+12
| * implement the GTK preferances dialog with signalsVincent Sanders2013-01-0112-1295/+1357
* | Removed border around toolbar textareaOle Loots2013-01-082-2/+2
* | Implemented language and font renderer popups.Ole Loots2013-01-079-792/+5146
* | Finally it compiles without WinDom - still some things to bring back:Ole Loots2013-01-0722-218/+322
* | Clip only once, not on every drawing primitive...Ole Loots2013-01-061-43/+44
* | Bring netsurf frontend arch and buildsystem arch in sync.Ole Loots2013-01-052-4/+4
* | Removed browser.h/.cOle Loots2013-01-0311-1155/+55
* | Implemented caret redraw.Ole Loots2013-01-0111-209/+297