Commit Graph

  • b0358727d9 GTK: Don't need to treat local history specially now. Michael Drake 2017-06-10 11:53:58 +0100
  • 56daba5878 Core local history: Make rendering behave like treeview. Michael Drake 2017-06-10 11:50:53 +0100
  • 368b03bffb Local history: Pass clip rectangle around as struct. Michael Drake 2017-06-10 11:15:20 +0100
  • 283d921f34 Core local history: We always clip, so don't need to handle condition. Michael Drake 2017-06-10 10:44:33 +0100
  • 5225ca2b90 Core local history: Remove unused redraw API. Michael Drake 2017-06-10 10:40:43 +0100
  • 2ba19119f6 Move sys_uptime() inside kolibrios dir Ashish Gupta 2017-06-10 08:21:40 +0200
  • 4b208e2400 Release nightly for KolibriOS. Ashish Gupta 2017-05-31 00:35:19 +0200
  • c8a2d24a43 Towards integration with shared build system Ashish Gupta 2017-05-14 11:41:01 +0200
  • a2a1dabcce Enable GIF PNG JPEG image formats Ashish Gupta 2017-05-14 00:15:05 +0200
  • 698077fba6 Get rid of internal font building from Makefile Ashish Gupta 2017-05-13 23:15:38 +0200
  • ad95397ee2 Clean up debug board logging and other crap Ashish Gupta 2017-05-13 21:08:42 +0200
  • a27d16a747 Switch to freetype fonts! Ashish Gupta 2017-05-11 21:44:00 +0200
  • 4a95a17b0c Changes to gui.c as framebuffer frontend has changed Ashish Gupta 2017-05-11 21:36:08 +0200
  • dac20745dc Do multiple FETCH_DATA callbacks from http fetcher instead of just one large callback Ashish Gupta 2017-05-11 18:59:45 +0200
  • 839c2e8e63 Tidy up some things. Ashish Gupta 2017-05-11 17:14:01 +0200
  • 5aeb8eb558 Fix description for FETCH_HEADER Remove redundant FETCH_XXX description from the curl fetcher. Ashish Gupta 2017-05-02 12:25:51 +0200
  • 95cbdd36e3 Add http kolibrios fetcher Ashish Gupta 2017-05-02 12:01:38 +0200
  • 9d8b0eae94 Properly initialize heap to avoid malloc failures Ashish Gupta 2017-05-02 10:25:08 +0200
  • fd16a63ad2 Update kolibrios frontend to use invalidate window area API (Applied change becd386) Ashish Gupta 2017-04-24 21:30:17 +0200
  • bf5cb1e98e Get logging working. Ashish Gupta 2017-04-23 18:58:16 +0200
  • dbe6423830 Move port for kolibrios ahead. Look at diff from master and reconcile. Ashish Gupta 2017-04-21 23:18:15 +0200
  • efdd935410 Fix up makefiles to build with make TARGET=kolibrios install Ashish Gupta 2017-04-15 23:52:42 +0200
  • 8078564f9d Add options for kolibrios (nskolibrios) Ashish Gupta 2017-04-15 10:11:40 +0200
  • ee95879c08 Steal framebuffer and reuse in kolibrios port Ashish Gupta 2017-04-14 14:06:18 +0200
  • 6fed24e894 Step 2 : Abuse _TARGET_IS_KOLIBRIOS and build with make TARGET=kolibrios Ashish Gupta 2017-04-13 23:36:26 +0200
  • 6fd280bb5b Add kolibrios/ dir : Step 1 towards porting this to Kolibri OS Ashish Gupta 2017-04-05 21:39:01 +0200
  • 9bf5ecfa87 Fix windows frontend click and invalidate region scroll offsets Vincent Sanders 2017-06-09 22:52:49 +0100
  • 2bec7f113c fix gtk bitmap doccomment to be truthful Vincent Sanders 2017-06-09 21:58:21 +0100
  • 527b19b111 Windows: Core window: No need to erase the invalidated region on scroll. Michael Drake 2017-06-09 21:53:44 +0100
  • 3b18d36b02 Local history: Render window background fill. Michael Drake 2017-06-09 21:48:53 +0100
  • ebab4ee8d6 Doxygen can't do badged, because Doxygen is good Daniel Silverstone 2017-06-09 21:23:53 +0100
  • ea8c5c2fac Link to the CII best practices page for NetSurf. Talk to me about updating it Daniel Silverstone 2017-06-09 20:25:41 +0100
  • 2467a0a990 fix coverity issue 1372473 Out-of-bounds write Vincent Sanders 2017-06-09 19:51:12 +0100
  • 703427a486 Update documentation removing junk and moving to markdown for most text files Vincent Sanders 2017-06-09 17:28:55 +0100
  • 711dcabe7c Check the return value for NSERROR_OK when plotting bitmaps. Fixes display of images. Sven Weidauer 2017-06-08 22:22:42 +0200
  • a8348f3bc9 Free the structure with the correct function call Chris Young 2017-06-08 19:57:18 +0100
  • d4da618072 Merge remote-tracking branch 'origin/master' into svenw/cocoa Sven Weidauer 2017-06-07 22:51:57 +0200
  • 1a142fdd96 Add helpers for retain/release and use in bitmap.m Sven Weidauer 2017-06-07 22:51:20 +0200
  • 8ce6d02fbd Convert URLFieldCell to use dragging sessions instead of the deprecated dragImage:... method Sven Weidauer 2017-06-07 22:33:07 +0200
  • f81e8a53d7 Only adjust frame when minimum size actually changes. Fixes high CPU load. Sven Weidauer 2017-06-07 22:32:17 +0200
  • 8fd52c32bc Update project file (Xcode 9, generate testament.h when building using the Xcode build system) Sven Weidauer 2017-06-07 22:31:31 +0200
  • 103f99c210 Correct alignment (thx Jaime Cagigal) Chris Young 2017-06-07 18:27:39 +0100
  • f7026ef8b1 Replace deprecated API Sven Weidauer 2017-06-05 18:19:03 +0200
  • bf0a0fb15a Use newer API for alert. Sven Weidauer 2017-06-05 17:49:59 +0200
  • d023f97499 Pass actions from the browser window controller to the browser view controller. Sven Weidauer 2017-06-05 17:40:44 +0200
  • 7a3976a120 Reformat headers as well. Sven Weidauer 2017-06-05 12:43:58 +0200
  • e51c739bfc Start modernising ObjC Sven Weidauer 2017-06-05 12:43:11 +0200
  • 2ba97ae0db Reformat code using clang-format. Sven Weidauer 2017-06-05 11:20:56 +0200
  • 3ee40a10b1 Fix up cocoa frontend. Sven Weidauer 2017-06-05 10:47:34 +0200
  • ce4e059ea6 Fix detection of the OS X SDK. Sven Weidauer 2017-06-01 20:43:06 +0200
  • 6b2425b375 Revert "remove cocoa frontend" Sven Weidauer 2017-06-01 20:11:38 +0200
  • f855774e1a Layout: Prevent negative widths on absolutle positioned boxes. Michael Drake 2017-06-02 18:22:57 +0100
  • c08ef5f984 make windows frontend use corewindow API for local history window Vincent Sanders 2017-06-01 23:57:09 +0100
  • 08a86bfa0e clean up doccomments and formatting in texplain content handler Vincent Sanders 2017-06-01 22:43:45 +0100
  • 6b997431d3 update RISC OS frontend to use core window for local history Vincent Sanders 2017-05-28 22:07:33 +0100
  • f1fdd93ffd Add local history get url API Vincent Sanders 2017-05-28 21:56:33 +0100
  • 6736ab9b72 fix risc os dialog opening relative to parent Vincent Sanders 2017-05-28 17:28:28 +0100
  • 79cde2cefb fixup windows invalidate call Vincent Sanders 2017-05-23 14:37:06 +0100
  • d6c0792541 remove cocoa frontend Vincent Sanders 2017-05-23 11:18:45 +0100
  • 681586139f update windows frontend for corewindow API change Vincent Sanders 2017-05-23 09:47:13 +0100
  • cef92b0fc7 update riscos frontend for corewindow API change Vincent Sanders 2017-05-23 09:46:56 +0100
  • 3c1a6f9c52 update gtk frontend for corewindow API change Vincent Sanders 2017-05-23 09:45:37 +0100
  • ab676ec917 update atari frontend for corewindow API change Vincent Sanders 2017-05-23 09:45:24 +0100
  • 6f2670ec42 update amiga corewindow implementation for changed API Vincent Sanders 2017-05-23 09:44:17 +0100
  • ac732fb79d update invalidate area core window API Vincent Sanders 2017-05-23 09:41:29 +0100
  • bc42b29801 improve documentation comments in browser window interface table Vincent Sanders 2017-05-01 22:29:24 +0100
  • 6f7b5e3f22 Layout: Fix auto margins to be affected by {min|max}-width constraints. Michael Drake 2017-04-28 15:44:34 +0100
  • e431e6181b RISC OS: Init core hotlist in read-only mode for external hotlist. Michael Drake 2017-04-28 12:10:30 +0100
  • ad3da6c139 Core hotlist: Improve hotlist_init documentation. Michael Drake 2017-04-28 12:09:58 +0100
  • 06baaa9f7c Core hotlist: A NULL save_path makes the hotlist read-only. Michael Drake 2017-04-28 12:02:48 +0100
  • 6c726473ef Layout: Implement CSS3 box-sizing property. Michael Drake 2017-04-27 16:47:38 +0100
  • 66602e6327 fixup errors introduced in set_scroll API change Vincent Sanders 2017-04-26 22:48:00 +0100
  • 87ed0904e0 Merge branch 'vince/scroll-api' Vincent Sanders 2017-04-26 22:28:41 +0100
  • 5fba1fb94d Update windows frontend for set_scroll API change Vincent Sanders 2017-04-26 22:27:49 +0100
  • c100a33285 Update riscos frontend for set_scroll API change Vincent Sanders 2017-04-26 22:27:11 +0100
  • 2de6386da2 Update monkey frontend for set_scroll API change Vincent Sanders 2017-04-26 22:25:23 +0100
  • 0f039b4421 Update GTK frontend for set_scroll API change Vincent Sanders 2017-04-26 22:24:57 +0100
  • a696720cd6 Update framebuffer frontend for set_scroll API change Vincent Sanders 2017-04-26 22:24:29 +0100
  • db9b829df2 Update beos frontend for set_scroll API change Vincent Sanders 2017-04-26 22:24:03 +0100
  • db549331f7 Update atari frontend for set_scroll API change Vincent Sanders 2017-04-26 22:23:27 +0100
  • cbc60a906a update amiga frontend to new set_scroll API Vincent Sanders 2017-04-26 22:22:03 +0100
  • 87066f9f8d simplify the browser window operations by removing scroll API Vincent Sanders 2017-04-26 20:48:54 +0100
  • 7bbf2a9ca0 HTML layout: Extend :after pseudo element handling to cover display:table. Michael Drake 2017-04-26 16:39:11 +0100
  • ebcc27c330 Box tree dump: If box has element, include element name in dump. Michael Drake 2017-04-26 15:20:31 +0100
  • 4b76d2096d GTK: Optimise tiled bitmap plotting, and scaled bitmap rendering. Michael Drake 2017-04-26 12:33:57 +0100
  • 796bb0f652 update framebuffer frontend to remove reformat API Vincent Sanders 2017-04-26 10:05:57 +0100
  • 5467d5e157 update beos frontend to remove reformat API Vincent Sanders 2017-04-26 10:04:43 +0100
  • 3c264d63e6 update atari frontend to remove reformat API Vincent Sanders 2017-04-26 10:03:29 +0100
  • 52ee93597a update monkey frontend to remove reformat API Vincent Sanders 2017-04-26 10:02:24 +0100
  • be7aef9231 update riscos frontend to remove reformat API Vincent Sanders 2017-04-26 10:00:51 +0100
  • 1e197432f8 update amiga frontend to remove reformat API Vincent Sanders 2017-04-26 09:59:08 +0100
  • 3e24dc831b update windows frontend to remove reformat Vincent Sanders 2017-04-26 09:55:36 +0100
  • 413ee474d2 update cocoa frontend with reformat API change Vincent Sanders 2017-04-26 09:52:39 +0100
  • 72bd28d16e update GTK frontend for reformat API change Vincent Sanders 2017-04-26 09:47:55 +0100
  • bd932d958b remove reformat from browser window operation table Vincent Sanders 2017-04-26 09:43:18 +0100
  • 31d98a1d2e Core hotlist: Ensure any hotlist save callback is removed on hotlist_fini. Michael Drake 2017-04-25 15:14:56 +0100
  • 479c3fd0b5 Hotlist: Save hotlist modifications. Michael Drake 2017-04-25 13:05:00 +0100
  • e227b3d29c Windows: Update for core hotlist API change. Michael Drake 2017-04-25 12:16:33 +0100
  • 0d8ed168b2 RISC OS: Update for core hotlist API change. Michael Drake 2017-04-25 12:13:07 +0100
  • a137de40a9 GTK: Update for core hotlist API change. Michael Drake 2017-04-25 12:08:32 +0100