Commit graph

11 commits

Author SHA1 Message Date
diath
8bf57e35a6
Fix build errors (#380)
- Updated the minimum required CMake version.
- Updated the minimum required C++ standard version to match the
  functions used in the code base.
- Added missing `public` visibility specifier for classes deriving from
  wxEvtHandler (DatDebugView and MainMenuBar) that is required to
  access the event table from the derived classes.
- Fixed a typo in the MainMenuBar code (`REPLACE_ITEM` =>
  `REPLACE_ITEMS`).
- Added missing ZLIB search to the CMake project (previously it was
  implicitly linked by older wxWidgets versions?).
- Fixed GLUT compatibility with newer CMake version.
- Added a new `FROM_DIP` macro that fixes wxSize scaling compatibility
  with wxWidgets <3.1.0.
- Fixed catching std::bad_cast exceptions by value instead of const
  ref.

Closes #329.
Closes #345.
Closes #371.
Closes #373.
Closes #375.
2022-02-02 18:55:27 -03:00
Evil Puncker
cfe36ce5b3
license headers (#315) 2020-07-30 11:42:28 -03:00
Elime1
91336937c1 Add dpi awareness 2020-06-26 14:25:49 +02:00
Mignari
ac2dd10e5a Use tab on Position toolbar. #288
I found no other way to do this than by handling tab key event
2020-05-18 16:45:34 -03:00
Mignari
2af6c3115b Fix value ranges in Position toolbar. #266 2019-06-09 21:00:46 -03:00
Mignari
ab01fca725 Save 'Sizes' toolbar layout. 2019-06-05 09:28:31 -03:00
Mignari
12754fd889 Add Sizes toolbar. 2019-06-05 01:43:52 -03:00
Mignari
ae5be0a051 Add art provider. 2019-06-04 17:42:28 -03:00
Mignari
09097cbe4e Add tooltips to Position toolbar. 2019-06-04 14:09:46 -03:00
Mignari
c7c0a6fe26 Add position toolbar. 2019-06-03 23:50:56 -03:00
Nailson
860febd663
Add tool bar (#144) (#23) (#264)
* Add default tool bar.

* Add Toobars menu.

* Add brushes toolbar.
2019-06-03 14:14:18 -03:00