2006-10-10 |
Robert Roebling | Added part of patch |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | Warning fix. |
tree | commitdiff |
2006-10-10 |
Włodzimierz Skiba | Use wxUSE_* flags for new animation code. |
tree | commitdiff |
2006-10-10 |
Robert Roebling | [ 1574264 ] Fix height of wxComboCtrl's wxTextCtrl |
tree | commitdiff |
2006-10-10 |
Stefan Csomor | getting rid of warnings |
tree | commitdiff |
2006-10-10 |
Paul Cornett | remove extraneous semicolons |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | swap wxANIHeader bytes on big endian architectures |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | replaced Ok() with IsOk(), no real changes |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | avoid conflict between wxBookCtrlBase::DoSetSelection... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added CreateSeparatedButtonSizer(), changed signature... |
tree | commitdiff |
2006-10-09 |
Robert Roebling | [ 1573855 ] Improved appearance of wxComboCtrl's... |
tree | commitdiff |
2006-10-09 |
Václav Slavík | don't crash on weird line endings like \r\r\n |
tree | commitdiff |
2006-10-09 |
Václav Slavík | fixed the check in previous commit |
tree | commitdiff |
2006-10-09 |
Václav Slavík | assert if wxString(void* pStart,void *pEnd) ctor is... |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxAnimationCtrl (patch 1570325) |
tree | commitdiff |
2006-10-09 |
Robin Dunn | DLL build fixes |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added wxWindow::IsDoubleBuffered() and improve wxBuffer... |
tree | commitdiff |
2006-10-09 |
Stefan Csomor | copying as much values from the dc as possible |
tree | commitdiff |
2006-10-09 |
Vadim Zeitlin | added static wxPlatformInfo::Get() and use it (patch... |
tree | commitdiff |
2006-10-09 |
Włodzimierz Skiba | Warning fixes. |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added SendPageChanging/ChangedEvent() functions; fixed... |
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 |
Stefan Neis | Use "cdecl" linkage mode for all ports with OpenWatcom... |
tree | commitdiff |
2006-10-08 |
Vadim Zeitlin | added wxBookCtrl::ChangeSelection() which is the same... |
tree | commitdiff |
2006-10-08 |
Paul Cornett | small cleanup |
tree | commitdiff |
2006-10-08 |
Robert Roebling | [ 1572220 ] Show popup when wxComboCtrl image area... |
tree | commitdiff |
2006-10-08 |
Julian Smart | Added missing image.h header |
tree | commitdiff |
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 |
next |