wxWidgets.git
2004-10-18  David ElliottRebaked (build/bakefiles/common.bkl 1.95->1.96 change)
2004-10-18  Václav Slavíkfixed previous revision: call wxControl's, not wxButton...
2004-10-18  Włodzimierz... Unnecessary const_ prefix removed (blindly).
2004-10-18  Václav Slavíkbe user friendly on Unix and expand the / node automati...
2004-10-18  Václav SlavíkwxBitmapButton doesn't need own DoGetBestSize, wxContro...
2004-10-18  Václav Slavíksupport alpha channel in menu items bitmaps, too
2004-10-18  Václav SlavíkXRC ignored menu bitmap on non-MSW platforms, fixed
2004-10-18  Václav Slavíkfixed typo
2004-10-18  Włodzimierz... Warning fixes for OpenWatcom.
2004-10-18  Vadim Zeitlinremove the selection when SetSelection(-1) is called...
2004-10-18  Vadim Zeitlintypo
2004-10-18  Vadim Zeitlindocumented that SetSelection(-1) removes the selection
2004-10-17  Vadim Zeitlinadded wxDynamicLibrary::HasSymbol()
2004-10-17  Robert Roebling Renamed wxPrintNativeData methods to better match
2004-10-17  Vadim Zeitlinadded \newsince command
2004-10-17  Vadim Zeitlinadded interface for wxFileLocator class
2004-10-17  Włodzimierz... Warning fixes related to various cases of typecasting.
2004-10-17  Vadim Zeitlinmention enhanced metafiles bug fix
2004-10-17  Vadim Zeitlincompilation fix for Borland
2004-10-17  Włodzimierz... wxHashMap compatible typecasting.
2004-10-17  Vadim Zeitlin- wxDynamicLibrary::GetDllExt() now returns ".bundle...
2004-10-17  Robert Roebling Took one part of the patch back again...
2004-10-17  Robert Roebling First step at moving the print (dialog) native
2004-10-17  Włodzimierz... __WXDEBUG__ is defined/undefined, not 0/1!
2004-10-17  Włodzimierz... _() needs intl.h.
2004-10-17  Vadim Zeitlinremoved obsolete and unused code for USE_BITMAP_MASKS...
2004-10-17  Robert Roebling Forgot to commit.
2004-10-17  Robert Roebling Applied (part of) small patch from Chris Bogolte...
2004-10-17  Vadim Zeitlincompilation fix for !USE_PCH
2004-10-17  Stefan Csomoradded mac constants
2004-10-17  Stefan Csomorguard against m_peer = NULL in Show()
2004-10-17  Stefan Csomordon't restrict to OS9 API for Mac-Builds
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Stefan Csomor__WXMAC_OSBUILDTYPE__ selections are now only defined...
2004-10-17  Robert Roebling Fixed lost focus events in wxListBox.
2004-10-17  Robert Roebling Link problem.
2004-10-17  Robin DunnTest GetTextRange on some unicode text
2004-10-17  Robin DunnUse Scintilla's functions for Unicode/UTF8 conversions
2004-10-17  Vadim Zeitlinadded test for the (just fixed) bug with adding the...
2004-10-17  Vadim Zeitlinuse common code to determine best notebook size instaed...
2004-10-17  Vadim Zeitlinadded --linkdeps switch
2004-10-17  Vadim Zeitlinfixed bug with adding new entries to a root group with...
2004-10-16  Robert Roebling Began work on print dialogs. Now wxPrintDialog
2004-10-16  Václav Slavíkdon't use m_instanceAsWindow to convert dialog units...
2004-10-16  Vadim Zeitlindon't leave two conscutive separators after "moving...
2004-10-16  Vadim Zeitlindon't reset tool/status bar pointers manually, it is...
2004-10-16  Vadim Zeitlinreset parent frame tool/status bar pointer automaticall...
2004-10-16  Vadim Zeitlinadded wxSetCursorEvent documentation (patch 1048181)
2004-10-16  Václav SlavíkwxProcess::OnTerminate is not const
2004-10-16  Vadim Zeitlinunused params warnings (patch 1048431)
2004-10-16  Robin DunnFix to use old AutoWidthMixin API
2004-10-16  Vadim Zeitlincall AddChild() when the control is already reallly...
2004-10-16  Vadim Zeitlinsuppress VC++ warning about long -> void * conversion too
2004-10-16  Vadim Zeitlinfixed enhanced metafiles loading from files
2004-10-16  Vadim Zeitlinreplace post-linking commands with true, not #, for...
2004-10-16  Vadim Zeitlinuse size_t for the total size of data instead of wxFile...
2004-10-16  David ElliottAdd a second wxTaskBarIcon that uses the Dock (wxCocoa...
2004-10-16  Dimitri Schoolwerthfixed CFM build linking error
2004-10-16  Vadim Zeitlinfixed fatal bug when moving the control after itself...
2004-10-16  David ElliottWhoops, forgot to commit this.
2004-10-16  Vadim Zeitlinadded missing WXDLLEXPORT
2004-10-16  Vadim Zeitlinfixed inconsistent dllspec warning in DLL build
2004-10-16  Vadim Zeitlinfixed the just added wxStringTokenizer::GetPosition...
2004-10-16  Vadim Zeitlinuse unsigned chars for UTF8 data (avoids warnings)
2004-10-16  Vadim Zeitlinadded wxStringTokenizer::GetPosition() test
2004-10-15  David ElliottRebaked/autoconfiscated for wxCocoa wxTaskBarIcon addition.
2004-10-15  Vadim Zeitlinimplemented SetWildcard()
2004-10-15  David ElliottwxCocoa: Added wxTaskBarIcon
2004-10-15  David ElliottYes Ryan, I really did mean to remove these files.
2004-10-15  Robin DunnDocsDemo --> docs-demos
2004-10-15  Vadim Zeitlinuse wxPtrToUInt/UIntToPtr instead of (removed) ULong...
2004-10-15  Václav Slavíklinkage fixes for monolithic static build
2004-10-15  Robin DunnGive the win32 runtime installer its own readme.
2004-10-15  Vadim Zeitlinremoved pragma interface which resulted in link errors...
2004-10-15  Vadim Zeitlinuse wxPtrToUInt instead of (lossy) wxPtrToULong
2004-10-15  Robin DunnShow PlatformInfo in the About box too.
2004-10-15  Robin DunnShow PlatformInfo in the About box too.
2004-10-15  Robin Dunnjust a whitespace change
2004-10-15  Robin Dunnmore consistent naming
2004-10-15  Włodzimierz... Unnecessary wxString(wxString).
2004-10-15  Robin DunnCorrected some comments
2004-10-15  Robin DunnDocs updates for 2.5.3.0
2004-10-15  Robin DunnTweak unicode --> string conversion helper so UnicodeDe...
2004-10-15  Włodzimierz... GUI is not All at all ;)
2004-10-15  Włodzimierz... Parts of wxSizer::Show() extracted into wxSizer::GetIte...
2004-10-15  Robin DunnApplied patch from Pim Van Heuven that modifies 4 files:
2004-10-15  Václav Slavíkdon't create makefiles for nonexistent utils
2004-10-15  Włodzimierz... Warning fixes.
2004-10-15  Włodzimierz... Warning fixes.
2004-10-15  Vadim Zeitlinadded Norvegian translation (Hans F. Nordhaug)
2004-10-15  Vadim ZeitlinReadChar() is called GetChar() in fact
2004-10-15  Włodzimierz... Quiet cooperation between MSW and wxGL.
2004-10-15  Włodzimierz... DMC fix.
2004-10-15  Václav Slavíkquick fix for misgenerated console samples' Makefile.in
2004-10-15  Václav Slavíkregenerated
2004-10-15  Vadim ZeitlinVC++ warning fixes for /Wp64
2004-10-15  Włodzimierz... Fix for platforms where 64-bit value support is not...
2004-10-15  Ron LeeFor autoconf/unix builds update the hardcoded afm dir...
2004-10-15  Ron LeeBump copyright date and indicate debug builds too in...
2004-10-15  Jouk Jansen Committing in .
next