This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-07-17 09:55:00 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e1e5979d7340c8cdf3889340f2577345a2d552e2
0ad
/
source
/
tools
/
atlas
/
AtlasUI
/
CustomControls
T
History
Itms
f52e3ea052
Fix uninitialized variable, fix by trompetin17,
fixes
#3027
.
...
This was SVN commit r16249.
2015-01-30 17:37:40 +00:00
..
Buttons
…
Canvas
…
ColourDialog
Fixes crash in Atlas color picker tool, noticeable with wxWidgets 3.0. Colors returned by
wxColourData::GetCustomColour
aren't always valid, so we have to test them with
IsOk()
before accessing them.
Fixes
#2805
2014-09-21 21:25:51 +00:00
DraggableListCtrl
…
EditableListCtrl
Fix compilation failures with wxWidgets 3.0.
Fixes
#2375
.
2014-01-27 00:02:03 +00:00
FileHistory
…
HighResTimer
…
MapDialog
Fix uninitialized variable, fix by trompetin17,
fixes
#3027
.
2015-01-30 17:37:40 +00:00
SnapSplitterWindow
…
VirtualDirTreeCtrl
…
Windows
Use Boost.Signals2 for Atlas. Patch by fabio.
Fixes
#2469
.
2014-05-19 21:01:02 +00:00