Vadim Zeitlin
|
8482e4bdb9
|
added wxUmaskChanger class and wxCHANGE_UMASK macro and use them instead of duplicating the same umask-setting code in several places
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29629 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-03 22:12:58 +00:00 |
|
Vadim Zeitlin
|
d85cfb3784
|
added wxVaCopy() and use it to fix wxVsnprintf() crash (see bug 1017651)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29604 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-10-02 18:32:31 +00:00 |
|
Vadim Zeitlin
|
8c8d66c5f0
|
added wx_reinterpret_cast() macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29510 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 21:44:10 +00:00 |
|
Julian Smart
|
cf70008883
|
Typo corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-28 10:32:34 +00:00 |
|
Ryan Norton
|
1751226cbf
|
revert bad change
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29480 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-27 22:46:16 +00:00 |
|
Ryan Norton
|
6be23c2a23
|
pass by reference, not value
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-27 07:45:15 +00:00 |
|
Włodzimierz Skiba
|
569ef72a4d
|
Missed labels to replace number of 'topicNNN' with readable filenames in tex2rtf output.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-16 16:36:40 +00:00 |
|
Włodzimierz Skiba
|
f70c044346
|
Spelling fixes [#1017001]
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29023 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-09-04 02:44:43 +00:00 |
|
Vadim Zeitlin
|
eeade4ccca
|
added wxSUBRELEAS_NUMBER and macro to check for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-23 10:38:25 +00:00 |
|
Vadim Zeitlin
|
08873d362b
|
added wxMilli/MicroSleep(), deprecated wxUsleep()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28135 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 12:15:00 +00:00 |
|
Vadim Zeitlin
|
f52d9e924c
|
added wxGetKeyState() doc (patch 967255)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28134 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-07-01 11:51:46 +00:00 |
|
Václav Slavík
|
30e5722f7f
|
ngettext() macro was removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27981 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-23 20:31:23 +00:00 |
|
Włodzimierz Skiba
|
daf3246330
|
wxParseWildcard renamed to wxParseCommonDialogsFilter. Its usage is extended from generic dialogs to MSW, Motif and other incoming ports.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27941 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-22 16:58:27 +00:00 |
|
Julian Smart
|
b325f27f23
|
Tex2RTF doesn't like {\tt{ thing}}
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27891 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-19 07:40:07 +00:00 |
|
Julian Smart
|
7517318648
|
Latex corrections from Marc Albrecht
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27886 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-18 17:57:47 +00:00 |
|
Włodzimierz Skiba
|
d29bf6775a
|
Better markup.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27860 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-17 19:44:00 +00:00 |
|
Włodzimierz Skiba
|
aaf659419b
|
Missed decoration.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-16 12:28:31 +00:00 |
|
Włodzimierz Skiba
|
9e152a5578
|
wxParseWildcard added instead of methods hidden under wxUSE_FILEDLG and wxUSE_DIRDLG.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-15 15:25:33 +00:00 |
|
Julian Smart
|
7445e247fe
|
Fixed typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-03 09:42:50 +00:00 |
|
Julian Smart
|
2f1b667b16
|
Removed wxHIDE_READONLY flag
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27583 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-06-02 16:24:58 +00:00 |
|
Robin Dunn
|
bc253a97e7
|
Patch #953131
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27254 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-13 16:16:07 +00:00 |
|
Julian Smart
|
fc2171bd4c
|
Name change replacements
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-05-04 08:27:20 +00:00 |
|
Vadim Zeitlin
|
f29fe16932
|
added and documented wx_const/static_cast<>
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26831 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-04-16 10:30:07 +00:00 |
|
Vadim Zeitlin
|
3a5bcc4db0
|
removed Win16 code (patch 905241), last version with remains of Win16 support tagged with BEFORE_WIN16_REMOVAL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-03-28 13:10:14 +00:00 |
|
Julian Smart
|
d2c2afc91b
|
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25909 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-22 01:16:32 +00:00 |
|
Václav Slavík
|
6f97a409ca
|
added description of environment variables that affect wxWin programs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25780 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-12 22:50:18 +00:00 |
|
Vadim Zeitlin
|
ed79306972
|
removed obsolete wxToLower/Upper() documentation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25467 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-02-02 11:03:30 +00:00 |
|
Vadim Zeitlin
|
150018aebb
|
warning about VC++ /ZI option and wxCOMPILE_TIME_ASSERT added
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-31 15:17:59 +00:00 |
|
Vadim Zeitlin
|
c3558af510
|
wxFileExists() returns false for directories (bug 825507)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24325 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-27 11:02:12 +00:00 |
|
Václav Slavík
|
9e3b313e79
|
gettext plural form docs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-13 21:37:02 +00:00 |
|
Václav Slavík
|
6f80247a06
|
added gettext plural forms support (patch #785660 with modifications)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-10-04 22:43:46 +00:00 |
|
Vadim Zeitlin
|
3c59549689
|
documented wxCONCAT
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23819 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 15:32:47 +00:00 |
|
Vadim Zeitlin
|
84ed77ef28
|
added (and documented) wxULL(); fixes for wxINT64_SWAP macros
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-22 15:30:25 +00:00 |
|
Vadim Zeitlin
|
cc232c9342
|
emphasize that result of wxGetWorkingDirectory() must be delete[]d
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23763 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-20 23:58:34 +00:00 |
|
Vadim Zeitlin
|
933b675ed4
|
corrected the example of wxMessageBox() usage
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-18 11:10:51 +00:00 |
|
Mattia Barbon
|
d6c6a32321
|
Added a couple of wxPerl notes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-09-04 22:20:16 +00:00 |
|
Julian Smart
|
684761db46
|
Misc. corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22915 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-15 16:17:40 +00:00 |
|
Vadim Zeitlin
|
908db3ae8a
|
fixed broken link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22758 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-10 23:54:34 +00:00 |
|
Vadim Zeitlin
|
4104ed92a5
|
added and documented wxDYNLIB_FUNCTION
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22460 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-08-01 23:36:26 +00:00 |
|
Vadim Zeitlin
|
db882c5431
|
added wxCRIT_SECT_DECLARE_MEMBER
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21508 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-30 01:18:10 +00:00 |
|
Vadim Zeitlin
|
789bdf9b18
|
documented wxIsMainThread() and other thread-related stuff
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21504 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-29 11:52:16 +00:00 |
|
Vadim Zeitlin
|
a434b43fd4
|
added wxIsDebuggerRunning() (which is going to replace the mess in log.cpp)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21268 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-19 23:31:19 +00:00 |
|
Mattia Barbon
|
dc0cecbcc9
|
wxMessageDialog and ::wxMessageBox don't support wxCENTRE: remove
it from documentation.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-06-08 18:20:24 +00:00 |
|
Julian Smart
|
2f930c8501
|
Doc suggestions applied
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-04-28 10:37:08 +00:00 |
|
Julian Smart
|
965b4f87d9
|
Removed old classes and functions
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19902 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-31 14:00:53 +00:00 |
|
Vadim Zeitlin
|
a02afd1452
|
added wx/math.h (patch 686009)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-02 23:42:57 +00:00 |
|
Stefan Csomor
|
3b43289082
|
added minor and major description for wxGetOsVersion for wxMac
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-03-01 17:30:38 +00:00 |
|
Vadim Zeitlin
|
647b8e379e
|
wxExecute may only be called from the main thread
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-27 12:18:07 +00:00 |
|
Vadim Zeitlin
|
749caeeb38
|
documented wxGetApp()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19286 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-02-23 02:03:41 +00:00 |
|
Vadim Zeitlin
|
0bbe4e299c
|
documented wxT(), _T(), _()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18929 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2003-01-25 22:49:41 +00:00 |
|