Commit Graph

14668 Commits

Author SHA1 Message Date
anthony 1c352fe0f3 Implement methods to write bookmarks and add some preliminary UI tweaks 2021-01-06 19:59:28 +00:00
anthony 3f29c76540 Implement methods to get bookmarks 2021-01-05 20:12:10 +00:00
anthony 87ed8db872 Add initial skeleton for bookmarks window based on history window 2021-01-04 19:58:24 +00:00
Vincent Sanders 25c21e5fef add back/forward mouse button processing to GTK frontend 2021-01-02 09:49:25 +00:00
anthony 6b6ffdab45 BW_NAVIGATE_NONE doesn't do what I thought it did! 2021-01-01 16:00:21 +00:00
anthony 291efc3454 update readme 2021-01-01 15:54:50 +00:00
anthony 5975b8e3c9 History implemented 2021-01-01 15:53:11 +00:00
anthony 544ae837d5 tweak history impl so as not to require opening and resaving history just to append 2020-12-31 22:55:28 +00:00
anthony 8046fb8af2 Show last 5 history items in the menu bar for quick access 2020-12-29 20:10:57 +00:00
anthony 94b6c4ac7e implement history open, remove, copy 2020-12-28 18:12:55 +00:00
anthony ad386a3287 fix range exception when highlighting text 2020-12-28 16:32:01 +00:00
anthony eb5c01edf7 fix segfault when pasting 2020-12-28 16:24:48 +00:00
anthony e46bb36669 History - WIP basic history impl 2020-12-24 22:11:41 +00:00
anthony 4a696cf84a Figure out an interface for bookmarks & history 2020-12-21 20:12:47 +00:00
anthony aad55fedb9 Add basic outline for history window 2020-12-19 21:45:08 +00:00
anthony 06b6804da0 Update readme 2020-12-18 20:44:17 +00:00
anthony 74e3fe059f Downloads - Perform write on background thread, add cancel and clear, indicate complete/cancel in progress cell 2020-12-18 20:43:26 +00:00
anthony 38b61f46e7 Increase 'size' of downlaod if we've written more than the previous expected size 2020-12-16 20:17:54 +00:00
anthony b0286b674a Fix range exception when rendering some text where num glyphs != num chars 2020-12-16 19:26:04 +00:00
anthony 6886cc5a8f Hook up find window to search table 2020-12-14 21:27:23 +00:00
anthony adda2aed3c Work on search window, enable/disable based on main window 2020-12-13 17:33:15 +00:00
anthony 9a5922ba2b Fix window name not changing due to not being linked in .gorm 2020-12-12 17:44:23 +00:00
anthony f004897bdc Make default browser size larger 2020-12-12 17:37:32 +00:00
anthony 9bd681d260 Add speed, remaining, and progress bar to download info 2020-12-12 15:53:46 +00:00
anthony 7b5a806601 Update Downloads window with items based off of DownloadManager 2020-12-10 20:06:23 +00:00
anthony 160f4b43b2 Don't free ns owned buffer 2020-12-10 19:06:02 +00:00
anthony d04c87012a Basic download manager 2020-12-09 20:18:22 +00:00
anthony f0aeee7f97 Begin work on downloads window 2020-12-08 20:25:10 +00:00
anthony 2bdfe481f2 Mimic GTK port's copy/paste/cut contextual menu logic 2020-12-07 20:54:57 +00:00
anthony 815b39bb16 contextual menu actions 2020-12-07 20:14:13 +00:00
anthony bb301b99ee Fill in pasteboard functions 2020-12-07 19:48:35 +00:00
anthony 2de3769d47 Update browser size on resize 2020-12-06 10:32:12 +00:00
anthony f22baae2c2 Handle iframe scrolling 2020-12-05 22:15:00 +00:00
anthony ba3fe1fffa Fix incorrect line-width conversion (and thus broken iframes due to scrollbars) 2020-12-05 21:09:47 +00:00
anthony 5954f9280b Add caret 2020-12-05 15:43:34 +00:00
anthony 5ccb17a263 Add contextual mouse pointers 2020-12-05 14:07:25 +00:00
anthony 4fe704dbf0 Use control,target instead of delegate for urlbar 2020-12-05 13:24:54 +00:00
anthony 31c8b0b026 Just use the system font 2020-12-05 12:15:35 +00:00
anthony 378ce80eef update readme 2020-12-04 21:12:09 +00:00
anthony ef507f156f Fix stop/refresh button going walkabout 2020-12-04 20:44:29 +00:00
anthony 0d2ac228fc Fix up menu 2020-12-04 20:42:02 +00:00
anthony f6c82fd2dd Add refresh button, hook up back and forward buttons 2020-12-04 20:30:45 +00:00
anthony 08e0d3b003 bump urlbar font size, and increase page scrolling speed 2020-12-04 19:08:13 +00:00
anthony 274ab9d670 bump font size up 2020-12-03 20:40:06 +00:00
anthony 65b9019f06 Update url bar with nav url, send correct browser size to ns 2020-12-03 20:24:15 +00:00
anthony c05a705717 Fix missing resources 2020-12-03 20:05:46 +00:00
anthony 62fff96aeb Add icon 2020-12-03 19:38:01 +00:00
anthony ca34bcb07f Setup scrollview 2020-12-02 20:00:18 +00:00
anthony 074bb11459 Make delayed redraw look at the actual size of the view, rather than the dirty rect 2020-12-01 20:16:30 +00:00
anthony f71efa5dd6 Correct cocoa_font_position clipping 2020-12-01 20:10:00 +00:00