Commit Graph

4580 Commits

Author SHA1 Message Date
pesckal 82b73fbfef Better placement of warning messages when installing libraries. 2011-07-13 15:43:40 +00:00
pesckal 3b31e92fda Close ZipFile after use. 2011-07-13 15:42:47 +00:00
Casey Reas c92824aac5 Reference changes to Processing core 2011-07-13 09:05:16 +00:00
Casey Reas b58f7c0567 Reference changes to Processing core 2011-07-13 07:51:23 +00:00
pesckal 7e96f90260 Removed calls to System.gc(), added placeholders for FileUtils in apache commons io 2011-07-12 19:10:04 +00:00
pesckal 1813d93459 Fixed issue 702 2011-07-11 21:11:16 +00:00
pesckal 5b7e9504fa Fixed compilation error in Base.java 2011-07-11 20:35:27 +00:00
pesckal ee250808e4 Fixed alphabetical ordering of libraries 2011-07-11 04:23:51 +00:00
pesckal a93bc6799d Refactored how LibraryListing and LibraryListPanel interact. Fixed bugs relating to changing state from installed to uninstalled 2011-07-11 03:46:58 +00:00
pesckal c8496d0db3 Install/Remove button disabled when installing 2011-07-10 14:55:40 +00:00
pesckal d2ecad477f Separate thread for removing libraries. 2011-07-10 14:11:17 +00:00
pesckal 94a30824b9 Fixed ArrayIndexOutOfBoundsException and added warning message for when no libraries are found in downloaded file 2011-07-10 13:46:43 +00:00
pesckal d0e33fd844 Better warning message for when error occurs downloading file. 2011-07-10 13:28:22 +00:00
pesckal 915de2efe8 Removed libraries are removed from list (if unadvertised) and can be installed again using install button (if advertised) 2011-07-10 13:15:43 +00:00
pesckal 0cea8e295b Fixed bug removing libraries immediately after install 2011-07-10 11:28:23 +00:00
pesckal 21176647f4 Library "Install" button toggles to "Remove" state after download+install 2011-07-10 03:11:32 +00:00
pesckal 8b02316ba3 Libraries can be removed using manager. Refactored how libraries are added to LibraryListing 2011-07-09 23:19:28 +00:00
codeanticode 1f49b1e2e3 Updated capture examples 2011-07-09 04:03:22 +00:00
codeanticode 627703abb1 Renamed play() to start(), pause() to stop(), and isPlaying() to isCapturing() in the Capture class 2011-07-09 04:02:54 +00:00
codeanticode 3a44b2ff96 New gstreamer-java package 2011-07-09 01:00:28 +00:00
codeanticode f045fcd505 Updated version string 2011-07-09 00:32:48 +00:00
codeanticode 9a3efc92d0 Removed examples 2011-07-09 00:17:28 +00:00
codeanticode 53852c2406 Removed GS prefix 2011-07-09 00:15:54 +00:00
codeanticode 7fdf29baad Removed advanced classes from video library, fixed resolution query in Capture 2011-07-09 00:14:28 +00:00
pesckal a52b3b67ab Added new attributes to Library, moved LibraryInfo class to Library. Already installed libraries now populate the library manager. 2011-07-08 20:28:55 +00:00
pesckal 6433932c49 Minor changes to XML handling, updated XML source 2011-07-08 17:38:12 +00:00
codeanticode aa01c085fd Camera/Projection restoration in Android 2011-07-06 23:20:17 +00:00
codeanticode 228572ebb4 Camera/Projection settings are properly restored in beginDraw() 2011-07-06 22:57:45 +00:00
codeanticode 97c877a460 Ported new resource handling system from desktop to Android 2011-07-06 03:00:27 +00:00
codeanticode 5ee8daf0f1 using drawTexture() method 2011-07-06 02:11:14 +00:00
codeanticode 919e67ce16 some formatting 2011-07-06 02:01:56 +00:00
codeanticode 31dc3a426d Re-enable multisample 2011-07-05 00:47:49 +00:00
codeanticode 7f4b1ef45b Updating GL context reference in offscreen surfaces 2011-07-04 08:24:04 +00:00
pesckal 3f10ae3a8d Removed drag and drop for installing libraries 2011-07-03 00:14:24 +00:00
codeanticode f095dcbb5d createTexCoordBuffer initializes all the texcoords, not only the first 2011-07-02 10:33:14 +00:00
codeanticode 3ee4bc6248 More fixes to the resource backup/(re)allocation/restore mechanism 2011-07-02 10:18:14 +00:00
codeanticode a6b7b7e84b Some renaming (backup/restore) 2011-07-02 09:38:12 +00:00
codeanticode ae2ff779c2 Fixed some issues in the reallocation/refreshing mechanism 2011-07-02 08:32:53 +00:00
pesckal 28b9ee81bb Added conditional so that libraries that have been removed can be replaced without confirmation 2011-07-02 07:35:27 +00:00
pesckal df9b6a854b Added support for installing libraries that don't completely follow standards and place all of their files in the base directory of the zip. 2011-07-02 07:32:35 +00:00
pesckal f0e7165c73 Remove button for installed libraries 2011-07-02 07:00:31 +00:00
codeanticode 3140e00666 Setting z = 0 in vertex(x, y) 2011-07-02 06:40:57 +00:00
codeanticode 72f18a3201 Implemented GL resource reallocation/refreshing mechanism 2011-07-02 00:04:16 +00:00
pesckal 72c55a1c86 Rebuild library list after installing using the library manager. 2011-07-01 22:47:05 +00:00
pesckal 493cf4858c Changed errors to warnings when installing libraries. 2011-07-01 22:37:49 +00:00
pesckal f0363ed472 Added call to System.gc() to release Windows' lock on library files 2011-07-01 22:23:38 +00:00
codeanticode bce9b9e2d5 Reworked resource allocation/release in PFramebuffer 2011-07-01 09:04:03 +00:00
pesckal 7fa3d492ad Updates to HTML formatting of library panels 2011-07-01 07:38:00 +00:00
pesckal bfc31556c1 New warning messages for malformed XML 2011-06-30 05:25:48 +00:00
pesckal 9ac75e2ad5 Progress bar goes to indeterminate mode while library panels are being rendered 2011-06-30 04:50:40 +00:00