2007-03-31 |
Vadim Zeitlin | 1. Moved m_usePrimary to wxClipboardBase as it's now... |
tree | commitdiff |
2007-03-26 |
Robin Dunn | Forward port of my recent changes in the 2.8 branch: |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't use wxControlContainer if wxHAS_NATIVE_TAB_TRAVER... |
tree | commitdiff |
2007-03-25 |
Vadim Zeitlin | don't check whether the window is shown and enabled... |
tree | commitdiff |
2007-03-23 |
Kevin Ollivier | If using the system Window menu on OS X, integrate... |
tree | commitdiff |
2007-03-23 |
Vadim Zeitlin | make IsEnabled() return false even if the window parent... |
tree | commitdiff |
2007-03-21 |
Paul Cornett | revert use of AllocExclusive |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | fixed typo in last commit |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | added labels support for toolbar controls for wxMac... |
tree | commitdiff |
2007-03-18 |
Vadim Zeitlin | wxDC::StretchBlit() for wxMac and wxMSW (patch 1611973) |
tree | commitdiff |
2007-03-16 |
Vadim Zeitlin | multiple fixes to wxJoystick under Unix and new index... |
tree | commitdiff |
2007-03-15 |
Vadim Zeitlin | removed outdated Classic files to avoid confusing people |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | avoid duplicated empty help menu in localized applicati... |
tree | commitdiff |
2007-03-14 |
Vadim Zeitlin | don't add extra GetCharHeight() pixels to the top borde... |
tree | commitdiff |
2007-03-11 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | return effective dnd operation result and not the expec... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | allow using numpad enter key to activate the default... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | don't send incorrect char events when entering Unicode... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | compilation fix after last change |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected the just-added operator=(RGBColor) return... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | corrected bug due to testing for wrong return value... |
tree | commitdiff |
2007-03-10 |
Vadim Zeitlin | added wxColour(RGBColor) ctor and use it insteaf of... |
tree | commitdiff |
2007-03-09 |
Vadim Zeitlin | implement wxMutex::LockTimeout() using critical region... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed deprecated wxADJUST_MINSIZE |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | return correct client area for at least the primary... |
tree | commitdiff |
2007-03-05 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-02-24 |
Kevin Hock | Build fix from FM (cascade from object.h changes making... |
tree | commitdiff |
2007-02-22 |
Kevin Ollivier | Fix for crash when an invalid font was being mistakenly... |
tree | commitdiff |
2007-02-09 |
Julian Smart | Reverted renderer changes and just use window variant... |
tree | commitdiff |
2007-02-08 |
Julian Smart | Added size constants to allow drawn control parts to... |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
tree | commitdiff |
2007-02-06 |
Włodzimierz Skiba | wx/log.h belongs to pch system |
tree | commitdiff |
2007-02-05 |
Julian Smart | Missing include |
tree | commitdiff |
2007-02-04 |
Stefan Csomor | using scroll axis for mousewheel events |
tree | commitdiff |
2007-01-26 |
Stefan Csomor | changing asserts to debug info |
tree | commitdiff |
2007-01-26 |
Stefan Csomor | separate assert in case the control ref is already... |
tree | commitdiff |
2007-01-20 |
Robin Dunn | Added support for the wxFRAME_FLOAT_ON_PARENT style |
tree | commitdiff |
2007-01-19 |
Robin Dunn | Added wxSearchCtrl::[Get|Set]DescriptiveText |
tree | commitdiff |
2007-01-18 |
Robin Dunn | Use kControlContentIconRef when recreating the tool... |
tree | commitdiff |
2007-01-12 |
Robin Dunn | DoGetBestSize fix, the lbWidth was not getting updated... |
tree | commitdiff |
2007-01-12 |
Stefan Csomor | making sure it is only breaking at newlines for measuring |
tree | commitdiff |
2007-01-12 |
Stefan Csomor | using the CF Message box only for non main thread alerts |
tree | commitdiff |
2007-01-08 |
Vadim Zeitlin | added more wxUSE_TREE/LISTCTRL tests to fix compilation... |
tree | commitdiff |
2007-01-08 |
Chris Elliott | fix part of proposal at http://news.gmane.org/find... |
tree | commitdiff |
2007-01-08 |
Kevin Ollivier | Fix GetNextItem for virtual wxListCtrl, and improve... |
tree | commitdiff |
2007-01-07 |
Kevin Ollivier | Add more sanity checks to virtual list item nums as... |
tree | commitdiff |
2007-01-07 |
Kevin Ollivier | Use GetItem to get item info for events, even for virtu... |
tree | commitdiff |
2007-01-07 |
Kevin Ollivier | Generic list and tree ctrl should not use the focused... |
tree | commitdiff |
2007-01-06 |
Kevin Ollivier | Don't draw the primary highlight colors if the control... |
tree | commitdiff |
2007-01-05 |
Kevin Ollivier | Apply patch #1626802, which fixes GetNextItem to return... |
tree | commitdiff |
2007-01-05 |
Stefan Csomor | allowing vertical scrolling even if wxTE_NO_VSCROLL... |
tree | commitdiff |
2006-12-31 |
Kevin Ollivier | Make sure mouse events are only sent in the case of... |
tree | commitdiff |
2006-12-28 |
Kevin Ollivier | Fixing inactive state drawing, and removing warning. |
tree | commitdiff |
2006-12-28 |
Stefan Csomor | fix to always have a proper activation for DataBrowser... |
tree | commitdiff |
2006-12-28 |
Kevin Ollivier | exposing generic system option define, adding missing... |
tree | commitdiff |
2006-12-27 |
Stefan Csomor | applying patch 1622389, fixing two memory leaks |
tree | commitdiff |
2006-12-26 |
Kevin Ollivier | Add middle-item click support. |
tree | commitdiff |
2006-12-25 |
Kevin Ollivier | Stop crash when wxVSCROLL is specified for native OS... |
tree | commitdiff |
2006-12-25 |
Kevin Ollivier | Implement LIST_KEY_DOWN support, and move new functions... |
tree | commitdiff |
2006-12-24 |
Kevin Ollivier | Implementing LIST_ITEM_RIGHT_CLICK event support, and... |
tree | commitdiff |
2006-12-22 |
Kevin Ollivier | Adding SetFocus to wxABI_VERSION. |
tree | commitdiff |
2006-12-21 |
Kevin Ollivier | Restore compilation with --enable-stl, fix SetFocus... |
tree | commitdiff |
2006-12-20 |
Stefan Csomor | best size fix for multi-line fields |
tree | commitdiff |
2006-12-19 |
Stefan Csomor | fixing -fvisibility-inlines-hidden problem (IsOk functi... |
tree | commitdiff |
2006-12-12 |
Robin Dunn | Compile fixes for Panther |
tree | commitdiff |
2006-12-11 |
Kevin Ollivier | Change event names to clarify that they are only fired... |
tree | commitdiff |
2006-12-11 |
Paul Cornett | cleanup: |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | removed unused variable |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | more SetXXXVisible/ShowXXX() replacements |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | added $Id$ to the header |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | added wx prefix to wxUSE_NATIVE_SEARCH_CONTROL |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | 1. Renamed Set/GetXXXVisible() to ShowXXX() and IsXXXVi... |
tree | commitdiff |
2006-12-11 |
Kevin Ollivier | Improve default wxSearchCtrl GetBestSize() width and... |
tree | commitdiff |
2006-12-11 |
Robin Dunn | Modified form of Patch #1611222, adds wxSearchCtrl... |
tree | commitdiff |
2006-12-10 |
Stefan Csomor | switching to autorelease |
tree | commitdiff |
2006-12-10 |
Stefan Csomor | adding an autorelease capability (got weird crashes... |
tree | commitdiff |
2006-12-09 |
Stefan Csomor | fixing memory leaks (toolbartool not released) and... |
tree | commitdiff |
2006-12-08 |
Stefan Csomor | switching from native rtti to wxrtti |
tree | commitdiff |
2006-12-06 |
Kevin Ollivier | Implement SortItems for native OS X wxListCtrl to match... |
tree | commitdiff |
2006-12-05 |
Robin Dunn | Add wxGraphicsMatrix::Get |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | suppress warnings about double to short conversions... |
tree | commitdiff |
2006-12-03 |
Vadim Zeitlin | added a dummy return to GetItemState() to suppress... |
tree | commitdiff |
2006-12-03 |
Stefan Csomor | we must turn off AA for XOR etc. |
tree | commitdiff |
2006-12-03 |
Stefan Csomor | adding raster op hook to graphics context (10.4 only... |
tree | commitdiff |
2006-12-03 |
Stefan Csomor | paper size, duplex support |
tree | commitdiff |
2006-11-30 |
Robin Dunn | Return optimal label width from DrawHeaderButton |
tree | commitdiff |
2006-11-29 |
Robert Roebling | Blind fixes for FindItem() for the native OS X |
tree | commitdiff |
2006-11-28 |
Kevin Ollivier | Fix one-off error in virtual wxListCtrl. |
tree | commitdiff |
2006-11-28 |
Kevin Ollivier | Fix SetItemCount bug with adding items, a blind fix... |
tree | commitdiff |
2006-11-27 |
Kevin Ollivier | Ensure that InsertItem doesn't lead to a crash in virtu... |
tree | commitdiff |
2006-11-27 |
Kevin Ollivier | Implement SetItemState for native virtual listctrl. |
tree | commitdiff |
2006-11-26 |
Robin Dunn | Added DrawComboBoxDropButton and DrawPushButton to... |
tree | commitdiff |
2006-11-22 |
Kevin Ollivier | Avoid crash when trying to access m_window from wxScreenDC. |
tree | commitdiff |
2006-11-21 |
Kevin Ollivier | Allow spell-checking to be turned off with the MLTE... |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-20 |
Václav Slavík | don't expose M_FONTDATA in public header |
tree | commitdiff |
2006-11-19 |
Kevin Ollivier | Implement wxRendererMac::DrawItemSelectionRect and... |
tree | commitdiff |
2006-11-15 |
Kevin Ollivier | Column position changes after each delete, so always... |
tree | commitdiff |
2006-11-13 |
Kevin Ollivier | Disable SortItems support for now, it is causing a... |
tree | commitdiff |
next |