- Sep 03, 2020
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
- Sep 02, 2020
-
-
Ivica Bukvic authored
*added ability to edit g_numbox with arrows, shift+arrows, and made it highlight itself properly when being edited to provide appropriate visual feedback. Most of this was in 1.x when it was ported but was somehow lost. IIRC the same may need to be addressed for the vanilla numbox.
-
- Jul 24, 2020
-
-
Jonathan Wilkes authored
We're not yet saving the hex colors as that will break in older patches. But we do print out warning messages in this interim period and will save the hex colors at a later date. Once that change is made, all the interim versions will be able to read the new format
-
- Jun 01, 2018
-
-
Pranay Gupta authored
-
- Feb 10, 2018
-
-
Also fix a type mismatch in dropdown widget (g_text.c) and add an error check in ALSA audio (s_audio_alsamm.c).
-
- Mar 22, 2017
-
-
Jonathan Wilkes authored
-
- Dec 07, 2016
-
-
Jonathan Wilkes authored
cleanup iemgui dialog form names, replacing dashes with underscores. Fix stray bugs in canvas dialog, and clean up css selector names
-
- Nov 21, 2016
-
-
Jonathan Wilkes authored
stop using "x" for sending iemgui colors-- while it has a precision formatter, it doesn't have a maximum size formatter (and it can't because 64-bit archs need the larger values)
-
- Nov 18, 2016
-
-
Jonathan Wilkes authored
-
- Feb 15, 2016
-
-
Jonathan Wilkes authored
-
- Feb 11, 2016
-
-
Jonathan Wilkes authored
-
- Feb 01, 2016
-
-
Jonathan Wilkes authored
-
- Jan 29, 2016
-
-
Jonathan Wilkes authored
shows as selected when in a gop.
-
- Jan 25, 2016
-
-
Jonathan Wilkes authored
-
- Jan 20, 2016
-
-
Jonathan Wilkes authored
-
- Jan 11, 2016
-
-
Jonathan Wilkes authored
-
- Jan 08, 2016
-
-
Jonathan Wilkes authored
update open dialog window height/width/font/fontsize for iemguis as they are resized/repositioned with the mouse
-
- Dec 24, 2015
-
-
Jonathan Wilkes authored
further refined legacy mode to match both iemgui and graph-on-parent objects.
-
- Dec 22, 2015
-
-
Jonathan Wilkes authored
second draft of iemgui handles--- still some bugs when switching between canvas gop rect and iemguis
-
- Dec 16, 2015
-
-
Jonathan Wilkes authored
made nbx scaling less wonky. It's still a bit wonky, but maybe that's just a function of the font resizing algo and the fact that width is constrained to character width
-
- Dec 15, 2015
-
-
Jonathan Wilkes authored
egregiously rough draft of g_numbox scaling-- need to work on the character-width x-scaling which is currently screwy
-
- Dec 12, 2015
-
-
Jonathan Wilkes authored
-
- Dec 11, 2015
-
-
Jonathan Wilkes authored
-
Jonathan Wilkes authored
*added legacy option for iemgui objects. Starting pd-l2ork with -lega… …cy flag positions iemgui objects in their old, vertically inconsistent locations for the sake of retaining complete backwards compatibility. *added sys_legacy global for inclusion of other potential legacy breakages that may develop later.
-
- Jun 25, 2015
-
-
Jonathan Wilkes authored
fix "pos" method for [nbx]
-
- May 09, 2015
-
-
user authored
-
- May 08, 2015
- Mar 13, 2015
-
-
Jonathan Wilkes authored
-
- Feb 24, 2015
-
-
Jonathan Wilkes authored
-
- Feb 13, 2015
-
-
Jonathan Wilkes authored
-
- Nov 19, 2014
-
-
Ivica Bukvic authored
*fixed cosmetic regression where highlighting of the number when focusing (and reverting focus) was not consistent due to faulty optimization that has now been removed.
-
- Aug 20, 2014
-
-
Mathieu L Bouchard authored
-
Ivica Bukvic authored
*added ability to have spaces in iemgui properties dialog
-
Mathieu L Bouchard authored
change type of scalehandle_new and h_master. Document some structs in g_all_guis.h and change some field sizes.
-
- Aug 17, 2014
-
-
Ivica Bukvic authored
-
Ivica Bukvic authored
-
Mathieu L Bouchard authored
remove canvas/glist arg in a bunch of recently added iemgui functions, and introduce iemgui_draw_move & iemgui_draw_config
-
- Aug 16, 2014
-
-
Ivica Bukvic authored
*added selected tag to scalehandles since they should only appear when things are selected (or as is the case with GOP, when nothing else is selected) *fixed regression in number2 where after dialog it requires complete redraw
-