2005-03-27 |
Vadim Zeitlin | made Update() recursive under wxGTK2 (doesn't work... |
tree | commitdiff |
2005-03-27 |
David Elliott | Added documentation for using MW compilers with configure. |
tree | commitdiff |
2005-03-26 |
Vadim Zeitlin | added deprecation note |
tree | commitdiff |
2005-03-26 |
Vadim Zeitlin | changed wxWindow::Refresh() to refresh the window child... |
tree | commitdiff |
2005-03-26 |
Julian Smart | Added C/wxString array constructors to wxArrayString |
tree | commitdiff |
2005-03-25 |
Michael Wetherell | Some improvements to the zip stream docs thanks to... |
tree | commitdiff |
2005-03-25 |
Vadim Zeitlin | reversed disabling of deferred resizing in the last... |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | fix handling Alt-key events in wxComboBox |
tree | commitdiff |
2005-03-24 |
Julian Smart | Switch deferred sizing off by default |
tree | commitdiff |
2005-03-24 |
Vadim Zeitlin | added wxRendererNative::DrawDropArrow (patch 1166596) |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | added IsFalse() to simplify code doing HasOption(very... |
tree | commitdiff |
2005-03-23 |
Julian Smart | Updated version to 2.5.5 |
tree | commitdiff |
2005-03-23 |
Vadim Zeitlin | wxTextCtrl with wxTE_RICH2 style now uses RichEdit... |
tree | commitdiff |
2005-03-22 |
Julian Smart | Removed unreadable/out of date guidelines.txt (any... |
tree | commitdiff |
2005-03-22 |
Vadim Zeitlin | corrected GetAppName() link |
tree | commitdiff |
2005-03-22 |
Vadim Zeitlin | added debugrpt sample |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | more about GetRect() (patch 1158730) |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | fixed wxTE_WORDWRAP description; wxTE_LINEWRAP supporte... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added support for wxTE_LINEWRAP; use GTK_WRAP_WORD_CHAR... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | document (and check for it with assert) that wxGetKeySt... |
tree | commitdiff |
2005-03-21 |
Julian Smart | Adapt lib to eVC++ 3/4/PPC |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added links to wxDebugReport |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | documented wxDebugReport and related classes |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added orient parameter to wxMDIParentFrame::Tile() |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | mention which files should be changed when adding a... |
tree | commitdiff |
2005-03-21 |
Vadim Zeitlin | added qa library (currently consisting of wxDebugReport... |
tree | commitdiff |
2005-03-20 |
Julian Smart | Updated readme |
tree | commitdiff |
2005-03-20 |
Vadim Zeitlin | Seek(-1, mode) should work instead of giving an error... |
tree | commitdiff |
2005-03-20 |
Julian Smart | Fixes for WinCE toolbar |
tree | commitdiff |
2005-03-19 |
Julian Smart | Fixed toolbar bitmap bug introduced by deriving wxToolM... |
tree | commitdiff |
2005-03-19 |
Julian Smart | Added wxDialog::GetToolBar for PocketPC |
tree | commitdiff |
2005-03-18 |
Julian Smart | Expanded wxSystemOptions docs, documented wxTE_CAPITALIZE |
tree | commitdiff |
2005-03-18 |
Julian Smart | Added WXK_SPECIAL... keycodes for special hardware... |
tree | commitdiff |
2005-03-18 |
Julian Smart | Doc tweaks |
tree | commitdiff |
2005-03-18 |
Julian Smart | SetSashSize doc'ed |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | fixed wxDateTime::SetToWeekDayInSameWeek(Sun, Monday_First) |
tree | commitdiff |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
tree | commitdiff |
2005-03-17 |
Julian Smart | Small fixes for compiling Cygwin (with --disable-sockets) |
tree | commitdiff |
2005-03-16 |
Julian Smart | Implemented PocketPC menubar/toolbar as wxToolMenuBar... |
tree | commitdiff |
2005-03-16 |
Julian Smart | Added wxWINDOWS_POCKETPC, wxWINDOWS_SMARTPHONE |
tree | commitdiff |
2005-03-15 |
Julian Smart | UPdated notes |
tree | commitdiff |
2005-03-15 |
Julian Smart | Fixed wxToolBar for WinCE so normal bitmaps can be... |
tree | commitdiff |
2005-03-14 |
Julian Smart | Added wxPropertySheetDialog for implementing settings... |
tree | commitdiff |
2005-03-14 |
Julian Smart | Updated symbols |
tree | commitdiff |
2005-03-14 |
Julian Smart | Frames have Ctrl+Q accelerator set automatically, as... |
tree | commitdiff |
2005-03-14 |
Vadim Zeitlin | made GetDataDir() return the directory where the progra... |
tree | commitdiff |
2005-03-13 |
Michael Wetherell | Add wxTempFileOutputStream, patch 1152042 by Stas Sergeev |
tree | commitdiff |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
tree | commitdiff |
2005-03-13 |
Julian Smart | Added wxNB_FLAT for WinCE property sheet tabs |
tree | commitdiff |
2005-03-13 |
Michael Wetherell | Add wxTempFileOutputStream |
tree | commitdiff |
2005-03-12 |
Vadim Zeitlin | changed wxDL_DEFAULT to be same as wxDL_NOW as this... |
tree | commitdiff |
2005-03-12 |
Robert Roebling | gtk updates |
tree | commitdiff |
2005-03-12 |
Robert Roebling | Applied patch for ArtProvider. |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | added wxDebugReport |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | gave default value of wxID_ANY to id parameter of wxSta... |
tree | commitdiff |
2005-03-11 |
Vadim Zeitlin | added wxSizerFlags::Left/Right() |
tree | commitdiff |
2005-03-10 |
Włodzimierz Skiba | Missing API of wxMenuItem. const corrections. PalmOS... |
tree | commitdiff |
2005-03-09 |
Václav Slavík | AddFile usage clarifications |
tree | commitdiff |
2005-03-09 |
Dimitri Schoolwerth | minor cleanup (doc typos fixed, removed tabs) |
tree | commitdiff |
2005-03-08 |
Kevin Hock | Removed descriptions of now-private m_ variables and... |
tree | commitdiff |
2005-03-08 |
Włodzimierz Skiba | Correct header filename (part of bug #1154011). |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | mention Linux/AMD64 build fix |
tree | commitdiff |
2005-03-08 |
Vadim Zeitlin | removed wx_dynamic_cast(), it can't be implemented... |
tree | commitdiff |
2005-03-07 |
Robert Roebling | Applied GetSystemMetric patch to suppurt GTK and... |
tree | commitdiff |
2005-03-06 |
Julian Smart | Removed spurious comment |
tree | commitdiff |
2005-03-06 |
Julian Smart | Doc tweaks |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Applied John L's patches for curson scaling, image... |
tree | commitdiff |
2005-03-04 |
Robert Roebling | Changed wxFileName::SetExt() as per the discussion... |
tree | commitdiff |
2005-03-03 |
Vadim Zeitlin | added wx_dynamic_cast() |
tree | commitdiff |
2005-03-03 |
Julian Smart | Added wxBUFFER_VIRTUAL_AREA, wxBUFFER_CLIENT_AREA to... |
tree | commitdiff |
2005-03-02 |
Ryan Norton | *** empty log message *** |
tree | commitdiff |
2005-03-02 |
Ryan Norton | note that GetFromWindow is windows only |
tree | commitdiff |
2005-03-02 |
Ryan Norton | Document wxDisplay::GetFromWindow |
tree | commitdiff |
2005-03-02 |
Ryan Norton | fix unresolved reference |
tree | commitdiff |
2005-03-02 |
Ryan Norton | fix backslashes |
tree | commitdiff |
2005-03-02 |
Ryan Norton | grammer |
tree | commitdiff |
2005-03-02 |
Ryan Norton | clear up the 'something' |
tree | commitdiff |
2005-03-02 |
Ryan Norton | reword a bit - get rid of mention of the platforms... |
tree | commitdiff |
2005-03-02 |
Kevin Hock | Add missing wxFileDialog flags to both dialog overview... |
tree | commitdiff |
2005-03-01 |
Julian Smart | Typo fixes |
tree | commitdiff |
2005-02-28 |
Julian Smart | Search path correction (in line with intl.cpp) |
tree | commitdiff |
2005-02-28 |
Ryan Norton | note wxURI change |
tree | commitdiff |
2005-02-28 |
Ryan Norton | rename wxURI::GetUser to wxURI::GetUserInfo and add... |
tree | commitdiff |
2005-02-28 |
Julian Smart | Documented wxImage XPM data ctor |
tree | commitdiff |
2005-02-28 |
Vadim Zeitlin | support filenames with empty extension (foo.) (bug... |
tree | commitdiff |
2005-02-27 |
Vadim Zeitlin | added support for saving grey and grey-red PNG images... |
tree | commitdiff |
2005-02-27 |
Julian Smart | Tweaks to install guide |
tree | commitdiff |
2005-02-27 |
Julian Smart | Added GetIcon, GetBitmap to wxImageList |
tree | commitdiff |
2005-02-23 |
Włodzimierz Skiba | wxDocManager::GetTemplates was missing (#1149847) |
tree | commitdiff |
2005-02-22 |
Włodzimierz Skiba | Licence name correction. |
tree | commitdiff |
2005-02-22 |
Włodzimierz Skiba | More connections between wxWindow and wxRadioBox. |
tree | commitdiff |
2005-02-22 |
Włodzimierz Skiba | wxRect::SetSize documented. |
tree | commitdiff |
2005-02-21 |
Włodzimierz Skiba | Consistent wxWindow::Enable with wxRadioBox::Enable... |
tree | commitdiff |
2005-02-21 |
Julian Smart | Updated FAQs from web site |
tree | commitdiff |
2005-02-21 |
Dimitri Schoolwerth | reworded parts of the 'alpha channel support' paragraph |
tree | commitdiff |
2005-02-21 |
Vadim Zeitlin | declare variable used in source code example (bug 1093638) |
tree | commitdiff |
2005-02-21 |
Vadim Zeitlin | removed mention of client data, there is none in this... |
tree | commitdiff |
2005-02-20 |
Vadim Zeitlin | define wxNO_(THREADS|RTTI|EXCEPTIONS) if the correspond... |
tree | commitdiff |
2005-02-20 |
Julian Smart | Duplicate label corrections |
tree | commitdiff |
next |