Commit Graph

4567 Commits

Author SHA1 Message Date
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
pesckal a4d847d6f5 Fixed bug preventing installation of some libraries 2011-06-30 04:35:38 +00:00
pesckal df8bc9a460 Download progress bars for individual libraries 2011-06-30 04:18:59 +00:00
pesckal 0d954c1de6 Removed 'simple UI' components from library manager. 2011-06-30 04:05:39 +00:00
pesckal c282262498 Progress bar to indicate progress of downloading the library list 2011-06-30 03:56:02 +00:00
codeanticode ef2776e8d1 Updated documentation of textMode() method in PApplet 2011-06-30 00:47:57 +00:00
pesckal f9ee24e6ab Fixed coloring problems in list of libraries 2011-06-29 22:51:16 +00:00
pesckal 0d54a2ba4a Fixed annoying sizing problems in library manager that made text and visible area jump. 2011-06-29 20:07:18 +00:00
codeanticode 89bbcab7ce Fixed issue 761 on P3D android 2011-06-29 17:49:37 +00:00
codeanticode 59067b8739 Fixed issue 761 on P3D desktop 2011-06-29 17:48:33 +00:00
pesckal 2a9a564d80 Changed layout of library panels. Fixed bugs with filtering. 2011-06-29 08:50:22 +00:00
pesckal 55b112eb6c Category selector for library manager 2011-06-28 23:26:49 +00:00
benfry 26555e4ac9 removing textMode(SCREEN) 2011-06-28 15:03:16 +00:00
benfry 0a896065db starting revision 0200, update to Java 6u26 on Windows and Linux 2011-06-27 23:05:20 +00:00