summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * 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 ↵John-Mark Bell2013-01-049-27/+105
| | | | | | | | TLSv1.1.
| * Revert "Treat cookies from HTTP and HTTPS as identical."John-Mark Bell2013-01-043-31/+20
| | | | | | | | | | | | | | | | Sadly, this breaks path cookies on HTTPS sites. The correct fix is to implement RFC6265 in full (probably replacing urldb with something less complex, too). This reverts commit 924f8844d4e94f56232d70b25a925731ab19a84c.
| * Change the mouse pointer back to what it was (and what NetSurf thinks it is) ↵Chris Young2013-01-039-27/+52
| | | | | | | | instead of to the default pointer. Additionally don't use ami_update_pointer for treeview windows as AmigaOS has a pointer setting per window, but NetSurf is only storing the current one as a single global variable.
| * 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 ↵Michael Drake2013-01-031-11/+14
| | | | | | | | | | | | all is only handled by the bw if nothing has claimed input. This stops the crash when select all is used in textarea. TODO: The special keys should not be handled by the bw, they should be handled by the content with focus.
| * 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
| | | | | | | | | | | | Should fix SF bug #3599063
| | * use a prologue section in the node binding to abstract out javascrip dom ↵Vincent Sanders2013-01-023-42/+69
| | | | | | | | | | | | node to libdom node conversion
| | * Initial implementation of document.createCommentVincent Sanders2013-01-028-69/+171
| | | | | | | | | | | | Improve robustness of jsobject to libdom object conversion in appendChild
| * | 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 ↵Michael Drake2013-01-021-7/+4
| | | | | | | | | | | | input widths.
| * | 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
| | | | | | | | | | - Serch window - Pop Menus in the settings dialog
* | 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
| | | | | | | | | | Previously, the frontend used ATARI_ARCH for output package configuration, this is now changed to ATARIARCH.
* | Removed browser.h/.cOle Loots2013-01-0311-1155/+55
| |
* | Implemented caret redraw.Ole Loots2013-01-0111-209/+297
| |
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-12-3134-1787/+2146
|\|
| * Correctly emit entities when serialising to HTML.John-Mark Bell2012-12-306-16/+253
| |
| * restructure GTK frontend options dialog to be compiant with the gnome HIG ↵Vincent Sanders2012-12-283-1526/+1625
| | | | | | | | and actually work
| * fixup combo boxes to have content, missed in conversion from gladeVincent Sanders2012-12-261-16/+165
| |
| * link order mattersVincent Sanders2012-12-201-1/+1
| |
| * add explicit stdlib include for definition of free()Vincent Sanders2012-12-201-0/+1
| |
| * change the javascript bindings to use generated headersVincent Sanders2012-12-2014-189/+59
| |
| * move common include path setup to core MakefileVincent Sanders2012-12-2012-101/+104
| |
* | Updated Makefile.targetOle Loots2012-12-311-1/+3
| |
* | Moved form handling into gemtk,Ole Loots2012-12-3124-393/+652
| | | | | | | | removed several windom includes
* | Almost done.Ole Loots2012-12-281-25/+413
| |
* | wipOle Loots2012-12-284-1/+25
| |
* | Settings are now written when save is clicked.Ole Loots2012-12-283-3/+3
| |
* | Display current setting values.Ole Loots2012-12-225-163/+558
| |
* | - started to work on settings dialogOle Loots2012-12-2119-1041/+573
| | | | | | | | | | | | - some WIP in treeview widgets. Changed destroy / and init handling. It requires some optimization, when the widget is closed it must remove itself from the guiwin list, for perfomance.
* | Merge branch 'master' into mono/removing-windom-dependencyOle Loots2012-12-1864-831/+2445
|\|
| * add coment on superclassesVincent Sanders2012-12-171-0/+72
| |
| * add missing copyright headerVincent Sanders2012-12-173-9/+14
| |