WarmUpTill
|
dabb293cc0
|
Mark locale maps as const
There is no reason to have these not be const as new locale entries will
not be added at runtime.
|
2023-06-03 22:38:42 +02:00 |
|
WarmUpTill
|
9ec772f723
|
Restructure includes
The intention of this change is to reduce the interdependency of the
various components to reduce compile time when applying changes.
|
2023-04-30 13:13:18 -07:00 |
|
WarmUpTill
|
0138b412b4
|
Style changes in utility.hpp
|
2023-04-30 13:13:18 -07:00 |
|
WarmUpTill
|
20a934c9ab
|
Move platform-funcs.hpp include
|
2023-04-30 13:13:18 -07:00 |
|
WarmUpTill
|
2c5caabab0
|
Add advss namespace
Fixes name conflict with "Duration" class and typedef of the same name
on MacOS
|
2023-04-17 11:33:24 -07:00 |
|
WarmUpTill
|
f21e40151b
|
Add variable support for cursor condition spinbox controls
|
2023-03-19 03:52:21 -07:00 |
|
WarmUpTill
|
1fd8546354
|
Improve preview frame visibilty of cursor condition
* Add transparent diagonal stripes to frame
* Do not show frame if invalid selection was made
|
2023-03-04 13:40:14 -08:00 |
|
WarmUpTill
|
23e2fb8d5a
|
Enable getting variable values from cursor condition
|
2023-01-15 09:33:46 -08:00 |
|
WarmUpTill
|
fafaafd578
|
Fix crash when showing frame for cursor condition
Extreme values for setGeometry() could cause a crash.
Limit frame size to screen union to avoid these crashes.
|
2023-01-14 05:09:42 -08:00 |
|
WarmUpTill
|
b5ec9e7586
|
Add const qualifier to various functions
|
2022-12-23 13:16:22 -08:00 |
|
WarmUpTill
|
ea826f1be0
|
Add option to check for mouse button press
Implemented only for Windows for now.
|
2022-12-21 11:52:36 -08:00 |
|
WarmUpTill
|
53a5fa6ff4
|
Restructure "src/" folder
Moving files from the "src/" folder into "src/legacy", "src/macro-core",
and "src/utils" was necessary as it was becoming a bit too cluttered.
|
2022-08-17 11:08:53 -07:00 |
|