]> git.saurik.com Git - wxWidgets.git/history - src
compilation fix
[wxWidgets.git] / src /
2003-07-09  Vadim Zeitlinremoved some stray MSW code
2003-07-09  Vadim Zeitlininitialize wxStrings in initialization list, not ctor...
2003-07-09  Vadim Zeitlinfixed gcc 3.3 compilation warnings
2003-07-09  David ElliottDon't save and restore the graphics context for color...
2003-07-09  David ElliottImplement wxWindowDC::Clear()
2003-07-09  David ElliottImplement SetBackground()
2003-07-09  David ElliottwxNullBrush should not be Ok(), and GetNSColor() should...
2003-07-09  David ElliottwxBrushRefData constructor: m_style = style instead...
2003-07-09  Julian SmartOnIdle -> OnInternalIdle
2003-07-09  Julian SmartFixed a crash on initialization
2003-07-09  David ElliottSet m_window instead of using wxWindowDC constructor...
2003-07-09  David ElliottStore a pointer to the wxWindow in the wxWindowDC class
2003-07-09  David ElliottAvoid paint event recursion when the run loop is restar...
2003-07-09  Julian SmartRemoved overloaded DoMenuUpdates function since it...
2003-07-09  David ElliottRemove check for other wxPaintDCs. It should be done...
2003-07-09  Julian SmartAdded cast to wxWindow*
2003-07-09  Julian Smart- Moved wxApp::SendIdleEvents and wxApp::ProcessIdle...
2003-07-08  Vadim Zeitlincompilation warning fixes (patch 625810)
2003-07-08  Vadim Zeitlinadded support for wxALWAYS_SHOW_SB (finally closes...
2003-07-08  Vadim Zeitlindeprecated and removed from our code GetUseCtl3D()...
2003-07-08  Vadim Zeitlinwarnings fixes
2003-07-08  Vadim Zeitlinmingw compilation fix
2003-07-08  Vadim Zeitlingot rid of (unused since a long time) wxNO_3D and wxUSE...
2003-07-08  Václav Slavíkfixes to wxHTML selection code: corrected mouse navigation
2003-07-08  Mattia Barbon Morec ompilation fixes.
2003-07-08  Vadim Zeitlinrenamed wxScrollHelper::GetRect() to GetScrollRect...
2003-07-08  Mattia Barbon Compilation fix.
2003-07-08  Mattia Barbon Added --use-stl to cnfigure, wxUSE_STL to setup0.h
2003-07-08  Václav Slavíkmuch better looking selection of justified paragraphs
2003-07-08  David ElliottPosition the status bar properly
2003-07-08  Václav Slavíkremoved gcc warning
2003-07-08  Robert Roebling Added Theme patch.
2003-07-08  Robert Roebling Corrected wxTreeCtrl and wxListCtrl end_label_edit...
2003-07-08  Vadim ZeitlinRefresh() didn't work as it wasn't passed to subwindows
2003-07-07  David ElliottUse NSColor from wxColour and wxBrush
2003-07-07  David ElliottFirst hack at wxBrush for wxCocoa
2003-07-07  Julian SmartAdded wxFrameBase::OnMenuOpen, and wxUSE_IDLEMENUUPDATE...
2003-07-07  Vadim Zeitlinwarning (in Unicode only) fix
2003-07-07  Václav SlavíkUnicode compilation fixes
2003-07-07  Václav Slavíkcompilation fix for #ifdef __WXDEBUG__
2003-07-07  Václav Slavíkapplied modified UTF-8 locales patch (766893)
2003-07-06  Vadim Zeitlindon't east 100% of CPU when showing popup menu (patch...
2003-07-06  Václav Slavíkdon't link wxBase against GUI libraries
2003-07-06  Vadim Zeitlincheck for wrong wxID_OK usage (patch 758388)
2003-07-06  Vadim Zeitlinforward ported patch to IsEditable()
2003-07-06  Vadim Zeitlinsend more page change events (patch 750521); document...
2003-07-06  Vadim Zeitlinimplemented GetDefaultBorder() in wxControl, override...
2003-07-06  Vadim Zeitlinadded GetBorder(flags)
2003-07-06  Vadim ZeitlinwxNotebook::HitTest() for wxMSW added (patch 748469)
2003-07-06  Vadim Zeitlinapplied a patch to prevent another IsDialogMessage...
2003-07-06  Vadim Zeitlinuse HWND in tracing messages
2003-07-06  Julian SmartAdded wxHtmlPrintout::AddFilter so the same filters...
2003-07-06  Václav SlavíkwxConvGdk is not used anymore
2003-07-06  David ElliottFixed some fields in the file header
2003-07-06  David ElliottRemove finishLaunching method which called wxTheApp...
2003-07-05  Václav Slavíkregenerated
2003-07-05  Vadim Zeitlinsome float -> int conversion warnings suppressed (but...
2003-07-05  Václav Slavíkadded wxLC_VIRTUAL
2003-07-05  Václav Slavíkadded wxSTC bakefile
2003-07-05  Stefan Csomorchanged Remove to RemoveAt
2003-07-05  Stefan Csomormoved c-runtime functions for CW here, only add strdup...
2003-07-05  Stefan Csomormoved c-runtime functions for CW to wxchar
2003-07-05  Václav Slavíkmodules don't have to be exported
2003-07-05  Václav SlavíkDLL compilation fixes
2003-07-04  Vadim Zeitlinfixed crash in wxExecute() introduced during base/GUI...
2003-07-04  Stefan Csomortrying to avoid unneccessary redraws by not invalidatin...
2003-07-04  Stefan Csomorflag removed
2003-07-04  Stefan Csomorapp traits support and CW Debug output fix
2003-07-04  Stefan Csomornew files added
2003-07-04  Stefan Csomorpid removed from temp file name
2003-07-04  Stefan Csomordebug output for CW corrections
2003-07-04  Stefan Csomorpc 2 mac conversion for file operations
2003-07-04  Václav Slavíkregenerated makefiles
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-07-04  Václav Slavíkadded wxprec.h
2003-07-04  Václav Slavíkadded wxprec.h
2003-07-04  Václav Slavíkregenerated
2003-07-04  Václav Slavíkcompilation fixes for multilib/DLL build
2003-07-04  Jouk Jansen Committing in .
2003-07-04  Mattia Barbon wxArrayString::Sort(bool) not deprecated (yet).
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-03  David ElliottProvide empty stubs for constructors
2003-07-03  Julian SmartRemoved duplicate wxTrace functions
2003-07-03  David ElliottProvide NSAutoreleasePool instances during initialization
2003-07-03  David ElliottAdded CallOnInit() which allows the toolkit (wxCocoa...
2003-07-03  Vadim Zeitlinremoved static methods from wxAppTraitsBase, this doesn...
2003-07-02  Mattia Barbon Borland (5.5) compilation fix.
2003-07-02  Mattia Barbon Check for null pointer.
2003-07-02  David ElliottRemoved Vadim's comment. Added comment explaining...
2003-07-02  Mattia Barbon Remove now unneeded header.
2003-07-02  Mattia Barbon More COMPATIBILITY_2_4 fixes.
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-07-02  Václav Slavíkfixed to make wxBase DLL compile
2003-07-02  Vadim Zeitlingot rid of wxBuffer (finally!!!)
2003-07-02  Vadim Zeitlinrenamed WXDLLEXPORT_BASE/CORE to WXDLLIMPEXP_BASE/CORE
2003-07-02  Vadim Zeitlinfixes needed for separate DLL build to work
2003-07-01  Vadim Zeitlininit more (all?) member variables
2003-07-01  Mattia Barbon MinGW compilation fixes.
2003-07-01  Vadim Zeitlinsuppress warning about unused variable
2003-07-01  Vadim Zeitlinfixed crash on startup
next