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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
|
Apr 28, 2010
FIX: Daniel Spagnol
mswmisc.c: now, wGetAppLibDir can be called before wWinMainCreate is
called.
Jan 09, 2010
ENH: Martin Fischer
mswmisc.c: get command line parameter handling correct
plus some refactoring
Dec 12, 2009
FIX: Martin Fischer
mswmisc.c: minor refactoring to stay compatible with the
work on gtkwindow.c
Sep 20. 2009
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
CMakeLists.txt, mswbitmap.c, mswmisc.c, mswint.h:
new source file for bitmap functions, added bitmap
control to controls available to the application
Sep 02, 2009
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswbutt.c, mswint.h, mswlist.c mswmisc.c:
improved XPM reading including true transparency
Aug 16, 2009
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
gwin32.c mswchoic.c mswint.h simple-gettext.c CMakeLists.txt:
add simple gettext support
Jul 24, 2009
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c: correct initialization for argv, add option
to select configuration file, remove obsolete Win16 code
Jul 10, 2009
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c: initialize the argument array properly
CMakeLists.txt, getopt.c: add getopt()
Version 4.0.3a
==============
Jun 05, 2009
FIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c: GPF when loading XPM icons fixed
May 28, 2009
FIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c: wrong options for wNotice fixed
May 15, 2009
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswdraw.c, mswmisc.c, mswpref.c: more message boxes with icon
May 08, 2009
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c, wlib.h: add new message box with icon
Sep 05, 2008
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c: enhance look of tooltip
Jul 11, 2008
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswchoic.c: i18n support
mswmenu.c, mswmisc.c: code cleanup and added comments
Jul 10, 2008
ENH: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c: allow user to cancel window close request
Jun 12, 2008
FIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswmsg.c: redraw problem for large font fixed
Apr 05, 2008
IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc,.c mswint.c: improved XPM support
Mar 29, 2008
IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswbutt.c: new look for toolbar buttons
Mar 17, 2008
FIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswchoic.c: Label size was not calculated correctly for radio button
options.
Feb 23,2008
FIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswpref.c: Create the correct full path for shared data directory
Jan 24,2008
FIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswdraw.c, mswmisc.c: fixed some compiler warnings
Jan 28, 2008
FIX: Mikko Nissinen <mni77@users.sourceforge.net>
mswmisc.c: Dynamically allocate and form some global translatable
strings.
Jan 24,2008
IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswpref.c: increase floting point precision when storing floats in INI
file
Jan 22, 2008
ENH: Mikko Nissinen <mni77@users.sourceforge.net>
mswmisc.c: WinMain(): Free user locale before exit.
Dec 16, 2007
IMPROVMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswpref.c: use XTrackCad as directory name for configuration files
Aug 03, 2007
IMPROVMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c: use HTML Help as the help system
Jul 22, 2007
IMPROVMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswdraw.c, mswmisc.c: added support for mouse wheel in
the drawing area
Jun 17, 2007
IMPROVMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswpref.c: added wGetUserHomeDir()
Jun, 16 2007
IMPROVEMENT: Martin Fischer <m_fischer@users.sourceforge.net>
mswpref.c working directory is in the user profile directory tree now
Feb, 05th 2007
BUGFIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c fixed protection fault when pressing ESC in describe dialog
Feb, 04th 2007
BUGFIX: Martin Fischer <m_fischer@users.sourceforge.net>
mswmisc.c fixed protection fault when Tabbing through describe dialog
See xtrkcad-fork Bug 1651117
Oct, 13 2006 mswmisc.c
BUGFIX Bob Blackwell
Fixed a problem with 'No' and 'Cancel' buttons being mixed up
|