]> git.saurik.com Git - wxWidgets.git/history - src
Remember the last key event in wxGTK before passing it over to IM.
[wxWidgets.git] / src /
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 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 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-09  Vadim ZeitlinFix infinite loop in wxDateTime::Format() when fields...
2010-09-09  Vadim ZeitlinInitialize all fields of struct tm used by wxDateTime...
2010-09-09  Vadim ZeitlinFix wxKill(wxSIGNONE) always returning true for child...
2010-09-09  Vadim ZeitlinUse minimal required process access mask in wxMSW wxKill().
2010-09-09  Vadim ZeitlinUse the same logic for closing dialogs as for handling...
2010-09-09  Vadim ZeitlinRemove the unused "monolithic" MSW wxMediaCtrl file.
2010-09-09  Vadim ZeitlinNo real changes, just don't use obsolete FORCE_LINK_ME...
2010-09-09  Vadim ZeitlinRemove debugging wxLogMessage from wxMediaCtrl::Create().
2010-09-08  Robert RoeblingUnregister configure callback,part of #12447: wxGTK...
2010-09-07  Stefan Csomorresetting the wrapper flag later, otherwise the native...
2010-09-07  Stefan Csomormodeling subclassing along msw, unsubclassing filedialo...
2010-09-06  Stefan Csomorusing non-sleep version for GUI mutex, solves #12411
2010-09-04  Vadim ZeitlinRemove unused wxProgressDialogTaskRunner::m_parent...
2010-09-04  Vadim ZeitlinFix crash in wxMSW wxProgressDialog without wxPD_APP_MO...
2010-09-04  Vadim ZeitlinImprove main and extended messages handling in new...
2010-09-03  Václav SlavíkFix wxOwnerDrawnComboBox keyboard navigation with dupli...
2010-09-01  Steve LamertonFix compilation under MinGW, also add missing SVN prope...
2010-09-01  Julian SmartwxRichTextCtrl::ApplyStyle now applies a paragraph...
2010-09-01  Václav SlavíkReduce flicker when removing wxNotebook page.
2010-08-30  Vadim ZeitlinAdd wxGrid::RefreshAttr() method to force attribute...
2010-08-30  Vadim ZeitlinDon't center wxGenericMessageDialog elements.
2010-08-30  Vadim ZeitlinAllow using custom labels for wxGenericMessageDialog...
2010-08-30  Vadim ZeitlinExtract CreateSeparatedSizer() from wxDialog::CreateSep...
2010-08-30  Vadim ZeitlinFix button order in wxStdDialogButtonSizer in all cases...
2010-08-30  Vadim ZeitlinRewrite GTK section of wxStdDialogButtonSizer using...
2010-08-30  Julian SmartFixed wrong line spacing calculation
2010-08-30  Julian SmartDon't add space before para twice in paragraph layout
2010-08-29  Robert Roeblinginclude wx/sizer.h as buildbot complained
2010-08-29  Robert RoeblingAdd possibility to use sizers in ribbon panel, fixes...
2010-08-28  Václav SlavíkScale sizes more accurately in generic SetWindowVariant().
2010-08-26  Jaakko SalliChanged wxArrayStringProperty default delimiter to...
2010-08-26  Jouk Jansencorrecting wxX11 for wxkeysym as was done for wxMOTIF
2010-08-25  Václav SlavíkFix wxListBox selection handling broken by r64500.
2010-08-24  Robert RoeblingMake sorting of wxListBox, wxChoice and wxComboBox...
2010-08-24  Vadim ZeitlinRemove unused wxDisplay implementation using DirectDraw...
2010-08-24  Jouk JansenwxKeysym problem for wxMOTIF fixed
2010-08-23  Jouk JansenUpdate openVMS compile support
2010-08-22  Vadim ZeitlinRemove unused src/osx/cocoa/bmpbuttn.mm file.
2010-08-22  Vadim ZeitlinDon't use uninitialized variable in wxCharCodeWXToOSX().
2010-08-22  Vadim ZeitlinMerge wxUIActionSimulator fixes from SOC2010_GUI_TEST...
2010-08-22  Vadim ZeitlinFix selection corner cases in wxOSX wxComboBox.
2010-08-22  Vadim ZeitlinDon't crash in wxOSX::wxClipboard::Clear() if initializ...
2010-08-22  Vadim ZeitlinWork around a crash on starting editing in wxGrid under...
2010-08-22  Vadim ZeitlinDon't send event from wxMSW::wxListCtrl::DeleteAllItems...
2010-08-22  Vadim ZeitlinExtract X11 Display wrapper class in a private header.
2010-08-21  Vadim ZeitlinDon't report spurious errors from wxSocket in "no wait...
2010-08-21  Robert RoeblingAllow calling wxGenericDirCtrl::GetPath() in multiple...
2010-08-21  Robert RoeblingFix crash by checking if icon is valid before drawing...
2010-08-21  Robert RoeblingFix potential crash, fixes #12375: PATCH to fix help...
2010-08-20  Robert RoeblingProperly implement Cleared() by calling row_deleted...
2010-08-20  Jouk Janseninclude correct private.h for wxgtk1
2010-08-20  Robert RoeblingMake it compile
2010-08-19  Robert RoeblingMake it compile a bit more
2010-08-19  Vadim ZeitlinSlightly improve wx[Generic]RichMessageDialog layout.
2010-08-19  Vadim ZeitlinMake the main message of wxGenericMessageDialog stand...
2010-08-19  Julian SmartBetter close button placement on tabs, especially for...
2010-08-19  Vadim ZeitlinCompilation fix for non-PCH build in wxGenericRichMessa...
2010-08-18  Vadim ZeitlinCompilation fix for old SDKs in new native MSW wxHyperL...
2010-08-18  Vadim ZeitlinVC6 compilation fix for native wxProgressDialog impleme...
2010-08-18  Vadim ZeitlinUse task dialog for wxProgressDialog implementation...
2010-08-18  Vadim ZeitlinOnly use native wxHyperlinkCtrl in Unicode build under...
2010-08-18  Vadim ZeitlinAdd wxRichMessageDialog class.
2010-08-18  Vadim ZeitlinProvide a task-dialog based wxMSW wxMessageDialog imple...
2010-08-18  Vadim ZeitlinHandle mnemonics correctly in wxGTK::wxCollapsiblePaneS...
2010-08-18  Vadim ZeitlinFix Yes/No/Cancel buttons order in wxGTK wxStdDialogBut...
2010-08-18  Robert RoeblingGTK+ just won't let you uncheck any radiobutton that...
2010-08-18  Robert Roeblingmake wxChoice and wxComboBox sort in a case insensitive...
2010-08-18  Robert RoeblingMake wxListBox sort in a case insensitive way, fixes...
2010-08-18  Julian SmartUse common inline version of wxHexToDec
2010-08-17  Vadim ZeitlinProvide native wxHyperlinkCtrl implementation for wxMSW.
2010-08-17  Vadim ZeitlinAdd new wxCommandLinkButton class.
2010-08-17  Julian SmartLarge image-loading speedup and small attribute-loading...
2010-08-17  Stefan Csomorfixes horizontal scrolling in textfields, fixes #12322
2010-08-16  Robert RoeblingIgnore non-existant string selection in wxComboBox...
2010-08-16  Robert RoeblingUncheck radiobutton when calling ::SetValue(false)...
2010-08-15  Vadim ZeitlinFix wxMSW compilation in wxUSE_STL==1 case.
2010-08-15  Vadim ZeitlinRevert "Make wxComboBox::Popup() and ::Dismiss() emit...
2010-08-15  Robert RoeblingMake wxComboBox::Popup() and ::Dismiss() emit events...
2010-08-13  Jaakko SalliAllow wxVariant::Convert(wxUniChar* value) to convert...
2010-08-13  Vadim ZeitlinFix harmless MSVC warning about double to float conversion.
2010-08-13  Stefan Csomorno-op change to get build bot running
2010-08-12  Stefan Csomorno-op change to get build bot running
next