summaryrefslogtreecommitdiff
path: root/cocoa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Setting/Loading more options. Also loading urldb and cookies.Sven Weidauer2011-01-266-18/+96
* Cmd-W closes active tab.Sven Weidauer2011-01-263-28/+103
* Some random fixes.Sven Weidauer2011-01-263-13/+13
* Leaving history overlay active after navigating using the back/forwards buttons.Sven Weidauer2011-01-262-1/+5
* Enabling back/forward buttons only if appropriate.Sven Weidauer2011-01-266-22/+84
* Updated PSMTabBarControl source code to version from https://github.com/dergr...Sven Weidauer2011-01-2631-3105/+2858
* Improved/refactored font functions and (hopefully) sped up cocoa_prepare_layo...Sven Weidauer2011-01-261-87/+135
* Decoding .ICO for faviconsSven Weidauer2011-01-251-0/+5
* Fixing bitmap functions to return BYTES and not bits per pixel for bitmap_get...Sven Weidauer2011-01-252-3/+3
* General cleanup and warning fixesSven Weidauer2011-01-256-22/+4
* Implemented favicons. Doesn't work for .ICO filesSven Weidauer2011-01-258-9/+83