Commit Graph

  • 233904c7ed fix build faliures from fetch table operation refactor Vincent Sanders 2014-01-23 00:09:59 +0000
  • 0475693394 create table for fetcher operations and move all operations into it Vincent Sanders 2014-01-22 23:19:57 +0000
  • 4684e9665d Deselect other options when select option is selected, and it's not a multi-select. Michael Drake 2014-01-21 15:01:18 +0000
  • aa380ed47a More scaled rendering improvements. Partial redraws of scaled textareas can't work atm, since neither the textarea nor content is aware of scale. Michael Drake 2014-01-21 14:37:46 +0000
  • 3f3b64bf22 Fix scaled rendering clip rect bottom calculation. Michael Drake 2014-01-21 11:13:36 +0000
  • 4a014b61be Enable TLS 1.2 support again. John-Mark Bell 2014-01-17 01:09:24 +0000
  • 8e1fe5d1a9 Atari: run correct freetype-config John-Mark Bell 2014-01-19 22:51:28 +0000
  • 4987a3a8a7 remove forward refs from content/fetch.c and cleanup doc comments Vincent Sanders 2014-01-19 18:17:32 +0000
  • 977ae8efc6 remove all forward declarations from hlcache.c Vincent Sanders 2014-01-19 10:51:14 +0000
  • e43fbb3914 Fix ReadArgs() argument parsing. Collect any parameters we're not interested in and pass those to nsoption_commandline directly. Chris Young 2014-01-18 22:10:18 +0000
  • 96546838d1 Debug logging Chris Young 2014-01-18 21:35:02 +0000
  • 18c8f5f46f Let the frontend construct the correct URL for the default search ico. This fixes bug #2057 Chris Young 2014-01-18 21:23:02 +0000
  • c74bf433c3 beos: Fix updating system colors François Revol 2014-01-16 18:12:41 +0100
  • 90742e6b4b beos: Fix build François Revol 2014-01-16 17:27:31 +0100
  • 7c71ad4f5a whitespace François Revol 2014-01-16 16:59:45 +0100
  • aaa6b558a9 fix typo in cocoa import Vincent Sanders 2014-01-16 15:26:48 +0000
  • 2f478eb5d7 fix missing forward declaration Vincent Sanders 2014-01-16 15:21:12 +0000
  • b1bb708d4f fix cocoa build Vincent Sanders 2014-01-16 15:17:48 +0000
  • 55bf16d754 beos: Better implementation of NSIconTextControl for the url bar François Revol 2014-01-16 16:05:09 +0100
  • 6cfa3cce63 fix atari build errors Vincent Sanders 2014-01-16 15:07:14 +0000
  • fb1120c212 fix windows build error Vincent Sanders 2014-01-16 15:00:43 +0000
  • ba4788108b fixup amiga build errors Vincent Sanders 2014-01-16 14:43:48 +0000
  • 54b7482f78 fix up riscos build errors Vincent Sanders 2014-01-16 14:28:25 +0000
  • a1361f22b4 Merge branch 'vince/guivtable' Vincent Sanders 2014-01-16 13:37:14 +0000
  • a2247a75a3 cleanup copyright headers and some doc comments Vincent Sanders 2014-01-16 13:24:14 +0000
  • 444d3ac94a Silence warning John-Mark Bell 2014-01-16 01:35:51 +0000
  • d47fed4524 move 401 login into operation table Vincent Sanders 2014-01-16 00:52:17 +0000
  • 38cb39339a move filename_from_path and path_add_part into gui operation tables Vincent Sanders 2014-01-16 00:01:25 +0000
  • bd065d4a43 split browser gui operations up Vincent Sanders 2014-01-15 19:37:05 +0000
  • 68eaec5cb4 complete move of remaining core gui functions Vincent Sanders 2014-01-15 12:28:55 +0000
  • 0075eab194 move remaining gui operations to table Vincent Sanders 2014-01-14 23:31:54 +0000
  • 667d4a0a49 confine the gui table acessor to the gui factory header Vincent Sanders 2014-01-14 20:05:14 +0000
  • 8dfe225153 move download operations to download table Vincent Sanders 2014-01-14 16:04:02 +0000
  • d18c8ed452 move teh final optional window operations into the table Vincent Sanders 2014-01-13 22:54:19 +0000
  • e82d83f184 move four more optional window operations to table Vincent Sanders 2014-01-13 14:51:27 +0000
  • d70e371cd9 move two more mandantory window operations to table Vincent Sanders 2014-01-13 11:38:35 +0000
  • 7227c29bba move window scroll getter and setter into operations table Vincent Sanders 2014-01-13 01:08:15 +0000
  • 5a962586fb move mandantory window update and redraw operations into table Vincent Sanders 2014-01-12 23:50:54 +0000
  • 4b49b4ac77 move more optional window operations into table including removing unused hide_pointer operation altogether Vincent Sanders 2014-01-12 22:55:26 +0000
  • b7736bae2f split gui operations into core and window and move more operations into tables Vincent Sanders 2014-01-12 17:07:34 +0000
  • 56bb9582b1 move set title, set url, start and stop throbber window operations to gui table Vincent Sanders 2014-01-12 10:27:41 +0000
  • c8496df3df move window creation and destruction into table Vincent Sanders 2014-01-11 22:34:12 +0000
  • d3c392c3d3 Initial conversion of netsurf gui to callback vtable Vincent Sanders 2014-01-11 14:20:30 +0000
  • a856439afb Re-add proper notification of ability to close public screen. Chris Young 2014-01-10 20:46:58 +0000
  • 78e8077a5a Re-enable the RAmiga-U shortcut to activate the URL bar, now it is safe to do so. Chris Young 2014-01-10 20:35:49 +0000
  • 9fd344172a Enforce the use of popupmenu.library >=53.11 Older versions have a dangerous bug which manifests itself as a deadlock or a crash. Chris Young 2014-01-10 20:32:20 +0000
  • ef76dd468d Tentatively enable AmigaGuide help Chris Young 2014-01-10 20:03:22 +0000
  • 303a29a89c cleanups to fix new clang warnings Vincent Sanders 2014-01-10 15:55:29 +0000
  • 277bcec7c6 stop system colours being anything to do with frontends Vincent Sanders 2014-01-10 14:32:29 +0000
  • b415c2f9ff fixup logic error in save complete as directed by jmb Vincent Sanders 2014-01-06 22:22:41 +0000
  • 28e670f52d Support 'checked' properly in new form handler Daniel Silverstone 2014-01-06 18:50:25 +0000
  • be6f4d3997 Probably shouldn't override thumbnail source alpha Chris Young 2014-01-06 18:37:43 +0000
  • 870c709684 Get Composite() to befriend the screen's BitMap to ensure they are on the same graphics board. This should fix the slowness when multiple graphics cards are installed. Chris Young 2014-01-06 18:29:05 +0000
  • 69da9a55e1 Assert a bit earlier when front end tries to redraw SSL cert viewer that it's destroyed. Michael Drake 2014-01-06 13:27:34 +0000
  • 2a34df8dcc Update description to reflect reality Chris Young 2014-01-05 23:08:08 +0000
  • 4eff5ddf71 Add file upload request on click Chris Young 2014-01-05 23:04:28 +0000
  • b2fff176df This shouldn't be UTF-8 Chris Young 2014-01-05 22:55:34 +0000
  • f97c1fc605 Add some more frontend stubs and fix up some others Daniel Silverstone 2014-01-05 17:33:08 +0000
  • 692d4a328c Fix some log statements Daniel Silverstone 2014-01-05 17:21:59 +0000
  • d24ee91311 Under GTK, file gadgets are more like buttons Rob Kendrick 2014-01-05 17:16:26 +0000
  • ff01123091 Change FatMessages so drop instructions are click instructions for some frontends Rob Kendrick 2014-01-05 17:14:10 +0000
  • 9a9cb399f9 Merge branch 'rjek/click-file-gadget' Daniel Silverstone 2014-01-05 17:03:17 +0000
  • ef5c516ee3 Restore missing message send Daniel Silverstone 2014-01-05 17:01:27 +0000
  • 550c8cd73c Change gui_file_gadget_interface to pass gui_window not browser_window, add GTK implementation that of course does not work. Rob Kendrick 2014-01-05 16:45:32 +0000
  • 0d5960a68c Remove old form_successful_controls Daniel Silverstone 2014-01-05 16:14:45 +0000
  • 6bf609a1a4 Support image inputs Daniel Silverstone 2014-01-05 16:14:17 +0000
  • 0d7f1cfc93 Add infrastructure for calling front ends to set file gadget filenames via clicking in addition to drag-and-drop Rob Kendrick 2014-01-05 16:04:35 +0000
  • d8ad3b8e78 Add new gui entry point for file open dialogue requests Rob Kendrick 2014-01-05 16:01:03 +0000
  • b1e6c63a2f Rewrite form_successful_controls() to use the DOM. Daniel Silverstone 2014-01-05 15:50:23 +0000
  • 1bd4a34a27 Remove asserts for default cases from all content message handlers; this is laborious and is no longer useful for catching bugs. Rob Kendrick 2014-01-05 14:39:08 +0000
  • 32468516e3 Speculatively start image fetches as we parse the document. John-Mark Bell 2014-01-05 14:34:04 +0000
  • b80da8bf0b Add Javascript build ability to cross-compiled target Chris Young 2014-01-05 12:07:53 +0000
  • 88278faa20 Env: also install libhtml-parser-perl John-Mark Bell 2014-01-05 10:48:43 +0000
  • 40387901e4 Env: we need libmozjs185. Install it explicitly. John-Mark Bell 2014-01-05 10:37:37 +0000
  • b4f9860848 Remove logging now that file upload *seems* to work Daniel Silverstone 2014-01-04 22:05:23 +0000
  • 33f94c265e Support cloning rawfile data Daniel Silverstone 2014-01-04 21:49:03 +0000
  • de42f8880e Add a bunch of logging to try and help track down the issue with rawfile handling, sorry guys Daniel Silverstone 2014-01-04 21:15:52 +0000
  • 2a18cef82b Shunt around the file multipart stuff a bit to try and fix the segfault Daniel Silverstone 2014-01-04 20:53:43 +0000
  • 581d877576 In theory, store raw filenames and pass them through for file upload. Untested due to no file-upload in GTK frontend just yet Daniel Silverstone 2014-01-04 19:34:04 +0000
  • 6c63adb1c1 beos: Remove Messages symlinks in res/*/ François Revol 2014-01-04 20:22:26 +0100
  • 7faf3360e5 Allow BeOS devs to push to beos/ -- mmu_man is a BeOS dev Netsurf Administrators 2014-01-04 18:55:17 +0000
  • 3a1bf5c20f beos: Also set LowColor on toolbar buttons when attached François Revol 2014-01-01 19:53:42 +0100
  • a7ef9dc4ab beos: Simplify about box François Revol 2014-01-01 19:35:21 +0100
  • f713cdd90b beos: Add credits and licence buttons to about box François Revol 2014-01-01 19:23:28 +0100
  • 1025a49cb6 beos: if no gui window, pass the first one to nsbeos_about() François Revol 2014-01-01 19:21:59 +0100
  • 0dc8cd6625 beos: Fix about box François Revol 2014-01-01 18:19:55 +0100
  • 967d930477 beos: Fix opening about from replicant popup François Revol 2014-01-01 18:08:13 +0100
  • bd89e5a088 beos: Fix background color for control on replicants François Revol 2014-01-01 17:41:23 +0100
  • 92afacbe6f beos: Add icon in url bar François Revol 2014-01-01 17:07:02 +0100
  • fc782f55ba beos: Add a resize knob to replicants François Revol 2013-12-31 17:37:21 +0100
  • f8517f2e51 beos: remap resource:favicon.ico to favicon.png François Revol 2013-12-31 16:05:15 +0100
  • 3c5317cf54 beos: Fix embedded files in resources François Revol 2013-12-31 15:13:36 +0100
  • e1e1b5c45b beos: Export icons/ resources with a lowercase i François Revol 2013-12-31 14:44:12 +0100
  • 917f8ca804 beos: Drop duplicate throbber PNG resources François Revol 2013-12-31 14:28:09 +0100
  • da504bbbb8 beos: Add comments to resources definition file François Revol 2013-12-31 14:09:54 +0100
  • 053897d07d beos: Move some resources around François Revol 2013-12-31 14:01:20 +0100
  • f3455a7556 beos: Remove unused Tracker button bitmaps François Revol 2013-12-31 13:40:51 +0100
  • 6f4e293311 beos: Load Messages files for current language François Revol 2013-12-30 16:18:53 +0100
  • d69997c8a3 beos: Add missing call to lwc_string_unref() François Revol 2013-12-30 15:40:12 +0100
  • 748b13c8ba beos: Fix permission on temp directories creation François Revol 2013-12-30 15:32:50 +0100