Commit Graph

59 Commits

Author SHA1 Message Date
Justin Spahr-Summers fd1bbba8f8 Revert TUITableViewCell changes
This reverts commit f5ade96e06, reversing changes made to 91d97d6c62.

They were causing too much breakage for us.
2012-11-12 10:33:27 -08:00
Aditya Nrusimha f752e23a7c Removed gradient drawing.
:(
2012-10-17 19:40:22 -07:00
Aditya Nrusimha bbab47c988 Add alternated gradients and fallback drawing. 2012-10-16 20:23:24 -07:00
Aditya Nrusimha f981326c44 Export gradient cell drawing out of API into a custom block.
No alternated gradient or fallback support yet.
2012-10-16 20:02:48 -07:00
Aditya Nrusimha 235a305b20 Patched unused code. 2012-10-12 16:18:39 -07:00
Aditya Nrusimha cfa9f1b0e7 Style changes and refactoring. 2012-10-12 15:52:33 -07:00
Aditya Nrusimha a54d25b54a Cleaned up example to show minimal customization. 2012-10-11 21:12:38 -07:00
Aditya Nrusimha 80b4051e0e Added a new color, style fixes, and reimplementation. 2012-10-11 20:21:38 -07:00
Aditya Nrusimha cb877b8c28 Introduce more options for customization. 2012-10-11 20:21:22 -07:00
Aditya Nrusimha 3087c8428a Add TUITableViewCell default drawing and options.
Flesh out the class, as well as clean it up.
2012-10-11 20:20:55 -07:00
Aditya Nrusimha 1c68dc2a2e Merge upstream. 2012-09-29 14:28:09 -07:00
Justin Spahr-Summers 9557c00f64 Merge remote-tracking branch 'galaxas0/upstream-control-updates' (pull request #86) 2012-09-25 22:59:54 -07:00
Aditya Nrusimha a433398d43 Added an example for TUIControl tracking with sliding tabs!
It's pretty fun to play with sliding tabs…. :D
2012-09-25 18:18:55 -07:00
Aditya Nrusimha 826784afad Added an example for dragging the window by a view. 2012-09-24 16:54:12 -07:00
Aditya Nrusimha d9030537ff Removed AtleastLion from example code. 2012-09-24 16:42:29 -07:00
Aditya Nrusimha e1d8e148c4 Renamed example folder to /Example.
Simpler than /ConcordeExample.
2012-09-16 13:33:30 -07:00
Justin Spahr-Summers cde8bb9ec2 Add an NSTextField to the ExampleView itself 2012-09-13 16:32:50 -07:00
Dmitri Shuralyov 300325534e Changed TRUE to YES. 2012-08-31 00:29:12 -04:00
Dmitri Shuralyov f3efe03a2d Changed coding style to match existing code. 2012-08-30 22:00:33 -04:00
Dmitri Shuralyov 97b3a04833 Improved scrolling behaviour of Example app.
Enabled vertical bouncing even when content fits into container.
However, IMO this should be the default behaviour for all
vertically-scrolling views or lists, so the problem should actually be
fixed at the source, in TUIScrollView.
2012-08-30 15:45:18 -04:00
Justin Spahr-Summers 7573798c9c Enable combining of high-resolution images 2012-07-31 17:55:26 -07:00
Justin Spahr-Summers 65bfe37499 Don't use .png when referencing the clock image (so the high-resolution version will be loaded as necessary) 2012-07-31 17:55:17 -07:00
Justin Spahr-Summers 049f703dec Merge branch 'master' into remove-tuicolor
Conflicts:
	lib/UIKit/TUIKit.h
2012-07-31 10:06:22 -07:00
Justin Spahr-Summers 1711991505 Update ExampleProject 2012-07-27 18:18:00 -07:00
Justin Spahr-Summers 53cadadeeb Updated ExampleProject 2012-07-27 16:15:19 -07:00
Justin Spahr-Summers 17c202e70d Update example app 2012-07-25 15:51:34 -07:00
Justin Spahr-Summers efd0121608 Merge branch 'master' into remove-tuiimage 2012-07-25 15:35:03 -07:00
Justin Spahr-Summers 066ddc8c91 Updated ExampleProject to use NSFont 2012-07-24 18:32:46 -07:00
Justin Spahr-Summers c3dc65c1a1 Remove lingering TODO comment 2012-07-24 18:13:03 -07:00
Justin Spahr-Summers 26255d29b0 Re-enabled tab image code in the ExampleProject 2012-07-24 17:26:08 -07:00
Justin Spahr-Summers 8d3db6e864 Get ExampleProject compiling with the TUIImage changes 2012-07-24 17:13:00 -07:00
Justin Spahr-Summers b327bae787 Merge branch 'dev' into AppKitBridging
Conflicts:
	TwUI.xcodeproj/project.pbxproj
	lib/UIKit/TUIView.m
2012-07-18 23:22:24 -07:00
Aditya Nrusimha 200342da12 Added layout constraints.
Now with value transformers and blocks! (Imagine what you could do with
a sin :D)
2012-07-18 16:25:57 -07:00
Justin Spahr-Summers 6616ea1eae Clean up example table cell layout a little bit 2012-07-18 01:11:47 -07:00
Justin Spahr-Summers 47c53c9d64 Clean up indentation in ExampleTableViewCell.m 2012-07-18 00:45:06 -07:00
Justin Spahr-Summers d53e1fa0d4 Expanded the table view of the test app to include an NSTextField in each row 2012-07-17 17:29:41 -07:00
Loren Brichter 494435e002 no need for workaround, static analyzer decided to quiet down, fix clock@2x path 2012-06-19 11:01:49 -04:00
Loren Brichter 790d850137 First stab at retina-aware TUIImage. Make TUIImage/imageNamed: lazy, will reload different variants if needed when drawing based on the current scale factor of the destination context. Track the scale factor of the current destination context with a thread-specific global (so drawsInBackground works), set in TUIView/displayLayer. 2012-06-19 09:01:09 -04:00
Loren Brichter f9d5078a3f Get Example project building without warnings on Xcode 4.5 2012-06-18 11:37:37 -04:00
Justin Spahr-Summers 9ff48ddd31 Migrate sample project to ARC
Conflicts:

	ExampleProject/Example.xcodeproj/project.pbxproj
2011-11-12 17:47:47 -08:00
Justin Spahr-Summers 068ec9c502 Analyze sample project after every build
Conflicts:

	ExampleProject/Example.xcodeproj/project.pbxproj
2011-11-12 17:47:11 -08:00
Justin Spahr-Summers daa2aec39c Make sample project refer to the framework target, instead of including the source wholesale 2011-11-12 17:46:36 -08:00
Brian William Wolter 085e67eccf More scrolling updates 2011-09-27 17:03:37 -04:00
Brian William Wolter 072f8e395c 2-axis scrolling updates 2011-09-27 15:23:13 -04:00
Brian William Wolter d434ab9031 More scrolling tweaks; adding 2-axis scrolling view to example project 2011-09-27 14:45:01 -04:00
Brian William Wolter 96bf769eec Updating example project for table view fixes 2011-08-14 15:43:52 -04:00
Loren Brichter cb8e5da3d1 Squash merge bww improvements, tableview reordering 2011-08-11 22:44:42 -04:00
Matthias Hochgatterer 07a15fd911 New table view delegate method to restrict selection of row based on the event
Fixed table view cell higlighting on right mouse click
2011-08-06 19:15:07 +02:00
Matthias Hochgatterer 3fc5ed4d32 Right click delegate method renamed 2011-08-06 18:20:22 +02:00
Matthias Hochgatterer 7a7795cd5d Updated right click delegate method 2011-08-06 18:12:58 +02:00