Commit Graph

4840 Commits

Author SHA1 Message Date
pesckal c66ab09dfe Cleaned up code to install contributions 2011-10-13 22:15:55 +00:00
pesckal 075a319af5 Fixed bug preventing libraries/tools from being installed when a folder by the same name already exists 2011-10-13 06:58:19 +00:00
pesckal 91f1db79d1 Removed platform specific download support 2011-10-13 05:32:00 +00:00
pesckal b4e9486398 Filter field goes from italic to plain when typing text 2011-10-13 05:29:54 +00:00
pesckal 9249090581 Prevent libraries for compilations from showing up in library manager 2011-10-13 05:26:27 +00:00
pesckal 5a26f46f1a Refactored Library.list() and ToolContribution.list() to prevent .properties files from being loaded before necessary 2011-10-13 04:39:07 +00:00
pesckal 75975a1ff9 Fixed bug in coloring panels for contribution manager when removed 2011-10-12 00:07:20 +00:00
codeanticode fff53ee5d4 Added windows32/64 gstreamer libs 2011-10-11 03:23:56 +00:00
codeanticode d103ffb028 Removed some libs from the LibraryLoader 2011-10-11 03:23:02 +00:00
codeanticode 7d10fd2ad2 Added macosx32 gstreamer libs 2011-10-11 03:14:37 +00:00
codeanticode 5b33be3b70 Added macosx64 gstreamer libs 2011-10-11 02:07:48 +00:00
codeanticode b211122c23 Moving some methods around 2011-10-10 23:49:20 +00:00
codeanticode e855c84953 Simplified property setting in Capture 2011-10-10 21:31:01 +00:00
codeanticode b3d4fc362b Added fps 2011-10-10 21:11:51 +00:00
codeanticode 585c98415d Rechecking GettingStartedCapture example 2011-10-10 21:04:16 +00:00
codeanticode 4abb6806e7 Deleting old example 2011-10-10 21:02:59 +00:00
codeanticode 8611387533 Deleted OS-specific capture examples 2011-10-10 20:50:39 +00:00
codeanticode e92c45e224 Properly checking supported resolutions. Added Resolution.toString() 2011-10-10 20:35:29 +00:00
codeanticode a93ffc7d98 Handling situation when resolutions array is null. 2011-10-10 18:17:43 +00:00
codeanticode d5c7f19dca Another example update 2011-10-10 18:09:01 +00:00
codeanticode 571ce2d37c Added Linux hack for capture device detection. 2011-10-10 18:08:39 +00:00
codeanticode 5da92d6a72 Added newFrame() method to Capture and Movie 2011-10-10 17:32:53 +00:00
codeanticode eaa01131a3 Updated getting started capture example 2011-10-10 17:25:06 +00:00
codeanticode 59643c3868 Reworking resolution query and reporting in Capture 2011-10-10 17:24:44 +00:00
codeanticode 8572cb73b4 QtKit helper class removed 2011-10-10 02:41:28 +00:00
codeanticode 8d565228af qtkitvideosrc is the default capture plugin for OSX in 32 and 64 bits 2011-10-10 01:42:51 +00:00
codeanticode 73e63485ec Updated gstreamer dependencies for Windows 2011-10-07 21:19:55 +00:00
codeanticode 5863632601 32/64 bits for video 2011-10-07 21:16:52 +00:00
codeanticode 4822353f47 Removed old gstreamer libs 2011-10-07 21:03:17 +00:00
codeanticode adb52ac2c1 Updated Movie examples 2011-10-07 20:59:16 +00:00
codeanticode 1f1bffe70d Better device selection in Capture 2011-10-06 04:53:36 +00:00
codeanticode dc33626e6f Fix seeking functionality in Movie. 2011-10-05 22:17:27 +00:00
Casey Reas b54608d62d Reference changes for 2.0 2011-09-25 03:56:26 +00:00
pesckal d15dff5a82 Minor UI updates to contribution managers.
-Odd/even coloring for linux and windows
-Made description text aligned left
-Added margin between description and buttons
2011-09-24 07:16:10 +00:00
pesckal 46a5ba927d Added "Description unavailable" 2011-09-24 04:09:21 +00:00
pesckal 0c01f49705 Minor UI updates and bug fixes.
-Fixed issue where categories were displayed for contributions that weren't present in the manager dialog
-Fixed issue where status bar stated contribution listing was being downloaded after it already was
2011-09-24 03:16:19 +00:00
Casey Reas 56903b6ad6 Updates to Scrollbar Example for Processing.js 2011-09-24 03:13:05 +00:00
pesckal c4a3dc174b Updates to "Filter your search..." style 2011-09-24 02:50:02 +00:00
pesckal ff214b56ad Minor UI changes to category chooser 2011-09-24 02:42:46 +00:00
pesckal a6d0c3da41 Minor UI updates for contribution installer, removed code for loading contribution icons 2011-09-24 02:17:57 +00:00
pesckal 2f25cd1743 Updates to valid categories, and now allow unlisted categories to be used too 2011-09-24 01:35:48 +00:00
pesckal f83cc16a29 Removed icon and category from contribution panel 2011-09-24 01:26:22 +00:00
Casey Reas 78f14dad99 Renaming Creating to Color Variables in Color examples 2011-09-23 23:53:39 +00:00
Casey Reas ec6dad06cf Adding more fonts for Examples 2 2011-09-23 04:47:41 +00:00
Casey Reas fef626fa4c Adding fonts for typography Examples 2011-09-23 04:44:58 +00:00
Casey Reas 40a75b2bbe Adding four elusive examples for 2.0 2011-09-23 04:30:49 +00:00
Casey Reas 761dc861a2 New images and code for Examples 2.0 2011-09-23 03:59:09 +00:00
sansumbrella 7e83cfc9c7 @see_external tag implemented. See todo.txt for more info. Allows for proper documentation of events in libraries. 2011-09-23 01:34:03 +00:00
Casey Reas a2c6667ed7 Removed non-ASCII chars from PShapeSVG.java 2011-09-22 21:35:02 +00:00
sansumbrella 25674cee59 Alphabetization improvement (by word rather than first letter). Related links try to link to methods within the same class as initial related thing. Related links won't link to undocumented things. PGraphics#alpha to PApplet#alpha in source. 2011-09-22 14:35:17 +00:00