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
John Mark Bell
4976247df0
Cope with an absence of pkg-config when building for Windows
...
svn path=/trunk/netsurf/; revision=11459
2011-01-23 00:39:53 +00:00
John Mark Bell
c873d789dc
Tool defaults for windows host
...
svn path=/trunk/netsurf/; revision=11458
2011-01-23 00:32:57 +00:00
John Mark Bell
9ccb9227c8
Rudimentary msys support
...
svn path=/trunk/netsurf/; revision=11457
2011-01-23 00:20:20 +00:00
Ole Loots
ac8096964e
Added search dialog.
...
svn path=/trunk/netsurf/; revision=11454
2011-01-22 16:47:20 +00:00
Ole Loots
43f6db8ffd
Added copy directives for some missing files.
...
svn path=/trunk/netsurf/; revision=11453
2011-01-22 16:46:58 +00:00
Ole Loots
09e6d5f6a1
Added default blank page.
...
svn path=/trunk/netsurf/; revision=11452
2011-01-22 16:45:45 +00:00
Ole Loots
50db2a2dac
Resource file was missing within initial chekin. Added Search dialog.
...
svn path=/trunk/netsurf/; revision=11451
2011-01-22 16:45:21 +00:00
Ole Loots
c0c423fbca
Improved compatibility with classic TOS systems.
...
svn path=/trunk/netsurf/; revision=11450
2011-01-22 16:43:51 +00:00
Ole Loots
b8f40265f4
Updated documentation.
...
svn path=/trunk/netsurf/; revision=11449
2011-01-22 16:43:24 +00:00
Ole Loots
c94c308cb4
Improved compatibility with classic TOS systems,
...
disabled spinner.
svn path=/trunk/netsurf/; revision=11448
2011-01-22 16:42:32 +00:00
Ole Loots
deb88adffb
Shrinked initial size of the canvas area.
...
svn path=/trunk/netsurf/; revision=11447
2011-01-22 16:38:26 +00:00
Ole Loots
3462356059
increased compatibility with classic TOS systems. (Getcookie() breaks on classic TOS systems.)
...
svn path=/trunk/netsurf/; revision=11446
2011-01-22 16:37:24 +00:00
Ole Loots
7e79d32bed
Removed default entries from hotlist, they are already defined within NetSurf core.
...
svn path=/trunk/netsurf/; revision=11445
2011-01-22 16:35:16 +00:00
Ole Loots
b18ede1a60
Limit length of statustext to 80 chars, to satisfy v_gtext specifications.
...
Introduced attached flag.
svn path=/trunk/netsurf/; revision=11444
2011-01-22 16:34:10 +00:00