summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Expand)AuthorAgeFilesLines
* Updated preferences and search window xib to allow more space for localized t...Sven Weidauer2011-02-252-120/+69
* Translated UI strings to german.Sven Weidauer2011-02-258-0/+70
* Lose space: make can sometimes be picky about such things, so avoid the poten...John Mark Bell2011-02-251-1/+1
* Building translated nib files if strings file exist.Sven Weidauer2011-02-254-5/+56
* Added 'Localizable.strings' to bundle resources and added german translations...Sven Weidauer2011-02-257-1/+97
* Prepared for localizing string literals in source code.Sven Weidauer2011-02-254-23/+46
* Saving bookmarks before quitting NetSurf.Sven Weidauer2011-02-252-0/+24
* Get filename for downloads from core.Sven Weidauer2011-02-241-1/+1
* add resource handlingVincent Sanders2011-02-231-0/+6
* 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