wxWidgets.git
2010-10-24  Vadim ZeitlinFix wrong wxLogDebug() call in fswatcher sample.
2010-10-24  Vadim ZeitlinAllow specifying the directory to watch on command...
2010-10-24  Vadim ZeitlinAvoid duplicate wxEVT_COMMAND_TREE_SEL_CHANG{ING,ED...
2010-10-24  Vadim ZeitlinDon't grab focus when calling wxTreeCtrl::SelectItem().
2010-10-24  Vadim ZeitlinAllow to use space to toggle spinning of the cube in...
2010-10-24  Vadim ZeitlinDon't send wxEVT_COMMAND_TREE_ITEM_MENU event without...
2010-10-24  Vadim ZeitlinNo real changes, just cleanup week days handling in...
2010-10-24  Vadim ZeitlinKeep displayed month and year in sync in wxGenericCalen...
2010-10-24  Vadim ZeitlinNo real changes, just inline wxDIB::Create().
2010-10-24  Vadim ZeitlinRemove wxDIB::m_hasAlpha from wxMSW.
2010-10-24  Vadim ZeitlinFix conversion of 32 bit ARGB bitmaps to wxImage in...
2010-10-24  Vadim ZeitlinDon't hard code "open" verb in wxMSW wxLaunchDefaultApp...
2010-10-24  Vadim ZeitlinAdd support for specifying child process cwd and env...
2010-10-24  Vadim ZeitlinTreat wxToolbook symmetrically with others in the noteb...
2010-10-24  Vadim ZeitlinDon't reserve space for hidden controller in wxBookCtrl.
2010-10-24  Vadim ZeitlinSet wxKeyEvent::m_rawFlags to hardware key code in...
2010-10-24  Vadim ZeitlinOutput header to the same directory as the .cpp file...
2010-10-24  Vadim ZeitlinUse wxChoicebook instead of wxNotebook in the xrc sample.
2010-10-24  Vadim ZeitlinRearrange xrc sample controls in alphabetical order.
2010-10-24  Vadim ZeitlinMake it easier to define custom wxSizerXmlHandler subcl...
2010-10-24  Vadim ZeitlinMake wxXmlResourceHandler::IsOfClass() static.
2010-10-23  Vadim ZeitlinAdd wxIcon::GetSize() to wxIcon in wxOSX.
2010-10-23  Vadim ZeitlinDon't use non-existent icon in XRC sample.
2010-10-23  Vadim ZeitlinAdd XRC handler for wxToolbook.
2010-10-23  Vadim ZeitlinDon't assume any particular default size for XRC image...
2010-10-23  Vadim ZeitlinCorrect wxDialog::SetAffirmativeId() documentation.
2010-10-23  Vadim ZeitlinAdded wxThread::OnKill() and OnDelete() callbacks.
2010-10-23  Vadim ZeitlinConstruct paths using wxFileName in wxHTML help.
2010-10-23  Vadim ZeitlinUse rpmbuild to build the RPMs in "make rpm" target.
2010-10-23  Vadim ZeitlinAdd more headers to "make dist" and remove .mo files.
2010-10-23  Vadim ZeitlinInclude wxscintilla library in wxGTK RPM.
2010-10-23  Vadim ZeitlinGenerate the full list of wxBase headers paths in wxGTK...
2010-10-23  Vadim ZeitlinForce the use of GNOME printing support and wxMediaCtrl...
2010-10-23  Vadim ZeitlinRemove "release" suffix from wx-config links used in...
2010-10-23  Vadim ZeitlinDocument that wxProcess::GetOutputStream() can't be...
2010-10-23  Robert RoeblingwxDataViewCtrl::Expand() only works on items whose...
2010-10-23  Robert RoeblingSet focus to generic wxDataViewCtrl when clicking with...
2010-10-23  Robert RoeblingImplement wxDataViewCtrl::HitTest() under GTK+, second...
2010-10-23  Robert RoeblingAlso set mouse position in ITEM_BEGIN_DRAG event in...
2010-10-22  Michael WetherellChange the return code of the test program so that...
2010-10-22  Michael WetherellAdd debugging info to the trunk Linux builds.
2010-10-22  Vadim ZeitlinEnable ListBoxTestCase::HitTest() for wxGTK.
2010-10-22  Vadim ZeitlinRestore the note about auto-repeat in key events docume...
2010-10-22  Vadim ZeitlinUse GTK_SELECTION_BROWSE instead of SINGLE for wxListBo...
2010-10-22  Vadim ZeitlinFixes for calling Enable() on children of a disabled...
2010-10-22  Vadim ZeitlinUse single BeforeLast() call in wxConfigPathChanger...
2010-10-22  Vadim ZeitlinAdded "rest" argument to wxString::Before{First,Last}().
2010-10-22  Vadim ZeitlinNo real changes, just use const_cast<> instead of C...
2010-10-22  Vadim ZeitlinDon't add quotes to string representation in gdb.
2010-10-21  Vadim ZeitlinAdd missing comparison operator declarations in wxStrin...
2010-10-21  Vadim ZeitlinDocument the meaning of wxToolBar tool id more clearly.
2010-10-21  Vadim ZeitlinImplement comparisons between wxString::iterator and...
2010-10-20  Vadim ZeitlinAdd XRC handler for wxCommandLinkButton.
2010-10-20  Vadim ZeitlinMerge wxBitmapButton and wxButton panels in the xrc...
2010-10-20  Vadim ZeitlinCorrect the fix that broke wxRegion::ConvertToBitmap().
2010-10-20  Peter CawleyImprove support for ribbon panel sizers: panels with...
2010-10-20  Michael WetherellCheck for window manager before running GUI tests on...
2010-10-18  Vadim ZeitlinChange wxSP_XXX flags values to avoid clashes with...
2010-10-18  Vadim ZeitlinUse unsigned char for XBM bitmaps data.
2010-10-18  Vadim ZeitlinCorrectly handle S_FALSE return value of IActiveMovie...
2010-10-18  Vadim ZeitlinCorrect recently broken checked state handling in wxRea...
2010-10-18  Vadim ZeitlinAdd missing "static" to wxSystemOptions::SetOption...
2010-10-18  Jaakko SalliCall wxScrollHelper::AdjustScrollbars() to fix scroll...
2010-10-17  Vadim ZeitlinFix wxSTC compilation without wxUSE_DRAG_AND_DROP after...
2010-10-17  Michael WetherellDisable the Mingw x64 builds as there's no compiler.
2010-10-17  Vadim ZeitlinNo real changes, just fix a warning in the test suite.
2010-10-17  Vadim ZeitlinRevert the changes of r65826 in wxConvertToGTK().
2010-10-17  Vadim ZeitlinReturn valid buffer from wxMBConv::c{MB,WC}2{WC,MB...
2010-10-16  Vadim ZeitlinFix FileTestCase to really test strings with embedded...
2010-10-16  Vadim ZeitlinDisable tests for UTF-encoded files in FileTestCase...
2010-10-16  Vadim ZeitlinCompilation fix for STL build after r65830.
2010-10-16  Vadim ZeitlinAvoid crashes in wxGenericListCtrl client<->screen...
2010-10-16  Vadim ZeitlinImprove wxGTK print and page setup dialogs.
2010-10-16  Vadim ZeitlinTransfer printer name to/from GTK+ native print setup...
2010-10-16  Vadim ZeitlinCorrectly initialize wxGtkPrintNativeData members.
2010-10-16  Vadim ZeitlinRestore text drag-and-drop in wxSTC broken by Scintilla...
2010-10-16  Vadim ZeitlinDon't return invalid buffer from wxConvertToGTK("").
2010-10-16  Vadim ZeitlinAdd wxHAS_3STATE_CHECKBOX symbol.
2010-10-16  Vadim ZeitlinImprove validation of wxCheckBox styles.
2010-10-16  Vadim ZeitlinPut libraries in %{_libdir} when building wxGTK RPMs.
2010-10-16  Julian SmartDisabled wxRTC tests that don't work in wxGTK
2010-10-15  Vadim ZeitlinClear selection when generic wxDataViewCtrl is cleared.
2010-10-15  Vadim ZeitlinAdd wx{Pen,Brush}::Is[Non]Transparent() methods and...
2010-10-15  Vadim ZeitlinUse wxDCPenChanger instead of setting/resetting pen...
2010-10-15  Vadim ZeitlinAdd "GTK" prefix to wxChoice::{Dis,En}ableEvents()...
2010-10-15  Vadim ZeitlinInclude wx_presets.py in the distribution made by ...
2010-10-15  Vadim ZeitlinCheck for task dialog availability even under Vista...
2010-10-15  Vadim ZeitlinRemove all mentions of non-existent contrib from .spec...
2010-10-15  Vadim ZeitlinAdd libraries new in 2.9 to wxGTK.spec.
2010-10-15  Vadim ZeitlinFix GTK+ development RPM dependency in wxGTK.spec.
2010-10-15  Vadim ZeitlinFix button order in wxGTK wxMessageDialog and wxStdDial...
2010-10-15  Jaakko SalliFix non-PCH builds
2010-10-15  Jaakko SalliAdded the missing DLL export declaration for wxNumericP...
2010-10-15  Jaakko SalliAdded wxNumericPropertyValidator, which is a custom...
2010-10-14  Julian SmartFixed #12566 (assert on deletion) due to inconsistent...
2010-10-13  Vadim ZeitlinwxUniv/MSW compilation fix.
2010-10-13  Vadim ZeitlinRegenerate Makefile.in after recent changes to make_dis...
2010-10-13  Vadim ZeitlinRemove obsolete files from "make dist" rules.
2010-10-13  Vadim ZeitlinSkip Windows-only samples when making Unix distribution.
2010-10-13  Vadim ZeitlinInclude include/wx/generic/private/*.h files in distrib...
next