-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
79 lines (45 loc) · 2.24 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
2020-06-30 pottendo <[email protected]>
* VmMap.cc (VmMap::MapPreview::render_preview): Enlarged
header/footer boxes to make windows happy.
* make-bindist-win32.sh: support cross build linux->win32(msys2 libs).
* dialogs.cc (VmAbout::VmAbout): Fixed about for windows & linux
2020-06-29 pottendo <[email protected]>
* VmMapControls.cc: Set icons for buttons in the code.
* VmMap.cc (VmMap::MapPreview::MapPreview): Likewise.
* VmMap.cc (VmMap::reload_unplaced_tiles): Fixed unconditional
generation of empty_image; handle resX/resY now.
* VmTile.cc: Introduced min_resX/resY, max_resX/resY to cope with
different-sized tiles.
2020-06-28 pottendo <[email protected]>
* CMakeLists.txt: Reworked to support Linux->win32 cross build.
2020-06-25 pottendo <[email protected]>
* VmMap.cc (VmMap::export_map): Set folder in filechooser as well.
2020-06-24 <pottendo@HANSI>
* dialogs.cc (VmDebug::log): Fixed output to convert to UTF8.
* dialogs.[cc,h] (VmDebug::put_pixbuf): Added function to put pixbuf
into debug console.
* VmMap.cc (VmMap::MapPrint::on_request_page_setup): use context
to determine page dimensions.
2020-06-24 pottendo <[email protected]>
* VmMap.cc (VmMap::print): Print implemented.
2020-06-23 pottendo <[email protected]>
* VmMap.cc (VmMap::export_map_updatefn): handle dir-change gracefully.
* dialogs.cc (VmDebug::save): Implemented save.
(VmDebug::VmDebug): introduced mw_err, colored console.
2020-06-21 pottendo <[email protected]>
* dialogs.cc (VmDebug::save): Started to add a save button for the
Debug window.
* VmMap.cc (~VmMap): Added destructor for cleanup.
* VmTile.cc (VmTile::get_cropped_image): Use `create_subpixbuf'.
* VmMap.cc (VmMap::update_state): new function to keep track of
placed tiles and dirty state.
* VmTile.cc (VmTile::set_dirty): Don't set dirty for map.
2020-06-19 pottendo <[email protected]>
* VmMap.cc (VmMap::reload_unplaced_tiles): moved empty image
allocation after reload, to adjust tile dimensions of last load.
2020-06-18 pottendo <[email protected]>
* (all): implemented .png export of map.
2020-06-11 pottendo <[email protected]>
* VmTile.cc (VmTile::commit_changes): replaced tempnam() with own
implementation to avoid warning.
(all): ChangeLog started