2009-07-01 |
Vadim Zeitlin | make wxSortedArrayString::Sort() and Insert() private... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | don't include wx/msw/winundef.h when including wx/defs... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | compilation fix for wxUniv with 2.8 compatibility disab... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | added wxICON_NONE and implement support for it in wxGTK... |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | compilation fix after r61232 |
tree | commitdiff |
2009-06-28 |
Vadim Zeitlin | always use wxBU_NOTEXT and wxBU_EXACTFIT for wxBitmapBu... |
tree | commitdiff |
2009-06-27 |
Vadim Zeitlin | set the initial size of bitmap buttons correctly again... |
tree | commitdiff |
2009-06-24 |
Vadim Zeitlin | suppress warning about implicit conversion of literal... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | adjust the toolbar tools bitmap size to fit the biggest... |
tree | commitdiff |
2009-06-23 |
Vadim Zeitlin | remove confusing wxDialog::ButtonSizerFlags and extract... |
tree | commitdiff |
2009-06-22 |
Vadim Zeitlin | Added DoGetClientBestSize() and use it for a couple... |
tree | commitdiff |
2009-06-22 |
Jaakko Salli | Significantly improved wxPropertyGrid's top-level paren... |
tree | commitdiff |
2009-06-21 |
Jouk Jansen | fix for wxGTK1 & bmpbuttn |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-20 |
Kevin Ollivier | Forward port wxGraphicsBitmap cairo implementation... |
tree | commitdiff |
2009-06-20 |
Vadim Zeitlin | fix many mostly harmless warnings in wxOSX/Carbon build |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | implement wxTreeCtrl::GetFocusedItem() for wxMSW too... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | include wx/arrstr.h as it's needed by wxImageHandler... |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | added wxTreeCtrl::GetFocusedItem() (closes #10859) |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | respect wxBU_NOTEXT style in wxButton |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | override DoSetBitmap() instead of SetBitmapLabel() |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | wxHtmlWindow background drawing fixes for OS X and... |
tree | commitdiff |
2009-06-18 |
Vadim Zeitlin | implement propert background style semantics for OS X |
tree | commitdiff |
2009-06-18 |
Robin Dunn | Use UTF16 for text data object on Mac. Fixes #10902 |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | correct wrong assert checking for default button flags... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | don't define wxHAS_BUTTON_BITMAP for wxUniv (closes... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | added wxBU_NOTEXT style to allow creating bitmap button... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
tree | commitdiff |
2009-06-17 |
Julian Smart | wxRichTextCtrl native caret now flashes, for wxMac... |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | implement new wxBG_STYLE_XXX semantics for wxMSW too |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | fix compilation without wxUSE_STREAMS (closes #10900) |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | remove more occurrences of MSVC #pragma warning(default... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement wxGTK wxBitmapButton in terms of wxButton |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for bitmaps for all states in wxGTK... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | added helper GTKShouldIgnoreEvent() to use in void... |
tree | commitdiff |
2009-06-16 |
Robert Roebling | Many more corrections and clarifications to virtual... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | fix typo in compatibility SetBitmapLabel() declaration |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | implement support for button bitmaps (normal state... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | fix PCH-less build after changing timer id type to... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement wxBitmapButton as just a wrapper for wxButton... |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-15 |
Robert Roebling | Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | no real changes, just extract private classes from... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | use WPARAM (which is 64 bit under Win64) for timer... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | include wx/bitmap.h which is required by wxButton now |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | added missing parentheses in a couple of GetHxxxOf... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-14 |
Robert Roebling | Make wxDataViewModel derive from wxRefCounter |
tree | commitdiff |
2009-06-13 |
Jaakko Salli | Converted wxVariant to use wxObject's reference countin... |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Use wxRefCounter instead of wxObjecrDataRef |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Rename wxObjectDataRef wxRefCounter, use it in wxVariant |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | remove unnecessary refCount=1 parameter from wxObjectRe... |
tree | commitdiff |
2009-06-12 |
Jaakko Salli | wxPGCellRenderer ctor doesn't really need refCount... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Remove remaining bits of marker drawing during resizing |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
tree | commitdiff |
2009-06-12 |
Jaakko Salli | Added missing virtual dtor for wxPGMultiButton |
tree | commitdiff |
2009-06-12 |
Jaakko Salli | For needs of wxPython bindings, (re)added a version... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | disable MSVC warning 4275 correctly (closes #10885) |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | allow customizing wxStandardPaths logic for the program... |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
tree | commitdiff |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
tree | commitdiff |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | removed the inexistent (at least in 10.4 SDK) and unnee... |
tree | commitdiff |
2009-06-10 |
Vadim Zeitlin | add missing DLL export declaration to fix linking in... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | derive wxStandardPathsCF from Unix wxStandardPaths... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | disable MSVC warning 4275 which is harmless and can... |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | disable warning about _set_se_translator() requiring... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | define _SCL_SECURE_NO_WARNINGS to avoid warnings about... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | work around (harmless) warnings in VC7 release build |
tree | commitdiff |
2009-06-06 |
Jaakko Salli | Added wxPGProperty::Set/GetValuePlain() for direct... |
tree | commitdiff |
2009-06-06 |
Jaakko Salli | Added better asserts, helps with debugging strange... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | added multiple selections support to wxDirCtrl (closes... |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | export wxStatusBarPaneArray from the DLL to fix Borland... |
tree | commitdiff |
2009-06-05 |
Vadim Zeitlin | compilation fixes for g++ 3.2 (closes #10875) |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | postpone the call to CopyAttributes() until the DC... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | use wxRA_SPECIFY_COLS/ROWS instead of old, deprecated... |
tree | commitdiff |
2009-06-03 |
Vadim Zeitlin | don't fix the columns number to 1 by default in ctors... |
tree | commitdiff |
2009-06-02 |
Jaakko Salli | Make this header SWIG-safe |
tree | commitdiff |
2009-06-02 |
Vadim Zeitlin | added wxUINTn_MAX constants; document them together... |
tree | commitdiff |
2009-06-02 |
Francesco Montorsi | add wxGetLinuxDistributionInfo() and wxPlatformInfo... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | add wxProgressDialog::SetRange() function |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | no change: fix a couple typos |
tree | commitdiff |
2009-06-01 |
Robert Roebling | non-PCH compilo |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Compilo. |
tree | commitdiff |
2009-06-01 |
Robert Roebling | Closes #10495: wxDataViewCtrl needs a way to start... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix loading ICO from socket stream: override OnSysTell... |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | fix PCH-less build |
tree | commitdiff |
2009-06-01 |
Francesco Montorsi | document that CanRead() and GetImageCount() functions... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | extracted wxTextWrapper in its own header and made... |
tree | commitdiff |
2009-05-31 |
Vadim Zeitlin | added wxDC::CopyAttributes() and use it in wxBufferedDC... |
tree | commitdiff |
2009-05-31 |
Václav Slavík | use enhanced metafiles for wxMSW print preview: this... |
tree | commitdiff |
next |