John Mark Bell
27924aa38c
Minor fix for path defaulting: retain rightmost / iff it's the first character in the path
...
svn path=/trunk/netsurf/; revision=11524
2011-01-29 15:17:42 +00:00
John Mark Bell
850160c40f
Reflect new css_stylesheet_create API
...
svn path=/trunk/netsurf/; revision=11523
2011-01-29 14:53:18 +00:00
Sven Weidauer
b1d96fcd6b
Download window asks if download should be cancelled before being closed and displays an estimate of the time remaining.
...
svn path=/trunk/netsurf/; revision=11521
2011-01-29 10:24:54 +00:00
Sven Weidauer
672cb37412
Implemented context menu.
...
svn path=/trunk/netsurf/; revision=11520
2011-01-28 18:26:34 +00:00
Sven Weidauer
48c6ba4b49
Timer based reformatting, so reformat happens also while resizing windows.
...
svn path=/trunk/netsurf/; revision=11519
2011-01-28 14:40:25 +00:00
Sven Weidauer
3ba2596f5c
Implemented frames and handling reformats the right way using browser_reformat_pending.
...
svn path=/trunk/netsurf/; revision=11518
2011-01-28 14:08:42 +00:00
Sven Weidauer
f56b20994e
Keyboard scrolling.
...
svn path=/trunk/netsurf/; revision=11517
2011-01-28 13:22:40 +00:00
Sven Weidauer
b2482982dd
More font-related fixes.
...
svn path=/trunk/netsurf/; revision=11516
2011-01-28 13:22:34 +00:00
Sven Weidauer
ccac2289cf
Setting current_redraw_browser and fixing mouse dragging
...
svn path=/trunk/netsurf/; revision=11515
2011-01-28 12:18:58 +00:00
Vincent Sanders
acc2c341bd
Make GTK popup menu generated like the menu bar menu
...
Clean up gtk scaffoling of some gsoc madness
fix tab opening from popup menu
Remove forward declarations and stop exporting the symbols for every event handler when they should be static
svn path=/trunk/netsurf/; revision=11514
2011-01-28 12:17:51 +00:00
Sven Weidauer
aa3fc46df5
Implemented resolution independence fot the TreeView and HistoryView and moved the coordinate transform function to their own header.
...
svn path=/trunk/netsurf/; revision=11513
2011-01-28 08:54:55 +00:00
Sven Weidauer
a1f1138479
Updated baseline calculation for fonts
...
svn path=/trunk/netsurf/; revision=11512
2011-01-28 07:36:09 +00:00
John Mark Bell
46a9e334a0
Fix irritating typo, that appears to have spread throughout the compilation documentation
...
svn path=/trunk/netsurf/; revision=11511
2011-01-27 23:04:46 +00:00
Michael Drake
e841f9767b
Pedantic formatting changes.
...
svn path=/trunk/netsurf/; revision=11510
2011-01-27 15:47:02 +00:00
Sven Weidauer
733376da5e
Improved and crash-free download window.
...
svn path=/trunk/netsurf/; revision=11509
2011-01-27 14:26:24 +00:00
Sven Weidauer
43d02a75ca
Rendering end pixels of horizontal and vertical lines correctly.
...
svn path=/trunk/netsurf/; revision=11508
2011-01-27 12:23:55 +00:00
Sven Weidauer
3376f7f50f
Implemented resolution-independent rendering for the browser view. Still needs to be implemented for the other views.
...
svn path=/trunk/netsurf/; revision=11507
2011-01-27 11:43:48 +00:00
Sven Weidauer
73885bf3d0
Moved main() and related functions from gui.m to NetsurfApp.m
...
svn path=/trunk/netsurf/; revision=11506
2011-01-27 09:01:16 +00:00
Sven Weidauer
07fb8a93b1
Scaling position of select popup.
...
svn path=/trunk/netsurf/; revision=11505
2011-01-27 08:02:36 +00:00
Sven Weidauer
14404769cc
Fixing font calculations and warnings about invalid glyph indices.
...
svn path=/trunk/netsurf/; revision=11504
2011-01-27 07:55:06 +00:00
Sven Weidauer
f5ef7c71e7
Setting/Loading more options. Also loading urldb and cookies.
...
svn path=/trunk/netsurf/; revision=11503
2011-01-26 19:17:27 +00:00
Michael Drake
47c7051242
Change default favicon to content image.
...
svn path=/trunk/netsurf/; revision=11502
2011-01-26 18:36:48 +00:00
Michael Drake
44e8897a48
Make layout of block formatting contexts take account of the bottom margin of the last contained block.
...
svn path=/trunk/netsurf/; revision=11498
2011-01-26 15:14:38 +00:00
Sven Weidauer
80cdf73f6b
Cmd-W closes active tab.
...
svn path=/trunk/netsurf/; revision=11497
2011-01-26 15:04:42 +00:00
Sven Weidauer
241510c0e2
Some random fixes.
...
svn path=/trunk/netsurf/; revision=11496
2011-01-26 13:58:35 +00:00
Sven Weidauer
56fb20de83
Leaving history overlay active after navigating using the back/forwards buttons.
...
svn path=/trunk/netsurf/; revision=11495
2011-01-26 13:42:52 +00:00
Sven Weidauer
da01624374
Enabling back/forward buttons only if appropriate.
...
svn path=/trunk/netsurf/; revision=11494
2011-01-26 13:35:07 +00:00
Sven Weidauer
7b2694e9f6
Updated PSMTabBarControl source code to version from https://github.com/dergraf83/PSMTabBarControl
...
svn path=/trunk/netsurf/; revision=11490
2011-01-26 10:52:13 +00:00
Sven Weidauer
a663cf8f84
Improved/refactored font functions and (hopefully) sped up cocoa_prepare_layout_manager()
...
svn path=/trunk/netsurf/; revision=11489
2011-01-26 09:58:29 +00:00
Sven Weidauer
d4d749cd10
Decoding .ICO for favicons
...
svn path=/trunk/netsurf/; revision=11488
2011-01-25 18:48:28 +00:00
Sven Weidauer
37d15e2204
Fixing bitmap functions to return BYTES and not bits per pixel for bitmap_get_bpp
...
svn path=/trunk/netsurf/; revision=11487
2011-01-25 18:48:26 +00:00
Sven Weidauer
620fd90fa7
General cleanup and warning fixes
...
svn path=/trunk/netsurf/; revision=11486
2011-01-25 17:16:20 +00:00
Sven Weidauer
67c9970e54
Implemented favicons. Doesn't work for .ICO files
...
svn path=/trunk/netsurf/; revision=11485
2011-01-25 17:16:17 +00:00
Sven Weidauer
cca607fbe8
Creating select menus for forms
...
svn path=/trunk/netsurf/; revision=11484
2011-01-25 15:09:06 +00:00
Sven Weidauer
5615eb65af
Fixing font scaling and splitting
...
svn path=/trunk/netsurf/; revision=11482
2011-01-25 10:25:10 +00:00
Sven Weidauer
15e7b87cac
Nicer button for local history, fading history view, more readable blue for active item
...
svn path=/trunk/netsurf/; revision=11481
2011-01-25 09:53:39 +00:00
Vincent Sanders
7ff51a93d5
gtk context menu cleanups
...
svn path=/trunk/netsurf/; revision=11480
2011-01-25 09:19:47 +00:00
Sven Weidauer
e21cab6a7f
Added local history overlay
...
svn path=/trunk/netsurf/; revision=11479
2011-01-24 15:01:34 +00:00
Sven Weidauer
840fb0b9aa
History colours as constants r=jmb,vince
...
svn path=/trunk/netsurf/; revision=11478
2011-01-24 13:32:35 +00:00
Sven Weidauer
8cc6b55981
Nice back/forward buttons and moved refresh button into URL field (like Safari)
...
svn path=/trunk/netsurf/; revision=11477
2011-01-24 09:12:22 +00:00
François Revel
4dda0f0204
- whitespace cleanup.
...
- check if /opt/local exists and add it to search paths, so libjpeg installed by MacPort can be found, as it doesn't seem to have a pkg-config descriptor.
svn path=/trunk/netsurf/; revision=11471
2011-01-23 20:31:36 +00:00
François Revel
d4881ab935
Remove leftover atari stuff in cocoa section.
...
svn path=/trunk/netsurf/; revision=11470
2011-01-23 20:20:44 +00:00
Sven Weidauer
dd1e7b893b
Activating (and fixing) more warnings in Xcode
...
svn path=/trunk/netsurf/; revision=11469
2011-01-23 19:32:56 +00:00
Sven Weidauer
f9ad379830
Generating version info in Info.plist from version.c
...
svn path=/trunk/netsurf/; revision=11468
2011-01-23 19:03:39 +00:00
Sven Weidauer
ce2f4da8ac
Makefile cleanup and copying only required localized resources
...
svn path=/trunk/netsurf/; revision=11467
2011-01-23 19:03:19 +00:00
Chris Young
037e208299
Create a new FTP launch-handler as well.
...
svn path=/trunk/netsurf/; revision=11466
2011-01-23 17:59:57 +00:00
Sven Weidauer
d528da0fd9
Building universal binary (only works for clang and not for ppc64)
...
svn path=/trunk/netsurf/; revision=11465
2011-01-23 15:26:26 +00:00
Sven Weidauer
34b42a120a
Assembling .app bundle in Makefile.target
...
svn path=/trunk/netsurf/; revision=11464
2011-01-23 14:14:35 +00:00
Vincent Sanders
6e40f045f6
fix include path setting on windows native build
...
svn path=/trunk/netsurf/; revision=11463
2011-01-23 13:46:30 +00:00
Sven Weidauer
3938a08bf9
Adding note about building universal libraries
...
svn path=/trunk/netsurf/; revision=11462
2011-01-23 12:12:02 +00:00