Kevin Hock
|
4bde3754eb
|
Event member variables hidden, text control efficiency by not calling GetString for each event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31457 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-18 15:14:19 +00:00 |
|
Kevin Hock
|
0599486175
|
Removed m_ variables from the documentation, since they are now protected and should not be used directly
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-18 15:13:34 +00:00 |
|
Włodzimierz Skiba
|
f5d9cc735c
|
PalmOS native colour dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-18 10:31:24 +00:00 |
|
Włodzimierz Skiba
|
1aaf88d220
|
Common default datetime formats.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-17 21:29:23 +00:00 |
|
Vadim Zeitlin
|
297ebe6b97
|
implemented wxDynamicLibrary::ListLoaded() for Linux; added test for it
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 23:32:37 +00:00 |
|
Vadim Zeitlin
|
defbed48e7
|
1. extracted MSW-specific part of wxDynamicLibrary in msw/dlmsw.cpp
2. added and documented wxDynamicLibrary::ListLoaded()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31403 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 20:50:06 +00:00 |
|
Vadim Zeitlin
|
748a468469
|
added code for hardware platform detection (__INTEL__, __POWERPC__, ... which were not set correctly before); added __IA64__
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 14:01:44 +00:00 |
|
Julian Smart
|
a6966de150
|
Doc update
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 14:00:18 +00:00 |
|
Julian Smart
|
aea22172ef
|
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 13:33:19 +00:00 |
|
Vadim Zeitlin
|
20d8c31990
|
implemented Export(file)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-16 00:26:40 +00:00 |
|
Vadim Zeitlin
|
5fec5bb620
|
added mode parameter to wxFFileStream ctors taking wxFFile
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 23:06:09 +00:00 |
|
Vadim Zeitlin
|
684eee12d8
|
mention wxUSE_DATEPICKCTRL
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 17:12:51 +00:00 |
|
Vadim Zeitlin
|
23bec39ad3
|
typo in a link
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 01:37:40 +00:00 |
|
Vadim Zeitlin
|
feb72429e8
|
added API, docs and Win32 implementation of wxDatePickerCtrl
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 01:31:10 +00:00 |
|
Vadim Zeitlin
|
f38d3607bb
|
added missing default value for pos parameter of ctor/create; use wxID_ANY instead of -1
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-15 01:18:29 +00:00 |
|
Włodzimierz Skiba
|
52f2ad0899
|
Common wxListCtrl control name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-14 13:07:44 +00:00 |
|
Robin Dunn
|
e384095a6c
|
Document the Show/Hide behaviour that wxSplitterWindow does to its children.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-14 01:58:50 +00:00 |
|
Robin Dunn
|
310660663f
|
Clarified the description of event.Skip
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-13 20:54:45 +00:00 |
|
Włodzimierz Skiba
|
630ad6c6b6
|
Common default notebook name.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31334 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-13 20:30:21 +00:00 |
|
David Elliott
|
77d47192a8
|
Document that wxLogNull must be used with SetActiveTarget to supress logging.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31326 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-12 15:49:44 +00:00 |
|
George Tasker
|
1837499892
|
Removed text saying that the wxODBC classes were not able to be used in Unicode builds. As of 2.5.3, Unicode and the ODBC classes work correctly together
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31309 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-10 18:31:54 +00:00 |
|
George Tasker
|
49742d4ecc
|
Added a small bit more information about Unicode builds
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31308 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-10 18:30:17 +00:00 |
|
Włodzimierz Skiba
|
4179da8a81
|
Bug 1099143 and more occurences of the same set vs. get mistakes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31307 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-10 17:25:58 +00:00 |
|
Włodzimierz Skiba
|
050f0844eb
|
Fixed references to 'wxdbindexdef'.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31306 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-10 17:24:05 +00:00 |
|
Vadim Zeitlin
|
c50a4038e3
|
implemented wxIsDebuggerRunning() for Win32
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31296 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-08 17:44:46 +00:00 |
|
Vadim Zeitlin
|
6b73af793f
|
made FindWindow() member functions const (this makes it possible to use XRCCTRL() in const methods)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-07 23:51:04 +00:00 |
|
Vadim Zeitlin
|
7c7a653bec
|
moved HasTransparentBackground() from wxUniv to common wxWindow
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31272 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-07 16:54:09 +00:00 |
|
Kevin Hock
|
5b5035ce5b
|
whilst -> while
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31267 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-06 15:51:05 +00:00 |
|
Włodzimierz Skiba
|
4aa7ecf1fa
|
Initial wxSystemSettings::GetColour() for PalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-04 19:19:39 +00:00 |
|
Vadim Zeitlin
|
9a84ce0d31
|
fixed IMPLEMENT_DYNAMIC_CLASS2 macro
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31214 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-02 22:52:22 +00:00 |
|
Vadim Zeitlin
|
2334fef6ea
|
pass correct tool id (and not always -1) to EVT_TOOL_RCLICKED() handler
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31212 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2005-01-02 22:46:52 +00:00 |
|
Włodzimierz Skiba
|
555f645a40
|
wxDialog::Show is virtual as elsewhere. Native PalmOS progress dialog.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31194 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-31 07:08:11 +00:00 |
|
Włodzimierz Skiba
|
ecda94753a
|
wxPD_CAN_SKIP for skipping parts of progress and reintroduced wxPD_SMOOTH after removal of modal dialog flag.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31193 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-30 15:07:28 +00:00 |
|
Włodzimierz Skiba
|
23a59c2cbe
|
Empty container and design description for native PalmOS wxPrefConfig. Remove MSW configs from PalmOS.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31188 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-29 09:48:43 +00:00 |
|
George Tasker
|
549c8cc2fe
|
More parameter variable names fixed to make them more readable by replacing abbreviations with the full word
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31180 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-28 21:32:38 +00:00 |
|
George Tasker
|
998abc1506
|
Documentation updated to reflect Unicode support
Updated to show current function names
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31176 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-28 20:59:14 +00:00 |
|
Robert Roebling
|
c436b31065
|
Documented the special meaning of wxID_EXIT and wxID_ABOUT
under MacOS X.
Documented the existence of the GNOME printing code.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31164 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-28 14:13:06 +00:00 |
|
George Tasker
|
af24a079f5
|
Added wxODBC changes to the log
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31163 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-28 13:34:21 +00:00 |
|
Włodzimierz Skiba
|
13cf383252
|
Outdated informations refreshed.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-28 12:14:27 +00:00 |
|
Włodzimierz Skiba
|
f866562999
|
Adjust documentation to implementations and alphabetical order.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31155 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-27 20:48:31 +00:00 |
|
Włodzimierz Skiba
|
9d8aca4832
|
Take best fitting type for available memory measurement.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31152 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-27 18:47:26 +00:00 |
|
Robert Roebling
|
f7c6f947cf
|
Added TREE_ITEM_MENU event that gets sent if the
user hits the "Menu" key on the newer keyboards.
So far generic control only.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31148 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-26 17:37:59 +00:00 |
|
Robert Roebling
|
054004b96d
|
Documented findings about how to use mo files
with MacOS X's bundles.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-25 15:04:30 +00:00 |
|
Vadim Zeitlin
|
ff1ce99740
|
added SetCmdLine(int, char **) overload even when building a Unicode app
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31142 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-25 01:58:36 +00:00 |
|
Julian Smart
|
5ab2950dc3
|
Doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31141 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-24 12:29:43 +00:00 |
|
Włodzimierz Skiba
|
65fd1c21b5
|
wxPalmOS port started its development so let's list it in the changes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31138 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-24 07:52:37 +00:00 |
|
Włodzimierz Skiba
|
47261ba05f
|
Deprecated methosd markup (documented).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-23 20:33:04 +00:00 |
|
Włodzimierz Skiba
|
2bacc6ab95
|
Further decoration.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-20 20:27:22 +00:00 |
|
Włodzimierz Skiba
|
12f6571f44
|
Fixed typo.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31089 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-20 20:24:34 +00:00 |
|
Włodzimierz Skiba
|
8e1bf7046e
|
wxPalmOS mentioned.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31088 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
|
2004-12-20 20:17:15 +00:00 |
|