2005-04-10 |
Kevin Hock | th4ese -> these in comment |
blob | commitdiff | raw |
2005-04-10 |
Vadim Zeitlin | moved wxSL_XXX styles to wx/slider.h; made wxSL_LEFT... |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Ryan Norton | ...and msw only of course |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Ryan Norton | cygwin only |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Ryan Norton | Fixes & Hacks to make sockets compile on CYGWIN with... |
blob | commitdiff | raw | diff to current |
2005-04-02 |
Julian Smart | The wxDEFAULT_CONTROL_BORDER symbol can be used to... |
blob | commitdiff | raw | diff to current |
2005-03-31 |
Julian Smart | Fixed MSWClipBoxRegion |
blob | commitdiff | raw | diff to current |
2005-03-19 |
Vadim Zeitlin | removed C++ comment added by last commit |
blob | commitdiff | raw | diff to current |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Not forgetting PalmOS |
blob | commitdiff | raw | diff to current |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
blob | commitdiff | raw | diff to current |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
blob | commitdiff | raw | diff to current |
2005-03-08 |
Vadim Zeitlin | removed wx_dynamic_cast(), it can't be implemented... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Julian Smart | Added wxFRAME_EX_METAL, wxDIALOG_EX_METAL for Mac metal... |
blob | commitdiff | raw | diff to current |
2005-03-07 |
Julian Smart | Removed very very obsolete flags from 1.x |
blob | commitdiff | raw | diff to current |
2005-03-03 |
Vadim Zeitlin | added wx_dynamic_cast() |
blob | commitdiff | raw | diff to current |
2005-02-26 |
Ryan Norton | change superflous elif to else |
blob | commitdiff | raw | diff to current |
2005-02-24 |
Włodzimierz Skiba | PalmOS headers have ssize_t with no sign of it so we... |
blob | commitdiff | raw | diff to current |
2005-02-16 |
Włodzimierz Skiba | Native PalmOS wxLongLong. Introduction of wxULongLong_t... |
blob | commitdiff | raw | diff to current |
2005-02-14 |
Włodzimierz Skiba | Inversed slider and wrapper for datepicker control... |
blob | commitdiff | raw | diff to current |
2005-02-12 |
Stefan Csomor | Mac Core Graphics Implementation |
blob | commitdiff | raw | diff to current |
2005-02-06 |
Julian Smart | Can suppress themed notebook page with wxNB_NOPAGETHEME or |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | Readable style name. |
blob | commitdiff | raw | diff to current |
2005-02-01 |
Włodzimierz Skiba | Further cleaning of the wxPalmOS radiobox code. Sending... |
blob | commitdiff | raw | diff to current |
2005-01-25 |
Włodzimierz Skiba | comment in C code fix |
blob | commitdiff | raw | diff to current |
2005-01-21 |
Kevin Hock | Add wxSL_INVERSE flag |
blob | commitdiff | raw | diff to current |
2004-12-30 |
Włodzimierz Skiba | wxPD_CAN_SKIP for skipping parts of progress and reintr... |
blob | commitdiff | raw | diff to current |
2004-12-20 |
Włodzimierz Skiba | Use __WXPALMOS__ for PalmOS port which fits __WX$(TOOLK... |
blob | commitdiff | raw | diff to current |
2004-12-03 |
Włodzimierz Skiba | wxBrushBase between wxBrush and wxGDIObject (class... |
blob | commitdiff | raw | diff to current |
2004-12-01 |
Robert Roebling | Applied Freeze()/Thaw() patch for wxTextCtrtl. |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Włodzimierz Skiba | Additional wx*_HATCH styles comment. |
blob | commitdiff | raw | diff to current |
2004-11-30 |
Włodzimierz Skiba | IS_HATCH macro replaced with wxBrush::IsHatch() + sourc... |
blob | commitdiff | raw | diff to current |
2004-11-13 |
Robin Dunn | The assumption that if SIZEOF_INT is defined then SIZEO... |
blob | commitdiff | raw | diff to current |
2004-11-12 |
Włodzimierz Skiba | MinGW fix. |
blob | commitdiff | raw | diff to current |
2004-11-12 |
Ryan Norton | spelling |
blob | commitdiff | raw | diff to current |
2004-11-12 |
Ron Lee | Patch from MJW for ssize_t |
blob | commitdiff | raw | diff to current |
2004-11-09 |
Ryan Norton | remove fixme and explain unicode characters |
blob | commitdiff | raw | diff to current |
2004-11-08 |
Ryan Norton | workback defs for OSX |
blob | commitdiff | raw | diff to current |
2004-11-06 |
Ryan Norton | fix for [ 1042972 ] Keycodes above WXK_START conflict... |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Vadim Zeitlin | only VC++ >= 7.0 has __COUNTER__ |
blob | commitdiff | raw | diff to current |
2004-10-20 |
Vadim Zeitlin | define wxMAKE_UNIQUE_NAME so that it works even in... |
blob | commitdiff | raw | diff to current |
2004-10-16 |
Vadim Zeitlin | suppress VC++ warning about long -> void * conversion too |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Vadim Zeitlin | removed pragma interface which resulted in link errors... |
blob | commitdiff | raw | diff to current |
2004-10-12 |
Włodzimierz Skiba | Remove old pragmas for avoiding warnings with Open... |
blob | commitdiff | raw | diff to current |
2004-10-07 |
Ryan Norton | 2.5.3 - cleanups, fixes, etc. etc. - |
blob | commitdiff | raw | diff to current |
2004-10-02 |
Vadim Zeitlin | added wxVaCopy() and use it to fix wxVsnprintf() crash... |
blob | commitdiff | raw | diff to current |
2004-09-29 |
Włodzimierz Skiba | C++ removed from C syntax. |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Vadim Zeitlin | added wxPtrToUInt() to cast pointer to an integer type... |
blob | commitdiff | raw | diff to current |
2004-09-28 |
Vadim Zeitlin | added wx_reinterpret_cast() macro |
blob | commitdiff | raw | diff to current |
2004-09-25 |
Ryan Norton | wxDrawerWindow - [ 909351 ] Drawer window for OS X... |
blob | commitdiff | raw | diff to current |
2004-09-17 |
Włodzimierz Skiba | wxChoicebook follows wxListBook internal changes. Style... |
blob | commitdiff | raw | diff to current |
2004-09-11 |
Vadim Zeitlin | define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers... |
blob | commitdiff | raw | diff to current |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
blob | commitdiff | raw | diff to current |
2004-08-30 |
Václav Slavík | new stock buttons API |
blob | commitdiff | raw | diff to current |
2004-08-29 |
Julian Smart | First step in background erase optimization |
blob | commitdiff | raw | diff to current |
2004-07-30 |
Vadim Zeitlin | define WXMSG same as Win32 MSG instead of untyped pointer |
blob | commitdiff | raw | diff to current |
2004-06-26 |
Václav Slavík | more fixes to keypress handling in wxGTK: |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Václav Slavík | use GtkIMContext variable, not GtkIMMulticontext, we... |
blob | commitdiff | raw | diff to current |
2004-06-24 |
Robin Dunn | wxDefaultCoord |
blob | commitdiff | raw | diff to current |
2004-06-23 |
Włodzimierz Skiba | Make some long #ifs shorter but multiline so diffs... |
blob | commitdiff | raw | diff to current |
2004-06-14 |
Václav Slavík | fixed GTK styles handling: |
blob | commitdiff | raw | diff to current |
2004-06-11 |
Robert Roebling | Added compatibility fix for wxADJUST_MINSIZE |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Use old licence name |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Julian Smart | Name and version changes |
blob | commitdiff | raw | diff to current |
2004-04-18 |
Vadim Zeitlin | removed work around for 16 bit compilers not defining... |
blob | commitdiff | raw | diff to current |
2004-04-16 |
Vadim Zeitlin | added and documented wx_const/static_cast<> |
blob | commitdiff | raw | diff to current |
2004-04-13 |
Vadim Zeitlin | moved dialog/frame styles to their own headers; don... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Changed name to wxFIXED_MINSIZE since that is more... |
blob | commitdiff | raw | diff to current |
2004-04-07 |
Robin Dunn | Added wxFIXED_SIZE. |
blob | commitdiff | raw | diff to current |
2004-03-29 |
Vadim Zeitlin | made wxADJUST_MINSIZE default |
blob | commitdiff | raw | diff to current |
2004-03-28 |
Vadim Zeitlin | removed Win16 code (patch 905241), last version with... |
blob | commitdiff | raw | diff to current |
2004-03-27 |
Stefan Csomor | type safe proxy typedefs |
blob | commitdiff | raw | diff to current |
2004-02-28 |
Stefan Neis | Compilation fix for OS/2 specific "Innotek gcc" port. |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Stefan Neis | Fixed various types like e.g. WXHWND for OS/2 that... |
blob | commitdiff | raw | diff to current |
2004-02-25 |
Julian Smart | Applied patch [ 903619 ] Win64 and Itanium support |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | allow generating PS on an output stream and not only... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | reverted wxStaticCast change which obviously can't... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | added wxStaticCast, moved wxConstCast from wx/object... |
blob | commitdiff | raw | diff to current |
2004-02-10 |
Vadim Zeitlin | Win64 compilation fixes: define SIZEOF_SIZE_T, added... |
blob | commitdiff | raw | diff to current |
2004-02-08 |
Julian Smart | Fixed bug [ 865999 ] wxRETAINED windows appear blank... |
blob | commitdiff | raw | diff to current |
2004-02-05 |
Václav Slavík | wxMGL fixes (patch #884758) |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Robin Dunn | Using a -1 (wxID_ANY) for menu or toolbar item IDs... |
blob | commitdiff | raw | diff to current |
2003-12-18 |
Gilles Depeyrot | corrected comments for wxMac compilation |
blob | commitdiff | raw | diff to current |
2003-12-18 |
Ryan Norton | 1. |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Ryan Norton | Header Cosmetics |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Ryan Norton | Header Cosmetics |
blob | commitdiff | raw | diff to current |
2003-12-17 |
Ryan Norton | 1. |
blob | commitdiff | raw | diff to current |
2003-11-10 |
Dimitri Schoolwerth | Added wxUnusedVar for Borland and fixed 2 release mode... |
blob | commitdiff | raw | diff to current |
2003-10-23 |
Stefan Csomor | fix for gcc MacOS |
blob | commitdiff | raw | diff to current |
2003-10-22 |
Stefan Csomor | adding support for mach unicode builds |
blob | commitdiff | raw | diff to current |
2003-10-20 |
Vadim Zeitlin | Open Watcom doesn't like typename, use class (patch... |
blob | commitdiff | raw | diff to current |
2003-10-17 |
Jouk Jansen | Committing in . |
blob | commitdiff | raw | diff to current |
2003-10-16 |
Vadim Zeitlin | moved DLL import/export declarations from wx/defs.h... |
blob | commitdiff | raw | diff to current |
2003-09-30 |
Vadim Zeitlin | Unicode fixes for Watcom (part of patch 813225) |
blob | commitdiff | raw | diff to current |
2003-09-24 |
Vadim Zeitlin | made wxNO_FULL_REPAINT_ON_RESIZE default, added wxFULL_... |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Chris Elliott | fix digitalmars 64 bug |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Chris Elliott | fix watcom 64 bug (openwatcom1.1) (second try) |
blob | commitdiff | raw | diff to current |
2003-09-23 |
Chris Elliott | fix watcom 64 bug (openwatcom1.1) |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | assume sizeof(wchar_t) == 2 by default, not 4 |
blob | commitdiff | raw | diff to current |
2003-09-22 |
Vadim Zeitlin | added (and documented) wxULL(); fixes for wxINT64_SWAP... |
blob | commitdiff | raw | diff to current |
next |