]> git.saurik.com Git - wxWidgets.git/log
wxWidgets.git
23 years agoProcessPlatformProperty should not be a member of wxXmlResource
Václav Slavík [Thu, 23 Aug 2001 18:57:19 +0000 (18:57 +0000)] 
ProcessPlatformProperty should not be a member of wxXmlResource

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11444 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowxHtmlEasyPrinting indentation changes + CreatePrintout,DoPrint and DoPreview virtual...
Václav Slavík [Thu, 23 Aug 2001 18:56:41 +0000 (18:56 +0000)] 
wxHtmlEasyPrinting indentation changes + CreatePrintout,DoPrint and DoPreview virtual and protected

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11443 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded conversion to mac native filenames from local filesystem handler
Stefan Csomor [Thu, 23 Aug 2001 13:38:05 +0000 (13:38 +0000)] 
added conversion to mac native filenames from local filesystem handler

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11442 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed yet another bug in wxStream classes
Václav Slavík [Wed, 22 Aug 2001 22:13:22 +0000 (22:13 +0000)] 
fixed yet another bug in wxStream classes
(This time, the braindead wannabe coder who wrote the original code created
wxStreamBase instance and then casted it to wxInputStream and hapilly used the stream,
which could of course never work. Anybody knows a cheap hitman?)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11440 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fix for genericTreeCtrl-only stuff
Václav Slavík [Wed, 22 Aug 2001 22:13:06 +0000 (22:13 +0000)] 
compilation fix for genericTreeCtrl-only stuff

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11439 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded wxDynamicSashWindow (patch 441518)
Vadim Zeitlin [Wed, 22 Aug 2001 15:02:40 +0000 (15:02 +0000)] 
added wxDynamicSashWindow (patch 441518)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11437 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded UnregisterWindowClasses() (patch 447443)
Vadim Zeitlin [Wed, 22 Aug 2001 14:42:54 +0000 (14:42 +0000)] 
added UnregisterWindowClasses() (patch 447443)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11436 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agominor clean up
Vadim Zeitlin [Wed, 22 Aug 2001 14:24:23 +0000 (14:24 +0000)] 
minor clean up

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11435 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agodouble click handling is finally correct in the treectrl
Vadim Zeitlin [Tue, 21 Aug 2001 15:17:48 +0000 (15:17 +0000)] 
double click handling is finally correct in the treectrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11434 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoremoved assert from wxColour::InitFromName() as there is no way to bypass it (see...
Vadim Zeitlin [Tue, 21 Aug 2001 11:55:38 +0000 (11:55 +0000)] 
removed assert from wxColour::InitFromName() as there is no way to bypass it (see comment there)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Fixed focus event problems with control derived
Robert Roebling [Tue, 21 Aug 2001 11:12:42 +0000 (11:12 +0000)] 
  Fixed focus event problems with control derived
    from wxScrolledWindow.
  If wxTreeCtrl has no +/. button, toggle branch,
    otherwise send activate event upon double-click.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11432 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded Net library to contrib
Julian Smart [Tue, 21 Aug 2001 09:11:20 +0000 (09:11 +0000)] 
Added Net library to contrib

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixes for Raise() to work correctly with both top level and child windows
Vadim Zeitlin [Mon, 20 Aug 2001 23:02:27 +0000 (23:02 +0000)] 
fixes for Raise() to work correctly with both top level and child windows

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agomoved button handler into the modeless dialog itself - at least like this it works
Vadim Zeitlin [Mon, 20 Aug 2001 23:01:17 +0000 (23:01 +0000)] 
moved button handler into the modeless dialog itself - at least like this it works

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11429 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoallow user code to override key handling in wxTreeCtrl
Vadim Zeitlin [Mon, 20 Aug 2001 19:25:00 +0000 (19:25 +0000)] 
allow user code to override key handling in wxTreeCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11428 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agono message
Stefan Csomor [Mon, 20 Aug 2001 18:56:11 +0000 (18:56 +0000)] 
no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11427 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed refresh problem after adding some items and calling Ensurevisible()
Vadim Zeitlin [Mon, 20 Aug 2001 16:08:11 +0000 (16:08 +0000)] 
fixed refresh problem after adding some items and calling Ensurevisible()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11426 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofix for refreshing the current item in the list ctrl when the focus is gained/lost
Vadim Zeitlin [Mon, 20 Aug 2001 15:46:50 +0000 (15:46 +0000)] 
fix for refreshing the current item in the list ctrl when the focus is gained/lost

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11425 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed text fg colour for selected but unfocused items
Vadim Zeitlin [Mon, 20 Aug 2001 15:22:15 +0000 (15:22 +0000)] 
fixed text fg colour for selected but unfocused items

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agomade GetColourFromGTKWidget() more general, it is now used for all colours
Vadim Zeitlin [Mon, 20 Aug 2001 15:19:37 +0000 (15:19 +0000)] 
made GetColourFromGTKWidget() more general, it is now used for all colours

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11423 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofix for wxSYS_COLOUR_LISTBOX colour detection
Vadim Zeitlin [Mon, 20 Aug 2001 14:46:09 +0000 (14:46 +0000)] 
fix for wxSYS_COLOUR_LISTBOX colour detection

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11422 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agodraw the selected items in another colour when the control doesn't have focus, a...
Vadim Zeitlin [Mon, 20 Aug 2001 14:13:34 +0000 (14:13 +0000)] 
draw the selected items in another colour when the control doesn't have focus, a bit like MSW does

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoextracted 4 copies of identical code into a function
Vadim Zeitlin [Mon, 20 Aug 2001 14:13:04 +0000 (14:13 +0000)] 
extracted 4 copies of identical code into a function

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed the wrong examples of CalcScrolled/UnscrolledPosition() usage
Vadim Zeitlin [Mon, 20 Aug 2001 13:18:52 +0000 (13:18 +0000)] 
fixed the wrong examples of CalcScrolled/UnscrolledPosition() usage

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11419 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed bug with calling Destroy() on the NULL wxSocket
Vadim Zeitlin [Mon, 20 Aug 2001 13:10:17 +0000 (13:10 +0000)] 
fixed bug with calling Destroy() on the NULL wxSocket

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed clipping of items with icons text in report mode
Vadim Zeitlin [Mon, 20 Aug 2001 13:09:18 +0000 (13:09 +0000)] 
fixed clipping of items with icons text in report mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed GetLongPath bug -- should use GetFullName and not GetName
Julian Smart [Mon, 20 Aug 2001 09:04:54 +0000 (09:04 +0000)] 
Fixed GetLongPath bug -- should use GetFullName and not GetName

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11416 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agonicer version compilation fix for wxUSE_WCHAR_T=0 (why should we duplicate definition...
Václav Slavík [Sun, 19 Aug 2001 22:22:59 +0000 (22:22 +0000)] 
nicer version compilation fix for wxUSE_WCHAR_T=0 (why should we duplicate definitions in all #ifdef branches???)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11415 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Various changes for simplification of focus event
Robert Roebling [Sun, 19 Aug 2001 21:36:25 +0000 (21:36 +0000)] 
  Various changes for simplification of focus event
    code in wxGTK. It will also work for wxComboBox
    now, but not for GTK's other composite controls
    such as wxListBox and wxChoice.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11414 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFix for wxUSE_WCHAR_T == 0
Stefan Neis [Sun, 19 Aug 2001 18:31:10 +0000 (18:31 +0000)] 
Fix for wxUSE_WCHAR_T == 0

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11413 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded carbonaccessors.o
Stefan Csomor [Sun, 19 Aug 2001 17:18:03 +0000 (17:18 +0000)] 
added carbonaccessors.o

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11412 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoWe use native paths now in wxWindows. On the Mac, too.
Robert Roebling [Sun, 19 Aug 2001 16:39:14 +0000 (16:39 +0000)] 
We use native paths now in wxWindows. On the Mac, too.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11411 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofix for bug in wxEditableListBox in connection with new wxListCtrl
Václav Slavík [Sun, 19 Aug 2001 12:54:37 +0000 (12:54 +0000)] 
fix for bug in wxEditableListBox in connection with new wxListCtrl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fix
Václav Slavík [Sun, 19 Aug 2001 12:54:26 +0000 (12:54 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded a few encoding convenience methods for pc-mac encoding and string handling...
Stefan Csomor [Sun, 19 Aug 2001 08:38:14 +0000 (08:38 +0000)] 
added a few encoding convenience methods for pc-mac encoding and string handling, put message box buttons under translation, too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agobetter focus handling (blind fix)
Václav Slavík [Sat, 18 Aug 2001 23:13:03 +0000 (23:13 +0000)] 
better focus handling (blind fix)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11407 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago The Scale() code in the 2.3 tree turned out to
Robert Roebling [Sat, 18 Aug 2001 18:17:23 +0000 (18:17 +0000)] 
  The Scale() code in the 2.3 tree turned out to
    be wrong.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11406 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoCompile fix.
Robert Roebling [Sat, 18 Aug 2001 17:17:13 +0000 (17:17 +0000)] 
Compile fix.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago Applied Greg's patch to tree control and related.
Robert Roebling [Sat, 18 Aug 2001 13:09:26 +0000 (13:09 +0000)] 
 Applied Greg's patch to tree control and related.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11404 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowarning fix
Vadim Zeitlin [Fri, 17 Aug 2001 17:52:02 +0000 (17:52 +0000)] 
warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11402 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoNew module definition file to keep .dll build compilable.
David Webster [Fri, 17 Aug 2001 14:26:45 +0000 (14:26 +0000)] 
New module definition file to keep .dll build compilable.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11401 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded doc for 2-step initialisation and wxWIZARD_EX_HELPBUTTON style.
Julian Smart [Fri, 17 Aug 2001 09:38:53 +0000 (09:38 +0000)] 
Added doc for 2-step initialisation and wxWIZARD_EX_HELPBUTTON style.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
Julian Smart [Fri, 17 Aug 2001 09:38:19 +0000 (09:38 +0000)] 
Added possibility of 2-step initialisation, and wxWIZARD_EX_HELPBUTTON style.
Also added & to Cancel button.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11399 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded wxURLDataObject which unfortunately doesn't seem to work
Vadim Zeitlin [Thu, 16 Aug 2001 23:46:56 +0000 (23:46 +0000)] 
added wxURLDataObject which unfortunately doesn't seem to work

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11398 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofinished wxWindow for MGL
Václav Slavík [Thu, 16 Aug 2001 22:53:43 +0000 (22:53 +0000)] 
finished wxWindow for MGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11397 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agonew version of PyCrust
Robin Dunn [Thu, 16 Aug 2001 17:48:52 +0000 (17:48 +0000)] 
new version of PyCrust

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11395 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed bug/assert failure when refreshing items in non report mode
Vadim Zeitlin [Thu, 16 Aug 2001 14:29:34 +0000 (14:29 +0000)] 
fixed bug/assert failure when refreshing items in non report mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11394 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agodocumented SetMaxLength(0)
Vadim Zeitlin [Thu, 16 Aug 2001 13:58:56 +0000 (13:58 +0000)] 
documented SetMaxLength(0)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11393 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded new text event macros description
Vadim Zeitlin [Thu, 16 Aug 2001 13:35:38 +0000 (13:35 +0000)] 
added new text event macros description

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11392 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded sending of EVT_TEXT_MAXLEN to wxGTK, suppressed sending of dummy
Vadim Zeitlin [Thu, 16 Aug 2001 13:18:51 +0000 (13:18 +0000)] 
added sending of EVT_TEXT_MAXLEN to wxGTK, suppressed sending of dummy
EVT_TEXT_UPDATED events when the text doesn't really change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11390 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fix
Vadim Zeitlin [Thu, 16 Aug 2001 11:30:13 +0000 (11:30 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agobugfixes, bugfixes, bugfixes...
Václav Slavík [Wed, 15 Aug 2001 23:48:31 +0000 (23:48 +0000)] 
bugfixes, bugfixes, bugfixes...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11388 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fix
Vadim Zeitlin [Wed, 15 Aug 2001 15:37:05 +0000 (15:37 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11387 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fixes for VC++ in release mode
Vadim Zeitlin [Wed, 15 Aug 2001 15:26:27 +0000 (15:26 +0000)] 
compilation fixes for VC++ in release mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed bug with loading standard icons
Vadim Zeitlin [Wed, 15 Aug 2001 14:54:56 +0000 (14:54 +0000)] 
fixed bug with loading standard icons

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agotraces of my debugging session, no real changes
Vadim Zeitlin [Wed, 15 Aug 2001 14:27:22 +0000 (14:27 +0000)] 
traces of my debugging session, no real changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11384 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoimplemented, tested and documented wxTextCtrl::SetMaxLength()
Vadim Zeitlin [Wed, 15 Aug 2001 12:45:53 +0000 (12:45 +0000)] 
implemented, tested and documented wxTextCtrl::SetMaxLength()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation warning fix
Vadim Zeitlin [Wed, 15 Aug 2001 11:47:39 +0000 (11:47 +0000)] 
compilation warning fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11382 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoupdates for swig generated code
Robin Dunn [Tue, 14 Aug 2001 23:03:59 +0000 (23:03 +0000)] 
updates for swig generated code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11381 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoDeprecated PyShell and PyShellWindow, added a snapshot of PyCrust.
Robin Dunn [Tue, 14 Aug 2001 19:19:48 +0000 (19:19 +0000)] 
Deprecated PyShell and PyShellWindow, added a snapshot of PyCrust.

Added the new virtual list capabilities to wxListCtrl.

Other odds and ends.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11380 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed the drawing of the HRules so they don't try to iterate over all
Robin Dunn [Tue, 14 Aug 2001 18:48:37 +0000 (18:48 +0000)] 
Fixed the drawing of the HRules so they don't try to iterate over all
the zillions of items in a large (or virtual) list control

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11379 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed a bug so wxLC_VRULES works by itself.
Robin Dunn [Tue, 14 Aug 2001 18:34:18 +0000 (18:34 +0000)] 
Fixed a bug so wxLC_VRULES works by itself.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years ago1. reset default item in ~wxWindow (better to be safe)
Vadim Zeitlin [Tue, 14 Aug 2001 14:59:44 +0000 (14:59 +0000)] 
1. reset default item in ~wxWindow (better to be safe)
2. blind fix for Motif compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11377 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agounsuccessful attempts to fix wxMenuBar positioning under wxGTK
Vadim Zeitlin [Tue, 14 Aug 2001 12:57:32 +0000 (12:57 +0000)] 
unsuccessful attempts to fix wxMenuBar positioning under wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11376 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoreduce flicker in header window when deleting items and let space select items even...
Vadim Zeitlin [Tue, 14 Aug 2001 11:51:24 +0000 (11:51 +0000)] 
reduce flicker in header window when deleting items and let space select items even in single selection mode

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11375 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoremoved redundant InitDialog methods
Vadim Zeitlin [Tue, 14 Aug 2001 11:24:03 +0000 (11:24 +0000)] 
removed redundant InitDialog methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoA fix for attribrute sorting, but it's still broken if there are
Robin Dunn [Tue, 14 Aug 2001 09:02:37 +0000 (09:02 +0000)] 
A fix for attribrute sorting, but it's still broken if there are
duplicate sort keys...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11373 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoMoved fix from 2.2 branch that allows the attributes in MSW wxListCtrl
Robin Dunn [Tue, 14 Aug 2001 05:35:09 +0000 (05:35 +0000)] 
Moved fix from 2.2 branch that allows the attributes in MSW wxListCtrl
to move with their items when the list is sorted.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11372 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed the last of the off-by-one errors (some are refixed, again...)
Robin Dunn [Tue, 14 Aug 2001 03:09:59 +0000 (03:09 +0000)] 
fixed the last of the off-by-one errors (some are refixed, again...)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded translation of mac system into language, adaption of search paths
Stefan Csomor [Mon, 13 Aug 2001 19:13:08 +0000 (19:13 +0000)] 
added translation of mac system into language, adaption of search paths

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11370 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoimplemented (untested) work around for wxScrolledWindow painting bug
Vadim Zeitlin [Mon, 13 Aug 2001 15:42:29 +0000 (15:42 +0000)] 
implemented (untested) work around for wxScrolledWindow painting bug

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11369 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded missing refresh when changing focus in wxListCtrl, added test for it in the...
Vadim Zeitlin [Mon, 13 Aug 2001 15:41:18 +0000 (15:41 +0000)] 
added missing refresh when changing focus in wxListCtrl, added test for it in the sample

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11368 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agomoved wxNO_FULL_REPAINT_ON_RESIZE to wxControl from wxWindow
Vadim Zeitlin [Mon, 13 Aug 2001 15:01:25 +0000 (15:01 +0000)] 
moved wxNO_FULL_REPAINT_ON_RESIZE to wxControl from wxWindow

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agodon't try to refresh the menu bar before showing it, fixes crash on startup with...
Vadim Zeitlin [Mon, 13 Aug 2001 14:59:08 +0000 (14:59 +0000)] 
don't try to refresh the menu bar before showing it, fixes crash on startup with wxGTK

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11366 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoReplaced /'s with \'s as BCC requires \'s for path names
George Tasker [Mon, 13 Aug 2001 00:59:40 +0000 (00:59 +0000)] 
Replaced /'s with \'s as BCC requires \'s for path names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11365 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoReplaced 'erase' with $(RM) so that the default file deletion program can be overriden
George Tasker [Sun, 12 Aug 2001 23:56:07 +0000 (23:56 +0000)] 
Replaced 'erase' with $(RM) so that the default file deletion program can be overriden

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11364 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoMakefile submitted by Markus G. for G95
George Tasker [Sun, 12 Aug 2001 23:50:40 +0000 (23:50 +0000)] 
Makefile submitted by Markus G. for G95

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoAdded regex to WXINC line (patch from Markus G)
George Tasker [Sun, 12 Aug 2001 23:49:18 +0000 (23:49 +0000)] 
Added regex to WXINC line (patch from Markus G)
Added definition of RM for use in makefiles so that 'erase' can be overridden with a different file deletion program (like 'rm')

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded wxEventLoop::GetActive()
Václav Slavík [Sun, 12 Aug 2001 22:10:20 +0000 (22:10 +0000)] 
added wxEventLoop::GetActive()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoRemoved semi-colons off the end of two macro statement lines so that compilation...
George Tasker [Sun, 12 Aug 2001 21:45:41 +0000 (21:45 +0000)] 
Removed semi-colons off the end of two macro statement lines so that compilation would be possible for BCC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11360 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocorrections for Mac OS compilation
Gilles Depeyrot [Sun, 12 Aug 2001 15:45:42 +0000 (15:45 +0000)] 
corrections for Mac OS compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11359 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded missing methods/removed duplicated base methods
Gilles Depeyrot [Sun, 12 Aug 2001 15:43:02 +0000 (15:43 +0000)] 
added missing methods/removed duplicated base methods

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agobitmap mask corrections for Mac OS
Gilles Depeyrot [Sun, 12 Aug 2001 15:39:20 +0000 (15:39 +0000)] 
bitmap mask corrections for Mac OS

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocorrected CodeWarrior project target names and generated application names
Gilles Depeyrot [Sun, 12 Aug 2001 15:29:21 +0000 (15:29 +0000)] 
corrected CodeWarrior project target names and generated application names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11356 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoapplied SourceForge patch #440594 which corrects ListBox related errors
Gilles Depeyrot [Sun, 12 Aug 2001 15:15:03 +0000 (15:15 +0000)] 
applied SourceForge patch #440594 which corrects ListBox related errors
in Carbon applications under Mac OS X
the LDEF resource is no longer used in Carbon applications

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded CodeWarrior 5.3 projects for working demos
Gilles Depeyrot [Sun, 12 Aug 2001 15:07:12 +0000 (15:07 +0000)] 
added CodeWarrior 5.3 projects for working demos
corrected CodeWarrior project target names and generated application names

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded missing return value
Gilles Depeyrot [Sun, 12 Aug 2001 10:39:26 +0000 (10:39 +0000)] 
added missing return value

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded container class files
Gilles Depeyrot [Sun, 12 Aug 2001 10:38:50 +0000 (10:38 +0000)] 
added container class files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11352 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowxMGL bugfixes
Václav Slavík [Sun, 12 Aug 2001 00:13:37 +0000 (00:13 +0000)] 
wxMGL bugfixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11351 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed fl makefiles that Julian didn't fix correctly
Václav Slavík [Sun, 12 Aug 2001 00:11:55 +0000 (00:11 +0000)] 
fixed fl makefiles that Julian didn't fix correctly

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocompilation fix
Václav Slavík [Sun, 12 Aug 2001 00:11:45 +0000 (00:11 +0000)] 
compilation fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11349 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agofixed wxUniv compilation
Václav Slavík [Sun, 12 Aug 2001 00:11:31 +0000 (00:11 +0000)] 
fixed wxUniv compilation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11348 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded container class source
Gilles Depeyrot [Sat, 11 Aug 2001 11:04:21 +0000 (11:04 +0000)] 
added container class source

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11347 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agocorrected a bug in the masking code
Stefan Csomor [Sat, 11 Aug 2001 09:43:26 +0000 (09:43 +0000)] 
corrected a bug in the masking code

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoMessage dialog crashes when calling ::Move() etc. Better
Robert Roebling [Fri, 10 Aug 2001 18:31:15 +0000 (18:31 +0000)] 
Message dialog crashes when calling ::Move() etc. Better
do nothing than crash. MacOS 9.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11345 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoFixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp
Julian Smart [Fri, 10 Aug 2001 17:03:02 +0000 (17:03 +0000)] 
Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowxMGL support
Václav Slavík [Thu, 9 Aug 2001 22:43:32 +0000 (22:43 +0000)] 
wxMGL support

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11343 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded evtlooop.cpp for mgl
Václav Slavík [Thu, 9 Aug 2001 22:42:38 +0000 (22:42 +0000)] 
added evtlooop.cpp for mgl

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11342 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agowxMGL wxWindow and wxApp mostly complete, now hunting bugs
Václav Slavík [Thu, 9 Aug 2001 22:40:39 +0000 (22:40 +0000)] 
wxMGL wxWindow and wxApp mostly complete, now hunting bugs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

23 years agoadded std icons to wxMGL
Václav Slavík [Thu, 9 Aug 2001 22:39:08 +0000 (22:39 +0000)] 
added std icons to wxMGL

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11340 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775