Commit Graph

11272 Commits

Author SHA1 Message Date
Ben Fry 6ef565f7c3 deeper into the contrib manager rabbit hole 2015-09-22 15:31:50 -04:00
Ben Fry 57453ce9f8 I just... 2015-09-22 14:41:42 -04:00
Ben Fry 7770ad31f9 Merge branch 'master' of github.com:processing/processing 2015-09-22 14:24:08 -04:00
REAS 3bb326da9d Add parseJSONArray() and parseJSONObject() to keywords.txt 2015-09-22 11:19:23 -07:00
REAS a643eab2ef Add parseJSONArray() and parseJSONObject() to Reference 2015-09-22 11:02:03 -07:00
Ben Fry ca3f9657ef renaming classes for clarity 2015-09-22 12:49:14 -04:00
Ben Fry eb40984055 continuing integration of the new tab panel for the manager 2015-09-22 12:47:22 -04:00
Ben Fry 7319a0e214 adding the footer class to start adaptation 2015-09-22 09:55:07 -04:00
Ben Fry 8e792606a5 add convenience function to get 1x and 2x images 2015-09-22 09:48:45 -04:00
Ben Fry 1d85937041 moving around a bit 2015-09-22 08:42:47 -04:00
Ben Fry d5f39ee20e more scrubbing before redoing ContributionManagerDialog 2015-09-22 08:30:24 -04:00
Ben Fry 8c522056de better naming and some cleanup 2015-09-22 07:53:16 -04:00
Ben Fry 3baba9c64a a little more order to the contrib panel code 2015-09-22 00:42:03 -04:00
Ben Fry 97e786dcd9 using JPanel as the base for tab objects 2015-09-22 00:37:09 -04:00
Ben Fry 69f7e236fd move util to better place; remove dead comments 2015-09-22 00:05:20 -04:00
Ben Fry 98b095bd17 simpler naming 2015-09-22 00:01:17 -04:00
Ben Fry 807a170897 culling classes and simplifying 2015-09-21 23:58:46 -04:00
Ben Fry bb985b0e4a cleaning and todo notes 2015-09-21 23:43:07 -04:00
Ben Fry eb5a875e5f Merge pull request #3850 from JakubValtar/remove-debug-message
Remove color debug message
2015-09-21 23:32:35 -04:00
Jakub Valtar 19fec47211 Remove color debug message
Typing "new color()" now results in error "class 'color' does not
exists"
2015-09-21 23:24:05 -04:00
Ben Fry bf3e60dc4f notes for recent PRs 2015-09-21 23:04:27 -04:00
Ben Fry b93fca9f95 Merge pull request #3848 from JakubValtar/multiline-wiggly-underlines
Multiline wiggly underlines
2015-09-21 23:02:15 -04:00
Ben Fry e2fe488561 Merge pull request #3849 from JakubValtar/minor-opengl-improvements
Minor OpenGL improvements
2015-09-21 23:01:36 -04:00
Jakub Valtar 2506d88929 Optimize addVertex 2015-09-21 22:48:50 -04:00
Jakub Valtar b2940ff066 Optimize native/Java color conversions 2015-09-21 22:48:39 -04:00
Jakub Valtar ca0fd8c848 Multiline wiggly underlines
with handy tooltips
2015-09-21 22:38:10 -04:00
Ben Fry a41a42632e prioritizing final items for beta 7 2015-09-21 20:19:15 -04:00
Ben Fry 26156203f9 move this to a more generic location since it has nothing to do with dialog 2015-09-21 20:16:35 -04:00
Ben Fry f2706983bf refactor tabs to get a better sense of how each piece works 2015-09-21 20:12:22 -04:00
Ben Fry 3a84b83a29 refactor tabs to get a better sense of how each piece works 2015-09-21 20:11:59 -04:00
Ben Fry 8f497619ef clean up comparison method for contribs, other bushwhacking 2015-09-21 20:02:12 -04:00
Ben Fry d8ccd66d0c fix the bold in the welcome window to not use fake bold 2015-09-21 19:48:19 -04:00
Ben Fry 124e4873b6 remove warning, notes in the todo list 2015-09-21 19:42:39 -04:00
Ben Fry 557bae9e4f don't insert a space when typing ctrl-space (fixes #3847) 2015-09-21 19:35:21 -04:00
Ben Fry fc3e006772 button format note, debugging flickery popup 2015-09-21 19:06:24 -04:00
Ben Fry 38397128fc Merge branch 'master' of github.com:processing/processing 2015-09-21 18:51:19 -04:00
Ben Fry a686d90a1a add a little extra space on the Save As dialog 2015-09-21 18:48:00 -04:00
codeanticode 3c8791186b fix width comparison 2015-09-21 17:34:29 -05:00
Ben Fry ef59512889 Merge branch 'master' of github.com:processing/processing 2015-09-21 18:29:06 -04:00
Ben Fry 1733c90261 scrubbing the class paths for #3812 2015-09-21 18:28:55 -04:00
codeanticode a6c89e1601 detect window resize 2015-09-21 16:49:51 -05:00
Ben Fry 06a1222965 attempt alternate settings path on windows, use simpler getter for documents, and more informative appdata error messages (#3838) 2015-09-21 17:27:54 -04:00
Ben Fry a682332b67 remove goofy warning since it isn't fatal (#3835) 2015-09-21 16:44:01 -04:00
Ben Fry c7e29db0d2 remove the coffee cup icon on Windows, use the p5 icon 2015-09-21 16:27:11 -04:00
Ben Fry b7ca006e47 get rid of this guy altogether; not used by Add File anymore 2015-09-21 16:19:22 -04:00
Ben Fry ba9843e295 notes about refactoring 2015-09-21 16:13:54 -04:00
Ben Fry 8c9cd6324f Merge pull request #3846 from JakubValtar/code-completion
Clean JavaTextArea imports
2015-09-21 16:02:39 -04:00
Ben Fry a0854b8a12 closing up shop for now inside "Save As" 2015-09-21 16:02:04 -04:00
Jakub Valtar 3b3b02824a Clean imports 2015-09-21 16:01:24 -04:00
Ben Fry 02e8baed3a clean up warnings 2015-09-21 15:57:24 -04:00