summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Improved redrawOle Loots2011-02-051-11/+13
| | | | svn path=/trunk/netsurf/; revision=11617
* Fixed Mouse Selection / Mouse drag,Ole Loots2011-02-053-130/+174
| | | | | | Fixed Content Redraw for plain text files. svn path=/trunk/netsurf/; revision=11616
* Fix stupidJohn Mark Bell2011-02-041-1/+1
| | | | svn path=/trunk/netsurf/; revision=11610
* Slightly saner win32 LDFLAGS for non-pkg-config environmentsJohn Mark Bell2011-02-041-2/+7
| | | | svn path=/trunk/netsurf/; revision=11609
* Fix bug #3171370: initialise font resolution callback pointersJohn Mark Bell2011-02-032-0/+6
| | | | svn path=/trunk/netsurf/; revision=11608
* Improved download performance. Ole Loots2011-02-022-31/+67
| | | | svn path=/trunk/netsurf/; revision=11605
* Improved throbber graphicsOle Loots2011-02-023-4/+4
| | | | svn path=/trunk/netsurf/; revision=11604
* Handling keyboard events in tree view.Sven Weidauer2011-02-021-0/+121
| | | | svn path=/trunk/netsurf/; revision=11602
* Basic bookmark editing.Sven Weidauer2011-02-024-45/+283
| | | | svn path=/trunk/netsurf/; revision=11601
* gtk can have *only* a single accelerator group attached or it goes bangVincent Sanders2011-02-013-16/+13
| | | | svn path=/trunk/netsurf/; revision=11598
* Avoid unsafe cast of int* to size_t*John Mark Bell2011-02-011-3/+6
| | | | svn path=/trunk/netsurf/; revision=11597
* Explicitly cast unused results to voidJohn Mark Bell2011-02-011-3/+3
| | | | svn path=/trunk/netsurf/; revision=11596
* Use component-based r/b swap, instead of up-castingJohn Mark Bell2011-02-011-15/+16
| | | | svn path=/trunk/netsurf/; revision=11595
* Added default downloads locationOle Loots2011-02-011-1/+2
| | | | svn path=/trunk/netsurf/; revision=11594
* Added download dialogOle Loots2011-02-013-4/+28
| | | | svn path=/trunk/netsurf/; revision=11593
* Improved drawing primitives for true color systems. Ole Loots2011-02-013-64/+80
| | | | svn path=/trunk/netsurf/; revision=11592
* Implemented Download dialog.Ole Loots2011-02-013-8/+254
| | | | svn path=/trunk/netsurf/; revision=11591
* A bit of cleanup.Ole Loots2011-02-011-6/+7
| | | | svn path=/trunk/netsurf/; revision=11590
* Revisited throbber code. Ole Loots2011-02-011-0/+5
| | | | svn path=/trunk/netsurf/; revision=11589
* Moved some functions to osspec.cOle Loots2011-02-011-78/+0
| | | | svn path=/trunk/netsurf/; revision=11588
* Cleaned up mouse tracking ( added modifier keys ), added debug rendering ↵Ole Loots2011-02-011-7/+39
| | | | | | menu option. svn path=/trunk/netsurf/; revision=11587
* Removed unused codeOle Loots2011-02-012-14/+78
| | | | svn path=/trunk/netsurf/; revision=11586
* Revisited Throbber codeOle Loots2011-02-012-19/+49
| | | | svn path=/trunk/netsurf/; revision=11585
* Added missing prototypeOle Loots2011-02-011-1/+0
| | | | svn path=/trunk/netsurf/; revision=11584
* Added missing includesOle Loots2011-02-011-0/+6
| | | | svn path=/trunk/netsurf/; revision=11583
* Workaround for stupid hotlist treeview.Sven Weidauer2011-02-011-1/+3
| | | | svn path=/trunk/netsurf/; revision=11582
* Bookmarks window. No editing yet.Sven Weidauer2011-02-018-23/+424
| | | | svn path=/trunk/netsurf/; revision=11581
* Using real path from options for the bookmarks file instead of hardcoded ↵Sven Weidauer2011-02-013-5/+20
| | | | | | test string. svn path=/trunk/netsurf/; revision=11580
* Implemented bookmarks menu.Sven Weidauer2011-02-016-3/+371
| | | | svn path=/trunk/netsurf/; revision=11579
* Implemented global history window using new Tree class.Sven Weidauer2011-02-018-190/+471
| | | | svn path=/trunk/netsurf/; revision=11578
* Factored Tree class out of TreeViewSven Weidauer2011-02-016-72/+272
| | | | svn path=/trunk/netsurf/; revision=11577
* Added move cursor.Sven Weidauer2011-02-011-0/+4
| | | | svn path=/trunk/netsurf/; revision=11576
* Fix :root detectionJohn Mark Bell2011-01-311-1/+2
| | | | svn path=/trunk/netsurf/; revision=11571
* Various fixes for selection callbacksJohn Mark Bell2011-01-311-105/+132
| | | | svn path=/trunk/netsurf/; revision=11570
* Reorganized includes.Sven Weidauer2011-01-3123-75/+70
| | | | svn path=/trunk/netsurf/; revision=11567
* Added 'Home' buttonSven Weidauer2011-01-313-14/+120
| | | | svn path=/trunk/netsurf/; revision=11566
* Implemented preferences window.Sven Weidauer2011-01-318-3/+658
| | | | svn path=/trunk/netsurf/; revision=11565
* Updated Makefile.targetSven Weidauer2011-01-311-34/+23
| | | | svn path=/trunk/netsurf/; revision=11564
* Implemented search window.Sven Weidauer2011-01-3114-113/+1108
| | | | svn path=/trunk/netsurf/; revision=11563
* Sync selection engine binding with latest libcssJohn Mark Bell2011-01-311-5/+329
| | | | svn path=/trunk/netsurf/; revision=11561
* Updated PSMTabBarControl (warning fixes)Sven Weidauer2011-01-315-27/+26
| | | | svn path=/trunk/netsurf/; revision=11560
* Asking before closing window with multiple open tabs.Sven Weidauer2011-01-313-0/+34
| | | | svn path=/trunk/netsurf/; revision=11559
* Changing Xcode project file to build using the Makefiles and fixed some ↵Sven Weidauer2011-01-3111-576/+66
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* Fix colour setting. GetRGB32 seems to have been designed for some ↵Chris Young2011-01-301-6/+10
| | | | | | | | futuristic 96bpp display device. svn path=/trunk/netsurf/; revision=11554
* add default system colour handlers to atari frontendOle Loots2011-01-301-1/+1
| | | | svn path=/trunk/netsurf/; revision=11553
* Improved call to v_gtext.Ole Loots2011-01-301-27/+41
| | | | svn path=/trunk/netsurf/; revision=11552
* Cleaned up Statusbar code. Ole Loots2011-01-302-20/+43
| | | | svn path=/trunk/netsurf/; revision=11551
* Cleanup of TOS compatibility fixes.Ole Loots2011-01-302-0/+107
| | | | svn path=/trunk/netsurf/; revision=11550
* Cleanup of TOS compatibility fixes. Ole Loots2011-01-302-38/+0
| | | | svn path=/trunk/netsurf/; revision=11549
* Implemented Search DialogOle Loots2011-01-302-1/+2
| | | | svn path=/trunk/netsurf/; revision=11548