Aparajita Fishman
10c12e7e4d
Better diff with previous version
2010-08-02 14:35:44 -04:00
Aparajita Fishman
5f3baa519b
Fix for issue #807 (NSTextField sets text color unconditionally, which causes theme lookup failure later)
2010-08-02 12:06:06 -04:00
Aparajita Fishman
69860f220d
Fixes/enhancements to jake docs:
...
- We now have class hierarchy information! Don't remove generated headers before doxygen runs so it can generate class hierarchies. Now the headers are cleaned up separately.
- Added inline collapsible class hierarchy diagrams within each class.
- Enabled the built-in search! It's awesome!
- Changed image format to gif, dot is generated invalid png on Mac OS X.
- Explicitly turned off generation of to do and bug list.
- Turned off most warnings, most of them are useless warnings arising from the fact that we are pretending Objective-J is Objective-C.
- Doxyfile format updated to 1.7.1.
2010-07-31 18:18:40 -04:00
Aparajita Fishman
470fcaf13e
Full support for intercell spacing (issue #797 )
2010-07-28 17:51:05 -04:00
Aparajita Fishman
ce40536578
NSMenuItem is not reading the tag for some reason
2010-07-27 16:49:30 -04:00
Aparajita Fishman
8bfedd3c28
Don't substitute the font if the textfield is not editable (a label)
2010-07-27 16:48:54 -04:00
Aparajita Fishman
6be1b89428
Full support for all NSScrollView border types, beginnings of a new tableview tester that shows dynamic changing of border type.
2010-07-27 16:42:50 -04:00
Aparajita Fishman
7e0ade21e1
Forgot to update NSFont with aparajita@fad96880eb4d68edd60714b697ab6a3d3531100d
2010-07-26 14:32:13 -04:00
Aparajita Fishman
fad96880eb
Simplified means of setting the default system font, now the CPSystemFontFace item only needs to be added to AppKit/Info.plist.
2010-07-25 19:37:24 -04:00
Aparajita Fishman
30004c5e93
Support for CPBox in nib2cib, support for line, bezel and groove borders in CPBox as well as background color.
2010-07-24 09:54:31 -04:00
Aparajita Fishman
94ee852cfe
Implemented method of setting the default system font face. See http://groups.google.com/group/objectivej/browse_thread/thread/64f6a42d74d68386
2010-07-23 17:56:21 -04:00
Aparajita Fishman
cc6aa999b9
frame parameter is not being used in _initWithFrame, might as well leave it out, fixed typo in comment
2010-07-23 16:28:10 -04:00
Aparajita Fishman
fe2bc9f523
Removed redundant code, fixed to work with theming of tableview grid color
2010-07-23 12:08:22 -04:00
Ross Boucher
7e25166ce1
Revert the fixed frame size assumption for now.
2010-06-23 19:13:56 -07:00
Ross Boucher
1b174b86ca
Buttons should also be re-centered after their height is changed in nib2cib.
2010-06-16 08:14:04 -07:00
Aparajita Fishman and Ross Boucher
16be03b162
If first segment is enabled and mode is one-only, _selectedSegment is correctly set to 0
2010-06-15 19:11:31 -07:00
Francisco Ryan Tolmasky I
9a3c2d5311
Fix for scrolling affecting background windows with NativeHost.
...
Reviewed by me.
2010-06-12 18:33:59 -07:00
Ross Boucher
421ae6b316
Make CPButton archive its key equivalents, and make nib2cib support the feature.
2010-06-10 10:41:15 -07:00
Aparajita Fishman and Ross Boucher
9ab446b790
Added image alignment support to CPImageView, CPWindowController always loads a cib from the main bundle for consistency with Cocoa, CPApplication modified to explicitly load the About panel cib from the Framework bundle
2010-06-09 14:24:00 -07:00
Ross Boucher
0c9b4da473
Don't supress exceptions in the backtrace decorator, add an exception supressing decarator.
2010-06-06 12:57:45 -07:00
Randall Luecke
daee101005
Merge branch 'master' of git://github.com/280north/cappuccino
2010-05-25 14:05:24 -05:00
Klaas Pieter Annema and Randall Luecke
ca7af88c59
- updated tablecolumn nib2cib to support new row selection theme state
...
- nib2cibed the MainMenu.xib in the tablecib example to update it's cib to the changes
2010-05-25 14:03:04 -05:00
Klaas Pieter Annema and Randall Luecke
004829ac9e
table header view nib2cib updates
2010-05-25 14:02:30 -05:00
Klaas Pieter Annema and Randall Luecke
1f97616f3c
override default IB tableview grid colors with aristo's
2010-05-25 14:00:34 -05:00
Klaas Pieter Annema and Randall Luecke
e65fcdab42
- changed default dataview styling to aristo
...
- updated nib2cib support for CPTableColumn
2010-05-25 14:00:22 -05:00
Klaas Pieter Annema and Ross Boucher
0315ad38f9
- fixed CPKeyedUnarchiver decodeBytesForKey attempting to access nil (or undefined) data
...
- improved CPSearchField nib2cib support
2010-05-25 11:48:03 -07:00
klaaspieter and Randall Luecke
08b06b8632
implemented CPCoding support for CPSortDescriptor and made CPTableColumn decode it's _sortDescriptorPrototype
...
Conflicts:
AppKit/CPTableColumn.j
Tools/nib2cib/NSTableColumn.j
2010-05-20 22:51:01 -05:00
Francisco Ryan Tolmasky I
6384bed9cc
Properly handle window.location= links as well.
...
Reviewed by me.
2010-05-12 09:45:58 -07:00
Francisco Ryan Tolmasky I
337f5d9e73
Correctly handle targeted links in NativeHost.
...
Reviewed by me.
2010-05-12 08:53:50 -07:00
Tom Robinson
22668b6b43
Use 127.0.0.1 instead of localhost in case localhost != loopback.
2010-04-28 02:23:07 -07:00
Ross Boucher
e03cfe8287
Missing printResults() in Jakefile for ThemeDescriptor template
...
Conflicts:
Tools/capp/Resources/Templates/ThemeDescriptor/Jakefile
2010-04-27 13:16:17 -07:00
Tom Robinson
67bcc29baf
NativeHost.
2010-04-25 22:33:31 -07:00
Tom Robinson
f6000468db
Missing printResults function in ThemeDescriptor Jakefile.
2010-04-25 14:58:27 -07:00
Ross Boucher
4479233bea
Return nil fonts if they are the aristo default, so that the theme default is used instead of the arist default (for custom themes).
2010-04-21 20:57:53 -07:00
Ross Boucher
8175dbca53
Updates to the Jakefile and capp gen.
2010-04-06 12:26:35 -07:00
Tom Robinson
c91332afb4
Add the other MobileSafari meta/link tags.
2010-04-05 20:09:04 -07:00
Tom Robinson
08fb1b33b4
Add viewport tag to templates. Fixes drawing errors on MobileSafari.
2010-04-05 18:14:04 -07:00
Ross Boucher
cd6b6afc65
Don't convert text fields to bold default system font.
2010-04-05 10:38:20 -07:00
Tom Robinson
468869821f
Add charset attributes to all external script tags, including flatten. Fixes unicode bugs in flatten.
2010-04-01 23:41:08 -07:00
Ross Boucher
374f3d13f1
Convert default IB fonts to default Cappuccino fonts
2010-03-31 21:31:09 -07:00
Ross Boucher
a347bfb8b1
Sprite images recursively.
2010-03-31 11:10:17 -07:00
Tom Robinson
0b3264a99d
Enable default logger in debug frameworks. Add configurable options to index-debug.html.
2010-03-30 14:12:59 -07:00
Randall Luecke
c78feda3d6
Fixed nib2cib bug with cornerview where resources were not loaded from the correct location.
2010-03-30 01:45:36 -04:00
aburkhalter and Ross Boucher
05f8a10b3d
Trivial syntax fixes.
2010-03-22 14:29:27 -07:00
Randall Luecke
f324577014
Fixed default height in tableheader for Nib2Cib.
2010-03-21 02:54:14 -04:00
Randall Luecke
9bdc5fa0fe
Various nib2cib improvements on the tableview.
2010-03-16 22:49:38 -04:00
Randall Luecke
3c97903ed0
Fixed Nib2Cib selection color for the tableview.
2010-03-16 19:34:04 -04:00
Randall Luecke
e0483e316e
Fixed bug with nib2cib tableviews loading incorrect resources.
2010-03-14 17:24:36 -04:00
Ross Boucher
8b8998a2b9
Don't encode the search/cancel buttons. They add bloat and complicate the process.
2010-03-12 19:46:05 -08:00
Ross Boucher
503ce5502e
Fix nib2cib support for CPSearchField
2010-03-12 18:49:37 -08:00