2004-09-19 |
Vadim Zeitlin | made wxStringInputStream::GetSize() public instead... |
tree | commitdiff |
2004-09-19 |
Vadim Zeitlin | added wxStringStream classes |
tree | commitdiff |
2004-09-19 |
Vadim Zeitlin | added missing header to fix !USE_PCH compilation |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | active mode support for wxFTP (extremely heavily modifi... |
tree | commitdiff |
2004-09-18 |
Chris Elliott | fix compile break for unknown FLASHWINFO |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | removed unneeded (after patch 1027243) disable.bmp |
tree | commitdiff |
2004-09-18 |
Vadim Zeitlin | construct brush used for painting disabled bitmap butto... |
tree | commitdiff |
2004-09-18 |
Václav Slavík | moving XRC to the core |
tree | commitdiff |
2004-09-17 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | added possibility to specify printer bin (patch 910272) |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | added wxSizerFlags |
tree | commitdiff |
2004-09-17 |
Włodzimierz Skiba | Source cleaning: whitespaces, -1/wxID_ANY/wxNOT_FOUND... |
tree | commitdiff |
2004-09-17 |
Włodzimierz Skiba | wxChoicebook follows wxListBook internal changes. Style... |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | made all Add/Insert/Prepend methods inline |
tree | commitdiff |
2004-09-17 |
Vadim Zeitlin | forward all wxSizer::Add/Prepend/Insert() to a virtual... |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | fixed gcc warnings about not calling base class ctor... |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | fix for crash on 64 bit platforms (patch 1028942) |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | don't force __WXMOTIF__ definition under HP-UX (patch... |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | made wxListbook events more consistent with wxNotebook... |
tree | commitdiff |
2004-09-16 |
Vadim Zeitlin | smoother time estimation updates in wxProgressDialog... |
tree | commitdiff |
2004-09-16 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxDefaultCoord... |
tree | commitdiff |
2004-09-16 |
Włodzimierz Skiba | wxChoicebook generic implementation. |
tree | commitdiff |
2004-09-15 |
Vadim Zeitlin | fixed sending duplicate EVT_COMBOBOX events; documented... |
tree | commitdiff |
2004-09-15 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, FALSE/false, TRUE... |
tree | commitdiff |
2004-09-14 |
Vadim Zeitlin | allow to use any window, not just wxFrame, as wxLogFram... |
tree | commitdiff |
2004-09-14 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxID_ANY/wxDefau... |
tree | commitdiff |
2004-09-13 |
Robin Dunn | #if fix so we don't end up using the generic header... |
tree | commitdiff |
2004-09-13 |
Włodzimierz Skiba | Source cleaning: tabs, whitespaces, -1/wxID_ANY, TRUE... |
tree | commitdiff |
2004-09-13 |
Włodzimierz Skiba | Corrections to wxDirDialog usage. |
tree | commitdiff |
2004-09-13 |
Włodzimierz Skiba | Recursive wxSizer::Show for subsizer and return value... |
tree | commitdiff |
2004-09-13 |
Vadim Zeitlin | file with DoMessage() declaration (which I forgot to... |
tree | commitdiff |
2004-09-12 |
Vadim Zeitlin | only define operator<<(wchar_t) in Unicode build |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | added As/DissociateHandle() and implemented it for... |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | deprecated SetToTheWeek() and GetWeek(); added and... |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | fixed CopyFromBitmap() for shared wxIcon objects by... |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | BC++ 5.5 and later supports wxUSE_ON_FATAL_EXCEPTION |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | overload operator<<() for wchar_t too (if applicable... |
tree | commitdiff |
2004-09-11 |
Vadim Zeitlin | define wxWCHAR_T_IS_REAL_TYPE macro: 1 for compilers... |
tree | commitdiff |
2004-09-11 |
Stefan Csomor | support for sys-opted window variant |
tree | commitdiff |
2004-09-10 |
Robin Dunn | Added GetListView accessor |
tree | commitdiff |
2004-09-10 |
Włodzimierz Skiba | Some unnecessary wxUSE_MFC occurences removed following... |
tree | commitdiff |
2004-09-10 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
tree | commitdiff |
2004-09-10 |
Włodzimierz Skiba | DMC reality. |
tree | commitdiff |
2004-09-09 |
Włodzimierz Skiba | Source cleaning: TRUE/true, FALSE/false, whitespaces... |
tree | commitdiff |
2004-09-09 |
Vadim Zeitlin | define WINVER as 0x0400 for VC++ 6 because its headers... |
tree | commitdiff |
2004-09-09 |
Włodzimierz Skiba | Correct positioning of the entry text dialog. |
tree | commitdiff |
2004-09-08 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, TRUE/true, FALSE... |
tree | commitdiff |
2004-09-08 |
Włodzimierz Skiba | Fixes and source cleaning for WinCE. |
tree | commitdiff |
2004-09-08 |
Włodzimierz Skiba | Missed include due to wxBookCtrlSizer existence. |
tree | commitdiff |
2004-09-08 |
Włodzimierz Skiba | Native Smartphone wxTextCtrl. |
tree | commitdiff |
2004-09-07 |
Vadim Zeitlin | added wxTopLevelWindow::RequestUserAttention(); documen... |
tree | commitdiff |
2004-09-07 |
Vadim Zeitlin | define WINVER as 0x0502 by default (highest possible... |
tree | commitdiff |
2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !... |
tree | commitdiff |
2004-09-07 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, TRUE... |
tree | commitdiff |
2004-09-04 |
Robin Dunn | Add DLL export macros |
tree | commitdiff |
2004-09-04 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, ::, -1/wxID_ANY... |
tree | commitdiff |
2004-09-04 |
Włodzimierz Skiba | Spelling fixes [#1017001], source cleaning. |
tree | commitdiff |
2004-09-03 |
Václav Slavík | updated version to match latest wxPython release |
tree | commitdiff |
2004-09-03 |
Robin Dunn | Since it is documented, changed GetOrCreateCellAttr... |
tree | commitdiff |
2004-09-03 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, !!/!IsEmpt... |
tree | commitdiff |
2004-09-01 |
Julian Smart | Added toggle button handler header |
tree | commitdiff |
2004-09-01 |
Chris Elliott | mdi menu updates fixed (after SF 1012653) |
tree | commitdiff |
2004-08-31 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxNOT_FOUND, ::, TRUE... |
tree | commitdiff |
2004-08-31 |
Julian Smart | Added wxToggleButton handler |
tree | commitdiff |
2004-08-30 |
Václav Slavík | dllexport buffer classes used by wxString |
tree | commitdiff |
2004-08-30 |
Václav Slavík | new stock buttons API |
tree | commitdiff |
2004-08-30 |
Włodzimierz Skiba | Source cleaning: -1/wxID_ANY/wxDefaultCoord, ::, !... |
tree | commitdiff |
2004-08-29 |
Julian Smart | SetBackgroundStyle(wxBG_STYLE_CUSTOM) can now be used... |
tree | commitdiff |
2004-08-29 |
Julian Smart | First step in background erase optimization |
tree | commitdiff |
2004-08-27 |
Włodzimierz Skiba | Source cleaning: whitespaces, tabs, -1/wxNOT_FOUND... |
tree | commitdiff |
2004-08-26 |
Włodzimierz Skiba | Source cleaning: whitespaces & tabs, ::, TRUE/true... |
tree | commitdiff |
2004-08-26 |
Robin Dunn | Some of these are not in BASE, cahnge back to WXDLLEXPORT |
tree | commitdiff |
2004-08-25 |
Robin Dunn | removed final traces of wxStAppResource |
tree | commitdiff |
2004-08-25 |
Robin Dunn | Patch from Jed Burgess that optionally allows the grid... |
tree | commitdiff |
2004-08-25 |
Robin Dunn | give the generic tree and list controls a DoGetBestSize |
tree | commitdiff |
2004-08-25 |
Robin Dunn | wxListbook needs to clean up the wxListCtrl when Delete... |
tree | commitdiff |
2004-08-25 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
tree | commitdiff |
2004-08-24 |
Václav Slavík | WXDLLEXPORT fixes |
tree | commitdiff |
2004-08-24 |
Stefan Csomor | FSRef transition |
tree | commitdiff |
2004-08-24 |
Włodzimierz Skiba | Code cleaning: whitespaces, -1/wxID_ANY/wxDefaultCoord... |
tree | commitdiff |
2004-08-23 |
Stefan Csomor | FSRef transition, common constant |
tree | commitdiff |
2004-08-23 |
Włodzimierz Skiba | Native SmartPhone wxChoice implementation. |
tree | commitdiff |
2004-08-22 |
Václav Slavík | added wxART_BUTTON |
tree | commitdiff |
2004-08-22 |
Václav Slavík | use GTK+ API for setting icons instead of direct X11... |
tree | commitdiff |
2004-08-21 |
Václav Slavík | added alpha channel support to wxGTK2's wxBitmap |
tree | commitdiff |
2004-08-21 |
Václav Slavík | 1. added support for bitmaps with alpha channel |
tree | commitdiff |
2004-08-21 |
Václav Slavík | threshold is pixel value, it should use unsigned char |
tree | commitdiff |
2004-08-21 |
Václav Slavík | updated license info: Remstar gace permission to change... |
tree | commitdiff |
2004-08-20 |
Włodzimierz Skiba | Source cleaning: whitespaces, -1/wxDefaultCoord, TRUE... |
tree | commitdiff |
2004-08-20 |
Dimitri Schoolwerth | removed stray comma at end of enum |
tree | commitdiff |
2004-08-19 |
Włodzimierz Skiba | Source cleaning: whitespaces,-1/wxID_ANY,TRUE/true... |
tree | commitdiff |
2004-08-19 |
Václav Slavík | gcc-3.4 compilation fix |
tree | commitdiff |
2004-08-18 |
Václav Slavík | wxUniv compilation fixes |
tree | commitdiff |
2004-08-18 |
Dimitri Schoolwerth | fixes for CW8 Mac Classic compilation |
tree | commitdiff |
2004-08-18 |
Włodzimierz Skiba | Source cleaning. |
tree | commitdiff |
2004-08-16 |
Włodzimierz Skiba | TRUE/true, FALSE/false, whitespace cleaning. |
tree | commitdiff |
2004-08-16 |
Václav Slavík | added wxImage::ConvertAlphaToMask |
tree | commitdiff |
2004-08-16 |
David Elliott | Change from IsOK to IsOk to match everything else |
tree | commitdiff |
2004-08-16 |
David Elliott | Use variable name winid instead of id. id is a typedef... |
tree | commitdiff |
2004-08-15 |
Václav Slavík | added stock buttons support |
tree | commitdiff |
next |