|
09ef29804e
|
Added a class for http server's enums, and added it to the build.
|
2022-06-26 16:09:55 +02:00 |
|
|
b1283a7571
|
Renamed http_enums.h.
|
2022-06-26 15:09:55 +02:00 |
|
|
544863b923
|
Class renames.
|
2022-06-26 15:00:25 +02:00 |
|
|
e6d45eeb40
|
Renamed more files in the web module.
|
2022-06-26 11:13:34 +02:00 |
|
|
6b29462503
|
Removed RequestPool.
|
2022-06-26 11:09:36 +02:00 |
|
|
8211115346
|
Renamed Request to WebServerRequest.
|
2022-06-26 11:07:45 +02:00 |
|
|
2a9b32847f
|
Ported a few helper methods from my String implementation in rcpp_framework.
|
2022-06-26 03:38:28 +02:00 |
|
|
50faba808b
|
Comment.
|
2022-06-26 03:37:36 +02:00 |
|
|
e69abb36fc
|
Created bindings for HTMLBuilder, and added the module to the build.
|
2022-06-25 20:15:51 +02:00 |
|
|
2e67a37aff
|
Binds for HTMLBuilder.
|
2022-06-25 16:53:25 +02:00 |
|
|
893a9af507
|
Added getters and setters for HTMLTag.
|
2022-06-25 15:11:11 +02:00 |
|
|
6576809d6b
|
Merged override methods to one int HTMLBuilder.
|
2022-06-25 14:33:00 +02:00 |
|
|
a9a5b8adaa
|
Getter/Setter for the result.
|
2022-06-25 12:29:50 +02:00 |
|
|
c8ad42a540
|
Update return statements.
|
2022-06-25 12:26:48 +02:00 |
|
|
676245221f
|
An another pass on the bound HTMLBuilder.
|
2022-06-25 11:58:55 +02:00 |
|
|
48d65fd93d
|
Added the web module from rcpp_framework, and a test attempt at binding HTMLBuilder. The module is not in the build yet.
|
2022-06-25 01:55:54 +02:00 |
|
|
36355600e6
|
Updated the changelog file.
|
2022-06-23 09:50:05 +02:00 |
|
|
356f2fa476
|
Fix the path for the pi build script.
|
2022-06-23 00:46:56 +02:00 |
|
|
372ab870fb
|
Move and fix the pre release file checker script.
|
2022-06-23 00:41:27 +02:00 |
|
|
49ff8bf32c
|
Fix script path.
|
2022-06-23 00:37:19 +02:00 |
|
|
13c534a1fa
|
Same change to the export_all script.
|
2022-06-23 00:31:15 +02:00 |
|
|
51cb11e685
|
The make_release script is now expected to be called from a project.
|
2022-06-23 00:27:40 +02:00 |
|
|
04688aa7bb
|
Increase minor version.
|
2022-06-22 17:07:05 +02:00 |
|
|
bea8a137d2
|
Small fix to the build all script.
|
2022-06-22 16:56:13 +02:00 |
|
|
fae3eabc8c
|
Fix property setter.
|
2022-06-22 00:43:52 +02:00 |
|
|
b8541c8e9d
|
Fix typo.
|
2022-06-21 23:05:26 +02:00 |
|
|
45d8f98459
|
Fixed resizing the canvas. Also now the new menu will clear all layers.
|
2022-06-21 22:58:54 +02:00 |
|
|
fed839a235
|
Fix resizing PaintCanvas.
|
2022-06-21 22:27:44 +02:00 |
|
|
81e959089e
|
Better color for the visual grid.
|
2022-06-21 21:10:20 +02:00 |
|
|
181ec8f642
|
Hide the magic menu button.
|
2022-06-21 21:03:10 +02:00 |
|
|
6939e22983
|
Fix PasteCutAction.
|
2022-06-21 20:26:05 +02:00 |
|
|
118fd74a10
|
Improvements to commit_action()'s logic.
|
2022-06-21 20:02:33 +02:00 |
|
|
ec82662b10
|
Fix RainbowAction.
|
2022-06-21 19:40:47 +02:00 |
|
|
04a8f1d3d2
|
Fix BucketAction.
|
2022-06-21 19:21:50 +02:00 |
|
|
50530c4f79
|
Fix undo and redo order.
|
2022-06-21 19:15:07 +02:00 |
|
|
10eeb612b0
|
Also set up layer.
|
2022-06-21 19:11:46 +02:00 |
|
|
8fe7110dc9
|
Remove a now uneeded method.
|
2022-06-21 18:54:33 +02:00 |
|
|
ab5b32cedf
|
Use duplicate().
|
2022-06-21 18:54:23 +02:00 |
|
|
1f3ef7782f
|
Bindings for the rest of the actions.
|
2022-06-21 18:47:22 +02:00 |
|
|
d68d3fa340
|
Created binds for PaintAction.
|
2022-06-21 18:04:31 +02:00 |
|
|
233e128dc3
|
Register the actions to the classdb.
|
2022-06-21 17:12:03 +02:00 |
|
|
bd609fd96a
|
Now PaintAction inherits from Resource instead of Reference.
|
2022-06-21 17:04:09 +02:00 |
|
|
2f647c1561
|
Improved copying the data from an action to an another. I'll try an another solution though.
|
2022-06-21 17:02:39 +02:00 |
|
|
004bf8e812
|
Fixed LineAction and RectAction.
|
2022-06-21 16:35:19 +02:00 |
|
|
918a246ef4
|
Fixed the tool layer.
|
2022-06-21 16:28:17 +02:00 |
|
|
1ef976c007
|
Remove unecessary check.
|
2022-06-21 16:22:41 +02:00 |
|
|
328af63ad1
|
Small improvements and simplifications for PaintCanvas.
|
2022-06-21 14:42:51 +02:00 |
|
|
0483521818
|
Ported CutAction.
|
2022-06-21 13:13:41 +02:00 |
|
|
f462e22536
|
Ported RainbowAction.
|
2022-06-21 10:52:18 +02:00 |
|
|
cfee15aa52
|
Ported MultilineAction.
|
2022-06-21 10:37:22 +02:00 |
|