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 |
2006-11-12 |
Vadim Zeitlin | GetColumnTextValue() can't return a reference to a... |
tree | commitdiff |
2006-11-12 |
Kevin Ollivier | Remove incorrect change that accidently made it into... |
tree | commitdiff |
2006-11-12 |
Kevin Ollivier | Add scrollbars if the columns exceed the horizontal... |
tree | commitdiff |
2006-11-12 |
Kevin Ollivier | Switching to a keyed list for storing information about... |
tree | commitdiff |
2006-11-11 |
Kevin Ollivier | A more complete fix for the generic control border... |
tree | commitdiff |
2006-11-10 |
Kevin Ollivier | Fix typo with adding wxNO_BORDER to the native control. |
tree | commitdiff |
2006-11-10 |
Stefan Csomor | redirecting missing implementations to textctrl |
tree | commitdiff |
2006-11-10 |
Robin Dunn | Compile fix to match change made in header |
tree | commitdiff |
2006-11-09 |
Kevin Ollivier | Allow selection items to be toggled using CMD key when... |
tree | commitdiff |
2006-11-09 |
Stefan Csomor | adding reverse orientation |
tree | commitdiff |
2006-11-08 |
Kevin Ollivier | Fix for incorrect error message report that caused... |
tree | commitdiff |
2006-11-07 |
Stefan Csomor | supporting theme brushes under 10.4 properly |
tree | commitdiff |
2006-11-06 |
Stefan Csomor | transforming clippings correctly, even if there is... |
tree | commitdiff |
2006-11-06 |
Julian Smart | Better vertical height for choice/combo |
tree | commitdiff |
2006-11-06 |
Stefan Csomor | add a source placeholder |
tree | commitdiff |
2006-11-06 |
Stefan Csomor | fixing origin |
tree | commitdiff |
2006-11-05 |
Stefan Csomor | fixing pattern phase bugs |
tree | commitdiff |
2006-11-04 |
Kevin Ollivier | Sizing and positioning fixes for generic control. |
tree | commitdiff |
2006-11-04 |
Vadim Zeitlin | removed unused variable |
tree | commitdiff |
2006-11-04 |
Kevin Ollivier | Adding label editing to native OS X listctrl. |
tree | commitdiff |
2006-11-04 |
Stefan Csomor | adding measuring contexts, streamlining printing code |
tree | commitdiff |
2006-11-04 |
Stefan Csomor | fixing warning |
tree | commitdiff |
2006-11-02 |
Kevin Ollivier | Sizing fixes for generic control. |
tree | commitdiff |
2006-11-02 |
Julian Smart | Compile in non-CG mode |
tree | commitdiff |
2006-11-02 |
Stefan Csomor | using the foreground brush to fill mono bitmaps -... |
tree | commitdiff |
2006-11-01 |
Stefan Csomor | typo |
tree | commitdiff |
2006-11-01 |
Stefan Csomor | casing the coordinates recalc |
tree | commitdiff |
2006-11-01 |
Kevin Ollivier | Fixing icon drawing and implementing HitTest and GetIte... |
tree | commitdiff |
next |