summaryrefslogtreecommitdiffstats
path: root/chrome/app/nibs
Commit message (Expand)AuthorAgeFilesLines
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-21/+13
* Revert "Implement OS X Encoding Menu."tc@google.com2009-05-141-13/+21
* Implement OS X Encoding Menu.jeremy@chromium.org2009-05-141-21/+13
* Remove the "full screen" control as it's broken, the ui review hated it, and ...pinkerton@chromium.org2009-05-121-60/+5
* Hook up the View Source menu item in the mac port.rohitrao@chromium.org2009-05-081-8/+18
* Fix default browser info string to change text and color instead of hiding/sh...pinkerton@chromium.org2009-05-081-30/+54
* Changes tab titles to end in "..." rather than being cut off mid-letter.rohitrao@chromium.org2009-05-071-2/+2
* Implement most of the "basics" pref panel on Mac, including code to set the d...pinkerton@chromium.org2009-05-061-68/+322
* Hook up full-page zoom menu items and fix that zoomed controls don't draw.thakis@chromium.org2009-05-051-2/+29
* Enables key view loop autorecalculation in the BrowserWindow on Mac. This fixesrohitrao@chromium.org2009-05-011-1/+1
* Add notification (and unit test) for closing prefs window so it can be cleane...pinkerton@chromium.org2009-04-301-1/+9
* Add a very basic preferences window controller with unit test. Fix the prefs ...pinkerton@chromium.org2009-04-301-5/+24
* Initial prefs window xib from Cole. Hook the menu up to (empty) code. Use sco...pinkerton@chromium.org2009-04-302-5/+3813
* Support for tabs reaching a threshold before tearing off (magnetism), showing...pinkerton@chromium.org2009-04-282-25/+30
* Add menu tag to View + Encoding menus.jeremy@chromium.org2009-04-271-1/+3
* Now that we have file dialogs, we might as well hook up "Open File" on the Mac.avi@google.com2009-04-271-1/+11
* Fill in a bunch of missing menu items: Stop, Reload, History, Downloads, Clea...pinkerton@chromium.org2009-04-271-8/+229
* Initial implementation of the FindBar on Mac.rohitrao@chromium.org2009-04-172-19/+543
* Add a Cocoa file picker.avi@google.com2009-04-141-0/+264
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-141-41/+5
* Put a focus ring on the url bar.pinkerton@chromium.org2009-04-091-37/+17
* Flatten down to a single toolbar per window, significantly simplifying the ta...pinkerton@chromium.org2009-04-093-631/+765
* Hook up close button in tabs. Patch from rohitrao@google.com.pinkerton@chromium.org2009-03-271-8/+88
* Bookmark menu work. Notes:jrg@chromium.org2009-03-251-3/+4
* Implement focusing location bar with cmd-L on mac. Removes some more platform...pinkerton@chromium.org2009-03-191-4/+30
* Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...pinkerton@chromium.org2009-03-191-1/+1
* Mac bookmark work. jrg@chromium.org2009-03-182-143/+103
* Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...pinkerton@chromium.org2009-03-122-8/+58
* Add a TabController class to manage a TabView (with corresponding xib). Rewri...pinkerton@chromium.org2009-03-121-0/+426
* Initial pass at copy/paste. Menu items are always enabled. This matches Windo...avi@chromium.org2009-03-111-7/+7
* Add missing tests to the GYP+Xcode build.mark@chromium.org2009-03-023-0/+0
* Add "stop" image to project. Clean up project so app/theme is a proper group ...pinkerton@chromium.org2009-02-272-22/+34
* Change url bar text according to the model when updating the toolbar. Fix vta...pinkerton@chromium.org2009-02-251-17/+6
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-202-53/+98
* Hook views up.avi@chromium.org2009-02-101-17/+12
* Enable/disable buttons when the corresponding command updates in the model.pinkerton@chromium.org2009-02-061-5/+52
* Hook up tab close menu item and plumb tab closing scaffolding through UI laye...pinkerton@chromium.org2009-02-051-12/+39
* fix a stale outlet in the File's Owner from renaming. No way to fix this in t...pinkerton@google.com2009-01-291-8/+0
* rest of the rename, accidentally leftout. TBR.pinkerton@chromium.org2009-01-291-9/+17
* hookup tabs to the model and handle new tab creationpinkerton@google.com2009-01-292-165/+8
* Add some more menu items from colepinkerton@google.com2009-01-261-244/+455
* fix button cell to use cell's tag for appearance, not the button's cell which...pinkerton@google.com2009-01-261-14/+28
* ui refresh from cole. make it look chromey and get the basic framework for th...pinkerton@google.com2009-01-232-436/+936
* remove the NSToolbar, improve the appearance a little bit. ObjC style member ...pinkerton@google.com2009-01-221-795/+311
* add basic command handling for browser window and for where there are no wind...pinkerton@google.com2009-01-211-2/+22
* Get browser window showing using a Browser object and accompanying scaffoldin...pinkerton@google.com2009-01-211-0/+1200
* mac bootstrapping of browser main and app startup bitspinkerton@google.com2009-01-161-9/+54
* bootstrap app target for browser/renderer.pinkerton@google.com2008-12-051-0/+2449