2011-01-07 |
Stefan Csomor | props |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | additional file, test auto-props |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | XTI updates |
tree | commitdiff |
2011-01-07 |
Paul Cornett | Move wxColourData and wxFontData into separate files. |
tree | commitdiff |
2011-01-06 |
Vadim Zeitlin | Add possibility to hide panels in wxRibbon. |
tree | commitdiff |
2011-01-06 |
Stefan Csomor | reverting AssignAny fix, not needed if wxAny is not... |
tree | commitdiff |
2011-01-06 |
Stefan Csomor | fixing a few typos, wxAny copy constructor implementati... |
tree | commitdiff |
2011-01-05 |
Paul Cornett | make wxMarkupEntities fully const |
tree | commitdiff |
2011-01-05 |
Paul Cornett | set eol-style and keywords properties on new files |
tree | commitdiff |
2011-01-04 |
Vadim Zeitlin | Disable wxCompositeWindow<> code for VC6. |
tree | commitdiff |
2011-01-04 |
Vadim Zeitlin | Attempt to make wxCompositeWindow<> compile with MSVC6. |
tree | commitdiff |
2011-01-04 |
Vadim Zeitlin | Declare wxStaticText in wxUniv as being dynamic, not... |
tree | commitdiff |
2011-01-04 |
Vadim Zeitlin | wxMSW compilation fix for wxCompositeWindow. |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | porting back exact semicolon version |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | merging back XTI branch part 2 |
tree | commitdiff |
2011-01-04 |
Stefan Csomor | add methods needed for XTI |
tree | commitdiff |
2011-01-03 |
Dimitri Schoolwerth | Added support for saving PNG files with palette. |
tree | commitdiff |
2011-01-03 |
Vadim Zeitlin | Don't name variables "id" in public headers. |
tree | commitdiff |
2011-01-03 |
Stefan Csomor | adding new files for xti merge |
tree | commitdiff |
2011-01-03 |
Vadim Zeitlin | Improve print preview appearance and functionality. |
tree | commitdiff |
2011-01-03 |
Vadim Zeitlin | Add wxCompositeWindow<> and use it in wxDatePickerCtrlG... |
tree | commitdiff |
2011-01-02 |
Vadim Zeitlin | Forward declare classes instead of including their... |
tree | commitdiff |
2011-01-02 |
Jaakko Salli | Added 'HasAlpha' attribute for wxColourProperty. Settin... |
tree | commitdiff |
2011-01-01 |
Stefan Csomor | bracketing msw enhanced metafile usage |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Add wxUSE_ARTPROVIDER_STD build option. |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Add wxArtProvider using Tango icons. |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Add go to first/last and plus/minus art provider icons. |
tree | commitdiff |
2010-12-31 |
Vadim Zeitlin | Make art provider id of type "char *" instead of "wxCha... |
tree | commitdiff |
2010-12-30 |
Vadim Zeitlin | Move wxGetLibraryVersionInfo() to core from base. |
tree | commitdiff |
2010-12-27 |
Robin Dunn | Fix various missing or broken stuff needed for Project... |
tree | commitdiff |
2010-12-27 |
Stefan Csomor | adding backtab to exception list |
tree | commitdiff |
2010-12-27 |
Jaakko Salli | No longer use semi-static IDs for wxPropertyGrid embedd... |
tree | commitdiff |
2010-12-25 |
Vadim Zeitlin | Test for wcsftime() in configure as it's not available... |
tree | commitdiff |
2010-12-23 |
Jaakko Salli | Added dummy GetTextWidget() implementation for wxMotif... |
tree | commitdiff |
2010-12-22 |
Jaakko Salli | Bring AddActionTrigger() doc string up to date with... |
tree | commitdiff |
2010-12-22 |
Jaakko Salli | Added wxPG_ACTION_EDIT, which allows specifying custom... |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Removed non-implemented function prototype OnMouseWheel... |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Added wxComboPopup::FindItem() to help in deciding... |
tree | commitdiff |
2010-12-20 |
Jouk Jansen | correction to make wxGTK1 compile |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Have wxUniv wxComboBox inherit from wxItemContainer... |
tree | commitdiff |
2010-12-20 |
Jaakko Salli | Added dummy-wxTextEntry implementation section for... |
tree | commitdiff |
2010-12-19 |
Robert Roebling | Support diabling items in GTK+, see #12686: Allow disab... |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Add the possibility to disable invisible wxDataViewCtrl... |
tree | commitdiff |
2010-12-19 |
Vadim Zeitlin | Store menus titles in menus themselves in wxOSX. |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Add wxComboBox-compatible Popup() and Dismiss() functio... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Add enough default arguments to one wxOwnerDrawnComboBo... |
tree | commitdiff |
2010-12-17 |
Jaakko Salli | Make the wxComboCtrl's wxTextEntry interface more compl... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Resolve ambiguity with wxOwnerDrawnComboBox::Clear... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Override wxTextEntry::GetSelection(long *from, long... |
tree | commitdiff |
2010-12-16 |
Jaakko Salli | Instead of having wxComboCtrl mimic wxTextEntry interfa... |
tree | commitdiff |
2010-12-14 |
Vadim Zeitlin | Make wxRefCounter non copyable. |
tree | commitdiff |
2010-12-13 |
Jaakko Salli | Have wxPropertyGrid::DoubleToString() to also take... |
tree | commitdiff |
2010-12-07 |
Stefan Csomor | adding support for layout coordinates via insets from... |
tree | commitdiff |
2010-12-04 |
Stefan Csomor | guarding against non-implemented parts |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Rename wxGenericDirCtrl::ExpandDir() to PopulateNode(). |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Update AUI bitmaps when its colours change. |
tree | commitdiff |
2010-12-03 |
Vadim Zeitlin | Fix wxRect::SetRightTop() which set the wrong corner. |
tree | commitdiff |
2010-12-01 |
Stefan Csomor | fixing missing return value |
tree | commitdiff |
2010-11-30 |
Jouk Jansen | Add mnemonics to wxGTK1 |
tree | commitdiff |
2010-11-30 |
Stefan Csomor | adding standard menu items for cocoa, adding translatio... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Small bug fixes for GetLibraryVersionInfo() changes. |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | Allow wxAutomationObject::GetInstance() create new... |
tree | commitdiff |
2010-11-26 |
Vadim Zeitlin | No real changes, just use ProgID term instead of incorr... |
tree | commitdiff |
2010-11-25 |
Stefan Csomor | led to build issues with xcode and graphics context |
tree | commitdiff |
2010-11-25 |
Vadim Zeitlin | Add wxVersionInfo and functions returning it for 3rd... |
tree | commitdiff |
2010-11-24 |
Vadim Zeitlin | Add support for negatable command line switches. |
tree | commitdiff |
2010-11-23 |
Robin Dunn | Use an enum for the colour/string conversion flags |
tree | commitdiff |
2010-11-22 |
Jaakko Salli | Have wxPropertyGridEditorEventForwarder::ProcessEvent... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Fix wxUniv build after deriving wxStatusBar from wxControl. |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Don't try to center task dialogs under Windows. |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Make wxChoicebook background transparent. |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Deprecate not working wxSplitterWindow::SetSashSize(). |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Refactor wxStatusBar creation in wxMSW to do it in... |
tree | commitdiff |
2010-11-22 |
Vadim Zeitlin | Derive wxStatusBar from wxControl and not wxWindow. |
tree | commitdiff |
2010-11-20 |
Vadim Zeitlin | Don't keep entries for XRC resources that failed to... |
tree | commitdiff |
2010-11-19 |
Robin Dunn | Add a SetSize to wxSizeEvent |
tree | commitdiff |
2010-11-17 |
Paul Cornett | remove const from by-value return type, it's useless |
tree | commitdiff |
2010-11-17 |
Vadim Zeitlin | Simplify wxMSW wxMenuBar title management. |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct form of mnemonics returned by wxGTK wxMenu... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Emphasize that wxUSE_DYNLIB_CLASS shouldn't be disabled... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | Correct checks for wxUSE_PRINTING_ARCHITECTURE and... |
tree | commitdiff |
2010-11-16 |
Vadim Zeitlin | No changes, just refactor common code in wxImage clonin... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Fix spurious errors when writing to the child process... |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxFile::{Get,Clear}LastError() functions. |
tree | commitdiff |
2010-11-14 |
Vadim Zeitlin | Add wxImage::Rotate180() function. |
tree | commitdiff |
2010-11-13 |
Vadim Zeitlin | Fix resizing of wxGrid columns when they were reordered. |
tree | commitdiff |
2010-11-11 |
Vadim Zeitlin | Initialize wxCSConv immediately instead of deferring it. |
tree | commitdiff |
2010-11-11 |
Vadim Zeitlin | Fix typo in error message given if wxUSE_CAIRO is undef... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Implement bitmap mask copying in wxX11. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Use Cairo for wxGraphicsContext in wxX11. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix signed/unsigned comparison warnings in wxUniv wxNot... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxGLCanvas compilation with wxUSE_PALETTE==0. |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Fix wxStandardDialogLayoutAdapter compilation with... |
tree | commitdiff |
2010-11-10 |
Vadim Zeitlin | Make wxBitmap::ConvertToDisabled() available in all... |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Fix preprocessor definitions for wxBase build under... |
tree | commitdiff |
2010-11-09 |
Vadim Zeitlin | Remove non-existent functions declarations from wxOSX... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Don't require skipping "page changed" event in wxMSW... |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Add support for id ranges to XRC. |
tree | commitdiff |
2010-11-07 |
Vadim Zeitlin | Make wxXmlResource::ReportError() wxXmlNode parameter... |
tree | commitdiff |
2010-11-07 |
Peter Cawley | Add support for toggle buttons to wxRibbonButtonBar. |
tree | commitdiff |
next |