2009-12-26 |
Jaakko Salli | Replaced 'InlineHelp' property attribute with 'Hint... |
tree | commitdiff |
2009-12-10 |
Vadim Zeitlin | Add support for stretchable spaces to wxToolBar. |
tree | commitdiff |
2009-12-08 |
Vadim Zeitlin | Make wxPORTRAIT and wxLANDSCAPE elements of wxPrintOrie... |
tree | commitdiff |
2009-12-05 |
Vadim Zeitlin | Add support for MSW unique volume names to wxFileName. |
tree | commitdiff |
2009-11-27 |
Vadim Zeitlin | Allow changing horizontal alignment of numeric cells... |
tree | commitdiff |
2009-11-24 |
Vadim Zeitlin | Enable wxGraphicsContext and related classes by default... |
tree | commitdiff |
2009-11-21 |
Jaakko Salli | Added a new documentation overview section 'Caveats... |
tree | commitdiff |
2009-11-17 |
Václav Slavík | Improved handling of anchors in wxHTML: scroll to bette... |
tree | commitdiff |
2009-11-06 |
Vadim Zeitlin | Recognize MSVC 10 in wx/platform.h. |
tree | commitdiff |
2009-11-06 |
Vadim Zeitlin | Change interpretation of font height in wxMSW to mean... |
tree | commitdiff |
2009-11-05 |
Vadim Zeitlin | Change wxLongLongFmtSpec to be a non-wide string. |
tree | commitdiff |
2009-10-31 |
Vadim Zeitlin | Return the real column width from wxOSX wxDataViewColum... |
tree | commitdiff |
2009-10-24 |
Vadim Zeitlin | Make wxDataViewModel::GetAttr() and GetAttrByRow()... |
tree | commitdiff |
2009-10-22 |
Vadim Zeitlin | Merge SOC2009_FSWATCHER branch into trunk. |
tree | commitdiff |
2009-10-16 |
Vadim Zeitlin | Add ellipsization support to wxDataViewCtrl. |
tree | commitdiff |
2009-10-15 |
Vadim Zeitlin | Replace wxValidator::SetBellOnError() with SuppressBell... |
tree | commitdiff |
2009-10-10 |
Vadim Zeitlin | Don't use vendor name by default in wxStandardPaths. |
tree | commitdiff |
2009-10-09 |
Vadim Zeitlin | Removed wxFont::Set/GetNoAntiAliasing() implementations. |
tree | commitdiff |
2009-10-08 |
Vadim Zeitlin | Add a WX_APPNAME_DATA_DIR hack for wxStandardPaths... |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Implement wxWindow::ShowWithEffect() for wxOSX/Cocoa. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Initial wxInfoBar implementation. |
tree | commitdiff |
2009-10-05 |
Vadim Zeitlin | Partially implement wxTextCtrl::GetStyle() in wxGTK. |
tree | commitdiff |
2009-10-04 |
Václav Slavík | fixed wxXmlDocument::Save() to interpret the indentstep... |
tree | commitdiff |
2009-10-03 |
Jaakko Salli | Added change log entries for major new wxPropertyGrid... |
tree | commitdiff |
2009-09-26 |
Julian Smart | Applied modified #10655 (Added Cookie (receive) support... |
tree | commitdiff |
2009-09-26 |
Vadim Zeitlin | Fixed wxDataViewCtrl::Set{Foreground,Background}Colour... |
tree | commitdiff |
2009-09-24 |
Julian Smart | wxDateTime timezone functions now dynamic (no caching). |
tree | commitdiff |
2009-09-24 |
Julian Smart | Applied #9789: missing wxBORDER_THEME style in XRC |
tree | commitdiff |
2009-09-24 |
Vadim Zeitlin | Display correct minimal and maximal pages numbers under... |
tree | commitdiff |
2009-09-23 |
Julian Smart | Added wxRICHTEXT_HANDLER_USE_CSS flag for HTML handler... |
tree | commitdiff |
2009-09-19 |
Vadim Zeitlin | Add wxColour::{Set,Get}RGB[A](). |
tree | commitdiff |
2009-09-19 |
Jaakko Salli | wxAny initial commit (closes #10932) |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Change return type of wxList::Member() to bool. |
tree | commitdiff |
2009-09-18 |
Vadim Zeitlin | Convert change log to UTF-8 encoding. |
tree | commitdiff |
2009-09-16 |
Peter Cawley | Merged GSOC Ribbon work from SOC2009_RIBBON branch... |
tree | commitdiff |
2009-09-15 |
Vadim Zeitlin | Change wxBoxSizer::AddSpacer() to only add space in... |
tree | commitdiff |
2009-09-14 |
Vadim Zeitlin | Add wxXmlResource::LoadObjectRecursively(). |
tree | commitdiff |
2009-09-14 |
Vadim Zeitlin | Added support for corner, row and column headers render... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Add convenient wxMBConv::cMB2WC/WC2MB overloads taking... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Add wxDEBUG_LEVEL to wx/setup.h and document it. |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Define wxDEBUG_LEVEL in both debug and release builds... |
tree | commitdiff |
2009-09-12 |
Vadim Zeitlin | Document wxStandardPaths vendor-related changes. |
tree | commitdiff |
2009-09-11 |
Julian Smart | wxPropertyGrid: added wxPG_NO_INTERNAL_BORDER, wxPG_EX_... |
tree | commitdiff |
2009-09-11 |
Julian Smart | Documented a couple of combo control fixes on Mac. |
tree | commitdiff |
2009-09-10 |
Vadim Zeitlin | Mention wxOSX/Cocoa in the old wxCocoa docs. |
tree | commitdiff |
2009-09-07 |
Vadim Zeitlin | Show the order in which different event handlers are... |
tree | commitdiff |
2009-09-07 |
Vadim Zeitlin | Fix bug with parsing concatenated switches in wxCmdLine... |
tree | commitdiff |
2009-09-06 |
Vadim Zeitlin | Recognize the buddy text control as part of wxSpinCtrl. |
tree | commitdiff |
2009-09-06 |
Vadim Zeitlin | Take time into account in wxDateTime <-> SYSTEMTIME... |
tree | commitdiff |
2009-09-03 |
Vadim Zeitlin | Clarify the priority rules for static and dynamic handlers. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Correct wxImage::Size() again; add unit tests for it. |
tree | commitdiff |
2009-08-30 |
Vadim Zeitlin | Add support for bilinear resize algorithm to wxImage. |
tree | commitdiff |
2009-08-29 |
Jaakko Salli | Disabled top-level parent tracking by default (crashes... |
tree | commitdiff |
2009-08-24 |
Vadim Zeitlin | Add A0 and A1 formats to wxPaperSize enumeration. |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Never overflow the output buffer in wxBase64Decode(). |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Extract event handlers chain documentation in a separat... |
tree | commitdiff |
2009-08-23 |
Vadim Zeitlin | Added wxKeyEvent::IsKeyInCategory() method. |
tree | commitdiff |
2009-08-10 |
Vadim Zeitlin | Update wxFlexGridSizer ctors to match (new) wxGridSizer... |
tree | commitdiff |
2009-08-10 |
Vadim Zeitlin | Made wxWindow::HasScrollbar() do what it says. |
tree | commitdiff |
2009-08-02 |
Vadim Zeitlin | Make wxGridSizer ctors more consistent. |
tree | commitdiff |
2009-07-30 |
Vadim Zeitlin | Be more clear about Thaw() to DoThaw() renaming. |
tree | commitdiff |
2009-07-25 |
Vadim Zeitlin | Allow setting long version field in About dialog. |
tree | commitdiff |
2009-07-23 |
Vadim Zeitlin | Globally replace _T() with wxT(). |
tree | commitdiff |
2009-07-17 |
Kevin Ollivier | Typo in a bug fix I made. |
tree | commitdiff |
2009-07-17 |
Kevin Ollivier | Adding preliminary code for C bindings, thanks to Luke... |
tree | commitdiff |
2009-07-17 |
Kevin Ollivier | Add an underscore before the generated output names. |
tree | commitdiff |
2009-07-17 |
Kevin Ollivier | Only load/parse options when run as the main script. |
tree | commitdiff |
2009-07-17 |
Vadim Zeitlin | added wxLB_NO_SB style and implementation for wxMSW... |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Make wxLog::EnableLogging() and wxLogNull thread-specific. |
tree | commitdiff |
2009-07-13 |
Vadim Zeitlin | Add support for thread-specific log targets. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Made wxLogXXX() functions thread-safe. |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Added wxVector::swap(). |
tree | commitdiff |
2009-07-12 |
Vadim Zeitlin | Add component-level filtering to wxLog. |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | remove scope-resolution operator from wxLogError()... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | Add information about the log message generation locati... |
tree | commitdiff |
2009-07-09 |
Vadim Zeitlin | remove out of date bugs; mention VC8 and wxUSE_NO_MANIFEST |
tree | commitdiff |
2009-07-08 |
Vadim Zeitlin | Changed wxLog DoLogXXX() callbacks and introduced wxLog... |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | added EVT_DATAVIEW_CACHE_HINT event (closes #9891) |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | updated the version to 2.9.1 |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | updated list of files to change |
tree | commitdiff |
2009-07-05 |
Vadim Zeitlin | translate wxMessageDialog labels to the language of... |
tree | commitdiff |
2009-06-21 |
Vadim Zeitlin | added support for bitmaps in wxButton to wxOSX/Cocoa |
tree | commitdiff |
2009-06-19 |
Vadim Zeitlin | added wxTreeCtrl::GetFocusedItem() (closes #10859) |
tree | commitdiff |
2009-06-17 |
Vadim Zeitlin | wxFont::MakeXXX() and Scale() methods now modify the... |
tree | commitdiff |
2009-06-16 |
Vadim Zeitlin | introduce wxBG_STYLE_{ERASE,PAINT} and implement their... |
tree | commitdiff |
2009-06-15 |
Jaakko Salli | Added support for wxLongLong and wxULongLong in wxVaria... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | add support for bitmap and bitmapposition tags to the... |
tree | commitdiff |
2009-06-15 |
Vadim Zeitlin | fix Doxygen syntax error which prevented output for... |
tree | commitdiff |
2009-06-14 |
Vadim Zeitlin | preparation work for implementing images support in... |
tree | commitdiff |
2009-06-13 |
Vadim Zeitlin | added own{fg,bg,font} allowing to set non-inheritable... |
tree | commitdiff |
2009-06-12 |
Robert Roebling | Update docs to mention wxRefCounter class |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added convenient wxFont::Make{Bold,Italic,Smaller,Large... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | only allow selecting existing files in wxLoadFileSelect... |
tree | commitdiff |
2009-06-12 |
Vadim Zeitlin | added XRC handler for wxFileCtrl (closes #10785) |
tree | commitdiff |
2009-06-11 |
Vadim Zeitlin | allow customizing wxStandardPaths logic for the program... |
tree | commitdiff |
2009-06-10 |
Jaakko Salli | Added note about 'Py' prefix no longer being necessary... |
tree | commitdiff |
2009-06-07 |
Vadim Zeitlin | mention support for multiselection in wxDirCtrl |
tree | commitdiff |
2009-06-07 |
Jaakko Salli | Added section 'Changes from wxPropertyGrid 1.4' |
tree | commitdiff |
2009-06-06 |
Vadim Zeitlin | mention wxTreeCtrl::SelectItem() fix of r60921 |
tree | commitdiff |
2009-06-04 |
Vadim Zeitlin | added wxEditbaleListBox XRC handler |
tree | commitdiff |
next |