projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
correction to last commit: don't test unsetenv() return value, it's void under Darwin
[wxWidgets.git]
/
src
/
msw
/
radiobox.cpp
1999-12-20
Julian Smart
Mostly Mingw32/Cygwin corrections
blob
|
commitdiff
|
raw
1999-12-14
Václav Slavík
removed USE_SHARED_LIBRARY(IES)
blob
|
commitdiff
|
raw
|
diff to current
1999-12-11
Vadim Zeitlin
1. wxDir works for MSW and documented
blob
|
commitdiff
|
raw
|
diff to current
1999-12-06
Julian Smart
Inexplicable removal of wxRadioBox::MSWWindowProc rever...
blob
|
commitdiff
|
raw
|
diff to current
1999-11-26
Vadim Zeitlin
more compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-11-25
Vadim Zeitlin
1. wxMDIParentFrame::~wxMDIParentFrame() bug fixed
blob
|
commitdiff
|
raw
|
diff to current
1999-10-13
Vadim Zeitlin
warnings for mingw32 compilation fixed
blob
|
commitdiff
|
raw
|
diff to current
1999-10-08
Karsten Ballüder
replaced T() makro with wxT() due to namespace probs...
blob
|
commitdiff
|
raw
|
diff to current
1999-10-04
Vadim Zeitlin
many changes; major ones:
blob
|
commitdiff
|
raw
|
diff to current
1999-08-30
Patrick Albert
Removing most of level 4 warnings, particulary in 16...
blob
|
commitdiff
|
raw
|
diff to current
1999-08-04
Vadim Zeitlin
radiobox event now contains the string too
blob
|
commitdiff
|
raw
|
diff to current
1999-07-22
Vadim Zeitlin
1. added wxGetNumberFromUser (to textdlgg.cpp and dialo...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-11
Vadim Zeitlin
1. wxFrame doesn't show incorrect hints in the status...
blob
|
commitdiff
|
raw
|
diff to current
1999-07-02
Vadim Zeitlin
1. DoSetSize() simplified, DoGetBestSize() introduced
blob
|
commitdiff
|
raw
|
diff to current
1999-06-14
Ove Kaaven
A few weeks of Unicode fixes (my old win95 laptop compi...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-19
Vadim Zeitlin
1. bug in wxSplitter corrected: mouse event coords...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-19
Vadim Zeitlin
1. wxMSW seems to work (please test and send your bug...
blob
|
commitdiff
|
raw
|
diff to current
1999-05-10
Vadim Zeitlin
wxWindow split (MSW part of changes)
blob
|
commitdiff
|
raw
|
diff to current
1999-04-17
Vadim Zeitlin
radiobox now sends notification messages when the selec...
blob
|
commitdiff
|
raw
|
diff to current
1999-03-01
Julian Smart
Added dummy OnIdle to wxWindow in wxGTK; doc tweaks
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Julian Smart
wxUSE_SOCKETS added to setup(0).h; Cygwin corrections...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-28
Julian Smart
Doc mods; fixed return non-processing problem; fixed...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-27
Vadim Zeitlin
1. wxListCtrl fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-02-24
Vadim Zeitlin
SetCursor() works now
blob
|
commitdiff
|
raw
|
diff to current
1999-02-22
Vadim Zeitlin
GetSize() and GetClientSize() changes
blob
|
commitdiff
|
raw
|
diff to current
1999-02-12
Julian Smart
Small Tex2RTF fixes; wxMotif compile fixes (motif.inc...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-08
Julian Smart
Tried to fix wxPanel bug (windows now set the panel...
blob
|
commitdiff
|
raw
|
diff to current
1999-02-02
Julian Smart
Consistent naming of e.g. wxUSE_CTRL
blob
|
commitdiff
|
raw
|
diff to current
1999-01-25
Vadim Zeitlin
width and height arguments are no longer ignored in...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-19
Julian Smart
Some changes in a vain attempt to make Salford C++...
blob
|
commitdiff
|
raw
|
diff to current
1999-01-07
Julian Smart
Doc & Symantec C++ fixes
blob
|
commitdiff
|
raw
|
diff to current
1998-12-08
Julian Smart
Sorry folks, a lot of changes to remedy GetFont, GetBru...
blob
|
commitdiff
|
raw
|
diff to current
1998-10-20
Julian Smart
Removed WS_BORDER style since borders have suddenly...
blob
|
commitdiff
|
raw
|
diff to current
1998-10-14
Vadim Zeitlin
minor changes a bit everywhere + a small wxLog change...
blob
|
commitdiff
|
raw
|
diff to current
1998-10-09
Julian Smart
Dialog unit mods; wxProp tidying
blob
|
commitdiff
|
raw
|
diff to current
1998-10-08
Mart Raudsepp
change the last changes back
blob
|
commitdiff
|
raw
|
diff to current
1998-10-08
Mart Raudsepp
error if a radiobox is horizontal:(change wxRA_VERTICAL...
blob
|
commitdiff
|
raw
|
diff to current
1998-10-05
Julian Smart
Reversed meaning of orientation style, back to wxWin...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-21
Vadim Zeitlin
radiobox had some strange ideas about vertical and...
blob
|
commitdiff
|
raw
|
diff to current
1998-08-10
Julian Smart
Mod to allow hit-test on static to succeed.
blob
|
commitdiff
|
raw
|
diff to current
1998-07-27
Julian Smart
wxToolBar API changes; now frames manage their toolbar...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-16
Robin Dunn
Inserted an else that seemed to be missing. (My RadioB...
blob
|
commitdiff
|
raw
|
diff to current
1998-07-04
Julian Smart
Sorry, I went and removed consts as per the style guide :-)
blob
|
commitdiff
|
raw
|
diff to current
1998-05-20
Karsten Ballüder
added some wxMSW stuff
blob
|
commitdiff
|
raw
|
diff to current