2005-04-11 |
Julian Smart | A word about context help on Mac |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | documented AddText |
tree | commitdiff |
2005-04-10 |
Vadim Zeitlin | documented wxSL_BOTTOM, clarified the others |
tree | commitdiff |
2005-04-09 |
Robin Dunn | PythonNote corrected |
tree | commitdiff |
2005-04-08 |
Ryan Norton | Various underscore doc fixes and some wxXCharBuffer... |
tree | commitdiff |
2005-04-08 |
Michael Wetherell | Documentation fixes, patch 1179223 by Andreas Mohr |
tree | commitdiff |
2005-04-06 |
Julian Smart | wxWinCE notes updates |
tree | commitdiff |
2005-04-05 |
Vadim Zeitlin | added GetVisibleBegin/End() to complement/replace GetFi... |
tree | commitdiff |
2005-04-05 |
Włodzimierz Skiba | Deprecate wxPathExists, make wxDirExists used everywher... |
tree | commitdiff |
2005-04-05 |
Ryan Norton | [ 1176516 ] argv datatype has changed (char in docs... |
tree | commitdiff |
2005-04-03 |
Julian Smart | Missing arguments fixed |
tree | commitdiff |
2005-04-03 |
Ryan Norton | Update wxURI for RFC 3986 |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxMemoryInputStream(wxMemoryOutputStream&) ctor... |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | document disabled bitmap parameter of AddTool() |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxImage::IsTransparent(x, y) |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | documented static_data parameter of SetAlpha() |
tree | commitdiff |
2005-04-02 |
Julian Smart | Small doc mods |
tree | commitdiff |
2005-04-02 |
Vadim Zeitlin | added wxSOLID default value for FindOrCreateBrush() |
tree | commitdiff |
2005-04-01 |
Vadim Zeitlin | implemented GetProgramHandle() for Win32 and documented it |
tree | commitdiff |
2005-04-01 |
Julian Smart | Updated date |
tree | commitdiff |
2005-04-01 |
Dimitri Schoolwerth | fixed default style parameter |
tree | commitdiff |
2005-03-31 |
Julian Smart | Applied patch 1173802: Reimplementation of GtkFileChoos... |
tree | commitdiff |
2005-03-31 |
Julian Smart | Applied patch [ 1174270 ] small fixes to wxGenericDirCtrl |
tree | commitdiff |
2005-03-30 |
Julian Smart | Minor English corrections |
tree | commitdiff |
2005-03-30 |
Kevin Hock | Added note that the GLOBAL config flag refers to HKLM... |
tree | commitdiff |
2005-03-29 |
Robert Roebling | Mini doc update for wxConvFileName. |
tree | commitdiff |
2005-03-29 |
Robert Roebling | Replace wxConvFile with wxConvFileName in the docs. |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | send wxEVT_COMMAND_SPLITTER_SASH_POS_CHANGED only once... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | added wxTE_BESTWRAP style (which is the default now... |
tree | commitdiff |
2005-03-27 |
Vadim Zeitlin | made Update() recursive under wxGTK2 (doesn't work... |
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 |
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-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 | document (and check for it with assert) that wxGetKeySt... |
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 | added qa library (currently consisting of wxDebugReport... |
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 | SetSashSize doc'ed |
tree | commitdiff |
2005-03-17 |
Vadim Zeitlin | implemented wxMenuBar ctor taking array of menus/titles... |
tree | commitdiff |
2005-03-17 |
Włodzimierz Skiba | Fixed strange situation when we had wxPathExists and... |
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 | 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 |
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 | Applied patch for ArtProvider. |
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 | 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 | 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 | 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 |
next |