55 Commits

Author SHA1 Message Date
cf7aeb35f5 Added bluepixle.js demo 2022-12-20 12:43:21 -07:00
7ecaf615e5 added spacing for title bars in css 2022-12-20 12:01:21 -07:00
1126392c15 Changed conditions for allowing focus windows 2022-12-20 11:57:25 -07:00
c6314709ef Added focusing windows on click, only effects draggable windows 2022-12-20 11:38:41 -07:00
95efa891ab added some tweeks to the demo index.html 2022-12-20 10:53:20 -07:00
773dc261c8 added unfinished window class to bluepixle_ui.js 2022-12-20 10:22:53 -07:00
ca816835f0 Changed nameing scheme for classes of bluepixle_ui.js 2022-12-20 10:12:21 -07:00
975daca5ca Minor vif to boundValue.modValue so it returns int instead of array for remainder 2022-11-10 13:43:19 -07:00
a45b364a80 Added outOfBoundsBy method to bound, and modified modValue of boundValue, this change breaks previous useages of boundValue 2022-11-10 13:30:20 -07:00
a793129169 Added check for bare numbers in bound, if bare numbers are provided they will now be converted to single element arrays 2022-11-10 11:52:39 -07:00
81e26a625a initial addition of bluepixle_ui.js 2022-09-16 08:42:55 -06:00
bac8f3dc0b added text shape 2022-09-13 13:10:43 -06:00
c451375ba3 fixed default rotation on containers and shapes, should be 0 degrees now 2022-09-13 12:15:14 -06:00
53c6a37741 fixed default rotation on containers and shapes, should be 0 degrees now 2022-09-13 12:07:57 -06:00
26edf8381f fixed default rotation on containers and shapes, should be 0 degrees now 2022-09-13 11:47:46 -06:00
56a295c3ef c to C for fColor in shape render 2022-09-12 16:45:14 -06:00
83fb7fb257 this. added to some referenses to dimentions in shape 2022-09-12 16:29:06 -06:00
bluesaxman
f25979eff1 Some more minor tweeks to blueui window class, and more tweeks to index and css 2022-04-07 19:51:27 -06:00
bluesaxman
40b4ae07a6 rearanged a few things in index.html 2022-04-07 19:08:31 -06:00
bluesaxman
c24e6029ce fixed a couple issues with window object references 2022-04-07 18:50:14 -06:00
bluesaxman
5f7df39d9e some minor syntax corrections and a rewrite of the demo index.html and css file 2022-04-07 18:31:56 -06:00
bluesaxman
2ca87fbb55 added hexGradiant function for value based color readouts 2022-04-07 16:57:41 -06:00
bluesaxman
a4d3afd265 Added window resize and drag functions 2022-04-07 16:46:44 -06:00
02270091eb window class added, not functional 2022-03-24 15:45:58 -06:00
176ff52041 Added blueui for ui functions, this will replace legacy ui things in bluecore 2022-03-24 15:01:45 -06:00
e28c88c233 Moved all legacy code to the TOF 2022-03-22 15:51:20 -06:00
cfc60ebd1d Cleaned up elementPlace legacy code, no longer relys on elementCreate 2022-03-22 15:48:38 -06:00
006f6e5ade Updated numberShorted to newer, cleaner function 2022-03-22 15:35:59 -06:00
99b366266a Comments around some legacy functions 2022-03-22 15:19:10 -06:00
3e61a339e4 Comments around some legacy functions 2022-03-22 15:17:00 -06:00
1469e59e97 Fixed grow method in container and shape class 2022-02-10 15:12:18 -07:00
2cc3f4d0cf after intensive tests, fixed rotation 2022-02-10 10:34:16 -07:00
da9240e3ff minor refrence error fixed, maybe fouth times the charm... 2022-02-10 09:08:21 -07:00
de60b49f6f minor refrence error fixed, third times the charm... 2022-02-10 09:03:08 -07:00
cb3c0b37c7 ANOTHER minor refrence error fixed 2022-02-10 09:01:11 -07:00
f8587d845d minor refrence error fixed 2022-02-10 08:59:22 -07:00
308e811c0e Hopefully fixed relative rotation in containers. 2022-02-10 08:51:20 -07:00
aca2ab4258 name change to resolve conflict 2022-02-09 15:25:50 -07:00
40c5eb786e Removed starfield class as it doesn't belong in bluepixle.js 2022-02-09 12:50:18 -07:00
3f16141ae8 Absorbed the colide function into container as a method called overlap 2022-02-09 12:34:58 -07:00
2ed2791528 More math added to math.js bluepixle currently broken as I'm in the middle of cleaning 2022-02-08 17:10:24 -07:00
1611f58512 Removed some redundant classes from bluepixle.js and moved matrix class to bluemath.js 2022-02-08 12:37:06 -07:00
d29d4e9366 Added normalizeArray function 2022-02-08 12:14:09 -07:00
1d9f4377b1 added boundValue to bluemath.js 2022-02-08 10:18:26 -07:00
aa34ceeae4 slight syntax corrections 2022-02-07 18:15:06 -07:00
3cd2a20498 Added reusable geometry functions and classes from several other projects 2022-02-07 18:11:49 -07:00
ee7a5b161e ...mathmatical calculation correction on numbershorten 2021-06-18 15:27:37 -06:00
b05415cb29 fixed numbershorten checks with typeof 2021-06-18 13:17:50 -06:00
8595482c6b Corrected previous change to correct change with numberShorten 2021-06-18 13:13:53 -06:00
5439fa2559 Added decimal handling to numberShorten 2021-06-17 16:35:12 -06:00