2011-02-16 |
Stefan Csomor | toolbar support in all orientations |
tree | commitdiff |
2011-02-16 |
Stefan Csomor | remove ununsed member |
tree | commitdiff |
2011-02-15 |
Mattia Barbon | Fixed compilation when WXINTL_NO_GETTEXT_MACRO is defined. |
tree | commitdiff |
2011-02-14 |
Vadim Zeitlin | Don't make buttons with images too wide in wxMSW. |
tree | commitdiff |
2011-02-14 |
Vadim Zeitlin | Clarify wxButton::AdjustForBitmapSize() semantics in... |
tree | commitdiff |
2011-02-14 |
Vadim Zeitlin | Remove X11-specific wxWindowIsVisible() from common... |
tree | commitdiff |
2011-02-09 |
Václav Slavík | Remove "safety margin" from wxControl::Ellipsize(). |
tree | commitdiff |
2011-02-08 |
Vadim Zeitlin | Fix wxWrapSizer minimal size calculation. |
tree | commitdiff |
2011-02-06 |
Vadim Zeitlin | Use better title by default in wxDocPrintout. |
tree | commitdiff |
2011-02-06 |
Vadim Zeitlin | Allow accessing 64 bit registry from 32 bit MSW code... |
tree | commitdiff |
2011-02-05 |
Vadim Zeitlin | Deprecate second parameter of wxSlider::SetTickFreq(). |
tree | commitdiff |
2011-02-02 |
Stefan Csomor | switching to assert |
tree | commitdiff |
2011-02-02 |
Stefan Csomor | testing for define alone is sufficient and more portable |
tree | commitdiff |
2011-02-02 |
Stefan Csomor | fixing searchctrl on osx_cocoa, changing type for peer... |
tree | commitdiff |
2011-02-02 |
Stefan Csomor | guard against null ptr access |
tree | commitdiff |
2011-01-28 |
Stefan Csomor | clang fix, fixes #12332 |
tree | commitdiff |
2011-01-28 |
Dimitri Schoolwerth | Changed the procedure for writing a comment to a GIF... |
tree | commitdiff |
2011-01-28 |
Paul Cornett | better way to silence unused parameter warning |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | clang fixes, fixes #12332 |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | clang fix |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | good catch by clang ... |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | reverting inadvertent commit |
tree | commitdiff |
2011-01-27 |
Stefan Csomor | supporting clang 2.0 under xcode, see #12332 |
tree | commitdiff |
2011-01-26 |
Stefan Csomor | artmac extended for cocoa |
tree | commitdiff |
2011-01-26 |
Stefan Csomor | PNG is the native format on iOS |
tree | commitdiff |
2011-01-26 |
Stefan Csomor | support for hints, fixing textfield implementation... |
tree | commitdiff |
2011-01-25 |
Robin Dunn | Add wxRTTI macros for the wxSimpleHtmlListBox class |
tree | commitdiff |
2011-01-24 |
Stefan Csomor | direct constructor from CGImageRef |
tree | commitdiff |
2011-01-23 |
Jaakko Salli | To work around harmless memory leaks reported by Visual... |
tree | commitdiff |
2011-01-22 |
Dimitri Schoolwerth | Use wxString's empty() when checking if the string... |
tree | commitdiff |
2011-01-20 |
Julian Smart | Fixed some bugs in up/down cursor navigation. |
tree | commitdiff |
2011-01-20 |
Stefan Csomor | using explicit fixes #12689 |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Work around wxNumValidator compilation problems with... |
tree | commitdiff |
2011-01-19 |
Dimitri Schoolwerth | Added GIF and animated GIF saving support. |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Add wxIntegerValidator and wxFloatingPointValidator... |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Add support for long long to wxNumberFormatter. |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Add wxHAS_LONG_LONG_T_DIFFERENT_FROM_LONG symbol. |
tree | commitdiff |
2011-01-19 |
Vadim Zeitlin | Add wxNumberFormatter class helping to deal with thousa... |
tree | commitdiff |
2011-01-19 |
Robin Dunn | On OSX don't propogate the alignment setting from colum... |
tree | commitdiff |
2011-01-16 |
Vadim Zeitlin | Override HasTransparentBackground() in wxHyperlinkCtrl... |
tree | commitdiff |
2011-01-16 |
Vadim Zeitlin | Remove undefined wxScrollBarBase::Create() declaration. |
tree | commitdiff |
2011-01-14 |
Julian Smart | Small doc tweaks |
tree | commitdiff |
2011-01-14 |
Julian Smart | Removed GCC 4 warning |
tree | commitdiff |
2011-01-14 |
Julian Smart | Compile fixes |
tree | commitdiff |
2011-01-14 |
Julian Smart | Implemented text boxes and tables, and further editing... |
tree | commitdiff |
2011-01-12 |
Paul Cornett | non-pch build fix |
tree | commitdiff |
2011-01-12 |
Vadim Zeitlin | Add support for icons in wxAUI panes title bars. |
tree | commitdiff |
2011-01-08 |
Paul Cornett | remove unneeded #includes |
tree | commitdiff |
2011-01-08 |
Paul Cornett | fix GCC warning about not explicitly initializing base... |
tree | commitdiff |
2011-01-08 |
Paul Cornett | fix GCC warning about not explicitly initializing base... |
tree | commitdiff |
2011-01-08 |
Paul Cornett | proper const-ness for GetLine() and operator[]() |
tree | commitdiff |
2011-01-08 |
Paul Cornett | proper const-ness for Item(), operator[](), and Last() |
tree | commitdiff |
2011-01-08 |
Stefan Csomor | removing xti code which isn't necessary for unicode... |
tree | commitdiff |
2011-01-08 |
Stefan Csomor | rearranging xti code |
tree | commitdiff |
2011-01-08 |
Paul Cornett | Move SendIdleEvents() from wxApp to wxWindow. |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | gcc fixes |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | avoid type conflict with univ wxMenuInfo |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | fixing class name |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | having menu classinfo at one place |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | routing to common classinfo for non-xti builds |
tree | commitdiff |
2011-01-07 |
Václav Slavík | Implement wxCOL_WIDTH_AUTOSIZE on OS X. |
tree | commitdiff |
2011-01-07 |
Paul Cornett | move default OnInternalIdle processing to wxWindowBase |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | xti changes |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | adding range type |
tree | commitdiff |
2011-01-07 |
Stefan Csomor | moved xti info to common file |
tree | commitdiff |
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 |
next |