Commit Graph

  • 4aadb5237a Ensure selection related keypresses go to whatever has claimed input. Michael Drake 2013-01-03 12:48:09 +0000
  • 70d83baa6d Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2013-01-03 11:57:23 +0000
  • 0c56340897 Fix typo. John-Mark Bell 2013-01-03 00:41:11 +0000
  • 568a9c2b8f Remove junk "http_equiv" string. John-Mark Bell 2013-01-03 00:33:36 +0000
  • 924f8844d4 Treat cookies from HTTP and HTTPS as identical. John-Mark Bell 2013-01-03 00:28:51 +0000
  • 9fdd190e00 Removed browser.h/.c Ole Loots 2013-01-03 01:22:38 +0100
  • beffd9e481 search for teh correct script type in the defer callback. Should fix SF bug #3599063 Vincent Sanders 2013-01-02 23:13:28 +0000
  • bb10e7131f use a prologue section in the node binding to abstract out javascrip dom node to libdom node conversion Vincent Sanders 2013-01-02 22:43:29 +0000
  • 1b8f9daa51 Initial implementation of document.createComment Improve robustness of jsobject to libdom object conversion in appendChild Vincent Sanders 2013-01-02 17:19:32 +0000
  • bda7bfa739 Make scale const. Michael Drake 2013-01-02 18:44:08 +0000
  • 96841ae2ff Remove forward declaration. Michael Drake 2013-01-02 18:02:15 +0000
  • 3f33f5327e Merge branch 'master' of git://git.netsurf-browser.org/netsurf Michael Drake 2013-01-02 14:12:08 +0000
  • 700429897a Fix #3584934. Case insensitive matching of align attribute value. Michael Drake 2013-01-02 14:06:02 +0000
  • d7e3ca2230 Fix form input size attribute handling to be case insensitive. Fixes form input widths. Michael Drake 2013-01-02 13:56:00 +0000
  • 8bf3346ce2 Fix min_max line width calc to include box spaces. Michael Drake 2013-01-02 12:46:17 +0000
  • c0e6cf6590 Implemented caret redraw. Ole Loots 2013-01-01 22:08:19 +0100
  • 33934e1271 implement the GTK preferances dialog with signals Vincent Sanders 2012-12-30 01:17:17 +0000
  • cecccf09ed Merge branch 'master' into mono/removing-windom-dependency Ole Loots 2012-12-31 03:41:41 +0100
  • 379313d8da Updated Makefile.target Ole Loots 2012-12-31 03:40:43 +0100
  • 695f052237 Moved form handling into gemtk, removed several windom includes Ole Loots 2012-12-31 03:37:43 +0100
  • ea3f09a724 Correctly emit entities when serialising to HTML. John-Mark Bell 2012-12-30 23:33:27 +0000
  • f0f57e3431 Almost done. Ole Loots 2012-12-28 04:54:25 +0100
  • 6840c98efe wip Ole Loots 2012-12-28 04:41:33 +0100
  • 2caa45d539 Settings are now written when save is clicked. Ole Loots 2012-12-28 03:26:06 +0100
  • f12be4ed85 restructure GTK frontend options dialog to be compiant with the gnome HIG and actually work Vincent Sanders 2012-12-28 01:08:23 +0000
  • 0402b5ca91 fixup combo boxes to have content, missed in conversion from glade Vincent Sanders 2012-12-26 17:47:41 +0000
  • a2cbfced0f Display current setting values. Ole Loots 2012-12-22 15:43:51 +0100
  • db356ce99f Set colour style on text input directly (nsoptions_output_html_input) mono/interactive-about_config Ole Loots 2012-12-21 17:28:10 +0100
  • 9edb37cf6e Added comment Ole Loots 2012-12-21 17:16:23 +0100
  • 94d77a9520 No need to include openssl headers. Ole Loots 2012-12-21 17:12:17 +0100
  • c6c6b4cdfe Abandon token idea but check referer instead. Ole Loots 2012-12-21 17:10:55 +0100
  • 5b6a910e09 Removed unused variable Ole Loots 2012-12-21 14:14:38 +0100
  • 11399e18b2 Merge branch 'master' into mono/interactive-about_config Ole Loots 2012-12-21 14:07:57 +0100
  • 858b8a5a0a HTML Choices editing works now, but it still requires some authentication token to be generated to make it secure. Ole Loots 2012-12-21 14:05:55 +0100
  • 15f8a056d5 Fixed typo Ole Loots 2012-12-21 06:44:39 +0100
  • f72305504d Use multipart/form-data for data transmission. Requires some new nsoption functions to be saved. (Conversion -> option name to index) Ole Loots 2012-12-21 06:39:51 +0100
  • 3bc7316ac8 Render HTML Form for Choices submission. Causes memory corruption when submitted via GET. Retrieving Post data requires a bit more indepth knowledge about the fetcher. Ole Loots 2012-12-21 05:46:20 +0100
  • f7ee2a0387 - started to work on settings dialog - 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. Ole Loots 2012-12-21 00:56:50 +0100
  • 68565113f3 link order matters Vincent Sanders 2012-12-20 17:34:17 +0000
  • 27873fa9fe add explicit stdlib include for definition of free() Vincent Sanders 2012-12-20 17:17:42 +0000
  • c0f9ae95b9 change the javascript bindings to use generated headers Vincent Sanders 2012-12-20 17:00:06 +0000
  • 484fa8b110 move common include path setup to core Makefile Vincent Sanders 2012-12-20 15:27:07 +0000
  • 3019368c93 Merge branch 'master' into mono/removing-windom-dependency Ole Loots 2012-12-18 01:28:22 +0100
  • c6a5109a95 Preparing for merge... Ole Loots 2012-12-18 01:10:20 +0100
  • 59a44380a6 Download window works now without windom, except file select. Ole Loots 2012-12-17 23:32:06 +0100
  • 0d803b6c0d add coment on superclasses Vincent Sanders 2012-12-17 18:33:08 +0000
  • e913a58ee7 add missing copyright header Vincent Sanders 2012-12-17 15:15:11 +0000
  • 347fdf0743 add dom event handler to document object Vincent Sanders 2012-12-17 14:55:16 +0000
  • 037b7e0b75 No more crash, but still work to do on download window Ole Loots 2012-12-17 00:36:17 +0100
  • 90f0cfb551 allow for JSOPTION_JIT to not be set Vincent Sanders 2012-12-16 20:51:42 +0000
  • b9d6eccf24 Properly capitalise JavaScript Steve Fryatt 2012-12-16 14:45:51 +0000
  • f185ffa257 Add Enable Javascript configuration to RO GUI. Steve Fryatt 2012-12-15 16:59:00 +0000
  • 8e416ec226 Ensure the menu checked state remain in sync with reality Chris Young 2012-12-15 15:39:09 +0000
  • 79b1496d30 Update menu checked state Chris Young 2012-12-15 15:30:26 +0000
  • 2a42b028b2 Check the checked state of the menu items a more correct way Chris Young 2012-12-15 14:39:01 +0000
  • 8c74aeb6e1 Add some options to the browser menu Chris Young 2012-12-15 14:21:15 +0000
  • 51067561c9 Properly capitalise JavaScript Chris Young 2012-12-15 13:46:39 +0000
  • ea5096fb8d These values shouldn't be declared static Chris Young 2012-12-15 13:43:05 +0000
  • 08cb5a09b2 Work around a speedbar.gadget layout bug Chris Young 2012-12-15 13:39:40 +0000
  • 8053832cd0 Add riscos/ rules Netsurf Administrators 2012-12-14 12:47:17 +0000
  • 8685336e2d remove redundant compiler version override Vincent Sanders 2012-12-14 11:43:23 +0000
  • 6582b4e075 fix change to CC_MAJOR for beos Vincent Sanders 2012-12-14 11:30:14 +0000
  • 7c5f9ed8cd make the Make rules for compiler versioning be more portable with fewer shell calls Vincent Sanders 2012-12-14 10:53:43 +0000
  • 4448722425 allow flags to be selected based on compiler version Vincent Sanders 2012-12-13 19:27:16 +0000
  • c87cbe5655 split target defaults out Vincent Sanders 2012-12-13 19:26:24 +0000
  • fa6e1379d0 move the cut n pasted -Wuninitialized from Makefile.config alongside all the other warning flags in the standard location Vincent Sanders 2012-12-13 17:36:38 +0000
  • 16d67095a6 add pkg-config macro for libraries which are not controled by configuration Vincent Sanders 2012-12-13 17:23:47 +0000
  • 45906b9dc2 make macro name more correct Vincent Sanders 2012-12-13 16:31:05 +0000
  • 17e20537d4 try without option altogether Vincent Sanders 2012-12-13 16:04:06 +0000
  • 0ff9d85813 let monkey generate unused-but-set-variable without causing an error Vincent Sanders 2012-12-13 15:52:55 +0000
  • 5a5451a0c5 make monkey target take notice of GCCSDK_INSTALL_ENV and GCCSDK_INSTALL_CROSSBIN environment values Vincent Sanders 2012-12-13 15:33:54 +0000
  • 25e85f1429 do not add script handler if runtime cannot be initialised Vincent Sanders 2012-12-13 15:32:34 +0000
  • 1b4604130e Correct the designation of en and it strings Chris Young 2012-12-12 19:48:48 +0000
  • 973a8c37b1 First steps to remove windom dependency from download dialog. Ole Loots 2012-12-12 01:51:18 +0100
  • 30efe4ba30 Updated Italian translation (credit: Samir Hawamdeh) Chris Young 2012-12-11 20:21:06 +0000
  • ec7389a18f Update the current pressed qualifier keys at every RAWKEY event, as the update doesn't work during IDCMP_IDCMPUPDATE Chris Young 2012-12-10 20:26:40 +0000
  • 8698245ad2 use g++ to link on riscos Vincent Sanders 2012-12-10 11:38:52 +0000
  • a1876073ad add spidermonkey to riscos makefiles Vincent Sanders 2012-12-10 08:43:11 +0000
  • c1c3a06748 document mouse interaction a bit Vincent Sanders 2012-12-03 18:47:22 +0000
  • 47579b468c Add dither quality options to GUI Chris Young 2012-12-09 21:57:58 +0000
  • 589c8a28a4 Add simple refresh option to GUI Chris Young 2012-12-09 21:45:12 +0000
  • a6005c9a5b Add font anti-aliasing option to GUI Chris Young 2012-12-09 21:28:32 +0000
  • 02a4bfd375 Toggle the tab bar to the correct state if the option to always show it is changed and only one tab is currently open Chris Young 2012-12-09 20:39:10 +0000
  • af8c3ef0c3 Add options for always showing tabbar and warning on closing multiple tabs Chris Young 2012-12-09 20:29:01 +0000
  • 5b53364994 Move tabbed browsing options to new tab Chris Young 2012-12-09 20:18:47 +0000
  • 083b7c0233 Enable persistent tab bar through tab_always_show option Chris Young 2012-12-09 20:05:22 +0000
  • 0c54f2a902 Prevent multiple tabbars Chris Young 2012-12-09 20:02:13 +0000
  • 24e1aff974 Reverse the logic as well as the req text Chris Young 2012-12-09 20:00:59 +0000
  • 388ddc6dbd non-working "always show tabbar" option Chris Young 2012-12-09 20:00:11 +0000
  • 3ef843fcb4 Switch Yes/No Replace/Don'tReplace so Esc operates the "don't do anything" operation as expected. Chris Young 2012-12-09 19:41:06 +0000
  • 6b7e678476 Only bother with the delayed requester on OS4 Chris Young 2012-12-09 19:39:48 +0000
  • 5ee1f09dd2 Missing double-quote Chris Young 2012-12-09 19:16:47 +0000
  • 70825a5ee2 Set the file comment for the included ARexx scripts as part of the install, as these tend to get lost and don't exist at all in Git. Chris Young 2012-12-09 18:57:07 +0000
  • 083cf492f5 Allow ctrl-click on hotlist toolbar to open in a new tab Chris Young 2012-12-09 18:52:07 +0000
  • e7329e1129 Do not uses windom functions for the login dialog. Ole Loots 2012-12-09 14:10:58 +0100
  • c8b3fbbfdd TimedDosRequester doesn't support linefeeds through \n Chris Young 2012-12-08 19:38:39 +0000
  • dfa287767f Warn the user and give them an option to stop NetSurf shutting down, if the TCP/IP stack has signalled that it is about to exit. Chris Young 2012-12-08 18:08:00 +0000
  • ff333828b7 Warn when closing multiple tabs Chris Young 2012-12-08 17:47:57 +0000
  • ffac64fcea Move download overwrite warning requester to misc.c Chris Young 2012-12-08 17:25:25 +0000
  • 69647cc6a4 Respond to Ctrl-C by immediately quitting. TCP/IP stack exit expects this. Chris Young 2012-12-07 23:35:57 +0000