2006-10-08 |
Paul Cornett | Move some things to wxBitmapBase to avoid much duplication. |
tree | commitdiff |
2006-10-07 |
Robert Roebling | Not everything has to be virtual. |
tree | commitdiff |
2006-10-06 |
Vadim Zeitlin | fix for handling from Francesco |
tree | commitdiff |
2006-10-06 |
Robert Roebling | Implemended column header mouse clicks. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | Add support for bitmaps in headers. |
tree | commitdiff |
2006-10-05 |
Robert Roebling | [ 1560785 ] wxFileName::IsReadable/Writable/Executable |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Add row activated event. |
tree | commitdiff |
2006-10-04 |
Robert Roebling | Fix warning for unknown menu stock id. |
tree | commitdiff |
2006-10-04 |
Robin Dunn | Avoid warnings when wxMAC_USE_CORE_GRAPHICS_BLEND_MODES... |
tree | commitdiff |
2006-10-03 |
Robin Dunn | Avoid ambigous overload errors |
tree | commitdiff |
2006-10-03 |
Stefan Csomor | fixes for non precompiled headers |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Renamed wxDataViewCell to wxDataViewRenderer since the |
tree | commitdiff |
2006-10-03 |
Vadim Zeitlin | fix wxFilesystem compilation if wxUSE_FFILE is 0 but... |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Added event skeletons, defines, event ids.. |
tree | commitdiff |
2006-10-03 |
Robert Roebling | Replaces size_t with unsigned int in wxDataViewCtrl... |
tree | commitdiff |
2006-10-02 |
Paul Cornett | listctrl header cleanup |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Don't test size_t for positive only values (warning... |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | wxVariant support needs wx/icon.h earlier. |
tree | commitdiff |
2006-10-02 |
Paul Cornett | put grid string in generic/grid.cpp, not common/datacmn.cpp |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | wxVariant support for icon and bitmap should work regar... |
tree | commitdiff |
2006-10-02 |
Włodzimierz Skiba | Warning fixes after char->wxChar in wxVariant. |
tree | commitdiff |
2006-10-02 |
Paul Cornett | use unsigned for display count |
tree | commitdiff |
2006-10-01 |
Robert Roebling | Removed some irritating flags. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Missed these in the char -> wxChar change. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Move wxVariant support for GDI classes to their |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Added DECLARE_VARIANT_OBJECT macros for easy conversion |
tree | commitdiff |
2006-09-30 |
Stefan Csomor | adding missing implementations |
tree | commitdiff |
2006-09-30 |
Vadim Zeitlin | don't redefine HAVE_BROKEN_SWPRINTF_DECL/HAVE_SWPRINTF... |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Compilo. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Changed char to wxChar. |
tree | commitdiff |
2006-09-30 |
Robert Roebling | Applied ref-couting patch. |
tree | commitdiff |
2006-09-29 |
Stefan Csomor | graphics context implementation |
tree | commitdiff |
2006-09-29 |
Włodzimierz Skiba | Build fix for !PCH builds. |
tree | commitdiff |
2006-09-29 |
Włodzimierz Skiba | Build fix for !PCH builds. |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | fix unused variable warning when wxUSE_PALETTE==0 |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | The Lesser wxMask Refactoring: merged wxMGL and wxDFB... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | no real changes, just replaced a long preprocessor... |
tree | commitdiff |
2006-09-28 |
Vadim Zeitlin | fixed Contains() to pass the unit test (didn't work... |
tree | commitdiff |
2006-09-28 |
Stefan Csomor | adopting correct implementation virtualization for... |
tree | commitdiff |
2006-09-27 |
Włodzimierz Skiba | WinCE build fix: access to protected member. |
tree | commitdiff |
2006-09-26 |
Robert Roebling | Added wxVariant's =, == and != operators for wxObject* |
tree | commitdiff |
2006-09-26 |
Robert Roebling | Make GetWxObjectPtr() const. |
tree | commitdiff |
2006-09-26 |
Robin Dunn | If a TLW's default item is not an immediate child then... |
tree | commitdiff |
2006-09-26 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-09-26 |
Robert Roebling | [ 1565385 ] wxImage scaling fix - apply mask when... |
tree | commitdiff |
2006-09-25 |
Robert Roebling | Implement most of AppendRow(), PrependRow(), InsertRow(), |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | added wxUSE_VARIANT guards |
tree | commitdiff |
2006-09-25 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | use _snprintf() in system_sprintf() for the compilers... |
tree | commitdiff |
2006-09-25 |
Vadim Zeitlin | The Great wxRegion Refactoring: |
tree | commitdiff |
2006-09-24 |
Michael Wetherell | Improve the error messages slightly. |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | 1. fixed many warnings about implicit double to int... |
tree | commitdiff |
2006-09-24 |
Vadim Zeitlin | Added wxUSE_VARIANT and the related checks, also added... |
tree | commitdiff |
2006-09-24 |
Robert Roebling | [ 1537065 ] wxImage: Higher quality scaling/sampling |
tree | commitdiff |
2006-09-24 |
Julian Smart | Added DoLoadFile, DoSaveFile to wxTextCtrlBase |
tree | commitdiff |
2006-09-24 |
Robert Roebling | Fixed [ 1561693 ] wxGIFDecoder creates incorrect... |
tree | commitdiff |
2006-09-23 |
Vadim Zeitlin | 1. deprecate redundantly sounding wxArtProvider::FooPro... |
tree | commitdiff |
2006-09-23 |
Václav Slavík | changed the catalogs lookup back to the old behaviour... |
tree | commitdiff |
2006-09-23 |
Václav Slavík | renamed GetMsgCatalogSubdir to *Subdirs to make it... |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1564062 ] wxComboCtrl popup height fix |
tree | commitdiff |
2006-09-23 |
Robert Roebling | [ 1560860 ] wxComboCtrl EVT_TEXT filtering. |
tree | commitdiff |
2006-09-22 |
Robin Dunn | Fix my last fix. The method is pure virtual in the... |
tree | commitdiff |
2006-09-22 |
Robin Dunn | Remove the wxVariantDataString::Read method since the... |
tree | commitdiff |
2006-09-22 |
Jouk Jansen | Update OpenVMS make files |
tree | commitdiff |
2006-09-20 |
Vadim Zeitlin | removed operator>>(istream&, wxString&) -- it's better... |
tree | commitdiff |
2006-09-19 |
Jouk Jansen | Include "xrc" support properly for OpenVMS |
tree | commitdiff |
2006-09-19 |
Robert Roebling | Give wxGrid its own string name for easier debugging. |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1521481 ] wxPathList modernization |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1558691 ] wxPNGHandler: Preserve palette |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1559550 ] Fix wxVariant wxDateTime conversion from... |
tree | commitdiff |
2006-09-17 |
Robert Roebling | [ 1557326 ] Remove redundant code from wxComboCtrl |
tree | commitdiff |
2006-09-16 |
Kevin Ollivier | Adding OS X list ctrl implementation file, and listctrl... |
tree | commitdiff |
2006-09-14 |
Paul Cornett | add Create to wxDocParentFrame |
tree | commitdiff |
2006-09-14 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-09-14 |
Włodzimierz Skiba | Minor cleanup. |
tree | commitdiff |
2006-09-14 |
Vadim Zeitlin | don't append trailing tab to items which don't have... |
tree | commitdiff |
2006-09-14 |
Václav Slavík | renamed wxWindow::IsVisible() to IsShownOnScreen()... |
tree | commitdiff |
2006-09-14 |
Vadim Zeitlin | define HAVE_BROKEN_SWPRINTF_DECL for VC7.1 as while... |
tree | commitdiff |
2006-09-13 |
Robert Roebling | Add GetScrollHelper() to wxWindow. |
tree | commitdiff |
2006-09-13 |
Václav Slavík | renamed wxRect::Inside() to wxRect::Contains(), wxRect... |
tree | commitdiff |
2006-09-11 |
Robin Dunn | Use DoIsExposed for the virtual version of the method... |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | added wxLocale::IsAvailable() (extended patch 1547191) |
tree | commitdiff |
2006-09-10 |
Vadim Zeitlin | clear values of type SQL_C_DATE/TIME too (patch 1541829) |
tree | commitdiff |
2006-09-10 |
Václav Slavík | added wxWindow::IsVisible() method |
tree | commitdiff |
2006-09-09 |
Robin Dunn | Compilo fix |
tree | commitdiff |
2006-09-09 |
Robin Dunn | Simplify use of MacIsWindowScrollbar |
tree | commitdiff |
2006-09-09 |
Paul Cornett | some app.h cleanup: minimize includes, use static cast |
tree | commitdiff |
2006-09-09 |
Robert Roebling | incomplete commit |
tree | commitdiff |
2006-09-09 |
Robert Roebling | Applied wxGauge:Pulse() patch. |
tree | commitdiff |
2006-09-09 |
Robin Dunn | Don't let the built-in scrollbars confuse things when... |
tree | commitdiff |
2006-09-09 |
Paul Cornett | don't set negative window size |
tree | commitdiff |
2006-09-08 |
Robin Dunn | It is not "Invalid" to have a menu item without an... |
tree | commitdiff |
2006-09-07 |
Włodzimierz Skiba | Include wx/msw/wrap*.h according to pch support (with... |
tree | commitdiff |
2006-09-07 |
Vadim Zeitlin | fix wxSTOCK_WITH_MNEMONIC handling (was reversed after... |
tree | commitdiff |
2006-09-06 |
Michael Wetherell | Fixed ReadLine missing last character from text files... |
tree | commitdiff |
2006-09-06 |
Paul Cornett | Always use wxFULL_REPAINT_ON_RESIZE for generic status... |
tree | commitdiff |
2006-09-06 |
Robert Roebling | Applied 1215477, fixing a crash by properly removing |
tree | commitdiff |
2006-09-06 |
Paul Cornett | don't return negative size from GetPageRect |
tree | commitdiff |
2006-09-06 |
Paul Cornett | don't set negative size in wxSizerItem::SetDimension |
tree | commitdiff |
2006-09-05 |
Vadim Zeitlin | wx printf() implementation bug fixes ('%' handling... |
tree | commitdiff |
next |