- May 22, 2015
-
-
user authored
got a very early working version that does _all_ object text editing (arrow keys, selection, etc.) in the GUI. (However, it still depends on g_rtext.c for doing everything else.)
-
- May 16, 2015
-
-
user authored
-
- May 09, 2015
-
-
user authored
-
- May 08, 2015
- Apr 15, 2015
-
-
Jonathan Wilkes authored
-
- Mar 13, 2015
-
-
Jonathan Wilkes authored
-
- Mar 06, 2015
-
-
Jonathan Wilkes authored
-
- Feb 13, 2015
-
-
Jonathan Wilkes authored
-
- Oct 07, 2014
-
-
Ivica Bukvic authored
-
- Sep 19, 2014
-
-
Ivica Bukvic authored
*finally fixed the memory leak and improved how the newlines are created inside objects (needs further testing)
-
Ivica Bukvic authored
-
- Sep 07, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Sep 06, 2014
-
-
Ivica Bukvic authored
*improved drawing logic for all text objects so that they draw themselves during vis process as selected (if they are already selected). This should be the logic for other objects as well: draw yourself normal or selected (check at vis time, only if being drawn for the first time, including after vis 0, followed by a vis 1), and then make sure to tag ourselves as "selected" so that if immediately being displaced, everything indeed follows us as it should.
-
Ivica Bukvic authored
*added ability to do shift+home and shift+end to select text inside objects *fixed manual resizing of subpatches which did not work in the current implementation.
-
- Aug 31, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
*reversed "fix" to a regression made in a previous commit (see commit 28b0256f) and removed the old commit that caused the regression in the first place.
-
- Aug 23, 2014
-
-
Mathieu L Bouchard authored
-
- Aug 14, 2014
-
-
Mathieu L Bouchard authored
-
- Aug 13, 2014
-
-
Mathieu L Bouchard authored
-
Mathieu L Bouchard authored
-
- Aug 01, 2014
-
-
Mathieu L Bouchard authored
-
- Mar 17, 2014
-
-
Ivica Bukvic authored
-
- Dec 31, 2013
-
-
Ivica Bukvic authored
-
- Dec 08, 2013
-
-
Ivica Bukvic authored
added ability for comments to be navigated by rows (using up/down), as opposed to home/end which takes you to the beginning/end, or ctrl+left/right which takes you to the next space
-
- Aug 28, 2013
-
-
Ivica Bukvic authored
first stab at porting core GUI to tkpath with SVG goodness. new scrollbars that will hopefully put an end to the old painful scrollbar nonsense. pdtk_tip clean-up and improvements. tons of other small bug fixes. a number of issues/wishlists still exist before the next big release: *improve g_array lower/raise to use new functionality (BUG! doesn't match any items) *scalar is drawn behind at first *Scope~ window name "h16ffd10" already exists in parent (likely resize hook) *Change appearance of the resize hook *better getrect for scalars inside plot? *reenable bgerror and t_tkcmd catch *Clean-up and merge cyclone documentation
-
- Aug 21, 2013
-
-
Ivica Bukvic authored
-
- Aug 20, 2013
-
-
Ivica Bukvic authored
*stretchable objects (like 0.45) with undo/redo capability, diagonal resize cursor, and minimum gop size.
-
- Aug 19, 2013
-
-
Ivica Bukvic authored
*fixed cord redrawing when objects got resized due to cut/paste of object's text *ctrlleft,ctrlright, and shift variants all now properly navigate messages during editing, including single character atoms *fixed regression where clicking on iemgui labels of gop-embedded iemgui objects also counts as a click on the object itself (e.g. toggle being toggled on/off) *fixed regression when dynamically changing iemgui properties within gop as to when to hide and when to show it *proper redrawing and reordering logic for arrange and dynamic changes to iemgui objects inside gop *committed http://sourceforge.net/p/pure-data/pure-data/ci/97851b3c44b2b3839069928d90ca6185de4455c5/
-
- May 15, 2013
-
-
Ivica Bukvic authored
Added support for multiline comments (with some help from Taylor O'Connor and Jean-Philippe Ouellet).
-
- Apr 12, 2013
-
-
Ivica Bukvic authored
reworked getscroll once again (binding of the <config> was colliding with the scheduled calls from c and pd.tk)
-
- Apr 11, 2013
-
-
Ivica Bukvic authored
-
- Feb 28, 2013
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Dec 15, 2012
-
-
Ivica Bukvic authored
-
- Nov 18, 2012
-
-
Ivica Ico Bukvic authored
-
- Aug 01, 2012
-
-
Ivica Bukvic authored
added ability to provide custom name to the pd-gui instance (for combining all windows under the same icon on recent WMs (like Ubuntu's Unity), made all toplevel windows inside pd.tk inherit the class name of the root window, added new ways to select and edit text inside an object (ctrl+left and ctrl+right take you to the next argument, ctrl+shift+left/right select the same space, shift+left/right alter selection, home/end or down/up take you to the end/beginning of the text entry).
-
- Feb 25, 2012
-
-
Ivica Bukvic authored
altered behavior of gop objects so that internal elements are not visibly selected. Also reworked the way array and scalar selection is dealt with fixing segfault and making a more fool-proof way of selecting them.
-