| Commit | Date | |
|---|---|---|
| 2023-02-19 02:13:01 | Tree | |
|
[r5932]
by
david_costanzo
Replace <section> with <variablelist> for the description of each menu item in the Workspace Editor. |
2023-01-25 03:17:01 | Tree |
| 2023-01-24 00:00:20 | Tree | |
|
[r5930]
by
david_costanzo
Change the documentation of items of the main menu from multiple <section> to a single <variablelist>. |
2023-01-23 23:08:15 | Tree |
|
[r5929]
by
david_costanzo
Rename createLabelFont to CreateLabelFont to better follow the code style. |
2023-01-18 04:53:26 | Tree |
|
[r5928]
by
david_costanzo
Implement GetLabelFont() in pure wxWidgets. |
2023-01-18 04:52:20 | Tree |
|
[r5927]
by
david_costanzo
Change LABEL to always copy the memory DC to the screen. For some unknown (to me) reason, DrawRotatedText translates the text slightly (and differently) depending on the angle, whereas the MSW ::TextOut was able to draw consistently. This results in the screen image being different from the memory image, which means that the screen image changes when it's refreshed. Rather than have this inconsistent drawing, the screen image is now always copied from the memory image, instead of being drawn separately. |
2023-01-17 06:04:33 | Tree |
|
[r5926]
by
david_costanzo
Fix build breaks on MSW introduced when porting LABEL and LABELSIZE to wxWidgets |
2023-01-17 05:27:37 | Tree |
|
[r5925]
by
david_costanzo
Remove a definition of HDC when WX_PURE is defined. |
2023-01-17 04:36:50 | Tree |
|
[r5924]
by
david_costanzo
Port LABEL and LABELSIZE to use wxWidgets API |
2023-01-17 04:33:27 | Tree |