2007-03-08 |
Vadim Zeitlin | fix infinite recursion typo in operator!=() (patch... |
tree | commitdiff |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
tree | commitdiff |
2007-03-05 |
Paul Cornett | use AllocExclusive |
tree | commitdiff |
2007-02-06 |
Robin Dunn | Added SetToolNormalBitmap and SetToolDisabledBitmap |
tree | commitdiff |
2007-01-31 |
Vadim Zeitlin | removed wxABI_TESTS, they're irrelvant in 2.9 |
tree | commitdiff |
2007-01-19 |
Robin Dunn | Added wxSearchCtrl::[Get|Set]DescriptiveText |
tree | commitdiff |
2006-12-28 |
Kevin Ollivier | exposing generic system option define, adding missing... |
tree | commitdiff |
2006-12-26 |
Kevin Ollivier | Add middle-item click support. |
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-19 |
Stefan Csomor | fixing -fvisibility-inlines-hidden problem (IsOk functi... |
tree | commitdiff |
2006-12-11 |
Vadim Zeitlin | added $Id$ to the header |
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 | adding an autorelease capability (got weird crashes... |
tree | commitdiff |
2006-12-09 |
Vadim Zeitlin | default name of wxStaticLine should be wxStaticLineName... |
tree | commitdiff |
2006-12-08 |
Stefan Csomor | switching from native rtti to wxrtti |
tree | commitdiff |
2006-11-28 |
Kevin Ollivier | Fix SetItemCount bug with adding items, a blind fix... |
tree | commitdiff |
2006-11-21 |
Kevin Ollivier | Allow spell-checking to be turned off with the MLTE... |
tree | commitdiff |
2006-11-12 |
Vadim Zeitlin | attempt to disable experimental font dialog for OS... |
tree | commitdiff |
2006-11-10 |
Vadim Zeitlin | removed const before WXCOLORREF because (1) g++ 3.1... |
tree | commitdiff |
2006-11-06 |
Stefan Csomor | add a header placeholder |
tree | commitdiff |
2006-11-06 |
Vadim Zeitlin | move WX_GL_XXX constants from wx/*/glcanvas.h to wx... |
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-02 |
Kevin Ollivier | Sizing fixes for generic control. |
tree | commitdiff |
2006-11-01 |
Robert Roebling | wxMiniFrame's default style is without closebox on |
tree | commitdiff |
2006-11-01 |
Robin Dunn | Implement deep copy of wxBitmapRefData |
tree | commitdiff |
2006-10-30 |
Vadim Zeitlin | renamed IsRefTo() to IsSameAs() (do complain if this... |
tree | commitdiff |
2006-10-30 |
Robin Dunn | Some compile fixes. |
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 |
Vadim Zeitlin | GetCurrentSelection() was documented but not present... |
tree | commitdiff |
2006-10-30 |
Kevin Hock | Non pre-comp compilation fix |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | subrect blit |
tree | commitdiff |
2006-10-29 |
Robert Roebling | wxCoordRound -> wxRound. |
tree | commitdiff |
2006-10-29 |
Julian Smart | Applied patch 1586499: wxCoordRound function |
tree | commitdiff |
2006-10-29 |
Stefan Csomor | GetAsBitmap with subrect |
tree | commitdiff |
2006-10-29 |
Kevin Ollivier | Added wxDC::GetAsBitmap, and implemented wxWindowDC... |
tree | commitdiff |
2006-10-27 |
Julian Smart | Robert Lang's patch [ 1583183 ] Fixes printing/print... |
tree | commitdiff |
2006-10-26 |
Kevin Ollivier | Override GetPixelSize on OS X as the base impl creates... |
tree | commitdiff |
2006-10-25 |
Kevin Ollivier | Adding support for item font/style/color customization... |
tree | commitdiff |
2006-10-24 |
Václav Slavík | moved wxOverlay into overlay.* files and out of dc... |
tree | commitdiff |
2006-10-21 |
Paul Cornett | wxGraphicContext --> wxGraphicsContext |
tree | commitdiff |
2006-10-21 |
Stefan Csomor | untangling dc and gc |
tree | commitdiff |
2006-10-21 |
Robin Dunn | Forward SetFont, SetBackgroundColour and SetForegroundC... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | screendc implementation |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | adding same methodname as gtk and msw |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
tree | commitdiff |
2006-10-20 |
Stefan Csomor | replacing old core graphics with new graphics context... |
tree | commitdiff |
2006-10-19 |
Stefan Csomor | using graphics context for core graphics switch |
tree | commitdiff |
2006-10-17 |
Robin Dunn | Add impl for IsFrozen |
tree | commitdiff |
2006-10-17 |
Włodzimierz Skiba | Headers cleaning. |
tree | commitdiff |
2006-10-16 |
Włodzimierz Skiba | CVS tags cleaning (with other minor cleaning). |
tree | commitdiff |
2006-10-15 |
Paul Cornett | probable typo |
tree | commitdiff |
2006-10-15 |
Stefan Csomor | adding missing typedefs for 10.4 |
tree | commitdiff |
2006-10-15 |
Stefan Csomor | availability does not include any other headers, but... |
tree | commitdiff |
2006-10-14 |
Stefan Csomor | cleanup for 10.5 |
tree | commitdiff |
2006-10-14 |
Stefan Csomor | cleanup for 10.5 |
tree | commitdiff |
2006-10-13 |
Robin Dunn | wxMemoryDC constructor now optionally accepts a wxBitma... |
tree | commitdiff |
2006-10-13 |
Stefan Csomor | removing double definition |
tree | commitdiff |
2006-10-13 |
Stefan Csomor | setting according to a minimum system of 10.3 and suppo... |
tree | commitdiff |
2006-10-11 |
Robin Dunn | Don't include platform headers from public wx headers |
tree | commitdiff |
2006-10-11 |
Kevin Ollivier | Implementing column click event handler and SortItems... |
tree | commitdiff |
2006-10-11 |
Stefan Csomor | adding events on kill-focus (Robert's Patch) |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | use native toolbar, font dialog and CG by default |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | another Ok() changed to IsOk() |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | moved DoSetValue() to wxTextCtrlBase instead of having... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | add IsOk() to all classes having Ok() method (patch... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxTextCtrl::ChangeValue() which is the same as... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-08 |
Robin Dunn | Override CreateItem so wxListBox can turn its notificat... |
tree | commitdiff |
2006-10-05 |
Robin Dunn | ensure that wxMAC_USE_CORE_GRAPHICS is turned on if... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-09-30 |
Kevin Ollivier | Fixed sorting and commiting support for native virtual... |
tree | commitdiff |
2006-09-25 |
Robin Dunn | Forward declare wxMacListControl |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | make wxMacItem::m_colId of type DataBrowserPropertyID... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
tree | commitdiff |
2006-09-24 |
Robert Roebling | Updated wxPallete information. |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | typo |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | allow access to wxWindow* |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
tree | commitdiff |
2006-09-22 |
Stefan Csomor | extending graphics context encapsulation |
tree | commitdiff |
2006-09-21 |
Stefan Csomor | cleanup |
tree | commitdiff |
2006-09-20 |
Stefan Csomor | undoing my duplicate efforts to solve the same problem ... |
tree | commitdiff |
2006-09-20 |
Stefan Csomor | type corrections, adding support for listctrl editable... |
tree | commitdiff |
2006-09-19 |
Kevin Ollivier | Improved handling of column widths, removed need for... |
tree | commitdiff |
2006-09-19 |
Julian Smart | Better compatibility between wxRichTextCtrl and wxTextC... |
tree | commitdiff |
2006-09-18 |
Robin Dunn | Add a couple missing methods |
tree | commitdiff |
2006-09-18 |
Kevin Ollivier | Remove duplication in wxImageList defines and always... |
tree | commitdiff |
2006-09-17 |
Kevin Ollivier | Initial commit of native OS X list ctrl support. Compil... |
tree | commitdiff |
2006-09-14 |
Stefan Csomor | cleanup |
tree | commitdiff |
2006-09-14 |
Paul Cornett | remove redundant declarations of wxFrameNameStr |
tree | commitdiff |
next |