Commit Graph

5740 Commits

Author SHA1 Message Date
John Mark Bell
d8cc912a29 Slightly saner win32 LDFLAGS for non-pkg-config environments
svn path=/trunk/netsurf/; revision=11609
2011-02-04 15:44:35 +00:00
John Mark Bell
28d1817bdd Fix bug #3171370: initialise font resolution callback pointers
svn path=/trunk/netsurf/; revision=11608
2011-02-03 09:31:11 +00:00
Ole Loots
b6a7ab7af6 Improved download performance.
svn path=/trunk/netsurf/; revision=11605
2011-02-02 19:48:13 +00:00
Ole Loots
ed8a97fe22 Improved throbber graphics
svn path=/trunk/netsurf/; revision=11604
2011-02-02 19:47:34 +00:00
Sven Weidauer
9ca0163518 Handling keyboard events in tree view.
svn path=/trunk/netsurf/; revision=11602
2011-02-02 13:07:32 +00:00
Sven Weidauer
618eb9d30a Basic bookmark editing.
svn path=/trunk/netsurf/; revision=11601
2011-02-02 12:25:31 +00:00
Vincent Sanders
726881c2ad gtk can have *only* a single accelerator group attached or it goes bang
svn path=/trunk/netsurf/; revision=11598
2011-02-01 23:11:29 +00:00
John Mark Bell
ad69ae0923 Avoid unsafe cast of int* to size_t*
svn path=/trunk/netsurf/; revision=11597
2011-02-01 21:57:25 +00:00
John Mark Bell
656a2d20c1 Explicitly cast unused results to void
svn path=/trunk/netsurf/; revision=11596
2011-02-01 21:50:34 +00:00
John Mark Bell
13d2e98c99 Use component-based r/b swap, instead of up-casting
svn path=/trunk/netsurf/; revision=11595
2011-02-01 21:47:05 +00:00
Ole Loots
d20ee298b1 Added default downloads location
svn path=/trunk/netsurf/; revision=11594
2011-02-01 21:28:51 +00:00
Ole Loots
ed5af6370e Added download dialog
svn path=/trunk/netsurf/; revision=11593
2011-02-01 21:28:19 +00:00
Ole Loots
c59b173d21 Improved drawing primitives for true color systems.
svn path=/trunk/netsurf/; revision=11592
2011-02-01 21:27:29 +00:00
Ole Loots
d2072648c7 Implemented Download dialog.
svn path=/trunk/netsurf/; revision=11591
2011-02-01 21:26:29 +00:00
Ole Loots
82267c62ed A bit of cleanup.
svn path=/trunk/netsurf/; revision=11590
2011-02-01 21:26:04 +00:00
Ole Loots
f0fb56b7dd Revisited throbber code.
svn path=/trunk/netsurf/; revision=11589
2011-02-01 21:25:10 +00:00
Ole Loots
5ad525dc7f Moved some functions to osspec.c
svn path=/trunk/netsurf/; revision=11588
2011-02-01 21:24:48 +00:00
Ole Loots
be27d39d7b Cleaned up mouse tracking ( added modifier keys ), added debug rendering menu option.
svn path=/trunk/netsurf/; revision=11587
2011-02-01 21:23:54 +00:00
Ole Loots
81e552f89e Removed unused code
svn path=/trunk/netsurf/; revision=11586
2011-02-01 21:22:22 +00:00
Ole Loots
de0172dfa8 Revisited Throbber code
svn path=/trunk/netsurf/; revision=11585
2011-02-01 21:21:16 +00:00
Ole Loots
cf74818d09 Added missing prototype
svn path=/trunk/netsurf/; revision=11584
2011-02-01 21:20:06 +00:00
Ole Loots
02293a65d2 Added missing includes
svn path=/trunk/netsurf/; revision=11583
2011-02-01 21:19:28 +00:00
Sven Weidauer
7f2f0c8c54 Workaround for stupid hotlist treeview.
svn path=/trunk/netsurf/; revision=11582
2011-02-01 15:52:19 +00:00
Sven Weidauer
ab87a4b960 Bookmarks window. No editing yet.
svn path=/trunk/netsurf/; revision=11581
2011-02-01 14:52:20 +00:00
Sven Weidauer
81e295d8c9 Using real path from options for the bookmarks file instead of hardcoded test string.
svn path=/trunk/netsurf/; revision=11580
2011-02-01 10:37:13 +00:00
Sven Weidauer
fac17d747b Implemented bookmarks menu.
svn path=/trunk/netsurf/; revision=11579
2011-02-01 10:27:54 +00:00
Sven Weidauer
84b4a01f4f Implemented global history window using new Tree class.
svn path=/trunk/netsurf/; revision=11578
2011-02-01 08:39:35 +00:00
Sven Weidauer
28ff0cfb0a Factored Tree class out of TreeView
svn path=/trunk/netsurf/; revision=11577
2011-02-01 08:39:32 +00:00
Sven Weidauer
e20f69147d Added move cursor.
svn path=/trunk/netsurf/; revision=11576
2011-02-01 07:12:47 +00:00
John Mark Bell
a8bc5d3916 Fix :root detection
svn path=/trunk/netsurf/; revision=11571
2011-01-31 23:14:13 +00:00
John Mark Bell
7661829e60 Various fixes for selection callbacks
svn path=/trunk/netsurf/; revision=11570
2011-01-31 22:31:47 +00:00
Sven Weidauer
28da79c796 Reorganized includes.
svn path=/trunk/netsurf/; revision=11567
2011-01-31 19:12:00 +00:00
Sven Weidauer
09400943aa Added 'Home' button
svn path=/trunk/netsurf/; revision=11566
2011-01-31 18:48:09 +00:00
Sven Weidauer
4ed1832fe7 Implemented preferences window.
svn path=/trunk/netsurf/; revision=11565
2011-01-31 18:38:03 +00:00
Sven Weidauer
827c267c84 Updated Makefile.target
svn path=/trunk/netsurf/; revision=11564
2011-01-31 17:35:46 +00:00
Sven Weidauer
66b9d5476e Implemented search window.
svn path=/trunk/netsurf/; revision=11563
2011-01-31 15:13:38 +00:00
John Mark Bell
cf561c8a6e Sync selection engine binding with latest libcss
svn path=/trunk/netsurf/; revision=11561
2011-01-31 08:49:39 +00:00
Sven Weidauer
f98bdddd09 Updated PSMTabBarControl (warning fixes)
svn path=/trunk/netsurf/; revision=11560
2011-01-31 08:33:16 +00:00
Sven Weidauer
899c2e3305 Asking before closing window with multiple open tabs.
svn path=/trunk/netsurf/; revision=11559
2011-01-31 08:07:22 +00:00
Sven Weidauer
fd23621211 Changing Xcode project file to build using the Makefiles and fixed some warnings.
svn path=/trunk/netsurf/; revision=11558
2011-01-31 07:57:52 +00:00
Chris Young
b1662d0b09 Fix colour setting. GetRGB32 seems to have been designed for some futuristic 96bpp
display device.

svn path=/trunk/netsurf/; revision=11554
2011-01-30 22:57:56 +00:00
Ole Loots
b03a9b6391 add default system colour handlers to atari frontend
svn path=/trunk/netsurf/; revision=11553
2011-01-30 22:34:52 +00:00
Ole Loots
61a1c2d7cd Improved call to v_gtext.
svn path=/trunk/netsurf/; revision=11552
2011-01-30 22:31:37 +00:00
Ole Loots
5515e67f4e Cleaned up Statusbar code.
svn path=/trunk/netsurf/; revision=11551
2011-01-30 22:28:47 +00:00
Ole Loots
46f405e969 Cleanup of TOS compatibility fixes.
svn path=/trunk/netsurf/; revision=11550
2011-01-30 22:24:07 +00:00
Ole Loots
3d1c069186 Cleanup of TOS compatibility fixes.
svn path=/trunk/netsurf/; revision=11549
2011-01-30 22:23:00 +00:00
Ole Loots
0d006f4cc6 Implemented Search Dialog
svn path=/trunk/netsurf/; revision=11548
2011-01-30 22:20:55 +00:00
Ole Loots
f676e62d0e Implemented Search Dialog
svn path=/trunk/netsurf/; revision=11547
2011-01-30 22:19:46 +00:00
Ole Loots
54e72d1618 renamed plotter member function pixel_pos to pixel_position.
svn path=/trunk/netsurf/; revision=11546
2011-01-30 22:19:28 +00:00
Ole Loots
2fbc3bd4a0 Cleanup of TOS fixes.
svn path=/trunk/netsurf/; revision=11545
2011-01-30 22:17:15 +00:00