updated CodeWarrior 5.3 project with latest file changes
[wxWidgets.git] / src /
2003-12-11  Gilles Depeyrotupdated CodeWarrior 5.3 project with latest file changes
2003-12-11  Julian SmartCommented out WM_MOUSELEAVE until it can be fixed
2003-12-11  Chris Elliottremove files for win 3.1
2003-12-11  Julian SmartApplied patch [ 847127 ] HELP button displayed by wxMes...
2003-12-11  Julian SmartApplied [ 857819 ] STC CopyToClipboard uses LF on win32
2003-12-11  Julian SmartApplied patch [ 843965 ] RC/WXRC/XML related contribs...
2003-12-11  Julian SmartApplied patch [ 843287 ] wxNotebook remove page problems
2003-12-11  Julian SmartApplied patch [ 850594 ] wxFileName(_T("/fred")).GetFul...
2003-12-11  Julian SmartApplied patch [ 856318 ] A few Wine fixes
2003-12-11  Julian SmartApplied patch [ 829367 ] Correctly handle mouse wheel...
2003-12-11  Julian SmartApplied patch [ 829072 ] Splitter rendering fix
2003-12-11  Julian SmartApplied [ 828322 ] Use gdk_draw_polygon for the outline...
2003-12-11  Julian SmartApplied patch [ 828303 ] Slight wxColour cleanup
2003-12-11  Julian SmartApplied some of [ 810965 ] Implement wxEVT_LEAVE_WINDOW...
2003-12-11  Julian SmartApplied patch [ 816023 ] wxDialog overrides font setting
2003-12-11  Julian SmartAplied patch [ 816113 ] Inconsistent GetCharWidth over...
2003-12-11  Julian SmartApplied patch [ 817665 ] make file: URL return 0 on...
2003-12-11  Julian SmartApplied patch [ 817734 ] fix for cvs head with wxUSE_ST...
2003-12-11  Julian SmartApplied patch [ 818336 ] Add timestamp to gzip out...
2003-12-11  Julian SmartApplied patch [ 816021 ] SetFont without m_widget
2003-12-11  Julian SmartApplied patch [ 818941 ] Initialize vars and clear...
2003-12-11  Julian SmartApplied patch [ 819171 ] wxEventLoop::Run silently...
2003-12-11  Julian SmartApplied [ 821234 ] Fix: erroneous assertion failed...
2003-12-11  Julian SmartApplied patch [ 824244 ] wxMSW event loop fix
2003-12-11  Julian SmartApplied patch [ 827011 ] Event-based processing of...
2003-12-11  Julian SmartApplied patch [ 810585 ] wxTextCtrl::GetTextLine return...
2003-12-09  Václav Slavíkuse tl_PH locale instead of tl
2003-12-09  David ElliottAdd support for wxMask creation from RGBx data (x=unused)
2003-12-08  Václav Slavíkfixed wrong #ifdefs
2003-12-08  Julian SmartAdded 'Back' to accelerator possibilities
2003-12-08  David ElliottCompilation fix
2003-12-08  David ElliottImplement wxMask given a wxBitmap and a mask wxColour.
2003-12-07  Gilles Depeyrotapplied SourceForge patch # 854330 for Filedialog Unico...
2003-12-07  Gilles Depeyrotcorrected Unicode conversion when replacing shared...
2003-12-06  David ElliottAdded simple implementation of (Get|Unget)RawData.
2003-12-04  Julian SmartAdded wxWinCE project files and project file cleaner,
2003-12-03  Václav Slavíkunknown controls container can't be subclassed, assert...
2003-12-03  Robin DunnUse InheritAttributes for wxGTK widgets so they will...
2003-12-02  Julian SmartPatches from "Viktor Voroshylo" <viktor@voroshylo.com>
2003-11-30  Vadim Zeitlinmarked FindColour() as deprecated; removed AddColour...
2003-11-28  Dimitri SchoolwerthFixed possible usage of uninitialized variable.
2003-11-28  Julian SmartWinCE patches from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-27  Julian SmartAttempt to fix Borland compilo
2003-11-27  Dimitri SchoolwerthFixed signed/unsigned warning (GetCount() returns size_...
2003-11-26  Václav Slavíkset m_language even when wxstd.mo wasn't loaded
2003-11-26  Dimitri SchoolwerthDeclaration of CopySelection is bool instead of void.
2003-11-26  Václav Slavíkassert if wxLocale::Init called twice
2003-11-25  Vadim Zeitlindon't test whether m_selection is NULL both before...
2003-11-25  Vadim Zeitlinfixed memory leak (m_selection wasn't deleted)
2003-11-24  Dimitri SchoolwerthApplied patch #809919 (Allows wxMac threads to run...
2003-11-24  Dimitri SchoolwerthApplied patch #809019 (Adds embedded/plugin capabilitie...
2003-11-23  Stefan NeisEnabled handling of drive letters on OS/2.
2003-11-23  Stefan NeisFixed drive handling on OS/2.
2003-11-23  Stefan NeisFixed & improved file handling on OS/2.
2003-11-23  Stefan NeisUnified OS/2 and Unix code.
2003-11-23  Gilles Depeyrotapplied SF patch #846738 mousewheel support
2003-11-23  Mattia Barbon Avoid double free in wxComboBox::SetClientObject.
2003-11-23  Mattia Barbon Compilation fixes for wxUSE_STL == 1 and for wxUSE_UN...
2003-11-23  Mattia Barbon New wxHashTable implementation when wxUSE_STL ==...
2003-11-22  Robin DunnUses wxSystemSettings for colour when there is no window
2003-11-21  Mattia Barbon Compilation fix.
2003-11-21  Gilles Depeyrotapplied SF patch #846732 file dialog long filename...
2003-11-20  Robin DunnWhen used from wxHtmlListBox it's possible for GetWindo...
2003-11-20  Dimitri SchoolwerthFixed gcc compiler warning (size_t was assumed to equal...
2003-11-19  Julian SmartFixed WinCE compilo
2003-11-19  Dimitri SchoolwerthImplemented missing pure virt functions (stub functions...
2003-11-19  Stefan CsomorXTI support for checklist
2003-11-19  George TaskerAdded a parameter 'failOnDataTypeUnsupported' to getDbI...
2003-11-18  Julian SmartWinCE fixes from "Viktor Voroshylo" <viktor@voroshylo...
2003-11-18  Robin DunnAdded FindItemAtPoint
2003-11-18  Dimitri SchoolwerthDon't leave behind trails from glowing OS X button...
2003-11-18  Dimitri SchoolwerthIgnore ReleaseBuild directory (Created by MSVC's "Win32...
2003-11-16  Stefan NeisModified wxGetHomeDir to take environment variable...
2003-11-16  Stefan NeisFixed the code to actually work.
2003-11-16  Dimitri SchoolwerthwxPopupWindow was not compiled when not using pch.
2003-11-16  Mattia Barbon Changes corresponding to patch #841324 from Ian...
2003-11-16  Mattia Barbon Made element layout consistent with wxMSW/wxGTK when
2003-11-16  Mattia Barbon Applied changes corresponding to patch #840617.
2003-11-15  Mattia Barbon Applied patch #840643 from Ian Brown with some modifi...
2003-11-15  Vadim Zeitlinexpand the value of HOME env var in wxGetHomeDir()...
2003-11-15  Julian SmartFixes for previous fixes
2003-11-14  Julian SmartCorrected semaphores for WinCE >= 3
2003-11-14  Dimitri SchoolwerthFixed Digital Mars compilation; Cosmetic cleanup.
2003-11-13  David ElliottAdded implementation of MDI using top level windows
2003-11-13  David ElliottAdded a mechanism allowing a toplevel window to delay...
2003-11-13  David ElliottVery lame fix for windows with -1 for a component of...
2003-11-13  David ElliottFix file header and remove unused include "wx/cocoa...
2003-11-13  David ElliottRenamed UpdateWindowMenuBar to UpdateMenuBar and remove...
2003-11-11  Václav SlavíkAlways set background colour prior to any HTML renderin...
2003-11-11  Václav Slavíkpart of DS' change _was_ corrent, restored
2003-11-10  Dimitri SchoolwerthReally fixed Borland release build warning (without...
2003-11-10  Václav Slavíkprevious DS' change was broken, reverted
2003-11-10  Dimitri SchoolwerthAdded wxUnusedVar for Borland and fixed 2 release mode...
2003-11-09  Václav Slavíkaddedd support for <pre width=...>
2003-11-09  Václav Slavíkfixed wxConvLocal to work with C locale (and probably...
2003-11-09  Václav Slavíkprevent deadlock in wxCSConv::DoCreate if it fails...
2003-11-08  Dimitri SchoolwerthFixed MSVC warnings from Win32 Unicode Release build.
2003-11-08  Stefan NeisAllow minimal acceptable row height/column width to...
2003-11-08  Stefan NeisAvoid referencing WinInitialize/Finalize for non-PM...
2003-11-08  Mattia Barbon wxXRC STL-ification.
next