Commit Graph

9360 Commits

Author SHA1 Message Date
Ben Fry ca15d00893 turn off some debug warnings 2014-11-20 11:10:27 -05:00
Ben Fry 86ca9f4208 let's get away from that repaint() thing, shall we? 2014-11-20 01:19:02 -05:00
Ben Fry 5a452066f7 deal with offscreen graphics, finding flicker problems on retina 2014-11-20 01:07:56 -05:00
Ben Fry 7f4ebbcb8b note about new chooser 2014-11-19 23:55:21 -05:00
Ben Fry 15046aace2 Merge pull request #2975 from federicobond/native-colorchooser
Replace ColorChooser PApplets with custom Swing components
2014-11-19 23:35:36 -05:00
Federico Bond 36026e5a3b Replace ColorChooser PApplets with custom Swing components 2014-11-20 01:13:54 -03:00
Ben Fry ecd0024530 todo list notes 2014-11-19 21:49:22 -05:00
Ben Fry 03a4183432 add error when using loadFont() with a non-vlw file 2014-11-19 21:48:07 -05:00
Ben Fry cd3e36bb9c notes about dist fix 2014-11-19 19:35:41 -05:00
Ben Fry 08bd8ccde2 Merge pull request #2974 from kfeuz/Issue2973
Made ant deb depend on dist
2014-11-19 19:33:26 -05:00
Kyle Feuz 33f92e01c1 Made ant deb depend on dist 2014-11-19 15:54:25 -07:00
Ben Fry c93f4ef41b finish incorporating Linux deb support 2014-11-19 17:07:44 -05:00
Ben Fry b4daf1f02b Merge pull request #2972 from kfeuz/Issue114
Create .deb binary packages with ant. Fixes issue #114
2014-11-19 17:04:07 -05:00
Ben Fry 6d3276210c move things out of my own todo list, notes from github 2014-11-19 17:02:59 -05:00
Kyle Feuz 753451c726 Added copyright and licensing information 2014-11-19 13:32:53 -07:00
Ben Fry 2bd5d5d362 getCaretLocation() issue for non-Roman scripts (fixes #2934) 2014-11-18 19:45:50 -05:00
Ben Fry 159c5a65b1 Update README.md 2014-11-18 18:42:11 -05:00
Ben Fry 57b5bc9e53 No really, we meant it about breaking things (if temporarily) 2014-11-18 18:13:07 -05:00
Ben Fry 5056f3d4ae Merge pull request #2966 from benfry/vera-lynn
We'll... meet again... don't know where... don't know when...
2014-11-18 18:04:52 -05:00
Ben Fry 3996c0c745 Merge remote-tracking branch 'upstream/master' 2014-11-18 17:15:16 -05:00
Ben Fry 9256a38704 add note about mnemonics 2014-11-18 17:14:49 -05:00
Ben Fry 28d1f2493b Merge pull request #2382 from GKFX/mnem-patch
Dynamically add menu mnemonics to all menus
2014-11-18 17:11:23 -05:00
Ben Fry a8903a86a6 merge and mess 2014-11-18 14:39:42 -05:00
Ben Fry 64f2ea96b0 add notes about pr 2014-11-18 14:28:11 -05:00
George Bateman 6cdd3f6a5e Translate cut and copy in the edit menu.
Also condense some code.
2014-11-18 19:24:16 +00:00
Ben Fry 096dd2dc8b Merge pull request #2804 from joelmoniz/addReferences
Added References for installed tools and libraries, whenever available, to the Help menu.
2014-11-18 14:04:15 -05:00
George Bateman 1013bc3711 Fix tiny German menumnemonics bug. 2014-11-18 18:24:19 +00:00
George Bateman bcc9be36e7 Merge branch 'master' of https://github.com/processing/processing into mnem-patch
Conflicts:
	pdex/src/processing/mode/experimental/DebugEditor.java
2014-11-18 18:14:00 +00:00
joelmoniz 91550c0dc0 Remove extra ways for references to be included 2014-11-18 05:26:34 +05:30
Ben Fry 2298a163a4 just add the git instructions 2014-11-17 18:35:37 -05:00
Ben Fry b108481d06 Merge remote-tracking branch 'upstream/master' 2014-11-17 18:34:32 -05:00
Ben Fry 3edd745d20 clean up some font handling 2014-11-17 18:33:59 -05:00
Ben Fry d383a9d63e Merge pull request #2964 from joelmoniz/renameExaplesPackage
Renamed Examples-Package to Examples
2014-11-17 18:25:35 -05:00
joelmoniz 21e4174177 Renamed Examples-Packages to Examples 2014-11-18 04:40:44 +05:30
Ben Fry d1e3e357cd add getFontMetrics() override 2014-11-17 17:09:09 -05:00
Ben Fry dea5f890db merge conflict resolution 2014-11-17 17:02:50 -05:00
Ben Fry fe469aaca4 modify the FRC code so that it does not show up in PApplet 2014-11-17 17:01:31 -05:00
Ben Fry 86a1a8bae4 Merge pull request #6 from codeanticode/master
preprocessor parses sketchWidth/Height/Renderer, fixed error handling
2014-11-17 16:58:40 -05:00
Ben Fry 663ea21c0e todo notes 2014-11-17 16:58:12 -05:00
codeanticode 5519bf8615 throw cause of draw exception 2014-11-17 16:45:27 -05:00
joelmoniz b254cb226f Tool and Lib References now show in Help menu
Removing LocalContribWithReference.java
2014-11-18 02:40:01 +05:30
codeanticode 3949fd4f67 add java.awt.font.FontRenderContext 2014-11-17 15:55:44 -05:00
codeanticode d630257162 add the retina renderers in writeFooter() 2014-11-17 15:55:06 -05:00
codeanticode 9ac3b9b238 call initSketchSize() in preprocess() 2014-11-17 15:54:27 -05:00
codeanticode 2ad7d2ab21 getting font metrics from default toolkit 2014-11-17 09:54:52 -07:00
Joel Moniz 69ab236ee7 Added new class LocalContribWithReference for contribs with reference
And added some documentation for the new functions
2014-11-17 17:42:23 +05:30
Joel Moniz 089b1d9d81 Added many, many more ways for references to be included 2014-11-17 17:42:22 +05:30
Joel Moniz 40c365af93 Added Tools, Libs reference menus to Help
Including support for core tools & libs if reqd later
2014-11-17 17:42:22 +05:30
codeanticode 97ff4895d8 Merge remote-tracking branch 'upstream/master' 2014-11-16 19:39:30 -07:00
Ben Fry daaad10c43 hammering through placement and sizing issues 2014-11-16 19:32:44 -07:00