2007-09-18 |
Julian Smart | wxBORDER_THEME now means 'use an appropriate themed... |
blob | commitdiff | raw |
2007-09-17 |
Vadim Zeitlin | added new and improved wxFileCtrl implementation (patch... |
blob | commitdiff | raw | diff to current |
2007-08-15 |
Vadim Zeitlin | include wx/msw/winundef.g instead of writing just a... |
blob | commitdiff | raw | diff to current |
2007-08-08 |
Julian Smart | Made wxBORDER_THEME the same as wxBORDER_DEFAULT |
blob | commitdiff | raw | diff to current |
2007-08-07 |
Julian Smart | Added wxBORDER_THEME, wxWindow::GetDefaultBorderForCont... |
blob | commitdiff | raw | diff to current |
2007-07-22 |
Vadim Zeitlin | fix for r47646: typedef wxDouble for all platforms... |
blob | commitdiff | raw | diff to current |
2007-07-22 |
Stefan Csomor | no 68k macs more to support... |
blob | commitdiff | raw | diff to current |
2007-07-08 |
Václav Slavík | removed wxWCHAR_T_IS_SEPARATE_TYPE: there already was... |
blob | commitdiff | raw | diff to current |
2007-07-06 |
David Elliott | Make wxCocoa compile in 64-bit mode. |
blob | commitdiff | raw | diff to current |
2007-06-15 |
Vadim Zeitlin | added wxDEPRECATED_BUT_USED_INTERNALLY macro and use... |
blob | commitdiff | raw | diff to current |
2007-06-13 |
Vadim Zeitlin | added wxNullPtr and use it instead of just 0 with wxFil... |
blob | commitdiff | raw | diff to current |
2007-05-11 |
Vadim Zeitlin | added support for drop down toolbar buttons (patch... |
blob | commitdiff | raw | diff to current |
2007-05-09 |
Robert Roebling | GTK+ cell renderers are not widget, so use a |
blob | commitdiff | raw | diff to current |
2007-05-03 |
Václav Slavík | OpenWatcom has the explicit keyword too |
blob | commitdiff | raw | diff to current |
2007-04-29 |
Václav Slavík | OpenWatcom >= 1.2 has __VA_ARGS__ |
blob | commitdiff | raw | diff to current |
2007-04-26 |
Vadim Zeitlin | move wxKEY_XXX constants to wx/defs.h from wx/list... |
blob | commitdiff | raw | diff to current |
2007-04-16 |
Vadim Zeitlin | corrected the direction of comparisons between wxString... |
blob | commitdiff | raw | diff to current |
2007-04-14 |
Vadim Zeitlin | added wxAPPLY and wxCLOSE flags to CreateStdDialogButto... |
blob | commitdiff | raw | diff to current |
2007-04-11 |
Vadim Zeitlin | added our own implementation of strto[u]ll() if the... |
blob | commitdiff | raw | diff to current |
2007-04-05 |
Vadim Zeitlin | define C99-like wxINT8/16/32_MIN/MAX constants in addit... |
blob | commitdiff | raw | diff to current |
2007-04-01 |
Vadim Zeitlin | added support for ellipsization and markup in wxStaticT... |
blob | commitdiff | raw | diff to current |
2007-03-29 |
Vadim Zeitlin | define ATTRIBUTE_PRINTF(m,n) and not just ATTRIBUTE_PRI... |
blob | commitdiff | raw | diff to current |
2007-03-22 |
Vadim Zeitlin | added macros to avoid code repetition when defining... |
blob | commitdiff | raw | diff to current |
2007-03-10 |
Paul Cornett | sizeof(char) is 1. By definition. |
blob | commitdiff | raw | diff to current |
2007-03-08 |
Vadim Zeitlin | fix extra comma at the end of wxStretch enum introduced... |
blob | commitdiff | raw | diff to current |
2007-03-07 |
Vadim Zeitlin | removed WXWIN_COMPATIBILITY_2_4 in non-MSW code |
blob | commitdiff | raw | diff to current |
2007-01-22 |
Václav Slavík | enable wxFontMapper in wxDFB port |
blob | commitdiff | raw | diff to current |
2006-11-29 |
Mart Raudsepp | [GTK] Do not define *_DEPRECATED macros for the gtk... |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Vadim Zeitlin | rearrange tests for long long again to avoid clashes... |
blob | commitdiff | raw | diff to current |
2006-10-31 |
Vadim Zeitlin | define wxTC_MULTILINE explicitly as wxNB_MULTILINE... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | remove just added wxCoordRound() (see patch 1586499) |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Vadim Zeitlin | define wxLongLong_t as long long if it is supported... |
blob | commitdiff | raw | diff to current |
2006-10-30 |
Julian Smart | Don't use wstring for MinGW versions that don't support it |
blob | commitdiff | raw | diff to current |
2006-10-29 |
Julian Smart | Applied patch 1586499: wxCoordRound function |
blob | commitdiff | raw | diff to current |
2006-10-28 |
Vadim Zeitlin | no changes, just a typo in comment |
blob | commitdiff | raw | diff to current |
2006-10-20 |
Vadim Zeitlin | define bookctrl (and -derived) classes flags in their... |
blob | commitdiff | raw | diff to current |
2006-10-08 |
Stefan Neis | Use system colours for ownerdrawn highlighting (patch... |
blob | commitdiff | raw | diff to current |
2006-10-05 |
Mattia Barbon | Fix buffer overrun in Linux/x86_64 (Pixel is a 64... |
blob | commitdiff | raw | diff to current |
2006-09-30 |
Vadim Zeitlin | move wxSTRINGIZE and other preprocessor helpers to... |
blob | commitdiff | raw | diff to current |
2006-09-29 |
Václav Slavík | moved wxSTRINGIZE to defs.h and made it work with macro... |
blob | commitdiff | raw | diff to current |
2006-09-09 |
Robert Roebling | Applied wxGauge:Pulse() patch. |
blob | commitdiff | raw | diff to current |
2006-09-03 |
Robert Roebling | Commited FRM's stockitem patch (empty stock items). |
blob | commitdiff | raw | diff to current |
2006-08-27 |
Václav Slavík | initial (not yet working) code for DirectFB port |
blob | commitdiff | raw | diff to current |
2006-08-16 |
Michael Wetherell | Avoid warnings from VC++ 5.0 |
blob | commitdiff | raw | diff to current |
2006-08-13 |
Vadim Zeitlin | wxPlatformInfo (patch 1532064) |
blob | commitdiff | raw | diff to current |
2006-08-10 |
Vadim Zeitlin | Added wxID_PAGE_SETUP standard id |
blob | commitdiff | raw | diff to current |
2006-08-06 |
Vadim Zeitlin | unified wxFRAME_EX_CONTEXTHELP and wxDIALOG_EX_CONTEXTH... |
blob | commitdiff | raw | diff to current |
2006-08-04 |
Vadim Zeitlin | undid last change and removed wxTE/CB_FILENAME style... |
blob | commitdiff | raw | diff to current |
2006-07-30 |
Vadim Zeitlin | reverted the move of wxComboBox styles from wx/defs... |
blob | commitdiff | raw | diff to current |
2006-07-29 |
Vadim Zeitlin | moved combobox styles from defs.to to combobox.h; added... |
blob | commitdiff | raw | diff to current |
2006-07-25 |
Vadim Zeitlin | added wxID_HELP_INDEX/SEARCH (part of request 1404089) |
blob | commitdiff | raw | diff to current |
2006-06-08 |
Włodzimierz Skiba | Improvements for building minimal builds and new ports... |
blob | commitdiff | raw | diff to current |
2006-05-31 |
Vadim Zeitlin | added wx{Colour|File|Dir|Font}PickerCtrl (patch 1472329... |
blob | commitdiff | raw | diff to current |
2006-05-28 |
Vadim Zeitlin | File/dir dialog styles and other changes (patch 1488371): |
blob | commitdiff | raw | diff to current |
2006-05-17 |
Paul Cornett | scrollbar handling simplification |
blob | commitdiff | raw | diff to current |
2006-05-06 |
Vadim Zeitlin | misc fixes for wxDirDialog; new wxDD_CHANGE_DIR flag... |
blob | commitdiff | raw | diff to current |
2006-04-15 |
Julian Smart | Easier platform testing class and function |
blob | commitdiff | raw | diff to current |
2006-04-08 |
Vadim Zeitlin | don't redefine _CRT_SECURE_NO_DEPRECATE and _CRT_NON_CO... |
blob | commitdiff | raw | diff to current |
2006-04-08 |
Stefan Csomor | ellipsis support for static text (mac), applied patch |
blob | commitdiff | raw | diff to current |
2006-04-04 |
Mart Raudsepp | Add GDK_PIXBUF_DISABLE_DEPRECATED, it should build... |
blob | commitdiff | raw | diff to current |
2006-03-28 |
Włodzimierz Skiba | Make wxPASSWORD and wxPROCESS_ENTER really deprecated. |
blob | commitdiff | raw | diff to current |
2006-03-27 |
Włodzimierz Skiba | Final and global PRIOR/NEXT change: keep consistency... |
blob | commitdiff | raw | diff to current |
2006-03-24 |
Robin Dunn | Make WXK*PRIOR and WXK*NEXT be aliases for WXK*PAGEUP... |
blob | commitdiff | raw | diff to current |
2006-03-22 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2006-02-20 |
Mart Raudsepp | wxGTK2: Declare GTK_DISABLE_DEPRECATED in defs.h. I... |
blob | commitdiff | raw | diff to current |
2006-02-12 |
Michael Wetherell | Warning fixes for VC5 (Igor Korot) |
blob | commitdiff | raw | diff to current |
2006-02-11 |
Vadim Zeitlin | added support for 64 bit ints in wx stream classes... |
blob | commitdiff | raw | diff to current |
2006-02-03 |
Mart Raudsepp | wxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED... |
blob | commitdiff | raw | diff to current |
2006-01-26 |
Julian Smart | Suppress VC++ 2005 deprecation warnings (for now) |
blob | commitdiff | raw | diff to current |
2005-11-30 |
Vadim Zeitlin | added wxSUPPRESS_GCC_PRIVATE_DTOR_WARNING macro |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Włodzimierz Skiba | Macros for simplified testing Open Watcom version and... |
blob | commitdiff | raw | diff to current |
2005-11-10 |
Vadim Zeitlin | added wxKeyEvent::GetModifiers() |
blob | commitdiff | raw | diff to current |
2005-11-08 |
Michael Wetherell | Add rcdefs.h and support for automatic manifests on... |
blob | commitdiff | raw | diff to current |
2005-10-21 |
Włodzimierz Skiba | Unified flags for orienting wxBookCtrls (with backward... |
blob | commitdiff | raw | diff to current |
2005-10-12 |
Michael Wetherell | Implement wx_truncate_cast for VC++ 7.1 and later |
blob | commitdiff | raw | diff to current |
2005-10-12 |
Michael Wetherell | Avoid cast in wx_truncate_cast for intel compiler |
blob | commitdiff | raw | diff to current |
2005-10-09 |
Vadim Zeitlin | disable VC++ warning 4355 in wx/defs.h once and for... |
blob | commitdiff | raw | diff to current |
2005-10-08 |
Vadim Zeitlin | don't use wxCHECK_GCC_VERSION in the same test as __MIN... |
blob | commitdiff | raw | diff to current |
2005-10-03 |
Włodzimierz Skiba | Source cleaning. wxMotif/OS2 adjustements. |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | removed wxABI_VERSION checks |
blob | commitdiff | raw | diff to current |
2005-09-25 |
Vadim Zeitlin | first round of Intel compiler warning fixes: down from... |
blob | commitdiff | raw | diff to current |
2005-09-17 |
Vadim Zeitlin | added wx_truncate_cast and use it (sometimes instead... |
blob | commitdiff | raw | diff to current |
2005-08-17 |
Vadim Zeitlin | don't take wxID_NONE inside #if wxABI_VERSION check... |
blob | commitdiff | raw | diff to current |
2005-08-11 |
Vadim Zeitlin | added wxSIZE_FORCE flag for SetSize() |
blob | commitdiff | raw | diff to current |
2005-08-03 |
Vadim Zeitlin | get rid of wxUSE_COMPATIBLE_COORD_TYPES, it is not... |
blob | commitdiff | raw | diff to current |
2005-07-31 |
Mattia Barbon | Allow displaying Japanese character with wxMotif... |
blob | commitdiff | raw | diff to current |
2005-07-30 |
Václav Slavík | further wxABI_VERSION fixes |
blob | commitdiff | raw | diff to current |
2005-07-26 |
Włodzimierz Skiba | Corrections for future OW 1.4. Warning fixes. |
blob | commitdiff | raw | diff to current |
2005-07-21 |
Włodzimierz Skiba | wxOS2 with Open Watcom: correct PCH usage, missing... |
blob | commitdiff | raw | diff to current |
2005-07-14 |
Vadim Zeitlin | added wxID_NONE |
blob | commitdiff | raw | diff to current |
2005-07-01 |
Włodzimierz Skiba | Global platform header (<PalmOS.h>) removed from public... |
blob | commitdiff | raw | diff to current |
2005-06-30 |
Włodzimierz Skiba | Helpers in disabling warnings for unused params. |
blob | commitdiff | raw | diff to current |
2005-06-10 |
Włodzimierz Skiba | Allow MSW Base be usable in other ports than wxMSW... |
blob | commitdiff | raw | diff to current |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
blob | commitdiff | raw | diff to current |
2005-05-22 |
Vadim Zeitlin | fix wxLongLongFmtSpec for mingw32, Borland and Watcom... |
blob | commitdiff | raw | diff to current |
2005-05-21 |
Julian Smart | Added more paper sizes and code that falls back to... |
blob | commitdiff | raw | diff to current |
2005-05-09 |
Stefan Csomor | workaround for simpler CW setup |
blob | commitdiff | raw | diff to current |
2005-05-04 |
Julian Smart | Added licence/copyright information |
blob | commitdiff | raw | diff to current |
2005-04-25 |
Michael Wetherell | Remove msdos code now in src/msdos, update bakefiles... |
blob | commitdiff | raw | diff to current |
2005-04-16 |
Vadim Zeitlin | replaced C++ comments with C ones |
blob | commitdiff | raw | diff to current |
next |