wxWidgets.git
2003-07-18  Mattia Barbon Fix for crash when wxUSE_STL=1. wxDocument::DeleteAll...
2003-07-18  Mattia Barbon Replace SendIdleEvents with ProcessIdle.
2003-07-18  Václav Slavíkorder the Makefile alphabetically so that diffs are...
2003-07-18  Julian SmartAdded some standard further identifiers to help with...
2003-07-18  Julian SmartNth -> Item
2003-07-18  Julian SmartAdded WCE toolbar
2003-07-18  Václav Slavíksplit win32 makefiles into shared config files and...
2003-07-18  Václav Slavíksplit win32 makefiles into shared config files and...
2003-07-18  Mattia Barbon Fix unintialized pointer in wxCommandProcessor when
2003-07-18  Václav Slavíkdon't assume ilink32.cfg
2003-07-18  Robin DunnUpdate to Scintilla 1.53
2003-07-18  Robin Dunnstop usign a deprecated method, and ensure that the...
2003-07-18  Robin DunnUser the version number in the dir name of the private...
2003-07-18  Robin DunnMinimal changes needed to build/run wxPython on the...
2003-07-18  Robin DunnAdded bakefile for the OGL contrib
2003-07-18  Robin DunnApplied patch that converts the throbber to using timer...
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-18  Vadim Zeitlinallow to change the event propagation level (modified...
2003-07-17  Vadim Zeitlinapplied event speed up patch (752928)
2003-07-17  Vadim Zeitlinadded format parameter to File/DirName()
2003-07-17  Vadim Zeitlindescribe better how to use ssociated mutex
2003-07-17  Mattia Barbon Remove incorrect and unnecessary wxEntryCleanup decla...
2003-07-17  Mattia Barbon Use correct types for comparison functions in wxArray,
2003-07-17  Vadim Zeitlindon't clear the handles list in dtor, it is static...
2003-07-17  Vadim Zeitlinset richedit DLL handle to 0 after unloading (patch...
2003-07-17  Vadim Zeitlinupdated colour definitions to the new official X versio...
2003-07-17  Vadim Zeitlintreat the string passed to MakeRelativeTo() as director...
2003-07-17  Vadim Zeitlinignore exceptions during the execution of the exception...
2003-07-17  Vadim Zeitlinstrlen -> wxStrlen (patch 772985)
2003-07-17  Robin DunnAdded generic drag image source file
2003-07-17  Václav Slavíkfix for wrong implib name
2003-07-17  Václav Slavíkadded opengl libs for gcc and watcom
2003-07-17  Václav Slavíkadded OpenGL libs for gcc and watcom (other don't requi...
2003-07-17  Václav Slavíkadded crashrpt
2003-07-17  Václav Slavíkdll compilation fix
2003-07-17  Václav SlavíkOpenGL fixes
2003-07-17  Václav Slavíkcompilation fix
2003-07-17  Václav Slavíkremoved duplicate glcanvas entries
2003-07-17  Václav Slavíkcross-compiled libraries have host embedded in the...
2003-07-17  Václav Slavíkmore OpenGL fixes
2003-07-17  Vadim Zeitlindon't use fall back if we had already found the MIME...
2003-07-17  Vadim Zeitlinallocate string freed with free() later using malloc...
2003-07-17  Vadim Zeitlinupdated Japanese translations (patch 769962)
2003-07-17  Václav Slavíkadded dependency on opengl.bkl
2003-07-17  Václav Slavíkremove extra space at top and bottom of the page if...
2003-07-17  Václav Slavíkmore monobuild fixes
2003-07-17  Vadim Zeitlinuseh higher value of _WIN32_IE
2003-07-17  Václav Slavíkprevious commit removed WXDLLIMPEXP_HTML by mistake
2003-07-17  Václav Slavíkdon't use win-like names on mingw/cygwin
2003-07-17  Václav Slavíkfixes for monolib build
2003-07-17  Václav Slavíkcompilation fixes for msw_gl
2003-07-17  Václav SlavíkApple's gcc fixes to bakefile
2003-07-17  Václav Slavíkadded opengl.bkl
2003-07-16  Václav Slavíkre-added OpenGL canvas
2003-07-16  Václav Slavíkadded _gl library and removed install target
2003-07-16  Václav Slavíkreordered headers a bit so that they are installed...
2003-07-16  Ryan NortonTcl regex lib
2003-07-16  Václav Slavíkreordered headers a bit so that they are installed...
2003-07-16  Václav Slavíkadded wxBU_EXACTFIT
2003-07-16  Julian SmartDifferent test for previously subclassed, for WinCE
2003-07-16  Julian SmartReordered winundef.h
2003-07-16  Robin DunnAdded headers that didn't get installed.
2003-07-16  David ElliottImplement GetLabel and SetLabel
2003-07-16  Václav Slavíkremoved GetHorizontalConstraints -- no longer needed
2003-07-16  Václav Slavíkdon't forget to backport HTML tables fix
2003-07-16  Václav Slavíktables can no longer be smaller than sum of their columns
2003-07-16  Václav Slavík -f-no-pcc-struct-return was only needed by ancient...
2003-07-16  Vadim Zeitlincompilation fix (missing wx/winundef.h)
2003-07-15  Vadim Zeitlinreally fixed compilation for old imagehlp.h header
2003-07-15  Vadim Zeitlinattempt to fix compilation for old imagehlp.h header
2003-07-15  Julian SmartCompile with EVC 3.0 2002
2003-07-15  Václav Slavíkregenerated after fixes to make install
2003-07-15  Vadim Zeitlinwe don't use wxUSE_FILENAME any longer
2003-07-15  Václav Slavíkadded more missing headers
2003-07-15  Václav Slavíkno need to define STRICT here either
2003-07-15  Václav Slavíkadded <windows.h> wrapper
2003-07-15  Václav SlavíkDigitalMars check didn't work
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-15  Václav Slavíkdon't break lines in the middle of word
2003-07-15  Václav Slavíkcut-and-paste is not good idea, removed duplicated...
2003-07-15  David ElliottAdded wxAutoNSAutoreleasePool to DoGetBestSize method
2003-07-15  David ElliottAdded wxAutoNSAutoreleasePool to Create method
2003-07-15  David ElliottUse wxAutoNSAutoreleasePool in Create() method
2003-07-15  David ElliottSetStringSelection: wxString& should be const
2003-07-15  David ElliottwxCocoa: enable help system
2003-07-15  David ElliottAdded some stubs
2003-07-15  Julian SmartUpdated WinCE project file list
2003-07-15  David ElliottwxCocoa: Enable gauge and progress dialog
2003-07-15  David ElliottwxCocoa: Added gauge.(mm|h)
2003-07-15  Julian SmartRemoved obsolete file
2003-07-15  David ElliottwxCocoa: Added wxGauge
2003-07-15  Julian SmartAdded Watcom makefile
2003-07-15  Julian SmartAdded RTL functions missing from WinCE to wxchar.h/cpp
2003-07-15  Julian SmartSmall tweaks for WinCE compatibility
2003-07-15  Julian SmartAdded missing functions WinCE
2003-07-15  Václav Slavíkreverted two previous Julian's changes, they were incorrect
2003-07-15  Julian SmartAdded call to top-level window OnInternalIdle
2003-07-15  Julian SmartFixed out by one error
2003-07-14  Vadim Zeitlinupdated recursive mutexes description
2003-07-14  Václav SlavíkRTL problems fixed
next