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 | wxStandardPathsCF::GetExecutablePath() implementation... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | GetColumnTextValue() can't return a reference to a... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | gcc warning fix: don't use NULL where integer is required |
tree | commitdiff |
2006-11-12 |
Robert Roebling | [ 1590221 ] wxStandardPaths::GetExecutablePath |
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 |
2006-11-01 |
Robin Dunn | The rect passed to DrawTreeItemButton is already adjust... |
tree | commitdiff |
2006-11-01 |
Robin Dunn | Implement deep copy of wxBitmapRefData |
tree | commitdiff |
2006-10-31 |
Kevin Ollivier | Explicitly forward non-command events along to the... |
tree | commitdiff |
2006-10-31 |
Vadim Zeitlin | ensure that wxToolBar has one of wxTB_TOP/LEFT/RIGHT... |
tree | commitdiff |
2006-10-31 |
Stefan Csomor | fixing reset clip |
tree | commitdiff |
2006-10-31 |
Stefan Csomor | added missing init |
tree | commitdiff |
2006-10-31 |
Stefan Csomor | make things compile under 10.3 again |
tree | commitdiff |
2006-10-31 |
Robin Dunn | GetBestFittingSize --> GetEffectiveMinSize |
tree | commitdiff |
2006-10-31 |
Stefan Csomor | lost save state call |
tree | commitdiff |
2006-10-31 |
Stefan Csomor | make sure we always restore the passed in cg in a paint... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | don't assign NULLs to bools and floats, this is confusi... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | more fixes to double to int conversions |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | renamed IsRefTo() to IsSameAs() (do complain if this... |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Blindly fixed (tried to) wxSlider on Mac after |
tree | commitdiff |
2006-10-30 |
Robin Dunn | Some compile fixes. |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | remove just added wxCoordRound() (see patch 1586499) |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | Added wxMemoryDC::SelectObjectAsSource() and make Selec... |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | COW cleanup patch (1583966): |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Replaced SetSizeHints -> SetMinSize |
tree | commitdiff |
2006-10-30 |
Robert Roebling | Replaced SetSizeHints() with SetMinSize(). |
tree | commitdiff |
2006-10-30 |
Kevin Hock | Non pre-comp compilation fix |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | minimize overlay area to avoid eg scrolling artifacts... |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | applying correct offsets |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | remove unneeded code |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | subrect blit |
tree | commitdiff |
next |