netsurf/cocoa
Sven Weidauer a4303a3d43 Updated preferences and search window xib to allow more space for localized text.
svn path=/trunk/netsurf/; revision=11806
2011-02-25 22:23:24 +00:00
..
NetSurf.xcodeproj Translated UI strings to german. 2011-02-25 22:23:19 +00:00
PSMTabBarControl Updated PSMTabBarControl (warning fixes) 2011-01-31 08:33:16 +00:00
res Updated preferences and search window xib to allow more space for localized text. 2011-02-25 22:23:24 +00:00
ArrowBox.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
ArrowBox.m New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
ArrowWindow.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
ArrowWindow.m Remove padding in arrow box. 2011-02-17 17:30:36 +00:00
BlackScroller.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
BlackScroller.m New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
BookmarksController.h Basic bookmark editing. 2011-02-02 12:25:31 +00:00
BookmarksController.m Saving bookmarks before quitting NetSurf. 2011-02-25 15:31:48 +00:00
BrowserView.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
BrowserView.m Prepared for localizing string literals in source code. 2011-02-25 16:20:10 +00:00
BrowserViewController.h Added 'Home' button 2011-01-31 18:48:09 +00:00
BrowserViewController.m Reorganized includes. 2011-01-31 19:12:00 +00:00
BrowserWindow.h Implemented search window. 2011-01-31 15:13:38 +00:00
BrowserWindow.m Implemented search window. 2011-01-31 15:13:38 +00:00
BrowserWindowController.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
BrowserWindowController.m Prepared for localizing string literals in source code. 2011-02-25 16:20:10 +00:00
DownloadWindowController.h Improved and crash-free download window. 2011-01-27 14:26:24 +00:00
DownloadWindowController.m Prepared for localizing string literals in source code. 2011-02-25 16:20:10 +00:00
FormSelectMenu.h Creating select menus for forms 2011-01-25 15:09:06 +00:00
FormSelectMenu.m Reorganized includes. 2011-01-31 19:12:00 +00:00
HistoryView.h Making sure history popup stays on screen. 2011-02-17 17:23:58 +00:00
HistoryView.m Making sure history popup stays on screen. 2011-02-17 17:23:58 +00:00
HistoryWindowController.h Implemented global history window using new Tree class. 2011-02-01 08:39:35 +00:00
HistoryWindowController.m Implemented global history window using new Tree class. 2011-02-01 08:39:35 +00:00
LocalHistoryController.h New local history panel with scrollbars. Still needs to resize itself to fit the history. 2011-02-17 12:12:51 +00:00
LocalHistoryController.m Making sure history popup stays on screen. 2011-02-17 17:23:58 +00:00
Makefile.target Lose space: make can sometimes be picky about such things, so avoid the potential for failure 2011-02-25 22:09:16 +00:00
NetSurfAppDelegate.h Implemented global history window using new Tree class. 2011-02-01 08:39:35 +00:00
NetSurfAppDelegate.m Implemented global history window using new Tree class. 2011-02-01 08:39:35 +00:00
NetsurfApp.h Using real path from options for the bookmarks file instead of hardcoded test string. 2011-02-01 10:37:13 +00:00
NetsurfApp.m Saving bookmarks before quitting NetSurf. 2011-02-25 15:31:48 +00:00
PreferencesWindowController.h Implemented preferences window. 2011-01-31 18:38:03 +00:00
PreferencesWindowController.m Implemented preferences window. 2011-01-31 18:38:03 +00:00
Prefix.pch Nicer button for local history, fading history view, more readable blue for active item 2011-01-25 09:53:39 +00:00
ScrollableView.h Implementing tabs and fixing scrolling. 2011-01-19 20:19:43 +00:00
ScrollableView.m Reorganized includes. 2011-01-31 19:12:00 +00:00
SearchWindowController.h Implemented search window. 2011-01-31 15:13:38 +00:00
SearchWindowController.m Implemented search window. 2011-01-31 15:13:38 +00:00
Tree.h Factored Tree class out of TreeView 2011-02-01 08:39:32 +00:00
Tree.m Basic bookmark editing. 2011-02-02 12:25:31 +00:00
TreeView.h Factored Tree class out of TreeView 2011-02-01 08:39:32 +00:00
TreeView.m Handling keyboard events in tree view. 2011-02-02 13:07:32 +00:00
URLFieldCell.h Implemented favicons. Doesn't work for .ICO files 2011-01-25 17:16:17 +00:00
URLFieldCell.m Reorganized includes. 2011-01-31 19:12:00 +00:00
bitmap.h Cocoa front end (credit: Sven Weidauer) 2011-01-12 20:21:17 +00:00
bitmap.m Reorganized includes. 2011-01-31 19:12:00 +00:00
compile-xib.sh Building translated nib files if strings file exist. 2011-02-25 21:50:21 +00:00
coordinates.h Implemented resolution independence fot the TreeView and HistoryView and moved the coordinate transform function to their own header. 2011-01-28 08:54:55 +00:00
extract-strings.sh Building translated nib files if strings file exist. 2011-02-25 21:50:21 +00:00
fetch.m Activating (and fixing) more warnings in Xcode 2011-01-23 19:32:56 +00:00
font.h Reorganized includes. 2011-01-31 19:12:00 +00:00
font.m Reorganized includes. 2011-01-31 19:12:00 +00:00
gui.h Asking before closing window with multiple open tabs. 2011-01-31 08:07:22 +00:00
gui.m add resource handling 2011-02-23 22:27:55 +00:00
plotter.h Implemented resolution independence fot the TreeView and HistoryView and moved the coordinate transform function to their own header. 2011-01-28 08:54:55 +00:00
plotter.m Pass clip rect to clip plotters as struct. Simplify clip rect handling in debug window code. Pass clip rect to select menu as struct. 2011-02-14 22:05:39 +00:00
save.m Cocoa front end (credit: Sven Weidauer) 2011-01-12 20:21:17 +00:00
schedule.m Reorganized includes. 2011-01-31 19:12:00 +00:00
selection.m Fix copying text/plain to clipboard 2011-02-09 20:31:34 +00:00
system_colour.m add default system colour handlers to each frontend 2011-01-30 13:40:47 +00:00
thumbnail.m Fix typo so the mac port compiles 2011-02-21 18:28:28 +00:00
url.m Reorganized includes. 2011-01-31 19:12:00 +00:00
utf8.m Added UTF-8 to local encoding conversion functions. Just copies the string. 2011-01-12 23:21:33 +00:00
utils.m Prepared for localizing string literals in source code. 2011-02-25 16:20:10 +00:00