2005-08-31 |
Vadim Zeitlin | added link to wxFileHistory |
tree | commitdiff |
2005-08-31 |
Vadim Zeitlin | added Open() mode parameter |
tree | commitdiff |
2005-08-31 |
Vadim Zeitlin | Raise() and Lower() work for any windows |
tree | commitdiff |
2005-08-31 |
Vadim Zeitlin | corrected header file name |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | spelling fixes and other minor corrections to the docs... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed label case so that the link works (patch 1263943) |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | fixed bug in wxStreamBuffer::Read(wxStreamBuffer *... |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | Fixed several bugs in wxDateTime timezone handling: |
tree | commitdiff |
2005-08-28 |
Vadim Zeitlin | added wxLongLong::ToDouble() |
tree | commitdiff |
2005-08-27 |
Vadim Zeitlin | added operator==() and != |
tree | commitdiff |
2005-08-25 |
Vadim Zeitlin | don't mention undocumented wxOwnerDrawn in the docs... |
tree | commitdiff |
2005-08-23 |
Vadim Zeitlin | removed wrong sentence about idle events being sent... |
tree | commitdiff |
2005-08-19 |
Michael Wetherell | Document the current behaviour of OnDestroy |
tree | commitdiff |
2005-08-17 |
Vadim Zeitlin | made wxChoice and wxComboBox::GetSelection() return... |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | added newsince note |
tree | commitdiff |
2005-08-16 |
Vadim Zeitlin | added wxStaticText::Wrap() |
tree | commitdiff |
2005-08-13 |
Michael Wetherell | Make the backward compatibility section a topic overview. |
tree | commitdiff |
2005-08-11 |
Vadim Zeitlin | added wxSIZE_FORCE flag for SetSize() |
tree | commitdiff |
2005-08-10 |
Michael Wetherell | Mention converting ANSI->Unicode, patch 1247339 Eric Kow |
tree | commitdiff |
2005-08-10 |
Václav Slavík | make sure all licence texts are really the same |
tree | commitdiff |
2005-08-09 |
Mart Raudsepp | "Include file" -> "Include files" - as in all other... |
tree | commitdiff |
2005-08-08 |
Mart Raudsepp | [wxGTK2] wxTextCtrl::XYToPosition(): Return -1 if x... |
tree | commitdiff |
2005-08-06 |
Vadim Zeitlin | added char/wxChar note (bug 1252854) |
tree | commitdiff |
2005-08-04 |
Vadim Zeitlin | corrected wxUnix2DosFilename signature, added deprecati... |
tree | commitdiff |
2005-08-04 |
Mart Raudsepp | wxFont wxMSW specific ctor first arg is a const wxSize... |
tree | commitdiff |
2005-08-02 |
Julian Smart | Small corrections to licence |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | added wxDynamicLibrary::GetSymbolAorW() |
tree | commitdiff |
2005-07-29 |
Vadim Zeitlin | async playback and object lifetime remarks |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | many improvements/bug fixes to media control: new wxEVT... |
tree | commitdiff |
2005-07-28 |
Mart Raudsepp | wxGTK: Implemented wxTLW::RequestUserAttention() |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | clarifications about MRU menu workings (patch 1221797) |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | added wxImage::RotateHue() and RGB <-> HSV conversions... |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | document wxDb::ExecSql() 3 params overload (patch 1240839) |
tree | commitdiff |
2005-07-28 |
Vadim Zeitlin | typo (patch 1246614) |
tree | commitdiff |
2005-07-26 |
Vadim Zeitlin | removed (non existing) default argument for DrawRounded... |
tree | commitdiff |
2005-07-26 |
Kevin Hock | Updating wording in description of Skip to be less... |
tree | commitdiff |
2005-07-26 |
Włodzimierz Skiba | Header correction. |
tree | commitdiff |
2005-07-25 |
Julian Smart | Version number update |
tree | commitdiff |
2005-07-22 |
Michael Wetherell | Add wxListCtrl::Get/SetItemFont, patch 1236820 Francesc... |
tree | commitdiff |
2005-07-14 |
Vadim Zeitlin | added wxID_NONE |
tree | commitdiff |
2005-07-14 |
Mart Raudsepp | wxGLCanvas ctors have default values for pos and size... |
tree | commitdiff |
2005-07-14 |
Mart Raudsepp | wxProgressDialog is inherited from wxDialog, not wxFrame. |
tree | commitdiff |
2005-07-13 |
Vadim Zeitlin | added wxXmlResource::Unload() (replaces patch 1178853) |
tree | commitdiff |
2005-07-13 |
Vadim Zeitlin | commented and documented wxXRC_NO_RELOADING flag |
tree | commitdiff |
2005-07-04 |
Michael Wetherell | Typo fixes |
tree | commitdiff |
2005-07-04 |
Michael Wetherell | Add chapter on backward compatibility |
tree | commitdiff |
2005-07-04 |
Michael Wetherell | Mention that entry names are full paths after feedback... |
tree | commitdiff |
2005-07-03 |
Mart Raudsepp | No default args in headers for SetSizeHints minimal... |
tree | commitdiff |
2005-07-02 |
Vadim Zeitlin | made more clear that GetItemRect() returns physical... |
tree | commitdiff |
2005-07-02 |
Kevin Hock | Fix BOTTOM events to use BOTTOM in their description... |
tree | commitdiff |
2005-06-30 |
Włodzimierz Skiba | DMC/PCH info. |
tree | commitdiff |
2005-06-30 |
Mart Raudsepp | Note on need for build environment support for PCH... |
tree | commitdiff |
2005-06-27 |
Mart Raudsepp | Add wxArray, wxArrayString, wxDateEvent and wxSplitterE... |
tree | commitdiff |
2005-06-27 |
Mart Raudsepp | Link fix in XML Resource overview. |
tree | commitdiff |
2005-06-27 |
Mart Raudsepp | Remove references to wxValidator in wxSpinButton docs... |
tree | commitdiff |
2005-06-26 |
Mattia Barbon | Documented wxListItemAttr. |
tree | commitdiff |
2005-06-23 |
Václav Slavík | rolled back exceptions handling patch, it relied on... |
tree | commitdiff |
2005-06-23 |
Julian Smart | Clarified wx[NO_]FULL_REPAINT_ON_RESIZE docs |
tree | commitdiff |
2005-06-23 |
Julian Smart | Corrections |
tree | commitdiff |
2005-06-22 |
Kevin Hock | Removed duplicate end list tag. Whoops, sorry. |
tree | commitdiff |
2005-06-22 |
Kevin Hock | Document EVT_TREE_STATE_IMAGE_CLICK (Windows only) |
tree | commitdiff |
2005-06-21 |
Vadim Zeitlin | wxDragImage is not in wxAdv |
tree | commitdiff |
2005-06-20 |
Chris Elliott | Fix Error between Get and Set |
tree | commitdiff |
2005-06-20 |
Václav Slavík | changed exceptions handling to work under wxGTK |
tree | commitdiff |
2005-06-19 |
Vadim Zeitlin | documented that wxFileModificationTime() returns 0... |
tree | commitdiff |
2005-06-16 |
Vadim Zeitlin | documented wxScopeGuard; this class is too useful to... |
tree | commitdiff |
2005-06-06 |
Vadim Zeitlin | DECLARE_DYNAMIC_CLASS() requires a default ctor |
tree | commitdiff |
2005-06-02 |
Vadim Zeitlin | typo in last commit |
tree | commitdiff |
2005-06-01 |
Vadim Zeitlin | added wxPLURAL() macro |
tree | commitdiff |
2005-06-01 |
Václav Slavík | pretified libs.bmp/gif: use antialiasing |
tree | commitdiff |
2005-06-01 |
Julian Smart | Added documentation for wxWindowCreateEvent, wxWindowDe... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | send wxEVT_SCROLL_CHANGED when using mouse wheel as... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | wxStandardPaths methods are not static; documented... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | added wxEVT_SCROLL_CHANGED as synonym for wxEVT_SCROLL_... |
tree | commitdiff |
2005-05-31 |
Vadim Zeitlin | document that SetCurrent() must be called on a visible... |
tree | commitdiff |
2005-05-31 |
Julian Smart | Typo correction patch [ 1208110 ] Lots of typo corrections |
tree | commitdiff |
2005-05-31 |
Julian Smart | Version number updates |
tree | commitdiff |
2005-05-27 |
Vadim Zeitlin | documented WX_PRECOMP |
tree | commitdiff |
2005-05-25 |
Julian Smart | wxTR_TWIST_BUTTONS style no longer used in wxTreeCtrl |
tree | commitdiff |
2005-05-25 |
Julian Smart | Manual speak with forked tongue |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | document Cmp[NoCase]() overloads taking wxString too... |
tree | commitdiff |
2005-05-22 |
Julian Smart | Removed reference to module file |
tree | commitdiff |
2005-05-22 |
Vadim Zeitlin | wxCloseEvent::GetLoggingOff() is for [query] end sessio... |
tree | commitdiff |
2005-05-21 |
Kevin Hock | wxSTAY_ON_TOP is available on all 3 major platforms... |
tree | commitdiff |
2005-05-21 |
Kevin Hock | Update description of ITEM_MENU to reflect its increase... |
tree | commitdiff |
2005-05-18 |
Vadim Zeitlin | added wxEvtHandler::Disconnect(evtType, ...) overload |
tree | commitdiff |
2005-05-18 |
Julian Smart | Updated and removed unnecessary graphics |
tree | commitdiff |
2005-05-18 |
Julian Smart | Removed redundant file |
tree | commitdiff |
2005-05-18 |
Julian Smart | Removed more traces of wxrcedit |
tree | commitdiff |
2005-05-17 |
Julian Smart | Removed redundant files |
tree | commitdiff |
2005-05-13 |
Włodzimierz Skiba | wxHtmlContainerCell::GetFirstCell was replaced with... |
tree | commitdiff |
2005-05-12 |
Kevin Hock | Updated docs to accurately define wxHIDE_READONLY,... |
tree | commitdiff |
2005-05-01 |
Václav Slavík | the manual contained wrong licence wording inconsistent... |
tree | commitdiff |
2005-04-28 |
Julian Smart | Worked around an apparent bug in Windows whereby some... |
tree | commitdiff |
2005-04-21 |
Ryan Norton | Add wxLaunchDefaultBrowser, note wxGetKeyState change |
tree | commitdiff |
2005-04-19 |
Kevin Hock | Added Ryan Norton and myself to the list of contributors |
tree | commitdiff |
2005-04-17 |
Vadim Zeitlin | corrected wxMMedia description (forgot to commit before) |
tree | commitdiff |
2005-04-17 |
Vadim Zeitlin | documented new AddFile() behaviour with abs paths |
tree | commitdiff |
2005-04-17 |
Julian Smart | wxHelpController now wxCHMHelpController on Windows |
tree | commitdiff |
2005-04-16 |
Vadim Zeitlin | updated from libs.dia |
tree | commitdiff |
next |