Commit Graph

  • df7912f96b Fix distortion of list marker images. James Bursa 2006-11-07 21:49:03 +0000
  • 6d6ab5399c Update default list style types. Michael Drake 2006-11-05 22:49:17 +0000
  • 7adb616f5c Remove dangling bullet point PNG symlink that's nolonger required Rob Kendrick 2006-11-05 22:37:36 +0000
  • 43720037e3 Summary of lists implementation. James Bursa 2006-11-05 21:51:51 +0000
  • f546f6b5e7 Implement list-style-type circle, square, none, and decimal. James Bursa 2006-11-05 19:50:34 +0000
  • fc197a4835 Use new list support for li. James Bursa 2006-11-05 17:46:51 +0000
  • 306e09dd9f Fudge off-by-one bitmap plotting in nsgtk plotters. Will investigate actual cause later. Rob Kendrick 2006-11-05 13:16:21 +0000
  • f4f17f905b More work on lists. Simplify the implementation to a BLOCK for display: list-item, with a marker box on box->list_marker. James Bursa 2006-11-05 12:58:24 +0000
  • 8043344eb8 Finish GTK about box Rob Kendrick 2006-11-04 23:38:18 +0000
  • 1ce6854e8e Beginnings of a GNOME-compliant about box for nsgtk Rob Kendrick 2006-11-04 22:10:13 +0000
  • 7bd710a71c Initial work for display: list-item support John Mark Bell 2006-11-04 19:53:22 +0000
  • 2d4276ee41 Ensure page encoding isn't trampled. John Mark Bell 2006-11-04 19:52:49 +0000
  • b6c8e435cd Implement absolute positioned inlines. James Bursa 2006-11-04 19:17:11 +0000
  • a1f291383f Convert query button text to local encoding correctly John Mark Bell 2006-11-04 12:38:24 +0000
  • 8cab28a8c2 Updated German messages by Sebastian Barthel. Michael Drake 2006-11-03 15:46:04 +0000
  • e5680bdccb Clean up wimp_event usage when closing browser windows. John Mark Bell 2006-10-31 23:06:12 +0000
  • 9a2cdc2db8 Skeleton implementation of new themes API, complete with documentation, for discussion purposes. Rob Kendrick 2006-10-31 16:19:21 +0000
  • bbfda21e1c Add verbose flag to theme creation tool - silent unless used. Rob Kendrick 2006-10-27 14:56:32 +0000
  • 88fec4362c Make containers use mmap() where available Rob Kendrick 2006-10-26 23:53:16 +0000
  • 87a660d1ea Import initial work on theme container handling code and simple command-line tool to create and dismantal them. Still a little grungy, and doesn't check in enough places for memory exhaustion. Rob Kendrick 2006-10-26 01:10:46 +0000
  • a6b1a2ee46 Remove code to determine containing block; no longer used. James Bursa 2006-10-22 20:20:17 +0000
  • 8c05d8274d Make hashtable's fnv hash inline - saves 8 instructions and two pipeline flushes per call Rob Kendrick 2006-10-20 16:56:40 +0000
  • 8be8304bc6 Plug possible memory leak. Reduce memory usage. Add facility to iterate through a hashtable. Richard Wilson 2006-10-20 12:13:28 +0000
  • 1e6345e562 Allow textareas to reformat on icon change. Richard Wilson 2006-10-20 00:47:07 +0000
  • 118d282ce7 Remove duplicate data setting. Fix documentation typo. Richard Wilson 2006-10-19 23:18:36 +0000
  • db699c20f8 Fix Navigation menu help text. Thanks to Sebastian Barthel. Michael Drake 2006-10-19 22:43:15 +0000
  • cd1cdda0f5 Updated German resources. Thanks to Sebastian Barthel. Michael Drake 2006-10-19 22:34:02 +0000
  • c1840513f6 Status icons. Michael Drake 2006-10-14 13:54:12 +0000
  • af6ed66e8f Make progress icons have a left margin. Fix redraw artifact. Richard Wilson 2006-10-13 17:52:30 +0000
  • 7711781f24 Further hash table optimisations and tidies. Test rig now does more lookups to favour the more comment case for speed tests, etc. Rob Kendrick 2006-10-13 15:50:11 +0000
  • a8a944bd52 Optimise and tidy up code. Richard Wilson 2006-10-13 15:09:30 +0000
  • 5eb0913386 Remove the need for a text area list. Richard Wilson 2006-10-12 15:53:57 +0000
  • fbc0ac49e6 Log hostname on insertion failure. John Mark Bell 2006-10-12 14:10:18 +0000
  • cda3154a92 Fix bad pointer increment John Mark Bell 2006-10-12 14:01:14 +0000
  • 2caa96dcc9 Fix attempts to call die() before messages_hash exists: 1) Make hash_* more robust in the face of bad parameters 2) Make messages_* more robust in the face of bad parameters 3) Tidy up gui_init such that localised messages are loaded at the earliest opportunity John Mark Bell 2006-10-12 14:00:40 +0000
  • 50c303284b Don't convert text to local encoding. Correctly release all resources on destruction. Allow NULL text to clear the display. Scale progress bar for small dimensions. Richard Wilson 2006-10-12 13:41:29 +0000
  • 161b073f08 Allow dynamic resizing. Reverse animation direction. Richard Wilson 2006-10-12 13:36:28 +0000
  • a6d038c543 UTF-8 status bar component. Richard Wilson 2006-10-11 23:25:02 +0000
  • ab03c67360 Fix redraw when no sprites are present. Squash compiler warnings. Richard Wilson 2006-10-11 23:23:40 +0000
  • 2227b7c582 Do absolute positioning after other layout so that containing block is fully positioned. James Bursa 2006-10-10 22:00:10 +0000
  • 7b30364bc3 Check for null style before using it. James Bursa 2006-10-09 21:34:34 +0000
  • a785bc25f7 Modify implementation of absolute positioning to support "static positions". Absolutely positioned boxes are now in their original place in the tree instead of linked from absolute_children. James Bursa 2006-10-08 22:46:25 +0000
  • d2469b806c Animated progress bar component. Richard Wilson 2006-10-06 13:42:59 +0000
  • 9d9a4eedeb Ooops Richard Wilson 2006-10-06 13:39:33 +0000
  • f68e78b1c2 Document content status changes, type functions, and memory allocation. James Bursa 2006-10-05 21:43:18 +0000
  • bac1be667a Introduction to content structures. James Bursa 2006-10-04 22:25:33 +0000
  • 265db19c26 Remove empty directory. James Bursa 2006-10-04 20:16:42 +0000
  • 7bd8c12924 Remove empty directory. James Bursa 2006-10-04 19:58:54 +0000
  • c88b268f84 Split documentation into files by topic and convert to AsciiDoc format. James Bursa 2006-10-02 21:58:33 +0000
  • 118f435133 Unescape fragment identifiers. John Mark Bell 2006-10-01 18:10:55 +0000
  • f4e4ec00b7 Ignore body data from 401 replies to prevent disruption of auth login handling Chris Williams 2006-10-01 13:17:52 +0000
  • 45f2c3cfa3 Initial basic notes on the refactor necessary to get nsgtk supporting the new frames code Daniel Silverstone 2006-09-29 22:10:12 +0000
  • 6c7323fded Squash memory leak. Ensure that the icon string's always set to something, even if it's the UTF-8 text if we're unable to convert to the local encoding. John Mark Bell 2006-09-25 22:27:41 +0000
  • 8b324f1247 Remove NCNetSurf TODO doc. Michael Drake 2006-09-25 19:46:55 +0000
  • d0e49f2f95 Remove NCNetSurf Michael Drake 2006-09-25 19:39:26 +0000
  • 4b09b7b8a0 Correcly encode spaces for url-encoded form submission. John Mark Bell 2006-09-19 10:08:33 +0000
  • a1b6005497 Fix 1559653. John Mark Bell 2006-09-18 00:16:39 +0000
  • 09d2b99973 Ensure urldb_add_path always has a path. Extract hostname from url authority returned by url_get_components. John Mark Bell 2006-09-17 23:10:42 +0000
  • bd0dff9098 Add some documentation to layout_block_context(). Move code out into layout_block_object(). James Bursa 2006-09-16 21:48:28 +0000
  • 7a08d0f03d Call html_reformat() from html_convert() to eliminate duplicate code. Improve calculations of document width and height. James Bursa 2006-09-16 21:33:55 +0000
  • 5b87995de7 Fix case of NotFound message Adrian Lees 2006-09-16 00:16:49 +0000
  • 55a217c6be Squash warnings. John Mark Bell 2006-09-11 11:55:17 +0000
  • 36278685ff Fixed translation of html entities when a textarea has an initial value Jeffrey Lee 2006-09-11 08:02:13 +0000
  • 0f26a73976 Squash warning John Mark Bell 2006-09-11 00:47:46 +0000
  • 00155f279f Fix GTK build John Mark Bell 2006-09-10 23:43:33 +0000
  • ba93d92788 Make compilation on RISC OS simpler - see http://netsurf.sf.net/robuild Lose spurious echos of $OS when building on RISC OS. Depend file is now autogenerated on all platforms, so need not be in SVN. John Mark Bell 2006-09-10 23:43:06 +0000
  • 68d314f3a9 Fix wordwrap+horizontal scroll in textareas Jeffrey Lee 2006-09-10 20:25:20 +0000
  • 6358e6b87f Update About page. Michael Drake 2006-09-10 19:20:48 +0000
  • bfe14720be Fixed the other caret issues after pasting into textarea Jeffrey Lee 2006-09-10 16:12:45 +0000
  • cc41d7c27a Fix some caret/scrolling issues after pasting into textarea Jeffrey Lee 2006-09-10 15:56:23 +0000
  • d19839d334 Fixed spurious newline after pasting into textarea; possibly fixed some selection processing/rendering bugs Jeffrey Lee 2006-09-10 15:08:30 +0000
  • f2cd31779b Fixed textarea wordwrap if first character on line is a space Jeffrey Lee 2006-09-10 13:59:19 +0000
  • 271c28a5df textarea html tag fix; horizontal scrollbars; auto-scroll improvements Jeffrey Lee 2006-09-10 13:27:08 +0000
  • d7834f1a34 jmb's improved makefile, blame him Jeffrey Lee 2006-09-10 13:25:19 +0000
  • 4b722c42ba Fix scale view shortcuts to use new scaling mechanism John Mark Bell 2006-09-09 22:07:08 +0000
  • 5340bf487b Don't scale windows without content. Richard Wilson 2006-09-08 22:36:09 +0000
  • 2f98e3977e Take scrollbars into account when placing frames. Richard Wilson 2006-09-08 20:50:07 +0000
  • c7f70a8cf6 Stop iframes from all getting the same content. Richard Wilson 2006-09-08 20:19:08 +0000
  • b30921382f Trigger frame recalculation on child frame scale change. Richard Wilson 2006-09-08 17:18:44 +0000
  • f775b64fb7 Possibly fix the GTK build and implement frameset scaling. Richard Wilson 2006-09-08 17:11:01 +0000
  • 02a8722cc6 Fix 1553282. Richard Wilson 2006-09-08 16:57:26 +0000
  • 79554528ba Squash warning John Mark Bell 2006-09-08 16:05:36 +0000
  • 42708d8f67 Updated RISC OS depend file. Richard Wilson 2006-09-08 13:39:46 +0000
  • 26f2b49447 Fix icon sizing Richard Wilson 2006-09-08 13:31:43 +0000
  • f99998362d Lose noisy logging John Mark Bell 2006-09-07 20:39:37 +0000
  • c356081c88 Fix GTK build John Mark Bell 2006-09-07 20:27:59 +0000
  • b353c7cd36 Fix 1553007 John Mark Bell 2006-09-07 20:10:14 +0000
  • b5274724ed Fix dataload stupidities John Mark Bell 2006-09-07 09:44:50 +0000
  • 3e0c02e8e5 Simplify and tidy up RISC OS gui_ functions. Fix toolbar height changing issues for framesets. Richard Wilson 2006-09-06 22:15:58 +0000
  • d5540f344d Finish event based GUI system transiton and begin code cleanup. Richard Wilson 2006-09-06 14:46:18 +0000
  • 1999becb42 Finish event based GUI system transition and begin code cleanup. Richard Wilson 2006-09-06 14:44:42 +0000
  • 48adbd97db Make GTK build compile again (don't expect frames to work, however) Squash warnings in GTK plotters. John Mark Bell 2006-09-06 11:29:14 +0000
  • 221e5aa2a3 Add frame target support to imagemaps. John Mark Bell 2006-09-06 00:15:10 +0000
  • cba08bf827 Fix 1527343. Richard Wilson 2006-09-05 18:32:18 +0000
  • 96b8fa5d46 Limit maximum frame nesting level. Richard Wilson 2006-09-05 17:59:29 +0000
  • 4994441579 Improve caret handling. Richard Wilson 2006-09-05 17:34:30 +0000
  • 610a31dd97 Fix 1528364. Richard Wilson 2006-09-05 14:56:18 +0000
  • 4780e39836 Fix initial frame stack placement (fix www.theabar.co.uk and others) Richard Wilson 2006-09-05 01:09:05 +0000
  • 5a9af92cd1 Don't track windows after destruction. Richard Wilson 2006-09-05 00:53:17 +0000
  • 6d36d39a56 Don't force iframe windows 'onto screen' when opening (fix 1551632) Richard Wilson 2006-09-05 00:24:17 +0000