2010-03-14 |
Vadim Zeitlin | Use an appropriate icon automatically in wxMSW wxMessag... |
tree | commitdiff |
2010-03-12 |
Jaakko Salli | Fixed property editor re-positioning when additional... |
tree | commitdiff |
2010-03-12 |
Vadim Zeitlin | Revert unneeded fix for list control headers from r63177. |
tree | commitdiff |
2010-03-12 |
Vadim Zeitlin | Correct query for formats supported by wxDataObject... |
tree | commitdiff |
2010-03-10 |
Francesco Montorsi | Fix function wxControlBase::DoEllipsizeSingleLine to... |
tree | commitdiff |
2010-03-10 |
Francesco Montorsi | no real changes, just rename the variables to make... |
tree | commitdiff |
2010-03-08 |
Vadim Zeitlin | Use correct style for the dialog shown by generic file... |
tree | commitdiff |
2010-03-08 |
Stefan Csomor | pending events detected didn't work properly, go the... |
tree | commitdiff |
2010-03-07 |
Vadim Zeitlin | Skip wxChildFocusEvent in wxAuiNotebook handler. |
tree | commitdiff |
2010-03-07 |
Vadim Zeitlin | Show pages icons in window list menu in wxAuiNotebook. |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | Adding wxUIActionSimulator, a class for programmaticall... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Reset wxAuiNotebook selection to wxNOT_FOUND if it... |
tree | commitdiff |
2010-03-06 |
Kevin Ollivier | A call to wxPopupWindow::Show shouldn't automatically... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Don't store header height in generic wxListCtrl member... |
tree | commitdiff |
2010-03-06 |
Vadim Zeitlin | Fix toggling the header in the generic wxListCtrl. |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Don't stop dragging in the grid when the mouse leaves... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Fix memory leak in wxDataViewListStore::DeleteItem(). |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Correct IsMaximized() in wxOSX for non-resizable windows. |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Implement wxBookCtrlBase::CalcSizeFromPage() in the... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | No changes, just remove redundant GetControllerSize... |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Correct controller size determination in wxToolbook. |
tree | commitdiff |
2010-03-05 |
Vadim Zeitlin | Use wxWindow::ReleaseMouse() instead of MSW ::ReleaseCa... |
tree | commitdiff |
2010-03-04 |
Jaakko Salli | Moved property unattachment code from wxPropertyGridInt... |
tree | commitdiff |
2010-03-04 |
Stefan Csomor | no existing on iphone |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11781 |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing leak, fixes #11782 |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | using native fullscreen support and ShowEvent triggers |
tree | commitdiff |
2010-03-03 |
Stefan Csomor | fixing warning |
tree | commitdiff |
2010-03-03 |
Vadim Zeitlin | Fix wxCommandProcessor compilation with wxUSE_ACCEL==0. |
tree | commitdiff |
2010-03-03 |
Robin Dunn | Layout the immediate parent of the info bar as describe... |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Use user locale with Latin-1 as fallback for command... |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Don't use m_macToolbar in wxOSX wxToolBar if it is... |
tree | commitdiff |
2010-03-02 |
Vadim Zeitlin | Enclose code using m_macToolbar in #if wxOSX_USE_NATIVE... |
tree | commitdiff |
2010-03-01 |
Vadim Zeitlin | Fix crash when accessing clipboard before entering... |
tree | commitdiff |
2010-03-01 |
Robin Dunn | Invalidate best size when the bitmap or bitmap position... |
tree | commitdiff |
2010-03-01 |
Robin Dunn | Use the correct event class for the window modal notifi... |
tree | commitdiff |
2010-03-01 |
Jaakko Salli | Have to implement wxPGProperty::DeleteChildren() differ... |
tree | commitdiff |
2010-02-28 |
Stefan Csomor | translate 0.5 offset into user space before applying... |
tree | commitdiff |
2010-02-28 |
Stefan Csomor | moving header for precomp builds |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Simplify and correct bugs in wxMSW wxScrollBar message... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | No real changes, just cleanup wxMSW wxScrollBar a little. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Make it possible to use wxCharBuffer during program... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Compilation fixes for wide char functions under IRIX... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Fix for wxStringCheck compilation under IRIX using... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Fix compilation with GTK+ 2.4. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Support IRIX version of OpenGL multi sampling constants. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Fix the STC sources generation script to work with... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | No real changes, just remove an unused variable. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Remove unused NO_SORT constant. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Include <locale.h> to get LC_XXX constants declaration. |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Remove unnecessary comparison of unsigned variable... |
tree | commitdiff |
2010-02-28 |
Vadim Zeitlin | Remove unused static constant. |
tree | commitdiff |
2010-02-28 |
Jaakko Salli | Sometimes change in varscrollable window's size can... |
tree | commitdiff |
2010-02-27 |
Kevin Ollivier | Override CanFocus because the wxWindow level test will... |
tree | commitdiff |
2010-02-26 |
Jaakko Salli | Must clear property selection in wxPGProperty::SetChoic... |
tree | commitdiff |
2010-02-26 |
Vadim Zeitlin | Fix assert when using year or decade view in Windows... |
tree | commitdiff |
2010-02-26 |
Vadim Zeitlin | Fix assert on wxCalendarCtrl creation under Windows 7. |
tree | commitdiff |
2010-02-25 |
Jaakko Salli | Added work around in wxPropertyGrid for a wxTextCtrl... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Initialize wxhInstance in console MSW applications... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Use wxGetInstance() instead of wxhInstance in wxMSW... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Fix harmless g++ 4.3 warning about suggested parentheses. |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Fix multiple bugs in non-ownerdrawn wxListBox after... |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Always use UTF-8 for GTK+ strings. |
tree | commitdiff |
2010-02-25 |
Vadim Zeitlin | Compilation fixes in wxHTML for wxUSE_CONFIG==0. |
tree | commitdiff |
2010-02-23 |
Stefan Csomor | proper app shutdown support for iphone |
tree | commitdiff |
2010-02-23 |
Jaakko Salli | Set up default property grid unspecified value colour |
tree | commitdiff |
2010-02-23 |
Jaakko Salli | When drawing wxPropertyGrid check box editor, be consis... |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Rename property pending for deletion so it won't be... |
tree | commitdiff |
2010-02-22 |
Jaakko Salli | Property removal and deletion done from wxPropertyGrid... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Since wxDialog::Show(false) only calls wxWindow::Show... |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Typo fix. |
tree | commitdiff |
2010-02-19 |
Kevin Ollivier | Disable sending of events by OS X Combobox during progr... |
tree | commitdiff |
2010-02-16 |
Jaakko Salli | Fixed auto-resizing behavior when double-clicking a... |
tree | commitdiff |
2010-02-15 |
Robin Dunn | Apply new patch fixing problem of IsRunning always... |
tree | commitdiff |
2010-02-15 |
Kevin Ollivier | Implement case-insensitive find and read only support... |
tree | commitdiff |
2010-02-14 |
Václav Slavík | Fix wxHtmlWindow to correctly decide whether to show... |
tree | commitdiff |
2010-02-14 |
Jaakko Salli | Added wxPropertyGridInterface::SetColumnProportion... |
tree | commitdiff |
2010-02-13 |
Kevin Ollivier | Basic support for tooltips under OS X Cocoa. |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Make it possible to subclass wxMenuBar in XRC (patch... |
tree | commitdiff |
2010-02-11 |
Václav Slavík | Fixed possible buffer overflow in wxXmlResource::GetXRC... |
tree | commitdiff |
2010-02-10 |
Václav Slavík | Fixed wxGauge's best size to conform to Windows HIG. |
tree | commitdiff |
2010-02-09 |
Stefan Csomor | support fullscreen display (translucent status) in... |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Test m_nowpeer pointer before using it. |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Set Id and EventObject for wxSetCursorEvent |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Ignore the time portion of the datetime object when... |
tree | commitdiff |
2010-02-09 |
Robin Dunn | Remove functions duplicated in dnd_osx.cpp. |
tree | commitdiff |
2010-02-08 |
Robin Dunn | Allow more than one timer with the same ID. Closes... |
tree | commitdiff |
2010-02-08 |
Vadim Zeitlin | Add support for showing "elevation" icon in wxMSW buttons. |
tree | commitdiff |
2010-02-07 |
Kevin Ollivier | Implement EVT_MAXIMIZE support for OS X Cocoa. |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Fix handling of the *.* extension case, before this... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Get wxSearchCtrl text events working, and share the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Forgot about the drag source delegate, which is the... |
tree | commitdiff |
2010-02-06 |
Kevin Ollivier | Add an accessor to get the current drop source from... |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Extract wxSTOCK_WITHOUT_ELLIPSIS from wxSTOCK_FOR_BUTTON. |
tree | commitdiff |
2010-02-04 |
Vadim Zeitlin | Fix selection event sending for Ctrl-click in generic... |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Correct the bounding box calculation in wxGTK wxDC... |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Fix bug in wxMSW wxMessageDialog when the text was... |
tree | commitdiff |
2010-02-03 |
Vadim Zeitlin | Correct bounding box calculation in wxGTK wxDC::DrawText(). |
tree | commitdiff |
2010-02-03 |
Julian Smart | Don't select all if there is nothing to select. |
tree | commitdiff |
2010-02-03 |
Julian Smart | Don't delete previous character when pressing Del at... |
tree | commitdiff |
next |