Commit Graph

3393 Commits

Author SHA1 Message Date
JEphron 1c1f99e5f7 add OSX native fullscreen 2015-10-29 15:54:30 -04:00
Ben Fry a359b775eb starting the next release 2015-10-23 17:30:05 -04:00
Ben Fry 4bb85b75b4 deal with NaN in stage.getWidth/Height() during FX2D window placement 2015-10-23 16:41:00 -04:00
Ben Fry 2ae62196ba more small screen fixes from #3992 2015-10-23 15:30:44 -04:00
Ben Fry 927e2c0d5f Merge pull request #4043 from JakubValtar/fix-text-area-aioobe
Fix occasional exception while editing text
2015-10-22 11:31:49 -04:00
Jakub Valtar 4f9bb7ab23 Fix memory leak in Recent
Recent menu was keeping Editors in memory
2015-10-22 16:09:50 +02:00
Jakub Valtar a460e5220b Fix AIOOBE 2015-10-22 16:07:50 +02:00
Ben Fry 390a518a18 deal with NPE inside CM deleteTemp() function (fixes #4026) 2015-10-19 19:02:35 -04:00
Jakub Valtar e7b267eb28 Fix NPE in Base
The message is set to null, not empty String
2015-10-15 01:00:15 +02:00
Ben Fry cbed7139c2 a little cleanup cleanup 2015-10-14 16:24:57 -04:00
Martin Yrjölä 691c0fd699 processing-java: Run in headless mode with --build
Fixes #3996
2015-10-14 17:52:07 +03:00
Ben Fry 5bde3be7e3 Merge pull request #3932 from JakubValtar/update-counter
Include Example packs into update count
2015-09-30 15:14:16 -04:00
Ben Fry a05cb6fbfb starting the next release 2015-09-30 15:13:30 -04:00
Jakub Valtar 8e11079886 Include Example packs into update count 2015-09-30 14:42:25 -04:00
Ben Fry b993c6eec8 set a better minimum size for the number of updates available 2015-09-30 13:48:07 -04:00
Ben Fry 7576cf0077 remove unused imports 2015-09-30 11:37:11 -04:00
Ben Fry 31200a154e set background color as backup, fixes #3919 2015-09-30 11:36:55 -04:00
Ben Fry 0dc2aa0682 Merge branch 'master' of github.com:processing/processing 2015-09-30 11:22:30 -04:00
Ben Fry d34fac05fe Merge pull request #3917 from JakubValtar/change-detector
Fix file counting in change detector
2015-09-30 11:11:00 -04:00
Jakub Valtar 3df9af779e Fix file counting in change detector 2015-09-30 11:06:57 -04:00
Ben Fry 4c0def59d3 alternate versions for Windows/Linux/OS X 2015-09-30 10:53:03 -04:00
Ben Fry dc7d98e2ad About screen looking hideous on Windwos 2015-09-30 10:38:48 -04:00
Ben Fry e1b4c123ce Merge pull request #3916 from JakubValtar/symlinks
Do not follow symlinks when deleting directories
2015-09-30 10:35:10 -04:00
Ben Fry 8fbdddc429 this is problematic on non-retina displays 2015-09-30 10:32:36 -04:00
Jakub Valtar b67b010301 Do not follow symlinks when deleting directories 2015-09-30 10:08:40 -04:00
Ben Fry ecf565019b fix the About screen, add retina support 2015-09-30 09:59:26 -04:00
Ben Fry 880edcdc9d only do update click when there are updates available 2015-09-30 09:44:28 -04:00
Ben Fry 80057b3f8d Merge pull request #3910 from JakubValtar/clean-up-delete-function
Clean up delete dir function
2015-09-30 00:15:13 -04:00
Ben Fry 4c9b882a50 2x icons and rid of the ugly border in the completion panel (#3906) 2015-09-29 23:00:19 -04:00
Ben Fry 07b1cbe558 only draw when >0 updates 2015-09-29 22:22:06 -04:00
Ben Fry 929d45d716 show the number of available updates in the footer (fixes #3518) 2015-09-29 22:20:44 -04:00
Ben Fry 55db4772e7 goodbye warnings 2015-09-29 21:49:31 -04:00
Ben Fry e1afe3b875 make gutter of console match error list (fixes #3904) 2015-09-29 21:44:33 -04:00
Ben Fry d72ca7e2cb implement custom tooltip for error/warning hover 2015-09-29 21:34:26 -04:00
Ben Fry 4892690e4e implementing new splash screen, sorting out other static init problems 2015-09-29 21:10:02 -04:00
Ben Fry 1a8c73554a initial version of SplashWindow from the web 2015-09-29 21:07:03 -04:00
Jakub Valtar 402f963378 Comeback of deleteDir 2015-09-29 21:03:15 -04:00
Jakub Valtar 8f92f2efdc Clean up delete dir 2015-09-29 19:29:48 -04:00
Ben Fry 3208e6f5b5 better temp lister 2015-09-29 19:14:52 -04:00
Ben Fry 568c8cf5bb get rid of tabs, remove dead code 2015-09-29 18:12:09 -04:00
Ben Fry acfac91e9c Merge pull request #3905 from JakubValtar/error-table-click
Give focus to the Editor after clicking an error in ErrorTable
2015-09-29 18:10:27 -04:00
Jakub Valtar 79a36cc7cb Update status error/warning when changing the line 2015-09-29 18:02:52 -04:00
Jakub Valtar b7ae0f9e20 Give focus to the Editor after clicking an error in ErrorTable 2015-09-29 17:12:10 -04:00
Ben Fry 1400caedc9 implementing gradient version of the status bar 2015-09-29 15:33:46 -04:00
Jakub Valtar 0d8f8f1be9 Set update count on Editor startup 2015-09-29 11:16:17 -04:00
Ben Fry ea45682d6d Merge pull request #3896 from JakubValtar/cm-update-count
CM: Send update count to Editors
2015-09-29 10:14:42 -04:00
Jakub Valtar 3a33c4bdfb CM - fix NPE related to restart button 2015-09-28 17:15:31 -04:00
Jakub Valtar f89390ce2e CM - "version not compatible" label 2015-09-28 16:59:50 -04:00
Jakub Valtar 75f8d37df7 CM: Reload contributions before counting updates 2015-09-28 16:24:57 -04:00
Jakub Valtar 9c327a9c6b CM: Send update count to Editors 2015-09-28 15:56:24 -04:00