wxWidgets.git
2004-02-19  Ron LeeRemoved the SaveBG hack. The real incompatibility...
2004-02-19  Stefan Csomorcorrect boundaries for carbon
2004-02-19  Robin DunnAllow comparrisons with None
2004-02-19  Dimitri SchoolwerthMade finding the bakefile related tech note easier.
2004-02-19  Dimitri SchoolwerthwxCleanup; Added accelerators for navigation (Alt+left...
2004-02-18  Julian SmartRemoved warning
2004-02-18  Julian SmartVC++ correction
2004-02-18  Julian SmartApplied [ 897450 ] Patch for WXDEBUG_NEW docs
2004-02-18  Julian SmartAdded wxDIALOG_NO_PARENT style to XRC
2004-02-18  Robin Dunnfixed a compile warning
2004-02-18  Robin DunnreSWIGged
2004-02-18  Robin DunnAdded some more docstrings, and also a few little tweak...
2004-02-17  Dimitri SchoolwerthFixed typo causing multiple file selections to always...
2004-02-17  Robin Dunncorrected %addtofunc for BufferedDC constructor
2004-02-17  Julian SmartFixed a bug in DoGetBestSize that would make wxSpinCtrl...
2004-02-17  Václav Slavíkregenerated
2004-02-17  Julian SmartTweaked the WinCE readme
2004-02-17  Julian SmartFixed source for WinCE compatibility
2004-02-17  Dimitri SchoolwerthFixed invalid background colour of controls on a notebo...
2004-02-17  Dimitri SchoolwerthImplemented wxExecute (minimal flags support).
2004-02-16  Dimitri SchoolwerthFixed compilation for !wxUSE_IMAGE as well as !wxUSE_TO...
2004-02-16  Dimitri SchoolwerthAdded config checks for wxUSE_IMAGE = 0.
2004-02-16  Robert Roebling Added better visual feedback for tree control
2004-02-16  Dimitri SchoolwerthRemoved c++ style comments.
2004-02-16  Dimitri SchoolwerthIncluded required wx/image.h and added wxUSE_IMAGE...
2004-02-16  Dimitri SchoolwerthFixed unreferenced function 'CutEmptyBorders' warning...
2004-02-16  Vadim Zeitlinfixed IsOk() for root directory paths
2004-02-16  Julian SmartAdded instructions for running Applescript scripts.
2004-02-16  David ElliottRemove superfluous call to CocoaRemoveFromParent (it...
2004-02-15  Dimitri SchoolwerthCosmetic cleanup (TRUE/FALSE, tabs, ...).
2004-02-15  Dimitri SchoolwerthExtended maximum tooltip length (in non-Unicode comctl3...
2004-02-15  Vadim Zeitlinuse correct way to get a pointer to vector elements...
2004-02-15  Robert Roebling Fix warning.
2004-02-15  Stefan NeisAdded accelerator handling for buttons and infrastructu...
2004-02-15  Stefan NeisFixed separator handling for menus.
2004-02-15  Vadim Zeitlinremoved unused variable
2004-02-15  Vadim Zeitlinfail WC2MB conversion in wxCSConv if we can't be sure...
2004-02-15  Vadim Zeitlinadded tech note about writing unit tests
2004-02-15  Vadim Zeitlinadded (draft of) a unit test for wxMBConv
2004-02-15  Robert Roebling wxGPE updates to HEAD.
2004-02-15  Stefan NeisDo a configure test whether or not to include -I/usr...
2004-02-15  Stefan NeisDo _not_ test for strcasecmp on OS/2 (where stricmp...
2004-02-15  Robert Roebling This should work on SuSE and Mandrake icon themes.
2004-02-15  Robert Roebling Slightly less hacky way to get the KDE icon theme...
2004-02-15  Robert Roebling This allows white space to be in the name
2004-02-15  Vadim Zeitlinadded wrapper header for CppUnit headers
2004-02-15  Vadim Zeitlininclude stdlib.h to get malloc/free decl
2004-02-15  David ElliottBakefile 0.1.3
2004-02-15  Robert Roebling Updates to MIME-types and wxFileDialog code for better
2004-02-15  Robert Roebling InitAsNeeded no longer inline in the header.
2004-02-15  Robert Roebling Updated exefile and default file icons to newer look.
2004-02-15  Robert Roebling The file dialog needs to be able to read images ...
2004-02-14  Julian SmartNow sends an exit command to the app so Quit behaves...
2004-02-14  Mattia Barbon Updated italian translation.
2004-02-14  Vadim Zeitlindon't truncate filenames by default (why?)
2004-02-14  Stefan Csomorcorrected system condition for panther
2004-02-14  Robin DunnOops, used the wrong script to generate the metadata...
2004-02-14  Robin DunnreSWIGged
2004-02-14  Robin DunnAdded some docstrings.
2004-02-14  Dimitri SchoolwerthSimplified OS X Panther detection code.
2004-02-14  Robin DunnOops, took out too much...
2004-02-14  Robin DunnFix the off-by-one a little differently, and correct...
2004-02-13  Robin DunnFixed an off-by-one error
2004-02-13  Vadim ZeitlinDMC compilation fix
2004-02-13  Robin DunnreSWIGged
2004-02-13  Robin DunnGave wxWindow.GetHandle something to do on wxMac, altho...
2004-02-13  Robin DunnFixed a compile error on wxMac
2004-02-13  Robin DunnreSWIGged
2004-02-13  Robin DunnAdd some ownerdraw methods to ListBox for MSW
2004-02-13  Robin DunnMake all wxMask constructors use the C++ (bitmap, colou...
2004-02-13  Robin DunnTweaks for when using some new tex2rtf options
2004-02-13  Robin DunnTypo fixed
2004-02-13  Robin DunnCall Skip from the focus handlers so wxGTK can still...
2004-02-13  Patrick K.... Fix test broken by change in package name from PyCrust...
2004-02-13  Patrick K.... The truth is out there.
2004-02-13  Vadim Zeitlinadded /usr/lib and lib32 to SEARCH_LIB (trying to fix...
2004-02-12  Václav Slavíkadded description of environment variables that affect...
2004-02-12  Václav Slavíkfixed bug in .hhp's FILES section creation introduced...
2004-02-12  Julian SmartDMC doesn't have #warning
2004-02-12  Robin DunnFixed to use wxNcPaintEvent types where needed
2004-02-12  Václav Slavíkdon't use numbers in URLs if truncateFilenames=no
2004-02-12  Julian SmartSome more string concatenations
2004-02-12  Vadim Zeitlinset argc/argv properly in Unicode build (fixes bug...
2004-02-12  Vadim Zeitlindon't override GetSize(), this doesn't work (bug 732758)
2004-02-12  Vadim Zeitlinhopefully fixed strings.h mess completely now by not...
2004-02-12  Vadim Zeitlinfix yet another assert when the initial combo box value...
2004-02-12  Vadim Zeitlinsuppress triple clicks generation completely for GTK2...
2004-02-12  Vadim Zeitlinadded Select() test
2004-02-12  Vadim Zeitlincorrected wxTreeCtrl::Select() broken by previously...
2004-02-12  Julian SmartString corrections
2004-02-12  Julian SmartInfinite recursion fix
2004-02-12  Stefan Csomorpatch applied for clearing m_data object upon closing
2004-02-12  Robin DunnA little tweak
2004-02-12  Robin DunnreSWIGged
2004-02-12  Robin DunnAdded selection methods
2004-02-12  Robin DunnPS can output to ta stream (but still need to make...
2004-02-12  Robin DunnFix ambiguity
2004-02-12  Robin DunnAdded wxDC::GetPartialTextExtents
2004-02-12  Robin DunnHYBRID wxPython builds also need the __NO_VC_CRTDBG__...
2004-02-12  Vadim Zeitlincompilation fix for strict(er) compilers
next