aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* [Author: dmaclach]Gravatar gtm.daemon2009-09-08
| | | | | | Get rid of ObjC 2ism for compiling on Tiger. R=thomasvl,alcor DELTA=2 (1 added, 0 deleted, 1 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-09-08
| | | | | | Adds CGFloat support to NSNumber R=thomasvl DELTA=219 (217 added, 0 deleted, 2 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-09-08
| | | | | | Fix up test so that it doesn't run on Tiger. R=thomasvl,alcor DELTA=3 (3 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-09-08
| | | | | | Fix up unit test for GTMFadeTruncatingTextFieldCellTest so that it only runs on Leopard+. R=thomasvl,alcor DELTA=4 (4 added, 0 deleted, 0 changed)
* [Author: alcor]Gravatar gtm.daemon2009-09-07
| | | | | | Fix toolbar localizer test R=thomasvl DELTA=2780 (2767 added, 6 deleted, 7 changed)
* [Author: alcor]Gravatar gtm.daemon2009-09-05
| | | | | | | | Update Large UI with latest nib Add toolbar to prefs Add toolbar localization R=dmaclach DELTA=4125 (3054 added, 462 deleted, 609 changed)
* [Author: alcor]Gravatar gtm.daemon2009-09-04
| | | | | | Add the NSImage Search category R=dmaclach DELTA=203 (203 added, 0 deleted, 0 changed)
* [Author: alcor]Gravatar gtm.daemon2009-09-03
| | | | | | Add fading text field cell R=dmaclach,thomasvl DELTA=161 (161 added, 0 deleted, 0 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-09-03
| | | | | | When I reordered the args, i forgot to reorder the format string. R=dmaclach,alcor DELTA=1 (0 added, 0 deleted, 1 changed)
* [Author: iwade]Gravatar gtm.daemon2009-09-03
| | | | | | | | | | | Add NSData hex conversion routines. Add a case-insensitive NSDictionary constructor. I have a need for both pieces of functionality in an iPhone app I'm developing. R=dmaclach,thomasvl APPROVED=dmaclach DELTA=521 (521 added, 0 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-09-03
| | | | | | Change GTMTestTimer so that we can forward declare test timers using 'struct GTMTestTimer *' without including the header. R=thomasvl DELTA=1 (0 added, 0 deleted, 1 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-09-02
| | | | | | | | | | | | | | | | | | Add another window to the UILocalizer unittest that puts a bunch of items into boxes, splitters, and scroll views to make sure they are working. Support some NSBox attributes in AppKit+UnitTesting. Update the size to fit code to only special case regular push buttons and not other types of buttons. Update the expectations due to this change. Add a new unittest to test all button styles and sizes. Update how we decided to do vertical or horizontal layout on a width box because left aligning things is visual and doesn't actually align their frames, so instead we do a rect intersection instead. Added in the CompilerSDK on Mac OS builds to the paths searches. Update the comments on how paths are searched to be correct. R=dmaclach,stuartmorgan DELTA=2709 (2643 added, 8 deleted, 58 changed)
* [Author: oster]Gravatar gtm.daemon2009-08-28
| | | | | | | | | | subtreeDescription is a debugging tool for displaying UIView hierarchies in the Xcode Console window in DEBUG builds. As it says in the .h file: pause in the debugger and type something like: (gdb) po [[[UIApplication sharedApplication] keyWindow] subtreeDescription] and a nicely pretty printed version of the view hierarchy will be printed in the debugger console window. DELTA=179 (179 added, 0 deleted, 0 changed) R=dmaclach,mikemorton,thomasvl
* [Author: thomasvl]Gravatar gtm.daemon2009-08-28
| | | | | | | | Comment on one of the public UI points. Put in another public UI point for tweaking UI without doing the localization step (for non localization content tweaking). R=stuartmorgan DELTA=12 (11 added, 0 deleted, 1 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-27
| | | | | | missed the xib R=stuartmorgan DELTA=376 (376 added, 0 deleted, 0 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-27
| | | | | | | | Update the textfield fixed width code to work with 10.5 (vs. 10.4 due to a change on apple's end). Add a unittest that captures the edge case. R=stuartmorgan,dmaclach DELTA=72 (66 added, 1 deleted, 5 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-26
| | | | | | | Not sure what I was thinking, sizes are CGFloats and it couldn't be unsigned since the height to grow or shrink... R=stuartmorgan DELTA=2 (0 added, 0 deleted, 2 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-26
| | | | | | | Add an api for autosizing TextFields but keeping the width fixed. This needs a test in the future, but need it at the moment for chrome. R=stuartmorgan DELTA=18 (17 added, 1 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-08-24
| | | | | | Standardize how we call free. No need to check for NULL. R=thomasvl DELTA=24 (0 added, 13 deleted, 11 changed)
* [Author: alcor]Gravatar gtm.daemon2009-08-19
| | | | | | Add raw background color method R=pinkerton DELTA=37 (28 added, 0 deleted, 9 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-08-11
| | | | | | I'll look into why this built cleanly on my machine for GTM. Maybe we define DEBUG in release somewhere? hope not. R=thomasvl DELTA=3 (2 added, 1 deleted, 0 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-08-11
| | | | | | | | | | Fixed up GTMGoogleSearch so that it actually works on the iPhone Device. Fixed up some GTMNSObject+KVO issues on the iPhone Device. Fixed up GTMObjC2Runtime so that it actually compiles on the device. Added debugging capabilities to KVO with GTM. Removed unnecessary GTM_* system version macros from GTMDefines.h R=thomasvl DELTA=185 (153 added, 19 deleted, 13 changed)
* [Author: thakis]Gravatar gtm.daemon2009-08-10
| | | | | | | | | | | Unset focus when hiding a per-tab sheet. This is necessary so that when switching to a new tab using the cmd-alt-right keyboard shortcut in chromium, the sheet in the previous tab doesn't keep keyboard focus (which makes breaks cmd-l etc until the window is clicked -- annoying). R=thomasvl DELTA=5 (5 added, 0 deleted, 0 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-07
| | | | | | | Bump up the min size on buttons with a note about the logic, update the unittest images accordingly. R=stuartmorgan DELTA=9 (3 added, 0 deleted, 6 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-08-06
| | | | | | | | | | | | Move the nib finding code in GTMUILocalizer to a class methods so it can be called without an instance. Add GTMUILocalizerAndLayoutTweaker getting UI localized and then running through it to auto size UI items that have been marked and also support limited tweaks on other objects based on a group of tweaks. Provide a class method for this sizeToFit fixup of individual objects. Unittests for the new class. R=dmaclach,stuartmorgan DELTA=3161 (3157 added, 0 deleted, 4 changed)
* [Author: iwade]Gravatar gtm.daemon2009-07-29
| | | | | | | Add gtm_dictionaryWithHttpArgumentsString to NSDictionary+URLArguments. R=thomasvl APPROVED=thomasvl DELTA=73 (72 added, 0 deleted, 1 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-07-28
| | | | | | Use CPP gates instead of runtime checks for NSViewController. R=dmaclach DELTA=18 (5 added, 5 deleted, 8 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-07-28
| | | | | | Forward declare image classes that could be missing. DELTA=2 (2 added, 0 deleted, 0 changed) R=thomasvl
* [Author: dmaclach]Gravatar gtm.daemon2009-07-28
| | | | | | | Fixes up some warnings that were being generated when compiling with the 4.2 compiler. Also cleans up code to look prettier. DELTA=111 (0 added, 0 deleted, 111 changed) R=thomasvl
* [Author: thomasvl]Gravatar gtm.daemon2009-07-27
| | | | | | changing the encoding and project out of sync seems to have messed things up, fixing. R=dmaclach DELTA=36 (35 added, 0 deleted, 1 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-27
| | | | | | Add constant for theme user default R=dmaclach DELTA=9 (7 added, 0 deleted, 2 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-07-27
| | | | | | Just fix up the encoding for the strings file to match what it now is on disk. R=alcor,dmaclach DELTA=1 (0 added, 0 deleted, 1 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-27
| | | | | | Fix unit tests R=dmaclach DELTA=18 (4 added, 5 deleted, 9 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-07-27
| | | | | | | | Support for NSMatrix in uistate files (dumps the cells and row/column counts). Support for NSMatrix in GTMUILocalizer. Added checkboxes and radio groups to the GTMUILocalizer unittest. R=dmaclach DELTA=551 (541 added, 0 deleted, 10 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-07-22
| | | | | | Evil bug that ended up with us getting the class instead of an instance passed in to our callback. DELTA=30 (29 added, 0 deleted, 1 changed) R=thomasvl
* [Author: mrossetti]Gravatar gtm.daemon2009-07-20
| | | | | | Fix GTM build. R=dmaclach DELTA=1 (1 added, 0 deleted, 0 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-20
| | | | | | Fixes for tvl R=thomasvl,dmaclach DELTA=8 (0 added, 2 deleted, 6 changed)
* [Author: dmaclach]Gravatar gtm.daemon2009-07-14
| | | | | | Added support for passing in a context type object to GTMNSEnumerator+Filter. DELTA=176 (133 added, 0 deleted, 43 changed) R=thomasvl
* [Author: alcor]Gravatar gtm.daemon2009-07-14
| | | | | | Add quick and silent alias resolution R=dmaclach DELTA=44 (41 added, 1 deleted, 2 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-10
| | | | | | add missing f R=avi DELTA=1 (0 added, 0 deleted, 1 changed)
* [Author: alcor]Gravatar gtm.daemon2009-07-10
| | | | | | Updated theme methods for chrome/qsb R=avi DELTA=283 (152 added, 33 deleted, 98 changed)
* [Author: hawk]Gravatar gtm.daemon2009-06-24
| | | | | | Make the placeholder text for the prefs windows "Searchable Items" search field localizable DELTA=13 (12 added, 0 deleted, 1 changed) R=dmaclach
* [Author: dmaclach]Gravatar gtm.daemon2009-06-24
| | | | | | Fix up GTMHotKeyTextField so that it handles f-keys. DELTA=372 (322 added, 8 deleted, 42 changed) R=mrossetti
* [Author: altse]Gravatar gtm.daemon2009-06-22
| | | | | | | Use UIImage drawing methods rather than CGContext. This respects the UIImageOrientation unlike CGContext. R=thomasvl DELTA=21 (0 added, 14 deleted, 7 changed)
* [Author: avi]Gravatar gtm.daemon2009-06-18
| | | | | | Adding the WindowSheetController to GTM. R=dmaclach DELTA=925 (925 added, 0 deleted, 0 changed)
* [Author: thomasvl]Gravatar gtm.daemon2009-06-17
| | | | | | Gets tests running under 10.5.7 R=stuartmorgan DELTA=14 (8 added, 3 deleted, 3 changed)
* [Author: oster]Gravatar gtm.daemon2009-06-17
| | | | | | Correct over-release on error of an autoreleased object. Thanks to Mike Morton for reporting this. DELTA=2 (0 added, 2 deleted, 0 changed) R=thomasvl,dmaclach
* [Author: mrossetti]Gravatar gtm.daemon2009-06-15
| | | | | | Mostly minor cleanup with a couple of leaks plugged. DELTA=28 (2 added, 7 deleted, 19 changed) R=dmaclach,hawk
* [Author: dmaclach]Gravatar gtm.daemon2009-06-04
| | | | | | | Fixes up the preferences dialog to handle both cmd+cmd and another key modifier Fixes up some localization strings DELTA=467 (343 added, 79 deleted, 45 changed) R=hawk
* [Author: dmaclach]Gravatar gtm.daemon2009-06-04
| | | | | | Add localizations for GTMHotKeyTextField. DELTA=906 (904 added, 0 deleted, 2 changed) R=thomasvl