Commit Graph

  • 4e5a7ec3f1 Default official throbber imagery. throbber_frames:9 Chris Young 2008-10-13 18:02:39 +0000
  • 5bf4caf6ba AmiUpdate support. Chris Young 2008-10-13 18:01:25 +0000
  • f1a06ac5d9 Various minor fixes for treeviews, history tree now populates. Chris Young 2008-10-13 18:00:44 +0000
  • 5c01ca3306 Better, safer fix for the type punning issue Daniel Silverstone 2008-10-13 16:39:54 +0000
  • 1108d1d1c5 Fix type-punning warning in fetch_data.c Daniel Silverstone 2008-10-13 16:27:45 +0000
  • 38619e2d29 Finish 80 char widthing. Michael Drake 2008-10-13 15:06:19 +0000
  • 1edad47dbe Fix GTK version requirement. Michael Drake 2008-10-13 15:03:19 +0000
  • bc58a43254 OS X friendliness. John Mark Bell 2008-10-13 14:34:20 +0000
  • 7293b6f4bb Tidy up where spaces were used for indentation. Michael Drake 2008-10-13 12:30:23 +0000
  • a5ac56655c Fix float percentage heights to match other browsers: for floated elements the containing block is the nearest ancestor box at block level, rather than the block formatting context block that the float is in. Michael Drake 2008-10-13 10:50:46 +0000
  • 79978eafcd Set float_container before float layout. Fixes percentage height on floated elements. Michael Drake 2008-10-12 21:45:38 +0000
  • 1a237535f7 Better commenting of percentage height stuff. Michael Drake 2008-10-12 21:35:04 +0000
  • b7a1b3999e Implement percentage heights for block level elements in normal flow, floats and positioned boxes. Percentage min/max-height not yet handled. Michael Drake 2008-10-12 21:22:28 +0000
  • c1db0e90cc Use style guide switch formatting all over. Michael Drake 2008-10-12 15:34:43 +0000
  • b26c419d70 Change some spaces to tabs. Michael Drake 2008-10-12 13:46:29 +0000
  • 8196d13a73 Reapply r5542 but without its CRLF lineending change. John Tytgat 2008-10-12 13:37:16 +0000
  • 78bc16d8f9 Revert r5542 change for Makefile.sources as it has CRLF lineendings. John Tytgat 2008-10-12 13:36:08 +0000
  • dfeb722504 Stop over-zealous deletions, we should only be deleting the currently-selected node. Chris Young 2008-10-11 23:06:18 +0000
  • fbb2ae7f5f Fix problem with file uploads to amigans.net always returning error to the effect of: files of type text/plain cannot be uploaded Chris Young 2008-10-11 22:01:26 +0000
  • 1978e62d05 Improved treeview browser - cookies tree part (missed off previous commit) Chris Young 2008-10-11 21:59:22 +0000
  • 86042c61ea Improved Amiga treeview support. Now creates trees for cookies and history (history doesn't populate at the moment). Can add folders and edit titles in hotlist treeviews, and delete entries in all treeviews. Chris Young 2008-10-11 21:38:04 +0000
  • 3b0c91c91d Remove debug Chris Young 2008-10-11 21:31:51 +0000
  • fd4e299aef New throbber icon by Martin Merz Chris Young 2008-10-11 21:31:04 +0000
  • af41e54403 Distribution files including basic documentation and an alternative icon (drawn by Martin Merz) Chris Young 2008-10-11 21:29:24 +0000
  • f94f5cef35 Fix copying plain text selection. François Revel 2008-10-11 16:58:22 +0000
  • 4463070f1c Fix selection in plain text files, check if s->defined first, and check s->root just in case. François Revel 2008-10-11 16:47:25 +0000
  • 76444db118 Fix pt and pc size calculations when screen dpi is not 90. Michael Drake 2008-10-11 15:59:49 +0000
  • 2e584e3b04 Style guide formatting. Michael Drake 2008-10-11 15:12:42 +0000
  • 56f8f275fd Fix close icon size on tabs. Thanks to Christian Dywan (kalikiana). Michael Drake 2008-10-11 13:52:03 +0000
  • 4e79ee3d07 - support BITMAP_CLEAR_MEMORY in create_bitmap() - copying to clipboard now constructs a text_run_array for StyledEdit, that is added to the clipboard. In applications supporting it it pastes the text with the correct fonts and sizes, and the text colors. - tried to find which line in source code the selection starts to open the editor there, but it's not finished so it's disabled. François Revel 2008-10-10 21:43:25 +0000
  • e4fba7f577 Add missing calls to bitmap_modified(). This fixes using libpng in the BeOS port. François Revel 2008-10-10 20:54:49 +0000
  • eaa744c0d2 Remove urldb_search_remove. Added hint for where to find it if we need it in future Daniel Silverstone 2008-10-10 11:54:37 +0000
  • c4cf8b14cd Add #if support for controlling debug dumps of box tree and framesets Daniel Silverstone 2008-10-10 10:56:34 +0000
  • 6138faa0e5 Remove -Winline Daniel Silverstone 2008-10-10 10:06:35 +0000
  • 6a9f156fc6 Fix format string warning error Daniel Silverstone 2008-10-10 09:50:42 +0000
  • 9343a94193 Warning squashes Rob Kendrick 2008-10-10 09:47:52 +0000
  • 88b8fdb221 Remove redundant function, and guard print/export-pdf against lack of haru Daniel Silverstone 2008-10-10 09:33:39 +0000
  • f02cf9a5b5 Fix two warnings which only show when not using haru or hubbub Daniel Silverstone 2008-10-10 09:30:17 +0000
  • 74baa6336c Fixed most of the scaffolding warnings. Mike Lester 2008-10-09 23:19:50 +0000
  • c14cd17411 More GTK warning fixes. Rob Kendrick 2008-10-09 23:14:00 +0000
  • 8dedd7a4e1 Updated style, 80 char width Mike Lester 2008-10-09 23:09:01 +0000
  • 4b2802c546 Whole bunch of warning fixes in GTK Rob Kendrick 2008-10-09 23:07:38 +0000
  • 56500ce8e8 Fixed warning relating to Downloads. Mike Lester 2008-10-09 23:06:07 +0000
  • 35120aab1a Fix warnings in gtk_option.c - this code needs *serious* refactoring to remove crackful macros that unbalance braces. Rob Kendrick 2008-10-09 22:49:48 +0000
  • bbda089a72 Style guide formatting: indentation, 80 char width, 2 tabs after wrap. Michael Drake 2008-10-09 21:32:56 +0000
  • 35766f761e Fix braino in previous commit Rob Kendrick 2008-10-09 21:22:27 +0000
  • a0273d8c7f Fix warning in gtk_about.c, reformat Rob Kendrick 2008-10-09 21:17:31 +0000
  • 232c43418d Fixed all but one "about dialog" related warnings. All credit strings are now constant. Mike Lester 2008-10-09 20:47:19 +0000
  • 0bd85e2e44 Add header guard to reduce warning count marginally Daniel Silverstone 2008-10-09 14:12:44 +0000
  • f6a2b1169d Ensure we set the CSS DPI every time a window opens. For now, this will do. Later we need to monitor and perhaps support per-browser-window dpi? Daniel Silverstone 2008-10-09 13:45:21 +0000
  • 10879f2ad6 Add missing copyright on the version info for BeOS. François Revel 2008-10-09 02:32:33 +0000
  • 8710d3a814 - fix for copying selection to clipboard - fix some leaks - prepare for about box (use about html from rsrc: but it's broken yet) - if more than 1 refs received at the same time, open the extra ones in a new window. François Revel 2008-10-09 01:22:14 +0000
  • ea205ecf23 Generate AmigaOS version string in correct format, taking: netsurf_version_major from desktop/version.c as version SVN revision from local repository as revision Chris Young 2008-10-08 22:55:58 +0000
  • 54013eb1fa Override checking the mime type for known extensions. At least on my system, the mime sniffer thinks css files are text/x-source-code, and NS didn't like that. François Revel 2008-10-08 22:05:11 +0000
  • 8b992259f1 Fix drawing the selection. François Revel 2008-10-08 20:55:18 +0000
  • c31a54788e Add clipboard support. Works mostly. François Revel 2008-10-08 20:08:54 +0000
  • bc3b994817 -enlarge invalidate rect by 1x1 in gui_window_redraw, this fixes caret updates. - implement clipboard handling, not yet used though. François Revel 2008-10-08 19:43:28 +0000
  • 6ce8d637d6 Fix multibyte character input. François Revel 2008-10-08 00:08:48 +0000
  • 493fb9ed87 Fix app signature for Haiku's StyledEdit. François Revel 2008-10-07 01:36:11 +0000
  • 21f541fdef Dereference symlinks on B_REFS_RECEIVED. This way dropping a symlink to an html file actually opens the target, and succeeds in finding its related files. One can still enter the path to the symlink itself in the url bar as file:// anyway. François Revel 2008-10-07 00:42:14 +0000
  • 6fd280ad2e - fix using undefined fd_sets in case active was false. Looks like I was too quick at copy-pasting gtk code. This should fix the busy-loop behaviour on Haiku. - remove dead gtk code. François Revel 2008-10-07 00:15:19 +0000
  • 2ab25ce7db Snif local files entirely the BeOS way, using the mime db, this fixes taking symlinks to html as plain text. Make sure the mime db has the needed types just in case they are missing. François Revel 2008-10-06 23:53:59 +0000
  • 5e32d1ea12 Uncomment the code to focus the view on mouse click, much better. François Revel 2008-10-06 22:34:03 +0000
  • dfec4035dd List traversing tidy-up. Chris Young 2008-10-06 18:20:16 +0000
  • 2808d77089 Full quit function and associated ARexx command (QUIT) Chris Young 2008-10-06 17:47:31 +0000
  • be787cabb1 Closing entire windows instead of just tabs is now possible Chris Young 2008-10-06 07:07:33 +0000
  • 497c218d4a - less debug output - fixed mouse handling, now text input works again. François Revel 2008-10-06 04:11:28 +0000
  • bd276020aa - fix some coordinate handling - bail out trying to redraw if there are more than 1 pending resize, this almost suppresses flicker on resize, and also avoids having the window busy for 10s redrawing 20 times. François Revel 2008-10-06 02:07:55 +0000
  • 482ffb2887 - Remove dead gtk code - fix overlapping of toolbar and content by 1 pixel François Revel 2008-10-06 01:56:54 +0000
  • 1b37dbcd2e Remove dead GTK code & (c) François Revel 2008-10-06 00:32:46 +0000
  • de531c691a Make gui_poll() a little better. Don't check for the event pipe fd if select returned an error. François Revel 2008-10-06 00:29:02 +0000
  • eda397e028 Fix plot_fill and plot_clip coords. Added some code to test plotters. -DTEST_PLOTTERS and call test_plotters_main() from main() to test. This should allow comparison on other platforms if they implement it too. François Revel 2008-10-05 21:42:04 +0000
  • 483bdf7987 Add Aliases to resources for later use. François Revel 2008-10-05 21:38:57 +0000
  • afa472c874 Fixed some problems with tabs, added a tab close gadget. Chris Young 2008-10-05 21:20:12 +0000
  • b1a6125578 Comment flush plotter. Michael Drake 2008-10-05 20:55:45 +0000
  • b36a6f7734 Add Hubbub support, should work much better when actually initializing it. François Revel 2008-10-05 20:35:28 +0000
  • 022616ce99 Fix the white flickering and bad redraws (text too dark due to being drawn twice), by setting the ViewColor to transparent (avoiding app_server to draw it), and doing it ourselves in plot_clg() just before drawing the rest. François Revel 2008-10-05 15:41:24 +0000
  • ae7290a2e2 Fix build and opening source file in editor. François Revel 2008-10-05 15:10:22 +0000
  • 4708c7b259 Kiosk mode (borderless window, no gadgets or menu etc) To enable, set kiosk_mode:1 Chris Young 2008-10-05 14:22:02 +0000
  • ec72e05bdc AmigaOS tabs implementation. Chris Young 2008-10-05 13:17:18 +0000
  • bd94b12422 Incomplete support for tabbed browsing. Chris Young 2008-10-04 23:29:17 +0000
  • fb09cf8f0a Dummy throbber (1x2 pixel grey PNG) throbber_frames=2 Chris Young 2008-10-04 23:27:43 +0000
  • 54a49823b5 Revert r5478, I didn't notice content struct had a mime_type field. François Revel 2008-10-03 04:30:47 +0000
  • 54ccbc94ed Add support for editting page source. François Revel 2008-10-03 03:42:10 +0000
  • 209c72b011 Add a function to tell the mime type for a content type. François Revel 2008-10-03 03:40:42 +0000
  • 0980d865b4 Fix prototype to get it as C linkage. François Revel 2008-10-03 00:27:51 +0000
  • 5de594527f - cleanup dead gtk code and copyrights - fix refs received before we have a window open (as in OpenWith...), maybe I should just open a new window each time anyway ? François Revel 2008-10-02 19:57:19 +0000
  • e4cdeb178e Use find_directory() to find where to put settings instead of polluting ~/. François Revel 2008-10-02 18:10:22 +0000
  • 2dd3c20aab Make sure menu items all get the target set recursively. François Revel 2008-10-02 17:26:06 +0000
  • 0f71221134 Add window shortcuts for toolbar actions. François Revel 2008-10-02 17:20:06 +0000
  • d2f5d19da6 Partially fix menu shortcut handling, however I'm not sure how to set Function keys... François Revel 2008-10-02 17:03:39 +0000
  • 121ac2c698 Fix R5 BONE build. François Revel 2008-10-02 16:52:45 +0000
  • f9f9478901 Implemented the login dialog. François Revel 2008-10-02 16:45:21 +0000
  • 7f100d8d49 - Cleanup: remove dead gtk code and its copyrights - remove unneeded fieltype hashlist code we just use the mime roster - implemented saving bitmaps François Revel 2008-10-02 14:10:52 +0000
  • 08073fb3d6 - switch to using builtin css files from rsrc: - add debug output to trace keyboard input as textinput doesn't work anymore. François Revel 2008-10-02 13:34:20 +0000
  • 9e640a2ab9 First try at implementing menus, from RiscOS ones but lots don't work yet. François Revel 2008-10-02 00:11:30 +0000
  • d4c4800fec - iMissing knockout option to false - Use Begin/EndViewTransaction() though it doesn't seem to help much reduce flicker - some fiddling with bitmaps François Revel 2008-10-01 21:04:32 +0000
  • dcb33e9835 Implemented thumbnails, though we don't use them yet. François Revel 2008-10-01 20:44:39 +0000
  • 0a580aa82d Ensure image/png.h gets css/css.h for the colour typedef Daniel Silverstone 2008-10-01 13:45:40 +0000
  • 8a6e803029 Load SVGs in IMG elements. Michael Drake 2008-09-30 12:17:16 +0000