wxWidgets.git
2010-09-24  Jaakko SalliCorrect empty space drawing
2010-09-24  Jaakko SalliRemoved debug log message
2010-09-24  Jaakko SalliFixed PCH-less build
2010-09-24  Jaakko SalliHave wxPropertyGrid inherit from wxControl and wxScroll...
2010-09-23  Robin DunnFix sending a size event for the displayed page when...
2010-09-23  Robin DunnUse the wx version of the wxDECLARE_EVENT_TABLE_ENTRY...
2010-09-23  Robin DunnAvoid an endless recursion situation
2010-09-23  Robin DunnAllow the renderer to also work with wxMemoryDCs
2010-09-23  Robin DunnSetUserScale(1.0, 1.0) in Unmask() so the image will...
2010-09-23  Robin DunnCanSetTransparent needs to be virtual
2010-09-23  Robin DunnVarious build tweaks and updates for wxPython 2.9.1.1
2010-09-23  Robin DunnAdd flag to enable specifying an architecture to build...
2010-09-23  Steve LamertonRemove an assert that was not backed up by the document...
2010-09-23  Steve LamertonAdd ClearEventCount to wxTestableFrame. This means...
2010-09-23  Julian SmartFix bug finding line after line break
2010-09-23  Jaakko SalliStreamline wxPropertyGrid tooltip code
2010-09-23  Jaakko SalliWhen setting empty string as a tooltip, call gtk_widget...
2010-09-22  Steve LamertonFix assert when changing the filter selection on a...
2010-09-22  Vadim ZeitlinBetter checks for wxMSWKeyboard::VKToWX() return value.
2010-09-22  Vadim ZeitlinFix recently broken generation of wxEVT_CHAR_HOOK event...
2010-09-22  Steve LamertonRe-enable disabled wxWindow label tests under wxGTK...
2010-09-22  Steve LamertonSend generic wxTreeCtrl wxEVT_COMMAND_TREE_KEY_DOWN...
2010-09-22  Steve LamertonSend generic wxListCtrl wxEVT_COMMAND_LIST_KEY_DOWN...
2010-09-21  Vadim ZeitlinCompilation fixes for old SDKs (VC6) after recent commit.
2010-09-21  Vadim ZeitlinCompilation fix of wxSocket code for older Solaris...
2010-09-21  Vadim ZeitlinCorrect drawing of mnemonics in wxStaticBox label under...
2010-09-21  Vadim ZeitlinFix wxStaticBox label redrawing when "Alt" is pressed...
2010-09-20  Jaakko SalliCall SetToolTip() for the property editor control when...
2010-09-20  Vadim ZeitlinPCH-less compilation fix to GDI+ wxMSW code.
2010-09-20  Vadim ZeitlinCorrectly recognize when wglChoosePixelFormatARB()...
2010-09-20  Vadim ZeitlinAlways use native task dialog for wxProgressDialog...
2010-09-20  Vadim ZeitlinIgnore time component of SYSTEMTIME in wxMSW wxDatePick...
2010-09-20  Vadim ZeitlinDon't use native MSW functions in wxString::CmpNoCase().
2010-09-20  Vadim ZeitlinAdd benchmarks for various ways to compare strings.
2010-09-20  Vadim ZeitlinFlush output after every benchmark.
2010-09-19  Steve LamertonIncrease the number of expected events in TreeCtrlTestC...
2010-09-18  Vadim ZeitlinReally fix setting fonts in RichEdit 4.1 controls.
2010-09-18  Vadim ZeitlinNo changes, just refactor wxTextCtrl::SetStyle() in...
2010-09-18  Vadim ZeitlinSet wxTextCtrl::m_verRichEdit to 4 for RichEdit 4.1.
2010-09-17  Robert RoeblingPostpone EnsureVisible() to idle as this sometimes...
2010-09-17  Dimitri SchoolwerthSet svn properties on .cpp files.
2010-09-16  Vadim ZeitlinAllow setting Mac-specific menu item ids to wxID_NONE...
2010-09-16  Vadim ZeitlinAllow use of report mode non-native wxListCtrl in wxLis...
2010-09-16  Vadim ZeitlinOnly use wxFORCE_LINK_MODULE() in mediaplayer sample...
2010-09-16  Vadim ZeitlinCompilation fixes for non-MSVC 9 compilers after r65555.
2010-09-16  Václav SlavíkFix wxMSW rendering artifacts with modal dialogs.
2010-09-15  Vadim ZeitlinRemove display information caching from MSW wxDisplay...
2010-09-15  Dimitri SchoolwerthFix possible errors introduced while generating Xcode...
2010-09-15  Vadim ZeitlinDocument limitations of the generic wxTextEntry hints.
2010-09-15  Vadim ZeitlinUpdate the text hint display correctly when ChangeValue...
2010-09-15  Vadim ZeitlinFix several bugs in generic text entry hints implementa...
2010-09-15  Vadim ZeitlinFix wxTextEntry::SelectAll() in presence of hints in...
2010-09-15  Dimitri SchoolwerthUse a unique namespace for generating identifiers.
2010-09-15  Dimitri SchoolwerthMake Xcode identifier consecutive when there is a colli...
2010-09-14  Václav SlavíkClick on wxOwnerDrawnComboBox's animating popup should...
2010-09-14  Peter CawleyFix incorrect behaviour of wxRibbonGallery::EnsureVisib...
2010-09-14  Vadim ZeitlinFix drawing of items with custom background in wxGeneri...
2010-09-14  Vadim ZeitlinFix hang on termination of wxProgressDialog with wxPD_A...
2010-09-13  Robert RoeblingDocument wxDataViewListModel as common abstract base...
2010-09-13  Robert RoeblingFurther work on wxDataViewListModel::Reset()
2010-09-12  Vadim ZeitlinUpdate wxRibbonPanel documentation to mention use of...
2010-09-12  Vadim ZeitlinDelete wxListCtrl item data after handling its deletion...
2010-09-12  Vadim ZeitlinFix compilation of EnumerateLoadedModules() call for...
2010-09-12  Vadim ZeitlinDefine MAPVK_VK_TO_CHAR to fix wxMSW compilation with...
2010-09-12  Robert RoeblingMoved more code from wxDataViewCtrl to wxDataViewCtrlIn...
2010-09-12  Julian SmartFix for % symbols going missing from style parameter
2010-09-11  Vadim ZeitlinCompilation fix for wxOSX.
2010-09-11  Vadim ZeitlinGenerate the same flags for modifier key events in...
2010-09-11  Vadim ZeitlinGenerate unshifted Unicode key codes in wxEVT_KEY_XXX...
2010-09-11  Vadim ZeitlinFix generation of key events for non-alphabetic keys...
2010-09-11  Vadim ZeitlinImprove printing out of pressed keys in the keyboard...
2010-09-11  Vadim ZeitlinRename wxCharCode{MSWToWX,WXToMSW}() and move them...
2010-09-11  Vadim ZeitlinFixes to key codes in keyboard events generated by...
2010-09-11  Vadim ZeitlinAdd WXK_NONE symbolic constant indicating absence of...
2010-09-11  Vadim ZeitlinNo real changes, just use KF_EXTENDED instead of hard...
2010-09-11  Vadim ZeitlinAdd a simple test for keyboard events generation.
2010-09-11  Vadim ZeitlinGenerate correct events for extended keys in wxMSW...
2010-09-11  Vadim ZeitlinRemember the last key event in wxGTK before passing...
2010-09-11  Vadim ZeitlinExplicitly send events for modifier keys in wxUIActionS...
2010-09-11  Vadim ZeitlinRemove assert checking for wxMOD_CONTROL from wxUIActio...
2010-09-11  Vadim ZeitlinAdd a convenient wxREGISTER_UNIT_TEST() macro.
2010-09-11  Vadim ZeitlinNo real changes, just some small cleanup in wxMSW keybo...
2010-09-11  Stefan Csomorfixing 'main screen'
2010-09-10  Vadim ZeitlinUse wxLocale::GetInfo() to get date format in wxDatePic...
2010-09-10  Vadim ZeitlinDon't add spurious NULs at the end of wxTextDataObject...
2010-09-10  Vadim ZeitlinInitialize wxGenericProgressDialog button members in...
2010-09-10  Vadim ZeitlinFix closing logic in wxMSW native wxProgressDialog.
2010-09-10  Vadim ZeitlinBlock in wxMSW wxProgressDialog::Update(max) until...
2010-09-10  Vadim ZeitlinFix errors in handling of maximum field in wxGenericPro...
2010-09-10  Vadim ZeitlinRename wxGenericProgressDialog::ProgressDialogState...
2010-09-10  Vadim ZeitlinNo changes, just use less long progress dialog states...
2010-09-10  Vadim ZeitlinUse determinate mode in native wxMSW wxProgressDialog...
2010-09-10  Vadim ZeitlinAdd a possibility to show a progress dialog on dialog...
2010-09-10  Vadim ZeitlinDon't use wxGenericProgressDialog::m_windowStyle for...
2010-09-10  Stefan Csomoradjusting to new gui mutex for osx, see #12411
2010-09-10  Vadim ZeitlinCreate temporary wxEventLoop in wxGenericProgressDialog...
2010-09-10  Vadim ZeitlinInitialize wxGenericProgressDialog::m_winDisabler properly.
2010-09-10  Vadim ZeitlinDon't return false from IsOk() for accelerators without...
2010-09-09  Vadim ZeitlinFix infinite loop in wxDateTime::Format() when fields...
2010-09-09  Vadim ZeitlinFix cast of pointer to int in artprov sample.
next