- May 19, 2012
-
-
Ivica Bukvic authored
*fixed bug where objects were selected via a mouse click based on their left-to-right rather than top-to-bottom position *fixed bug where undoing moving of a GOP object would incorrectly draw the object on top of other objects *fixed bug where nlets would show on top of other objects when highlighted
-
- May 17, 2012
-
-
Ivica Bukvic authored
fixed minor console resizing artifact where the bottom bar grew in size when y was greater than the original size
-
- May 09, 2012
-
-
Ivica Bukvic authored
-
- May 07, 2012
-
-
Ivica Bukvic authored
-
- May 01, 2012
-
-
Ivica Bukvic authored
fixed wrong color fill for selected gop object when opening gop-ed subpatch, incorrect selection of all scalars inside gop-ed patch when it is being edited as a toplevel window, and a bug where repeatedly opening already open gop-ed patch does not re-focus its toplevel window
-
- Apr 26, 2012
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Ivica Bukvic authored
fixed noselect bug when line is selected and one clicks on a blank canvas which should also deselect selected line. also made pd_extrapath struct global as part of s_stuff.h so that ggee/image can use dynamic descriptors for retrieving of files (.e.g @pd_extra is translated to the pd's system-wide location of the extra/ folder)
-
- Apr 06, 2012
-
-
Ivica Bukvic authored
-
- Mar 28, 2012
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
fixed refocusing windows when closing sub-patch (or abstraction) where an invised parent would become visible instead of focusing on the next visible window.
-
- Mar 17, 2012
-
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
- Mar 15, 2012
-
-
Ivica Ico Bukvic authored
-
- Mar 09, 2012
-
-
Ivica Ico Bukvic authored
-
- Mar 06, 2012
-
-
Ivica Ico Bukvic authored
hopefully finally array of improvements to the tooltip engine fixing offset bug when the window has scrollbars
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
further improved tooltip detection and reintroduced canvas tips that appear either in the bottom-left or top-left corners
-
- Mar 04, 2012
-
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
code clean-up, more font resize/zoom fixes (hopefully done with it), and a minor bug fix for select all inside font window
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
settled on zoom (ctrl+mousewheel) which does the same thing as font resize simply because doing real zoom is extremely cumbersome with tcl/tk (esp. when one considers resizing images and also re-adjusting all coordinates inside c code to match newly zoomed state)
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
- Mar 03, 2012
-
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
Added undo font size, overhauled font resizing logic (x/y scaling is now bound to font resizing), added zoom option (ctrl+mousewheel), minor code clean-up, dynamic font resize improvements to the tooltip system and improved tooltip arrow appearance.
-
Ivica Ico Bukvic authored
-
- Mar 02, 2012
-
-
Ivica Ico Bukvic authored
improved vslider: added pass-through for externally entered values (vslider_float) without having them corrupted (only if it is linear entry, log entries have to get recalculated for obvious reasons). also added automatic repositioning of knob when resizing both via clickhook and properties window.
-
Ivica Ico Bukvic authored
-
Ivica Ico Bukvic authored
added ability for hslider to pass through uncorrupted values (if entered externally via inlet) and to resize its knob properly when resizing via clickhook
-
Ivica Ico Bukvic authored
-