Commit Graph

  • 3251f4b49c Squash warning John Mark Bell 2009-03-27 01:29:39 +0000
  • 9e35636b5e Squash warning John Mark Bell 2009-03-27 01:29:05 +0000
  • 57fa6e30c6 Use byte instead of unsigned char. John Mark Bell 2009-03-27 01:28:57 +0000
  • ae326427a1 Squash warnings John Mark Bell 2009-03-27 01:27:27 +0000
  • 2b352b5752 Squash warnings John Mark Bell 2009-03-27 01:24:32 +0000
  • 4665091349 Squash warnings. John Mark Bell 2009-03-27 01:22:10 +0000
  • 69456beabb Squash warning John Mark Bell 2009-03-27 01:19:02 +0000
  • b7b0edd8e0 Squash warnings John Mark Bell 2009-03-27 01:15:52 +0000
  • e97bc3b178 Squash warnings. Tidy code. Make last_sprite_found static and locally scoped. John Mark Bell 2009-03-27 01:14:42 +0000
  • be6d60c555 Squash warning John Mark Bell 2009-03-27 01:11:52 +0000
  • c23ef5818a Squash warning John Mark Bell 2009-03-27 01:11:20 +0000
  • 5823b09a1c Squash warning John Mark Bell 2009-03-27 00:48:22 +0000
  • 4a8b0ca787 Call bitmap_save() for native drag saves. (still does nothing as bitmap_save isn't implemented yet) Chris Young 2009-03-26 18:22:24 +0000
  • 8d58a8b87b Add save_complete to drag save Chris Young 2009-03-26 08:26:01 +0000
  • 07af1bd8fd Change pointer imagery when dragging Disable drag saving when not running on the Workbench screen Chris Young 2009-03-25 19:59:10 +0000
  • be609c1dfa Some sort of drag-save implementation. Chris Young 2009-03-25 00:03:43 +0000
  • 5b2d816d86 Move gui_drag_save_selection() into the same file as gui_drag_save_object() as they will have common code when implemented. Chris Young 2009-03-24 18:53:22 +0000
  • ede9c4858d Update to new _available() functions Chris Young 2009-03-24 18:28:02 +0000
  • d471e0fd25 Fix framebufefr port callback scheduling Vincent Sanders 2009-03-24 14:11:10 +0000
  • da3b0227a7 Make framebuffer front end use r6827 functions. Note: stop & reload availability is still not assessed for framebuffer toolbar. Michael Drake 2009-03-23 23:31:48 +0000
  • 82aedf9600 Make RISC OS front end use r6827 functions. Michael Drake 2009-03-23 22:56:31 +0000
  • 0a7e10819b Add functions for checking if back/forward/stop/reload actions are currently available for a given browser window. Michael Drake 2009-03-23 22:22:30 +0000
  • 972cd147aa remove interlacing and other abberations Vincent Sanders 2009-03-23 15:43:08 +0000
  • 02761ee5e4 use greyed images for forward back buttons as approprite Vincent Sanders 2009-03-22 23:11:38 +0000
  • 8db32fc061 add vertical scrollbar to freamebuffer Vincent Sanders 2009-03-22 14:34:56 +0000
  • c9fc91c6e4 Set history scroll offsets Chris Young 2009-03-22 00:12:12 +0000
  • 3a0b151b5b Fix the fix... $(CC) will work better for C files... François Revel 2009-03-21 23:22:59 +0000
  • be485d795e Quick fix for building with gcc2. It's getting quite ugly though... François Revel 2009-03-21 23:20:15 +0000
  • 7b1f478b5a fixup 8bpp plotters Vincent Sanders 2009-03-19 19:24:29 +0000
  • e2a6087fe3 clean up linux framebuffer frontend Vincent Sanders 2009-03-18 21:13:09 +0000
  • 37eae24d5c add opaque switch to 16bpp plotters Vincent Sanders 2009-03-18 21:08:23 +0000
  • 317fb4ec91 Rexx dir should default to PROGDIR: too Chris Young 2009-03-17 21:34:01 +0000
  • f648479aec Access Resources relative to program directory rather than current directory. Chris Young 2009-03-17 21:25:20 +0000
  • bcb645a301 Fix crash in GETURL Chris Young 2009-03-17 21:20:15 +0000
  • 58cd142338 Remember the scroll position in the history, so that it's maintained when going back. (credit: Paweł Blokus) John Mark Bell 2009-03-17 12:26:41 +0000
  • 6e9618484e stop SDL faulting with bad os redraw values Vincent Sanders 2009-03-16 20:30:27 +0000
  • e37b214e10 fix able frontend Vincent Sanders 2009-03-16 20:20:37 +0000
  • 9e81d2e583 Slightly better looking scrollbar. Michael Drake 2009-03-16 12:41:32 +0000
  • 61b806d5f3 Fix clicking on history items beyone the first page Chris Young 2009-03-15 21:44:03 +0000
  • eabb5339a3 Close history and search windows when associated browser window closes. Chris Young 2009-03-15 11:29:33 +0000
  • eab55f2c5a Fix warnings Chris Young 2009-03-15 11:21:46 +0000
  • d3d7fc7c66 Stop browser resizes from crashing. I really don't like using Forbid() and Permit() but the lock-up seems to be caused by the window continuing the resize while the reformat is taking place and this appears to be the only way to stop it. Resizes are relatively rare so shouldn't cause problems. Chris Young 2009-03-14 16:18:09 +0000
  • 8e00cd50b1 More shared objects Chris Young 2009-03-14 15:36:36 +0000
  • 301c38b4b4 Use Copystore to copy SObjs when install triggered by AmiUpdate Chris Young 2009-03-14 12:37:28 +0000
  • a3a28f9e5f Minor fixes Chris Young 2009-03-14 11:44:07 +0000
  • af085bb0ab more shared objects Chris Young 2009-03-11 23:48:26 +0000
  • cdc47ee52c bitmap opaque handling Vincent Sanders 2009-03-11 21:28:34 +0000
  • 305ab859ad Remove gap between the tab close gadget and the first tab Chris Young 2009-03-11 19:23:57 +0000
  • 87ccc3b836 Copy a couple more required shared objects. Chris Young 2009-03-11 19:23:28 +0000
  • b577562953 We don't need to reparse the document when saving complete -- the document persists for the lifetime of its content. Better still would be to perform the serialisation manually, so that we don't need to copy the document at all. John Mark Bell 2009-03-11 17:22:46 +0000
  • 5ca66d22e4 reduce mouse flicker Vincent Sanders 2009-03-11 10:35:33 +0000
  • b9e22451c2 Sync hubbub binding with spec. John Mark Bell 2009-03-10 23:13:08 +0000
  • 72f99e36bb Fix continuous throbber. Michael Drake 2009-03-10 22:00:24 +0000
  • b45e6e851c Avoid warning. Michael Drake 2009-03-10 21:56:09 +0000
  • 2b309755d6 move framebuffer port to framebuffer toolkit Vincent Sanders 2009-03-10 21:45:54 +0000
  • 652330380f add section on fonts Vincent Sanders 2009-03-10 09:29:53 +0000
  • 2aa7f5c7f1 Improve previous commit. John Mark Bell 2009-03-10 09:14:25 +0000
  • 2ace72c587 Treat short meta refreshes in top-level browser windows as if they were HTTP redirects for the purposes of verifiability. John Mark Bell 2009-03-10 09:10:43 +0000
  • 502879043b Fix scroll position for new pages/tabs Chris Young 2009-03-09 07:21:19 +0000
  • 07e1187b69 Add .spr -> image/x-riscos-sprite MIME mapping to GTK front end Fix crash inducing bugs in nssprite.c John Mark Bell 2009-03-09 00:58:23 +0000
  • a074bdbe54 Stop NetSurf jumping back to the top of the document when scrolling before the page has finished loading. Chris Young 2009-03-08 23:40:58 +0000
  • 2014dac36d Add ability to render part of a local history window. Chris Young 2009-03-08 23:08:27 +0000
  • 0bdcf4b8e2 Implement thumbnail creation Chris Young 2009-03-08 17:41:24 +0000
  • a198acb753 Fix compilation errors Chris Young 2009-03-08 16:32:30 +0000
  • 072f64f5dd Better AmigaOS GCC fix (thanks jmb) Chris Young 2009-03-08 16:28:40 +0000
  • f6951c0d51 Mostly-working local history window Chris Young 2009-03-08 16:24:52 +0000
  • 9f99b75fde Force AmigaOS GCC version to 4 Chris Young 2009-03-08 15:44:21 +0000
  • cbae6a91dd Stop local history from crashing, display mostly works (no thumbnails and offset wrong to window), no event handling other than closing the window. Chris Young 2009-03-08 12:52:44 +0000
  • b0e61211f9 Clear clip regions after rendering finished. Chris Young 2009-03-07 20:52:50 +0000
  • 33c48cfcd9 Start of local history window in Amiga build; doesn't work yet Chris Young 2009-03-07 20:52:08 +0000
  • 2aee9f4c09 Stop OS4.1 losing alpha channels when scaling images Chris Young 2009-03-05 19:07:26 +0000
  • a763e36d2e It's probably a good idea not to redirect to file:/// URLs John Mark Bell 2009-03-04 13:29:54 +0000
  • b833e5a727 Log gtk gui_window_get_dimensions sizes. Michael Drake 2009-03-03 19:26:58 +0000
  • a36535f341 Pointless warning avoidance. John Mark Bell 2009-03-02 20:32:05 +0000
  • 7840542e65 Squash warnings John Mark Bell 2009-03-02 19:47:27 +0000
  • c72b3cf71a OpenBSD 4.4 compilation fixes. Does not deal with lack of -Wextra or -Wstrict-aliasing for lpu or hubbub. Rob Kendrick 2009-03-02 19:26:11 +0000
  • 8dfdd67e87 Make libpng image handler set opaque info. Michael Drake 2009-03-02 18:24:54 +0000
  • 68a3e06b19 Add VNC front end to list of options. Michael Drake 2009-03-02 15:17:40 +0000
  • bc875e092e Fix comments. Michael Drake 2009-03-02 13:41:54 +0000
  • 656c0a0dcb Fix cursor on textarea scrollbars. Michael Drake 2009-03-02 12:48:20 +0000
  • aa99f3645c Avoid warning. Michael Drake 2009-03-02 09:14:50 +0000
  • 5281c7cdc9 Rewrite polygon plotter. Fixes border rendering. Michael Drake 2009-03-02 08:59:54 +0000
  • 5b53bb6baa Select the text in the URL bar on Ctrl-A if the widget has the focus, rather than the document text. Thanks to Paweł Blokus <pblokus@gmail.com> for the patch. Rob Kendrick 2009-02-28 20:02:09 +0000
  • 460460b493 only perform navigation actions on release of button 1 Vincent Sanders 2009-02-27 12:15:28 +0000
  • cdd940897c Unroll some fill loops, enable adrianl improved ablend function Vincent Sanders 2009-02-27 11:36:18 +0000
  • 3ed92be17e make font face locations configurable options Vincent Sanders 2009-02-27 11:35:06 +0000
  • 02de9ff8db Improve freetype build integration (from hiyuh) Improve error checking on font initialization Vincent Sanders 2009-02-27 09:56:02 +0000
  • 4cf1a9f36b Take two Adrian Lees 2009-02-27 02:32:01 +0000
  • fb8d920646 Fix silly oversights; still disabled for now Adrian Lees 2009-02-27 02:29:59 +0000
  • 464b7edf0c Sketch of possible optimisations; disabled pending testing and fixing Adrian Lees 2009-02-27 01:14:04 +0000
  • 66885831a7 Fixed version of r6647. Michael Drake 2009-02-27 00:12:22 +0000
  • 309767fb57 allow glyph cache to grow to 2MB not 200k Vincent Sanders 2009-02-26 23:43:18 +0000
  • 64a125b8bd Revert r6647. Michael Drake 2009-02-26 23:41:34 +0000
  • 6b064b526c Possibly slightly faster bitmap plotter. Michael Drake 2009-02-26 23:05:06 +0000
  • 7af238ab7f If its safe to do so do fills with words at a time Vincent Sanders 2009-02-26 22:59:28 +0000
  • c6a70c2052 use restrict keywords to improve rectangle clipping perfomance Vincent Sanders 2009-02-26 22:08:12 +0000
  • c85268379b try and improve plotter perfomance futher Vincent Sanders 2009-02-26 21:37:22 +0000
  • 4ba6b4324e Greyed out toolbar icons. Michael Drake 2009-02-26 19:52:54 +0000
  • cb0ee9b6c7 add some notes on the different frontends Vincent Sanders 2009-02-26 19:32:03 +0000
  • 2fa78a799b Improve option handling code in frontends Improve depth handling in the VNC frontend Vincent Sanders 2009-02-26 18:58:03 +0000