summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Collapse)AuthorAgeFilesLines
* Remove padding in arrow box.Sven Weidauer2011-02-171-4/+4
| | | | svn path=/trunk/netsurf/; revision=11709
* Making sure history popup stays on screen.Sven Weidauer2011-02-174-13/+68
| | | | svn path=/trunk/netsurf/; revision=11708
* Cleanup in redraw code for browser view.Sven Weidauer2011-02-171-7/+6
| | | | svn path=/trunk/netsurf/; revision=11706
* New local history panel with scrollbars. Still needs to resize itself to fit ↵Sven Weidauer2011-02-1718-81/+1110
| | | | | | the history. svn path=/trunk/netsurf/; revision=11705
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in ↵Michael Drake2011-02-141-3/+3
| | | | | | debug window code. Pass clip rect to select menu as struct. svn path=/trunk/netsurf/; revision=11683
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
| | | | svn path=/trunk/netsurf/; revision=11672
* Pass clip rect as struct through content_redraw api. Update the front ends ↵Michael Drake2011-02-131-1/+7
| | | | | | to use this. Note only RO build tested. svn path=/trunk/netsurf/; revision=11670
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-6/+8
| | | | svn path=/trunk/netsurf/; revision=11648
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-2/+0
| | | | svn path=/trunk/netsurf/; revision=11642
* add browser_window_redraw() method to make content_redraw calls from ↵Vincent Sanders2011-02-101-15/+7
| | | | | | frontends common RISC OS, atari, amiga and beos have not been updated svn path=/trunk/netsurf/; revision=11640
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-1/+3
| | | | svn path=/trunk/netsurf/; revision=11636
* Automatically hide tab bar for single tab.Sven Weidauer2011-02-082-4/+13
| | | | svn path=/trunk/netsurf/; revision=11630
* Fixing crash issue by disallowing last tab to be dragged out.Sven Weidauer2011-02-081-1/+1
| | | | svn path=/trunk/netsurf/; revision=11629
* New icon for homepage button and tooltips for homepage and local history ↵Sven Weidauer2011-02-084-7/+133
| | | | | | buttons. svn path=/trunk/netsurf/; revision=11628
* 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
* 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
* 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
* 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-3110-575/+65
| | | | | | warnings. svn path=/trunk/netsurf/; revision=11558
* add default system colour handlers to each frontendVincent Sanders2011-01-302-5/+290
| | | | svn path=/trunk/netsurf/; revision=11530
* Download window asks if download should be cancelled before being closed and ↵Sven Weidauer2011-01-294-6/+99
| | | | | | displays an estimate of the time remaining. svn path=/trunk/netsurf/; revision=11521
* Implemented context menu.Sven Weidauer2011-01-282-0/+103
| | | | svn path=/trunk/netsurf/; revision=11520
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-282-15/+28
| | | | svn path=/trunk/netsurf/; revision=11519
* Implemented frames and handling reformats the right way using ↵Sven Weidauer2011-01-283-18/+39
| | | | | | browser_reformat_pending. svn path=/trunk/netsurf/; revision=11518
* Keyboard scrolling.Sven Weidauer2011-01-281-6/+53
| | | | svn path=/trunk/netsurf/; revision=11517
* More font-related fixes.Sven Weidauer2011-01-281-8/+6
| | | | svn path=/trunk/netsurf/; revision=11516
* Setting current_redraw_browser and fixing mouse draggingSven Weidauer2011-01-281-4/+9
| | | | svn path=/trunk/netsurf/; revision=11515
* Implemented resolution independence fot the TreeView and HistoryView and ↵Sven Weidauer2011-01-287-89/+150
| | | | | | moved the coordinate transform function to their own header. svn path=/trunk/netsurf/; revision=11513
* Updated baseline calculation for fontsSven Weidauer2011-01-281-7/+6
| | | | svn path=/trunk/netsurf/; revision=11512
* Improved and crash-free download window.Sven Weidauer2011-01-272-13/+85
| | | | svn path=/trunk/netsurf/; revision=11509
* Rendering end pixels of horizontal and vertical lines correctly.Sven Weidauer2011-01-271-10/+26
| | | | svn path=/trunk/netsurf/; revision=11508
* Implemented resolution-independent rendering for the browser view. Still ↵Sven Weidauer2011-01-277-45/+147
| | | | | | needs to be implemented for the other views. svn path=/trunk/netsurf/; revision=11507
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-273-80/+96
| | | | svn path=/trunk/netsurf/; revision=11506
* Scaling position of select popup.Sven Weidauer2011-01-271-2/+6
| | | | svn path=/trunk/netsurf/; revision=11505
* Fixing font calculations and warnings about invalid glyph indices.Sven Weidauer2011-01-271-3/+6
| | | | svn path=/trunk/netsurf/; revision=11504
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-266-18/+96
| | | | svn path=/trunk/netsurf/; revision=11503
* Cmd-W closes active tab.Sven Weidauer2011-01-263-28/+103
| | | | svn path=/trunk/netsurf/; revision=11497
* Some random fixes.Sven Weidauer2011-01-263-13/+13
| | | | svn path=/trunk/netsurf/; revision=11496