Commit Graph

  • bb8cc24871 Make frame border width external to frame. Richard Wilson 2006-09-04 21:09:11 +0000
  • 05f16eef8f Fix 1551183. Richard Wilson 2006-09-04 16:47:08 +0000
  • 5d53f3784c Fix window furniture issues at small dimensions. Richard Wilson 2006-09-04 10:13:56 +0000
  • 923d9f1365 Fix 1546941. Richard Wilson 2006-09-02 19:03:49 +0000
  • 1086d53b89 Lower overhead of urldb calls by using url component calls. Richard Wilson 2006-09-02 18:51:33 +0000
  • b0851c9dde Expose url component functions. Richard Wilson 2006-09-02 16:42:37 +0000
  • 74fa727509 Experimental new frames code. Richard Wilson 2006-09-02 15:52:41 +0000
  • b51f807fe3 Fix uninformative error message log. James Bursa 2006-08-30 20:09:02 +0000
  • c942b83a61 misc changes to nsgtk's glade window templates Rob Kendrick 2006-08-29 00:50:29 +0000
  • 2fa6c3a7ad Implement user-defined new window placement in nsgtk Rob Kendrick 2006-08-29 00:42:30 +0000
  • 66d0d78be1 Move default window size opens into core for use from nsgtk Rob Kendrick 2006-08-29 00:17:35 +0000
  • fa24f64b60 Set caret position in URL bar to the end when core updates it Rob Kendrick 2006-08-28 20:36:01 +0000
  • 82cba2801b Make nsgtk's gui_window_remove_caret actually remove the caret Rob Kendrick 2006-08-28 20:31:21 +0000
  • 170c992d2a Force nsgtk caret plotting to use GDK. Move plotting to stand-alone function. Rob Kendrick 2006-08-28 20:24:45 +0000
  • 3887fb72ae Use browser_window_remove_caret() instead of resetting caret-related callbacks directly. James Bursa 2006-08-28 19:35:12 +0000
  • bfa7ab71d7 Fix crash when using forms due to bug in browser_window_remove_caret(). James Bursa 2006-08-28 19:33:41 +0000
  • 358f20f4cd Make fetch_mimetype consider our internal mapping table John Mark Bell 2006-08-25 22:46:38 +0000
  • 978637a134 Stop rendering of iframe children; they're for non-iframe supporting UAs (which isn't us) John Mark Bell 2006-08-24 20:02:37 +0000
  • 9370006a4c Give more helpful log message if unable to create ~/.netsurf Rob Kendrick 2006-08-24 18:34:08 +0000
  • 8aaf870e17 Make nsgtk launcher script redirect stderr to a logfile (either ~/.netsurf/log.txt or /tmp/netsurf-log.txt Rob Kendrick 2006-08-24 18:27:55 +0000
  • 3d37607cda nsgtk font defaults in case of no Choices file, misc file cleanups Rob Kendrick 2006-08-24 17:39:41 +0000
  • 939e7711aa Update bullet point symlink for nsgtk Rob Kendrick 2006-08-24 17:29:36 +0000
  • f4da0b414b Improve resource finding, and start groundwork on making it installable - you must now run the "netsurf" shellscript to run nsgtk, and not nsgtk directly. Rob Kendrick 2006-08-24 17:24:36 +0000
  • 3590fa427c Update bullet image name. Michael Drake 2006-08-24 17:18:47 +0000
  • 45c6e7acdd Update bullet path. Michael Drake 2006-08-24 17:12:39 +0000
  • c1674c959b Add some symlinks inside gtk/ for resources with Unix-style naming Rob Kendrick 2006-08-24 16:33:33 +0000
  • 7379b5686b Make failures to load throbber and glade windows definitions fatal Rob Kendrick 2006-08-22 14:02:07 +0000
  • 63631b4ec9 Workaround for later VideoHWSMI versions too; patterned line bug still not fixed Adrian Lees 2006-08-22 03:33:05 +0000
  • 055a7b84a3 Fix typo in widget name Rob Kendrick 2006-08-22 00:50:06 +0000
  • 3cafb693ee Use weight 500 for Medium desktop font. James Bursa 2006-08-22 00:08:18 +0000
  • 006cea55e7 Updated makefile for rjek's hashtable changes John Mark Bell 2006-08-21 22:16:45 +0000
  • 8d7172fd17 Make Messages file parsing and searching use new re-usable hash table library Rob Kendrick 2006-08-21 22:07:10 +0000
  • 4165187bd8 Add riscos/configure. Michael Drake 2006-08-21 21:40:39 +0000
  • 9670b32b7f Add documentation comments to hash table implementation. Rob Kendrick 2006-08-21 16:51:39 +0000
  • 8343f4f37a Move ro_gui_wimp_desktop_font() from wimp.c to font.c. Simplify code and add logging of result. James Bursa 2006-08-21 03:11:44 +0000
  • 877fe5c658 Remove unused and unimplemented nsfont_txtenum(). James Bursa 2006-08-21 02:05:51 +0000
  • 17f0124892 Updated French translation and English messages corrections. Thanks to Jerome Mathevet. Michael Drake 2006-08-20 22:47:38 +0000
  • efb9fd036b Check for malloc failing in hash_add(). Remove unnecessary casts. James Bursa 2006-08-20 16:02:22 +0000
  • 1f9fed8556 Make hash_add() return success/failure bool Rob Kendrick 2006-08-20 13:46:30 +0000
  • d6b1f763ff Implement simple reusable write-once hash table for use in new Messages file handling. Rob Kendrick 2006-08-20 12:25:41 +0000
  • 537bc37805 Slightly improve hash table for Messages file. Paves way for more generic use of it, as well as more constant performance. Rob Kendrick 2006-08-19 23:37:58 +0000
  • 7aaa33d2e5 Fix for knockout rendering of native formats Adrian Lees 2006-08-19 19:31:07 +0000
  • 66c4906fb6 Give Adjust precedence over Select Adrian Lees 2006-08-19 19:27:59 +0000
  • 43bb5b652d Very simple global history implementation for nsgtk, misc fixes Rob Kendrick 2006-08-18 11:44:24 +0000
  • a1292c7935 Map Ctrl-S/F to Save/Search for Windows compatibility since they were unused Adrian Lees 2006-08-18 05:39:53 +0000
  • f8b8cf5e83 Further Choices improvements in nsgtk; most of them now work correctly. Rob Kendrick 2006-08-18 00:38:35 +0000
  • c6eeed815e Fix buffer overrun & squash compiler warning. John Mark Bell 2006-08-17 23:41:29 +0000
  • 465c7204b9 Make nsgtk's rendering pay attention to font name choices Rob Kendrick 2006-08-17 21:28:40 +0000
  • 9203dacfac Added font selection to nsgtk choices window. Still not used for plotting. Rob Kendrick 2006-08-17 20:31:24 +0000
  • f90d6dfb25 Implement default font style choice in nsgtk Choices dialogue Rob Kendrick 2006-08-17 20:14:22 +0000
  • 20d7717c7d Redraw nsgtk browser windows when Choices...Apply is clicked. Rob Kendrick 2006-08-17 20:03:28 +0000
  • 097044996c Make nsgtk respect minimum font size setting, and save font size choices Rob Kendrick 2006-08-17 19:41:14 +0000
  • af6a2cd2e0 Fix nsgtk choices window. I have no idea why it worked before. Rob Kendrick 2006-08-17 19:20:13 +0000
  • 36cf37c5cb Remove signal handler references from glade file to remove runtime warning. Rob Kendrick 2006-08-17 18:31:14 +0000
  • 6c4003bf90 Remove URL caching and fix NULL reads. Richard Wilson 2006-08-17 14:48:28 +0000
  • 0acecb4de2 Change max_fetchers_per_host to 2, as the RFC states we SHOULD not hold more than 2 simultaneous connections to a host. Closes #1469511 Daniel Silverstone 2006-08-17 09:18:50 +0000
  • 8ab966398f Merge new glade nsgtk window code into trunk. Rob Kendrick 2006-08-15 21:29:20 +0000
  • fdbb855a9c Fix accidental press of delete :-s Richard Wilson 2006-08-15 19:33:42 +0000
  • 8852cdd109 Treat unitless CSS values as pixels (fix 1527056) Richard Wilson 2006-08-15 19:20:36 +0000
  • 844e6de6a9 Call rufl_dump_state() when a crash occurs. James Bursa 2006-08-15 04:05:30 +0000
  • 304616a797 Fix layout of standalone <br>. James Bursa 2006-08-14 23:05:08 +0000
  • 5295d21743 Reposition caret when browser window reformatted Adrian Lees 2006-08-13 03:05:55 +0000
  • 8405d18361 Use a minimum line height of 0 for inline containers which have no text. James Bursa 2006-08-13 01:00:22 +0000
  • 34791dc3ea Make Home/End jump to top/bottom of page Adrian Lees 2006-08-11 02:36:12 +0000
  • 489708ba5f Revert depend change from 2824 Daniel Silverstone 2006-08-09 15:07:28 +0000
  • 6d7357e2cb Merge 2818:HEAD of branches/dsilvers/gtk-bitmap-pretile Daniel Silverstone 2006-08-09 15:06:14 +0000
  • 5e1f0332ad Implement 401 login window in nsgtk Rob Kendrick 2006-08-06 22:29:58 +0000
  • 89f760a3e7 Detect attempted fetches using protocols we can't handle. Mark content in error in a couple of cases that I'd missed ages ago. John Mark Bell 2006-08-06 17:51:23 +0000
  • 4d8c68583f Save and restore FP registers for APCS compliance Adrian Lees 2006-08-06 15:40:02 +0000
  • e298837af7 Do not send referer when Home button is used. Fix some compile warnings. James Bursa 2006-08-06 15:18:53 +0000
  • 2eb5cd3270 Update overflow status. Michael Drake 2006-08-06 06:45:19 +0000
  • cad95f5aca Add ptr_lr shape and iconise outline for pre-RISC OS 5. Richard Wilson 2006-08-04 19:18:27 +0000
  • 0fa805df8f Fix mask creation for thumbnails. Richard Wilson 2006-08-04 19:14:40 +0000
  • b2ae3b22c7 Update TODOs. Michael Drake 2006-08-04 08:54:44 +0000
  • 6452fc8199 Turn more recent GTK calls into properties sets for compatibility with GTK 2.6 Rob Kendrick 2006-07-31 11:28:37 +0000
  • 8387cc53d9 Fix key press event handling in drawing area for nsgtk Rob Kendrick 2006-07-30 12:46:37 +0000
  • ba69b31742 Loading and saving of urldb on init/exit of nsgtk. Rob Kendrick 2006-07-28 16:31:23 +0000
  • 3cb5b48767 Make URL completion optional in nsgtk Rob Kendrick 2006-07-28 15:57:00 +0000
  • fb91840001 Make url_suggest option core, rather than RISC OS-specific. Rob Kendrick 2006-07-28 15:52:37 +0000
  • 286567b673 nsgtk URL completion: fix problem with pressing enter on a completion not working correctly. Rob Kendrick 2006-07-28 15:47:48 +0000
  • 62bfd97641 Make nsgtk use find_resource() to locate netsurf.glade Rob Kendrick 2006-07-28 15:42:43 +0000
  • 0c836a8786 Fix problem number 2 in previous commit Rob Kendrick 2006-07-25 21:00:04 +0000
  • 546efe6d6c Initial work on URL completion in nsgtk. Some problems still exist. 1. It works without the code that should be required to make it do so. Boggle. 2. It appears to include the URLs to images and other resources as well as pages 3. Although you can highlight a completion with the cursor keys, pressing enter on one doesn't work - you need to click on it with the mouse. Rob Kendrick 2006-07-25 20:55:10 +0000
  • 000f7502ba Make image resampling optional in nsgtk Rob Kendrick 2006-07-23 22:44:42 +0000
  • 18d84f0c10 Make Cairo rendering a run-time option in nsgtk - also add infrastructure for nsgtk-specific options. Rob Kendrick 2006-07-23 22:32:33 +0000
  • 754b0c0c73 Initial code to support usable Choices window in nsgtk. Unsupported choices are currently greyed out. Additionally, only the home page URL is current saved when Apply is clicked. Rob Kendrick 2006-07-23 18:26:11 +0000
  • 80b3286e9d Layout absolutely positioned children of tables. James Bursa 2006-07-23 18:23:02 +0000
  • 985c82a46c Fix debug build. James Bursa 2006-07-23 16:49:19 +0000
  • dfd0110726 Add tracking of open windows to nsgtk Rob Kendrick 2006-07-21 10:50:11 +0000
  • dad7a41e93 Tidies for eventual gladification of main browser window in nsgtk Rob Kendrick 2006-07-20 12:20:56 +0000
  • 26a9f27681 Further templates for other nsgtk windows Rob Kendrick 2006-07-19 18:24:53 +0000
  • e296617a87 Further nsgtk Choices window template improvements Rob Kendrick 2006-07-19 16:39:10 +0000
  • 0c722b8692 Fix typo corruption in makefile Rob Kendrick 2006-07-19 14:55:12 +0000
  • 381faaed2f Add more options and layout to nsgtk's options window. Also added some tooltips. Rob Kendrick 2006-07-19 14:48:04 +0000
  • d6a0ad67fe Add simple (currently non-functional) options window for nsgtk Rob Kendrick 2006-07-19 13:41:57 +0000
  • 748e38ab87 Use desktop font Adrian Lees 2006-07-18 01:51:19 +0000
  • 675df80871 Allow broken meta refresh commands (fix mail.google.com, bug 1522982) Richard Wilson 2006-07-17 23:57:42 +0000
  • ca154b54c0 Fix edge case in cookie search code when handling Path=/foo John Mark Bell 2006-07-17 23:19:43 +0000
  • efbfb3ae3f Fix Ctrl+Right. Richard Wilson 2006-07-17 21:00:57 +0000
  • 697acab07b Implement Ctrl+U, Ctrl+Up, Ctrl+Down. Richard Wilson 2006-07-17 17:32:06 +0000