2011-02-27 |
Vadim Zeitlin | Add wxDC::GetFontMetrics() and implement it for wxMSW. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxUSE_MARKUP and wrap SetLabelMarkup() in it. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Initialize wxButton::m_authNeeded in ctor and not Creat... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | No changes, just do wxButton fields initialization... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | No changes, just move wxMSW wxButton::MakeOwnerDrawn... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Replace wxST_MARKUP style with wxControl::SetLabelMarkup(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxFont::SetSymbolicSize() and SetSymbolicSizeRelati... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxFont::Underlined() and MakeUnderlined() methods. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Use wxMarkupParser in wxStaticText for dealing with... |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add wxMarkupParser::Strip(). |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add a class for parsing simple markup. |
tree | commitdiff |
2011-02-27 |
Vadim Zeitlin | Add a simple wxStack<> template class based on wxVector<>. |
tree | commitdiff |
2011-02-26 |
Vadim Zeitlin | Don't use wxTE_PROCESS_ENTER in wxSpinCtrlGeneric. |
tree | commitdiff |
2011-02-25 |
Julian Smart | Applied #12941: Fixes and enhancements for wxRTC (Rober... |
tree | commitdiff |
2011-02-25 |
Julian Smart | Added wxSYS_COLOUR_LISTBOXHIGHLIGHTTEXT to fix tree... |
tree | commitdiff |
2011-02-24 |
Vadim Zeitlin | Handle ANSI release configuration correctly in msvc... |
tree | commitdiff |
2011-02-22 |
Stefan Csomor | supporting content size scaling (retina display) |
tree | commitdiff |
2011-02-22 |
Vadim Zeitlin | Don't duplicate INVALID_FILE_ATTRIBUTES definition. |
tree | commitdiff |
2011-02-22 |
Vadim Zeitlin | Put storage class outside WXDLLIMPEXP_DATA_CORE() macros. |
tree | commitdiff |
2011-02-22 |
Vadim Zeitlin | Remove duplicated control names strings declarations... |
tree | commitdiff |
2011-02-22 |
Vadim Zeitlin | Move wxCheckBoxNameStr declarations to wx/tglbtn.h... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Add wxT_2() macro for compatibility with wxWidgets... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Add wxAutomationInstance_SilentIfNone flag for wxMSW... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Move "static" keyword out from wxDEPRECATED() macros... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Don't accept invalid values for rows/columns in wxGBSpa... |
tree | commitdiff |
2011-02-19 |
Vadim Zeitlin | Compilation fix for PCH-less wxOSX build. |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | bail out with error in case of carbon set for 64 bit... |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | updating sysopt string |
tree | commitdiff |
2011-02-18 |
Stefan Csomor | support for file-type popup, compatible for 10.4+,... |
tree | commitdiff |
2011-02-16 |
Vadim Zeitlin | Remove WXDLLIMPEXP_CORE from VC6 wxCompositeWindow... |
tree | commitdiff |
2011-02-16 |
Vadim Zeitlin | Don't use native MSW wxProgressDialog version in wxUniv. |
tree | commitdiff |
2011-02-16 |
Stefan Csomor | toolbar support in all orientations |
tree | commitdiff |
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 |
next |