2002-05-02 |
Vadim Zeitlin | fixed type: wxUint16 -> wxUint32 (patch 549556) |
tree | commitdiff |
2002-04-28 |
Vadim Zeitlin | changed DoDragDrop(bool) into DoDragDrop(int) and added... |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | some docs for wxArray(int n) mods |
tree | commitdiff |
2002-04-27 |
Vadim Zeitlin | mention that creation time only lives up to its name... |
tree | commitdiff |
2002-04-21 |
Vadim Zeitlin | added and documented wxWindow::SetFocusFromKbd |
tree | commitdiff |
2002-04-20 |
Julian Smart | Typo fixed in tsizer.tex; no change to setup0.h |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | mention that doing SetFocus() results in the focus... |
tree | commitdiff |
2002-04-20 |
Vadim Zeitlin | added wxGetTopLevelParent() |
tree | commitdiff |
2002-04-19 |
Ron Lee | Added knowledge of virtual size to wx(Scrolled)Windows... |
tree | commitdiff |
2002-04-17 |
Julian Smart | Added wxDF_HTML |
tree | commitdiff |
2002-04-16 |
Václav Slavík | some wxArtProv docs |
tree | commitdiff |
2002-04-16 |
Václav Slavík | fixed outdated filenames |
tree | commitdiff |
2002-04-16 |
George Tasker | Fixes for documentation compilation |
tree | commitdiff |
2002-04-15 |
Vadim Zeitlin | added wx/ipc.h and used/documented it |
tree | commitdiff |
2002-04-14 |
Julian Smart | Applied custom character filter patch for text validator |
tree | commitdiff |
2002-04-12 |
Julian Smart | Implemented wxMouseCaptureChangedEvent and made wxGener... |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | implemented IPC using Unix domain sockets |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | replaced SetName() with SetText() |
tree | commitdiff |
2002-04-12 |
Vadim Zeitlin | implemented wxChoice::Delete |
tree | commitdiff |
2002-04-11 |
Vadim Zeitlin | fixed 2 small typos (reported by Janos Vegh) |
tree | commitdiff |
2002-04-10 |
Julian Smart | Added a wxDD_NEW_DIR_BUTTON style for wxDirDialog ... |
tree | commitdiff |
2002-04-09 |
Vadim Zeitlin | fixed a bug in wxStopWatch::Pause() (wouldn't pause... |
tree | commitdiff |
2002-04-08 |
Julian Smart | Further fixes to references |
tree | commitdiff |
2002-04-08 |
Julian Smart | Removed a lot of redundant references to wxWindow:... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | fixed several bugs in Mkdir() and also modified its... |
tree | commitdiff |
2002-04-08 |
Vadim Zeitlin | added GetPath(flags) version to allow retrieving the... |
tree | commitdiff |
2002-04-08 |
Julian Smart | Added wxDIRCTRL_EDITABLE style so we can choose whether |
tree | commitdiff |
2002-04-08 |
Julian Smart | Canvas: added some DECLARE_CLASS macros to stop it... |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added ra key methods docs |
tree | commitdiff |
2002-04-07 |
Vadim Zeitlin | added wxTextCtrl::EmulateKeyPress |
tree | commitdiff |
2002-04-07 |
Julian Smart | Version updates, manual date change, no change to dragi... |
tree | commitdiff |
2002-04-07 |
Václav Slavík | add artprov sample to the list |
tree | commitdiff |
2002-04-06 |
Václav Slavík | fixed wxEncodingConverter::Convert docs |
tree | commitdiff |
2002-04-06 |
Václav Slavík | added wxFontMapper::Get/Set |
tree | commitdiff |
2002-04-06 |
Václav Slavík | fixed typo |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | added a few missing tree events to the docs |
tree | commitdiff |
2002-04-05 |
Vadim Zeitlin | minor fix to wxFileName::MakeRelativeTo(), removed... |
tree | commitdiff |
2002-04-04 |
Julian Smart | Added wxTB_NODIVIDER and wxTB_NOALIGN so native Windows... |
tree | commitdiff |
2002-04-03 |
Mattia Barbon | Mention wxCURSOR_BLANK |
tree | commitdiff |
2002-04-03 |
Vadim Zeitlin | added a note about the constraints being deprecated |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | fixed OnDropFiles() signature |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | changed wxCondition API to take a reference, not pointe... |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | added wxSemaphore (with docs), new version of wxConditi... |
tree | commitdiff |
2002-04-02 |
Vadim Zeitlin | added the include files section (patch 538251) |
tree | commitdiff |
2002-04-02 |
Robin Dunn | wxWindowMSW now eats EVT_CHAR if the key was handled... |
tree | commitdiff |
2002-04-01 |
Julian Smart | Applied FloodFill patch |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | wxFileName::Get/SetTimes() finally seem to work under... |
tree | commitdiff |
2002-03-27 |
Vadim Zeitlin | added wxEXEC_MAKE_GROUP_LEADER (patch 535422) |
tree | commitdiff |
2002-03-26 |
Julian Smart | Copied roadmap from wxWebSite module |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | Docs for wxDialog/wxFrame::SetIcons and wxIconBundle. |
tree | commitdiff |
2002-03-26 |
Václav Slavík | wxhtml.rc not needed anymore |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | update the toolbar docs for radio buttons |
tree | commitdiff |
2002-03-26 |
Mattia Barbon | Corrected ctors for wxPropertyListView and wxPropertyLi... |
tree | commitdiff |
2002-03-26 |
Vadim Zeitlin | made radio buttons and the toolbat text work for Win32... |
tree | commitdiff |
2002-03-25 |
Vadim Zeitlin | added and documented wxTB_NOICONS and wxTB_TEXT style... |
tree | commitdiff |
2002-03-24 |
Václav Slavík | remove wxApp::GetStdIcon from documentation |
tree | commitdiff |
2002-03-23 |
Vadim Zeitlin | added wxEXEC_NOHIDE flag, modified wxExecute() to take... |
tree | commitdiff |
2002-03-22 |
Julian Smart | Removed references to wxHelpControllerHtml from docs. |
tree | commitdiff |
2002-03-22 |
Václav Slavík | tex2rtf doesn't like math mode |
tree | commitdiff |
2002-03-22 |
Vadim Zeitlin | added Allow() docs |
tree | commitdiff |
2002-03-21 |
Vadim Zeitlin | implemented radio menu items for wxMSW |
tree | commitdiff |
2002-03-18 |
Vadim Zeitlin | 1. implemented radio menu items for wxGTK |
tree | commitdiff |
2002-03-17 |
Václav Slavík | docs corrections and docs for Chris' wxImage::SaveFile... |
tree | commitdiff |
2002-03-16 |
Václav Slavík | applied wxTR_HIDE_ROOT patch for wxMSW |
tree | commitdiff |
2002-03-15 |
Václav Slavík | applied patch for seeking in GIF images |
tree | commitdiff |
2002-03-15 |
Václav Slavík | wxLocale-related corrections to the docs |
tree | commitdiff |
2002-03-15 |
Robin Dunn | Added wxCURSOR_RIGHT_ARROW, which is like the typical... |
tree | commitdiff |
2002-03-11 |
Vadim Zeitlin | right clicking outside any column sets the column in... |
tree | commitdiff |
2002-03-10 |
Ron Lee | added optional parameter to SetSizer, to allow replacin... |
tree | commitdiff |
2002-03-06 |
Julian Smart | Applied patch for Forty, print patch and wxHTML book... |
tree | commitdiff |
2002-03-06 |
Vadim Zeitlin | correct Insert() docs (bug #526172) |
tree | commitdiff |
2002-02-28 |
Ron Lee | Typo fix for GetSizer. |
tree | commitdiff |
2002-02-25 |
Julian Smart | Added middle mouse event macros to wxListCtrl doc;... |
tree | commitdiff |
2002-02-24 |
Vadim Zeitlin | added a note that wxStringList is obsolete |
tree | commitdiff |
2002-02-23 |
Vadim Zeitlin | added EVT_MENU_OPEN and EVT_MENU_CLOSE events |
tree | commitdiff |
2002-02-23 |
Robert Roebling | applied doc patch for wxPostEvent(). |
tree | commitdiff |
2002-02-22 |
Vadim Zeitlin | wxLogFatalError() now always aborts the program and... |
tree | commitdiff |
2002-02-21 |
Vadim Zeitlin | wxCursor(wxImage) added (Chris Elliott, patch 517439) |
tree | commitdiff |
2002-02-20 |
Vadim Zeitlin | use base 10 by default in wxString::To[U]Long |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | added GetButton(), some cleanups |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | added a note about parsing numbers with leading zeroes... |
tree | commitdiff |
2002-02-19 |
Vadim Zeitlin | typo in style definition fixed |
tree | commitdiff |
2002-02-17 |
Václav Slavík | tell wxHTML users to initialize wxImage |
tree | commitdiff |
2002-02-16 |
Vadim Zeitlin | various splitter fixes: |
tree | commitdiff |
2002-02-16 |
Václav Slavík | A couple of changes to wxImage: |
tree | commitdiff |
2002-02-15 |
Mattia Barbon | Updated docs for wxProcessEvent |
tree | commitdiff |
2002-02-14 |
Robin Dunn | As per the wx-dev discussion in early Jan, replaced |
tree | commitdiff |
2002-02-13 |
Vadim Zeitlin | wxRESIZE_BOX -> wxRESIZE_BORDER (bug 515364) |
tree | commitdiff |
2002-02-12 |
Vadim Zeitlin | added IsEditable |
tree | commitdiff |
2002-02-11 |
Vadim Zeitlin | added SetString docs |
tree | commitdiff |
2002-02-08 |
Václav Slavík | changed wxImage::ComputeHistogram to use wxHashMap |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | added another overloaded DrawCircle() version for compl... |
tree | commitdiff |
2002-02-07 |
Vadim Zeitlin | documented wxCOMPILE_TIME_ASSERT2 |
tree | commitdiff |
2002-02-06 |
Vadim Zeitlin | added and documented wxCOMPILE_TIME_ASSERT and wxASSERT... |
tree | commitdiff |
2002-02-04 |
Vadim Zeitlin | base class of wxTreeItemData corrected |
tree | commitdiff |
2002-02-02 |
Václav Slavík | changed wxFileName::Normalize signature to allow or... |
tree | commitdiff |
2002-02-02 |
Gilles Depeyrot | wxCommand is in cmdproc.h (SourceForge patch #511506) |
tree | commitdiff |
2002-02-02 |
Vadim Zeitlin | wxDC::SetClippingRegion() in wxMSW works like in wxGTK... |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | made wxCondition::Signal() queue the signals generated... |
tree | commitdiff |
2002-02-01 |
Vadim Zeitlin | fixed Show() doc, added Hide() |
tree | commitdiff |
next |