summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Fix typo so the mac port compilesSven Weidauer2011-02-211-1/+1
* Port cocoa front end to use thumbnail_redraw(). Note: untested.Michael Drake2011-02-201-21/+16
* Remove thumbnail_create() from browser.h. Make RO front end use the core thu...Michael Drake2011-02-191-0/+1
* Remove padding in arrow box.Sven Weidauer2011-02-171-4/+4
* Making sure history popup stays on screen.Sven Weidauer2011-02-174-13/+68
* Cleanup in redraw code for browser view.Sven Weidauer2011-02-171-7/+6
* New local history panel with scrollbars. Still needs to resize itself to fit ...Sven Weidauer2011-02-1718-81/+1110
* Pass clip rect to clip plotters as struct. Simplify clip rect handling in de...Michael Drake2011-02-141-3/+3
* Pass clip rect to browser_window_redraw as pointer.Michael Drake2011-02-131-1/+1
* Pass clip rect as struct through content_redraw api. Update the front ends t...Michael Drake2011-02-131-1/+7
* Pass clip rect to browser_window_redraw as struct.Michael Drake2011-02-111-6/+8
* improve browser_window_redraw width and height handlingVincent Sanders2011-02-111-2/+0
* add browser_window_redraw() method to make content_redraw calls from frontend...Vincent Sanders2011-02-101-15/+7
* Fix copying text/plain to clipboardJohn Mark Bell2011-02-091-1/+3
* Automatically hide tab bar for single tab.Sven Weidauer2011-02-082-4/+13
* Fixing crash issue by disallowing last tab to be dragged out.Sven Weidauer2011-02-081-1/+1
* New icon for homepage button and tooltips for homepage and local history butt...Sven Weidauer2011-02-084-7/+133
* Handling keyboard events in tree view.Sven Weidauer2011-02-021-0/+121
* Basic bookmark editing.Sven Weidauer2011-02-024-45/+283
* Workaround for stupid hotlist treeview.Sven Weidauer2011-02-011-1/+3
* Bookmarks window. No editing yet.Sven Weidauer2011-02-018-23/+424
* Using real path from options for the bookmarks file instead of hardcoded test...Sven Weidauer2011-02-013-5/+20
* Implemented bookmarks menu.Sven Weidauer2011-02-016-3/+371
* Implemented global history window using new Tree class.Sven Weidauer2011-02-018-190/+471
* Factored Tree class out of TreeViewSven Weidauer2011-02-016-72/+272
* Added move cursor.Sven Weidauer2011-02-011-0/+4
* Reorganized includes.Sven Weidauer2011-01-3123-75/+70
* Added 'Home' buttonSven Weidauer2011-01-313-14/+120
* Implemented preferences window.Sven Weidauer2011-01-318-3/+658
* Updated Makefile.targetSven Weidauer2011-01-311-34/+23
* Implemented search window.Sven Weidauer2011-01-3114-113/+1108
* Updated PSMTabBarControl (warning fixes)Sven Weidauer2011-01-315-27/+26
* Asking before closing window with multiple open tabs.Sven Weidauer2011-01-313-0/+34
* Changing Xcode project file to build using the Makefiles and fixed some warni...Sven Weidauer2011-01-3110-575/+65
* add default system colour handlers to each frontendVincent Sanders2011-01-302-5/+290
* Download window asks if download should be cancelled before being closed and ...Sven Weidauer2011-01-294-6/+99
* Implemented context menu.Sven Weidauer2011-01-282-0/+103
* Timer based reformatting, so reformat happens also while resizing windows.Sven Weidauer2011-01-282-15/+28
* Implemented frames and handling reformats the right way using browser_reforma...Sven Weidauer2011-01-283-18/+39
* Keyboard scrolling.Sven Weidauer2011-01-281-6/+53
* More font-related fixes.Sven Weidauer2011-01-281-8/+6
* Setting current_redraw_browser and fixing mouse draggingSven Weidauer2011-01-281-4/+9
* Implemented resolution independence fot the TreeView and HistoryView and move...Sven Weidauer2011-01-287-89/+150
* Updated baseline calculation for fontsSven Weidauer2011-01-281-7/+6
* Improved and crash-free download window.Sven Weidauer2011-01-272-13/+85
* Rendering end pixels of horizontal and vertical lines correctly.Sven Weidauer2011-01-271-10/+26
* Implemented resolution-independent rendering for the browser view. Still need...Sven Weidauer2011-01-277-45/+147
* Moved main() and related functions from gui.m to NetsurfApp.mSven Weidauer2011-01-273-80/+96
* Scaling position of select popup.Sven Weidauer2011-01-271-2/+6
* Fixing font calculations and warnings about invalid glyph indices.Sven Weidauer2011-01-271-3/+6