projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Contact info
[wxWidgets.git]
/
src
/
os2
/
2003-12-14
Stefan Neis
Fixed mouse event generation.
tree
|
commitdiff
2003-12-14
Stefan Neis
Bugfix.
tree
|
commitdiff
2003-12-11
Julian Smart
Applied patch [ 828303 ] Slight wxColour cleanup
tree
|
commitdiff
2003-11-16
Stefan Neis
Modified wxGetHomeDir to take environment variable...
tree
|
commitdiff
2003-11-16
Stefan Neis
Fixed the code to actually work.
tree
|
commitdiff
2003-11-08
Stefan Neis
Avoid referencing WinInitialize/Finalize for non-PM...
tree
|
commitdiff
2003-11-03
Stefan Neis
Added some bad hacks to make region processing work...
tree
|
commitdiff
2003-10-30
Vadim Zeitlin
removed calls to wxWindowBase::InitBase(), it is called...
tree
|
commitdiff
2003-10-27
Stefan Neis
Initialize m_lNumRects to avoid core dumps if GpiQueryR...
tree
|
commitdiff
2003-10-26
Stefan Neis
Fixed update rectangle passed to WinInvalidateRect...
tree
|
commitdiff
2003-10-05
Stefan Neis
Compilation fix.
tree
|
commitdiff
2003-10-03
Stefan Neis
Fixed usage of uninitialized variable.
tree
|
commitdiff
2003-10-03
Stefan Neis
Fixed typo.
tree
|
commitdiff
2003-10-03
Stefan Neis
Only use unicode format when unicode support is enabled.
tree
|
commitdiff
2003-10-02
Stefan Neis
Correctly bracketed initializers.
tree
|
commitdiff
2003-10-01
Stefan Neis
Insure that top level windows will be at least visible
tree
|
commitdiff
2003-10-01
Stefan Neis
Added MarkDirty implementation for MultiLine Edit controls.
tree
|
commitdiff
2003-09-30
Vadim Zeitlin
compilation fix after last commit
tree
|
commitdiff
2003-09-30
Stefan Neis
Correctly bracketed initializers.
tree
|
commitdiff
2003-09-30
Stefan Neis
Modal dialogs now correctly use wxEventLoop.
tree
|
commitdiff
2003-09-30
Stefan Neis
Fixed compilation problem.
tree
|
commitdiff
2003-09-27
Vadim Zeitlin
removed wxApp::Initialized() (replaced with a dummy...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
pointer returned by GetNativeFontInfo() is now const...
tree
|
commitdiff
2003-09-24
Vadim Zeitlin
made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
tree
|
commitdiff
2003-09-23
Vadim Zeitlin
added wxTextCtrl::MarkDirty()
tree
|
commitdiff
2003-09-22
Stefan Neis
Added AppTraits for starting/ending a thread.
tree
|
commitdiff
2003-09-21
Stefan Neis
Switched over to using wxEventLoop.
tree
|
commitdiff
2003-09-21
Stefan Neis
Added #include "wx/encinfo.h" as needed.
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
use wxEventLoop in wxApp under wxMSW; factored out...
tree
|
commitdiff
2003-09-15
Vadim Zeitlin
call RemoveChild() in ~wxWindowBase instead of doing...
tree
|
commitdiff
2003-09-09
Václav Slavík
applied Otto Wyss' patch to extend wxHelpController...
tree
|
commitdiff
2003-09-07
Stefan Neis
Initialize PM subsystem in every thread, to enable...
tree
|
commitdiff
2003-09-06
Stefan Neis
Unified with Unix version.
tree
|
commitdiff
2003-09-06
Stefan Neis
Use function table instead of direct references to...
tree
|
commitdiff
2003-08-31
Stefan Neis
Updated API to current state of wxWindows (int -> size_t).
tree
|
commitdiff
2003-08-31
Stefan Neis
Added missing include to resource file.
tree
|
commitdiff
2003-08-31
Stefan Neis
Added missing include.
tree
|
commitdiff
2003-08-31
Stefan Neis
Cleaned up remains of outdated 3D effect handling.
tree
|
commitdiff
2003-08-31
Stefan Neis
Fixed IMPLEMENT_DYNAMIC_CLASS usage.
tree
|
commitdiff
2003-08-31
Stefan Neis
Added missing include.
tree
|
commitdiff
2003-08-31
Stefan Neis
Fixed includes.
tree
|
commitdiff
2003-08-31
Stefan Neis
Removed some code duplicating wxAppBase functions.
tree
|
commitdiff
2003-08-31
Stefan Neis
Fixed return type of GetPageCount (int -> size_t).
tree
|
commitdiff
2003-08-31
Stefan Neis
Fixed AppTraits handling on OS/2.
tree
|
commitdiff
2003-08-30
Stefan Neis
Fixed several bugs in threading code for OS/2. Thread...
tree
|
commitdiff
2003-08-24
Stefan Neis
Use wxIconLocation instead of wxIcon (as in the other...
tree
|
commitdiff
2003-08-24
Stefan Neis
Try to get along without wxWakeUpMainThread (wxBase...
tree
|
commitdiff
2003-08-20
Stefan Neis
Split src/os2/utils.cpp in two to support non-monolithi...
tree
|
commitdiff
2003-08-20
Stefan Neis
Compilation fixes for gcc-3.2.
tree
|
commitdiff
2003-08-17
Stefan Neis
Completely reworked OS/2 thread implementation.
tree
|
commitdiff
2003-08-17
Václav Slavík
removed WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
tree
|
commitdiff
2003-08-13
Vadim Zeitlin
renamed wxWindow::Clear() to ClearBackground() (fixes...
tree
|
commitdiff
2003-08-09
Stefan Neis
Added forgotten(?) wxMutexGuiEnter.
tree
|
commitdiff
2003-08-07
Stefan Neis
Added implementations for two cases of wxSystemSettings...
tree
|
commitdiff
2003-08-07
Stefan Neis
wxUsleep is supposed to sleep _milli_seconds, not _micr...
tree
|
commitdiff
2003-08-07
Stefan Neis
wxUsleep is supposed to sleep _milli_seconds, not _micr...
tree
|
commitdiff
2003-08-07
Václav Slavík
fixed wxBase and GUI separation for sockets code
tree
|
commitdiff
2003-07-20
Václav Slavík
files.lst files are no longer used
tree
|
commitdiff
2003-07-19
Vadim Zeitlin
extracted common code into a single wxfileDialogBase...
tree
|
commitdiff
2003-07-14
Julian Smart
Rationalised OnIdle
tree
|
commitdiff
2003-07-13
Julian Smart
Improvements to OnIdle processing
tree
|
commitdiff
2003-07-10
Stefan Neis
Removed Auto3D variable following other ports.
tree
|
commitdiff
2003-07-09
Julian Smart
- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
tree
|
commitdiff
2003-07-07
Julian Smart
Added wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
tree
|
commitdiff
2003-07-01
Vadim Zeitlin
GetOsVersion() is now wxGUIAppTraits method instead...
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
more work on fixing wxEntry() and ANSI/Unicode cmd...
tree
|
commitdiff
2003-06-30
Vadim Zeitlin
extracted common initialization/cleanup functions in...
tree
|
commitdiff
2003-06-26
Julian Smart
Added m_ prefix to wxColourData and wxFontData members...
tree
|
commitdiff
2003-06-24
Vadim Zeitlin
removed duplicate wxTheApp and m_appInitFn definitions...
tree
|
commitdiff
2003-06-24
Vadim Zeitlin
wxBase/GUI separation: 1st step, wxMSW should build...
tree
|
commitdiff
2003-06-14
Vadim Zeitlin
wxFileDialog cleanup, extracted common code to fldlgcmn...
tree
|
commitdiff
2003-06-09
Stefan Neis
Moved include to wx/module.h out of #ifndef WX_PRECOMP.
tree
|
commitdiff
2003-06-09
Stefan Neis
Moved include to wx/module.h out of #ifndef WX_PRECOMP.
tree
|
commitdiff
2003-06-09
Stefan Neis
Fixed typos as reported by Adrian Gschwend.
tree
|
commitdiff
2003-05-24
Julian Smart
Removed wxHTMLHelpControllerBase (putting the
tree
|
commitdiff
2003-05-23
Gilles Depeyrot
removed print.cpp from list of Mac files and regenerate...
tree
|
commitdiff
2003-05-09
Vadim Zeitlin
Insert() patch from John Labenski
tree
|
commitdiff
2003-05-04
Julian Smart
Setting state to STATE_NEW in wxThread::Create
tree
|
commitdiff
2003-05-04
Julian Smart
Added some missing copyright lines
tree
|
commitdiff
2003-04-17
David Webster
Final update to catch the dropping of prop out of generic.
tree
|
commitdiff
2003-04-17
David Webster
Get rid of this file
tree
|
commitdiff
2003-04-17
David Webster
More OS/2 updates reflecting changes in 24 Branch
tree
|
commitdiff
2003-04-15
David Webster
OS/2 updates to catch the port up with the rest of...
tree
|
commitdiff
2003-04-10
Vadim Zeitlin
extracted duplicated code from src/*/data.cpp in a...
tree
|
commitdiff
2003-04-10
Vadim Zeitlin
moved wxFloat/DoubleToStringStr from src/*/data.cpp...
tree
|
commitdiff
2003-04-05
Václav Slavík
regenerated makefiles
tree
|
commitdiff
2003-04-04
Václav Slavík
removed files with empty stubs
tree
|
commitdiff
2003-04-04
Václav Slavík
preparation for X11 wxTaskBarIcon version:
tree
|
commitdiff
2003-03-31
Mattia Barbon
Removed Motif files that only contained stubs
tree
|
commitdiff
2003-03-31
Julian Smart
More deprecated class mods
tree
|
commitdiff
2003-03-28
Robin Dunn
Added wxTLW::SetShape and implementations for wxGTK...
tree
|
commitdiff
2003-03-23
Julian Smart
Removed obsolete ODBC classes.
tree
|
commitdiff
2003-03-23
Vadim Zeitlin
regenerated the makefiles with the latest filelist.txt
tree
|
commitdiff
2003-03-17
Julian Smart
Fixed copyrights and licence spelling
tree
|
commitdiff
2003-02-19
Robin Dunn
Send the wxWindowDestroyEvent for all ports
tree
|
commitdiff
2003-02-12
Vadim Zeitlin
added DoSetNativeFontInfo() to avoid virtual function...
tree
|
commitdiff
2003-01-28
David Webster
listctrl update
tree
|
commitdiff
2003-01-28
Mattia Barbon
Regenerate makefiles.
tree
|
commitdiff
2003-01-25
Ron Lee
Added missing quantize.h
tree
|
commitdiff
2003-01-24
David Webster
Support for new native OS/2 tree control with drag...
tree
|
commitdiff
next