2009-06-16 |
Vadim Zeitlin | fix typo in compatibility SetBitmapLabel() declaration |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Vadim Zeitlin | implement support for button bitmaps (normal state... |
commit | commitdiff | tree | snapshot |
2009-06-16 |
Vadim Zeitlin | fix PCH-less build after changing timer id type to... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Jaakko Salli | Fixed printf-related warnings |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | minor tweaks to alignment styles documentation |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | implement wxBitmapButton as just a wrapper for wxButton... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | added missing int |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Stefan Csomor | moving to a 10.4 compatible implementation |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | implement support for per-state bitmaps in wxMSW wxButton |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Robert Roebling | Correct wxDataViewListModel::RowPrepended |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | add support for bitmap and bitmapposition tags to the... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | implement button support for pre-XP systems (or with... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Robert Roebling | Fix sending wxEVT_COMMAND_DATAVIEW_COLUMN_HEADER_CLICK... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | no real changes, just use AutoHXXX classes instead... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | no real changes, just extract private classes from... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | fix Doxygen syntax error which prevented output for... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | use WPARAM (which is 64 bit under Win64) for timer... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | implement images support for wxButton under XP and... |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | include wx/bitmap.h which is required by wxButton now |
commit | commitdiff | tree | snapshot |
2009-06-15 |
Vadim Zeitlin | added missing parentheses in a couple of GetHxxxOf... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Robert Roebling | Updated info on wxRefCounter and related classes |
commit | commitdiff | tree | snapshot |
2009-06-14 |
Robert Roebling | Make wxDataViewModel derive from wxRefCounter |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Vadim Zeitlin | don't leave the document in modified state after loadin... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Jaakko Salli | Converted wxVariant to use wxObject's reference countin... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable... |
commit | commitdiff | tree | snapshot |
2009-06-13 |
Vadim Zeitlin | fix compilation after wxRefCounter changes |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Robert Roebling | Update docs to mention wxRefCounter class |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Robert Roebling | Use wxRefCounter instead of wxObjecrDataRef |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Robert Roebling | Rename wxObjectDataRef wxRefCounter, use it in wxVariant |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | compilation fix after wxLoadFileSelector() changes |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | remove unnecessary refCount=1 parameter from wxObjectRe... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jaakko Salli | wxPGCellRenderer ctor doesn't really need refCount... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | fix memory leak in SetColFormat() if the column already... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | added new wx-config --query-xxx options and use them... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | reuse wxObjectRefData for various ref-counted classes... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Robert Roebling | Remove remaining bits of marker drawing during resizing |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | clatify alpha discussion (closes #10888) |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | make more wxFileName methods const (closes #10887) |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jaakko Salli | Added missing virtual dtor for wxPGMultiButton |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Jaakko Salli | For needs of wxPython bindings, (re)added a version... |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Vadim Zeitlin | disable MSVC warning 4275 correctly (closes #10885) |
commit | commitdiff | tree | snapshot |
2009-06-12 |
Michael Wetherell | Forward port r56500. |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Stefan Csomor | respecting more of the toolbar positions (tb_right... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Vadim Zeitlin | allow customizing wxStandardPaths logic for the program... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Vadim Zeitlin | make wxFileName::{Mk,Rm}dir() const (closes #10868) |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Vadim Zeitlin | Mac appearance fixes: only use a border for wxDisclosur... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Vadim Zeitlin | account for the label size in wxDisclosureTriangle... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Vadim Zeitlin | GetTextExtent() is not virtual any more (since r60984) |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Robert Roebling | Remove ugly flicker during resizing |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Robert Roebling | GTK: In virtual list mode, map first row to 1, not... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Robert Roebling | In virtual list mode, map first row to 1, not to 0... |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Stefan Csomor | adding missing release for editor |
commit | commitdiff | tree | snapshot |
2009-06-11 |
Stefan Csomor | adding events to single line textcontrols (password... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Jaakko Salli | Added note about 'Py' prefix no longer being necessary... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Jaakko Salli | Allow reparenting wxPropertyGrid(Manager) to work;... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | add virtual DoGetTextExtent() to allow calling the... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | don't disable the use of standard streams/strings by... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | removed the inexistent (at least in 10.4 SDK) and unnee... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | remove support/detection of Mac OS < X |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | added --disable-tls option and use it by default under... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | don't start menu IDs at 0 to avoid an assert under Mac |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | document wxBase64DecodeMode and other minor fixes ... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Vadim Zeitlin | add missing DLL export declaration to fix linking in... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | making SetFocus bringing TLW to front as Carbon, see... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | allow mouse events being sent to parents, see #10876 |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | allow vetoing on drop, see #10876 |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | fixing coordinates for dnd, see #10876 |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | misc key-event fixes, see #10876 |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | fixes direction for scroll events, closes #10873 |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | adding idle processing in modal loop, closes #10871 |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | fixing modal dialog quit after nested message box problem |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | disclosure triangles on all implementations are able... |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | fixing redraw of combobox on osx_cocoa |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | changing disclosure triangle to allow for label |
commit | commitdiff | tree | snapshot |
2009-06-10 |
Stefan Csomor | fixing border drawing for toplevel controls on dialogs... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | fix typo in previous commit |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | derive wxStandardPathsCF from Unix wxStandardPaths... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | mention support for multiselection in wxDirCtrl |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | bracket <vector> inclusion by wx/beforestd.h and wx... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | disable a VC6 warning occurring inside a standard header |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | work around apparent VC6 bug resulting in warnings... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | suppress MSVC warning about cast truncating constant... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | work around MSVC warnings about using uninitialized... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | disable MSVC warning 4275 which is harmless and can... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | remove inline from IosSeekDirToWxSeekMode() to work... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Vadim Zeitlin | correct bug with using uninitialized end variable ... |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Jaakko Salli | Added section 'Changes from wxPropertyGrid 1.4' |
commit | commitdiff | tree | snapshot |
2009-06-07 |
Jaakko Salli | Implementations of wxPGProperty::ChildChanged() must... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vadim Zeitlin | return wxStandardPaths, not wxStandardPathsBase, from... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vadim Zeitlin | disable warning about _set_se_translator() requiring... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vadim Zeitlin | fix (bogus) warning about uninitialized variable in... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vadim Zeitlin | mention wxTreeCtrl::SelectItem() fix of r60921 |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vadim Zeitlin | disable MSVC 8+ warning about using Unicode characters... |
commit | commitdiff | tree | snapshot |
2009-06-06 |
Vadim Zeitlin | disable warnings about unused parameters in CppUnit... |
commit | commitdiff | tree | snapshot |
next |