]> git.saurik.com Git - wxWidgets.git/history - src/os2
Added wxGridBagSizer, a grid sizer where item positions can be
[wxWidgets.git] / src / os2 /
2003-11-03  Stefan NeisAdded some bad hacks to make region processing work...
2003-10-30  Vadim Zeitlinremoved calls to wxWindowBase::InitBase(), it is called...
2003-10-27  Stefan NeisInitialize m_lNumRects to avoid core dumps if GpiQueryR...
2003-10-26  Stefan NeisFixed update rectangle passed to WinInvalidateRect...
2003-10-05  Stefan NeisCompilation fix.
2003-10-03  Stefan NeisFixed usage of uninitialized variable.
2003-10-03  Stefan NeisFixed typo.
2003-10-03  Stefan NeisOnly use unicode format when unicode support is enabled.
2003-10-02  Stefan NeisCorrectly bracketed initializers.
2003-10-01  Stefan NeisInsure that top level windows will be at least visible
2003-10-01  Stefan NeisAdded MarkDirty implementation for MultiLine Edit controls.
2003-09-30  Vadim Zeitlincompilation fix after last commit
2003-09-30  Stefan NeisCorrectly bracketed initializers.
2003-09-30  Stefan NeisModal dialogs now correctly use wxEventLoop.
2003-09-30  Stefan NeisFixed compilation problem.
2003-09-27  Vadim Zeitlinremoved wxApp::Initialized() (replaced with a dummy...
2003-09-24  Vadim Zeitlinpointer returned by GetNativeFontInfo() is now const...
2003-09-24  Vadim Zeitlinmade wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_...
2003-09-23  Vadim Zeitlinadded wxTextCtrl::MarkDirty()
2003-09-22  Stefan NeisAdded AppTraits for starting/ending a thread.
2003-09-21  Stefan NeisSwitched over to using wxEventLoop.
2003-09-21  Stefan NeisAdded #include "wx/encinfo.h" as needed.
2003-09-15  Vadim Zeitlinuse wxEventLoop in wxApp under wxMSW; factored out...
2003-09-15  Vadim Zeitlincall RemoveChild() in ~wxWindowBase instead of doing...
2003-09-09  Václav Slavíkapplied Otto Wyss' patch to extend wxHelpController...
2003-09-07  Stefan NeisInitialize PM subsystem in every thread, to enable...
2003-09-06  Stefan NeisUnified with Unix version.
2003-09-06  Stefan NeisUse function table instead of direct references to...
2003-08-31  Stefan NeisUpdated API to current state of wxWindows (int -> size_t).
2003-08-31  Stefan NeisAdded missing include to resource file.
2003-08-31  Stefan NeisAdded missing include.
2003-08-31  Stefan NeisCleaned up remains of outdated 3D effect handling.
2003-08-31  Stefan NeisFixed IMPLEMENT_DYNAMIC_CLASS usage.
2003-08-31  Stefan NeisAdded missing include.
2003-08-31  Stefan NeisFixed includes.
2003-08-31  Stefan NeisRemoved some code duplicating wxAppBase functions.
2003-08-31  Stefan NeisFixed return type of GetPageCount (int -> size_t).
2003-08-31  Stefan NeisFixed AppTraits handling on OS/2.
2003-08-30  Stefan NeisFixed several bugs in threading code for OS/2. Thread...
2003-08-24  Stefan NeisUse wxIconLocation instead of wxIcon (as in the other...
2003-08-24  Stefan NeisTry to get along without wxWakeUpMainThread (wxBase...
2003-08-20  Stefan NeisSplit src/os2/utils.cpp in two to support non-monolithi...
2003-08-20  Stefan NeisCompilation fixes for gcc-3.2.
2003-08-17  Stefan NeisCompletely reworked OS/2 thread implementation.
2003-08-17  Václav Slavíkremoved WXWIN_COMPATIBILITY and WXWIN_COMPATIBILITY_2
2003-08-13  Vadim Zeitlinrenamed wxWindow::Clear() to ClearBackground() (fixes...
2003-08-09  Stefan NeisAdded forgotten(?) wxMutexGuiEnter.
2003-08-07  Stefan NeisAdded implementations for two cases of wxSystemSettings...
2003-08-07  Stefan NeiswxUsleep is supposed to sleep _milli_seconds, not _micr...
2003-08-07  Stefan NeiswxUsleep is supposed to sleep _milli_seconds, not _micr...
2003-08-07  Václav Slavíkfixed wxBase and GUI separation for sockets code
2003-07-20  Václav Slavíkfiles.lst files are no longer used
2003-07-19  Vadim Zeitlinextracted common code into a single wxfileDialogBase...
2003-07-14  Julian SmartRationalised OnIdle
2003-07-13  Julian SmartImprovements to OnIdle processing
2003-07-10  Stefan NeisRemoved Auto3D variable following other ports.
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-01  Vadim ZeitlinGetOsVersion() is now wxGUIAppTraits method instead...
2003-06-30  Vadim Zeitlinmore work on fixing wxEntry() and ANSI/Unicode cmd...
2003-06-30  Vadim Zeitlinextracted common initialization/cleanup functions in...
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-06-24  Vadim Zeitlinremoved duplicate wxTheApp and m_appInitFn definitions...
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-14  Vadim ZeitlinwxFileDialog cleanup, extracted common code to fldlgcmn...
2003-06-09  Stefan NeisMoved include to wx/module.h out of #ifndef WX_PRECOMP.
2003-06-09  Stefan NeisMoved include to wx/module.h out of #ifndef WX_PRECOMP.
2003-06-09  Stefan NeisFixed typos as reported by Adrian Gschwend.
2003-05-24  Julian SmartRemoved wxHTMLHelpControllerBase (putting the
2003-05-23  Gilles Depeyrotremoved print.cpp from list of Mac files and regenerate...
2003-05-09  Vadim ZeitlinInsert() patch from John Labenski
2003-05-04  Julian SmartSetting state to STATE_NEW in wxThread::Create
2003-05-04  Julian SmartAdded some missing copyright lines
2003-04-17  David WebsterFinal update to catch the dropping of prop out of generic.
2003-04-17  David WebsterGet rid of this file
2003-04-17  David WebsterMore OS/2 updates reflecting changes in 24 Branch
2003-04-15  David WebsterOS/2 updates to catch the port up with the rest of...
2003-04-10  Vadim Zeitlinextracted duplicated code from src/*/data.cpp in a...
2003-04-10  Vadim Zeitlinmoved wxFloat/DoubleToStringStr from src/*/data.cpp...
2003-04-05  Václav Slavíkregenerated makefiles
2003-04-04  Václav Slavíkremoved files with empty stubs
2003-04-04  Václav Slavíkpreparation for X11 wxTaskBarIcon version:
2003-03-31  Mattia Barbon Removed Motif files that only contained stubs
2003-03-31  Julian SmartMore deprecated class mods
2003-03-28  Robin DunnAdded wxTLW::SetShape and implementations for wxGTK...
2003-03-23  Julian SmartRemoved obsolete ODBC classes.
2003-03-23  Vadim Zeitlinregenerated the makefiles with the latest filelist.txt
2003-03-17  Julian SmartFixed copyrights and licence spelling
2003-02-19  Robin DunnSend the wxWindowDestroyEvent for all ports
2003-02-12  Vadim Zeitlinadded DoSetNativeFontInfo() to avoid virtual function...
2003-01-28  David Websterlistctrl update
2003-01-28  Mattia Barbon Regenerate makefiles.
2003-01-25  Ron LeeAdded missing quantize.h
2003-01-24  David WebsterSupport for new native OS/2 tree control with drag...
2003-01-23  David WebsterTry this again
2003-01-21  David WebsterNew native OS/2 list control.
2003-01-12  Vadim Zeitlincompilation fixes for non default wxUSE_XXX values...
2003-01-06  David WebsterOS/2 updates
2003-01-06  David Websterno message
2002-12-27  Julian SmartApplied patch [ 657969 ] Removes #if wxUSE_VALIDATORS...
next