]> git.saurik.com Git - wxWidgets.git/history - include
Added wxHtmlPrintout::AddFilter so the same filters used for
[wxWidgets.git] / include /
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  Václav Slavíkcompilation fix
2003-07-06  Václav Slavíkreverted
2003-07-06  Václav Slavíkfixed USER_EXPORTED_ARRAY macros
2003-07-06  Vadim Zeitlinfix for VC++ warnings about missing macro arguments
2003-07-05  Vadim Zeitlinadded wxMAKE_UNIQUE_NAME to wx/defs.h, use it in wx...
2003-07-05  Vadim Zeitlinadded wxScopeGuard; test it in the sample
2003-07-05  Václav Slavíkremoved WXUSINGDLL_FOO, one WXUSINGDLL is enough
2003-07-05  Václav SlavíkDLL compilation fixes
2003-07-05  Václav Slavíkworkaround a Watcom build
2003-07-05  Václav Slavíkdefine wxCHECK_W32API_VERSION for OpenWatcom and Digita...
2003-07-05  Václav Slavíkdefine wxCHECK_W32API_VERSION for OpenWatcom and Digita...
2003-07-04  Vadim Zeitlinbring base class AddFile()s in scope manually, without...
2003-07-04  Václav Slavíkfix monodll build
2003-07-04  Mattia Barbon Applied first part of Roger Gammans' wxHashMap patch...
2003-07-04  Stefan Csomorapptraits for wxMac classic and carbon
2003-07-04  Stefan Csomorpath translation (umlauts) added
2003-07-04  Stefan CsomorwxMac (classic & carbon) support added
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-07-04  Václav Slavíkfixed compilation of multilib dll
2003-07-04  Václav Slavíkcompilation fix
2003-07-04  Václav Slavíkadded wxprec.h
2003-07-04  Václav Slavíkdefine __GNUWIN32__ if __MINGW32__ is defined, so that...
2003-07-04  Václav Slavíkfixes for MSW/DLL build
2003-07-04  Václav Slavíkfixes for moving wxHTML files into their own DLL
2003-07-04  Václav Slavíkcompilation fixes for multilib/DLL build
2003-07-03  Mattia Barbon Moved some methods/classes inside COMPATIBILITY_2_4.
2003-07-03  Mattia Barbon GCC 2.95.3 compilation fix.
2003-07-03  David ElliottAdded GetNSColor() accessor
2003-07-03  David ElliottProvide empty stubs for constructors
2003-07-03  Vadim Zeitlinworkaround BCC bug resulting in E2233 when building...
2003-07-03  David ElliottProvide NSAutoreleasePool instances during initialization
2003-07-03  David ElliottAdded CallOnInit() which allows the toolkit (wxCocoa...
2003-07-03  Václav Slavíkfixed compilation of multilib dll
2003-07-03  Vadim Zeitlinfix for base class AddFile visibility and DLL build
2003-07-03  Vadim Zeitlinremoved static methods from wxAppTraitsBase, this doesn...
2003-07-03  Václav Slavíkthis is nasty but required compilation fix, otherwise...
2003-07-03  Václav Slavíkanother compilation fix for multilib DLLs
2003-07-03  Vadim Zeitlinfixed comment and docs for GetSize()
2003-07-02  David ElliottRemoved conflicting wxEntry prototype
2003-07-02  David ElliottIt was not acceptable to call the class method from...
2003-07-02  Mattia Barbon Quick and dirty fix for building with COMPATIBILITY_2...
2003-07-02  Julian SmartFixed ambiguity
2003-07-02  Václav Slavíkreverted previous change
2003-07-02  Václav Slavíkdon't required all WXMAKINGDLL_FOO defines
2003-07-02  Julian SmartRemoved BC++ hidden virtual function warning
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  Mattia Barbon MinGW compilation fixes.
2003-07-01  David ElliottDeclare wxObject
2003-07-01  Vadim Zeitlinremoved WXDLLEXPORT_CTORFN (was always empty anyhow)
2003-07-01  Vadim Zeitlinremoved unused method declaration
2003-07-01  Vadim Zeitlinremoved wxFunction
2003-06-30  Vadim Zeitlinwe can't declare WinMain() with other arguments using...
2003-06-30  Vadim Zeitlininclude init.h as wxEntry is supposed to be declared...
2003-06-30  Vadim Zeitlinremoved old wxEntry() declaration
2003-06-30  Vadim Zeitlinremoved old wxEntry declarations
2003-06-30  Vadim Zeitlinsmall wxGTK compilation fixes
2003-06-30  Vadim Zeitlinadded empty Init/CleanUpStandardHandlers() for compatib...
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-30  Julian SmartAdded optional event sink for use with dynamic event...
2003-06-30  Vadim Zeitlinadded wxCRIT_SECT_DECLARE_MEMBER
2003-06-29  Vadim Zeitlinadded release()
2003-06-29  Vadim Zeitlinadded wxIsMainThread()
2003-06-29  Vadim Zeitlinfix for compiling in wxUSE_GUI == 0 mode
2003-06-28  Vadim Zeitlinfixed fatal crash in Create() after my last change
2003-06-28  Václav Slavíkfixed linker errors
2003-06-27  Vadim Zeitlinmoved GetOSVersion() to the base traits class; implemen...
2003-06-26  Julian SmartRemoved 16-bit conditional compilation
2003-06-26  Julian SmartCorrected small typo
2003-06-26  Julian SmartRemoved WIN16 references
2003-06-26  Julian SmartRemoved obsolete code
2003-06-26  Vadim Zeitlinadded EstimateTotalHeight
2003-06-26  Julian SmartAdded m_ prefix to wxColourData and wxFontData members...
2003-06-26  Vadim Zeitlinchanging the number of items in wxHtmlListBox should...
2003-06-26  Vadim Zeitlincompilation fixes for separate build
2003-06-26  Vadim Zeitlingot rid of wxEvtHandler::m_isWindow, use virtual functi...
2003-06-25  Vadim Zeitlinextracted wxStopWatch and global timer functions in...
2003-06-25  Václav Slavíkcompilation fix
2003-06-25  Václav Slavíksplit log.h into GUI and base parts
2003-06-25  Václav Slavíkfixes to previous commit
2003-06-25  Václav Slavíkmoved AddFile(wxImage) to GUI part of library, too
2003-06-25  David ElliottChanged bool WakeUpIdle() to void to match base class
2003-06-25  Vadim Zeitlina quick hack to fix wxBase compilation
2003-06-25  Vadim Zeitlinremoved #pragma interface because it results in link...
2003-06-24  Vadim Zeitlincompilation fix for wxGTK
2003-06-24  Vadim ZeitlinwxBase/GUI separation: 1st step, wxMSW should build...
2003-06-23  David ElliottOnly MSW has a class wxIconLocation. The other platfor...
2003-06-23  Julian SmartSpelling correction.
2003-06-23  Vadim ZeitlinGetIcon() returns wxIconLocation, not wxIcon, now
2003-06-22  Vadim Zeitlinallow wxFileConfig be created with empty name (will...
2003-06-22  Vadim Zeitlinadded default ctor
2003-06-21  Mattia Barbon Add a missing structure definition, move all rich...
2003-06-21  Mattia Barbon Typo fix.
2003-06-21  Vadim Zeitlinremoved Win16 horrors
2003-06-21  Vadim Zeitlinadded wxIconLocation; minor fixes to wxIcon on some...
2003-06-20  Julian SmartExtended wxTextAttr and added wxTextCtrl::GetStyle...
next