2003-07-25 |
Vadim Zeitlin | columns are in report mode, not list (bug 776081) |
tree | commitdiff |
2003-07-23 |
Julian Smart | Printing improvements: GetPageInfo() gets called after... |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | restore some of the styles; added support for splitters... |
tree | commitdiff |
2003-07-22 |
Vadim Zeitlin | wxAutomationObject is not VC++-only |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxBrush() ctor from wxColou... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | gave default parameters for wxPen() ctor from wxColour... |
tree | commitdiff |
2003-07-21 |
Vadim Zeitlin | added wxMirrorDC |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added sizers support; allow resizeable wizards (Robert... |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added wxSize::IncTo/DecTo |
tree | commitdiff |
2003-07-20 |
Vadim Zeitlin | added \arg macro |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | GetFirst/NextChild() now use wxTreeItemIdValue instead... |
tree | commitdiff |
2003-07-19 |
Vadim Zeitlin | added GetForbiddenChars() and TRUE -> true (patch 757777) |
tree | commitdiff |
2003-07-18 |
Julian Smart | Added some standard further identifiers to help with... |
tree | commitdiff |
2003-07-18 |
Vadim Zeitlin | allow to change the event propagation level (modified... |
tree | commitdiff |
2003-07-17 |
Vadim Zeitlin | added format parameter to File/DirName() |
tree | commitdiff |
2003-07-17 |
Vadim Zeitlin | describe better how to use ssociated mutex |
tree | commitdiff |
2003-07-14 |
Vadim Zeitlin | updated recursive mutexes description |
tree | commitdiff |
2003-07-12 |
Mattia Barbon | Added and documented wxColourDatabase::AddColour. |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | GTK_TOOLBAR_BOTH_HORIZ is GTK 2 only (it would have... |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | added wxThreadHelper class (patch 756906) |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | added functions to read/write several elements at once... |
tree | commitdiff |
2003-07-10 |
Vadim Zeitlin | added wxTB_HORZ_TEXT (patch 713813); documented it... |
tree | commitdiff |
2003-07-10 |
Julian Smart | Applied patch [ 758687 ] RegisterHotkey implemented |
tree | commitdiff |
2003-07-09 |
Vadim Zeitlin | added wxSocket::IPAddress() (patch 694119) |
tree | commitdiff |
2003-07-09 |
Vadim Zeitlin | made wxTextInputStream Unicode safe and general cleanup... |
tree | commitdiff |
2003-07-09 |
Julian Smart | Fixed missing bracket |
tree | commitdiff |
2003-07-09 |
Julian Smart | - Moved wxApp::SendIdleEvents and wxApp::ProcessIdle... |
tree | commitdiff |
2003-07-08 |
Vadim Zeitlin | added support for wxALWAYS_SHOW_SB (finally closes... |
tree | commitdiff |
2003-07-08 |
Mattia Barbon | Added --use-stl to cnfigure, wxUSE_STL to setup0.h |
tree | commitdiff |
2003-07-07 |
Vadim Zeitlin | document the functions sending page changing events |
tree | commitdiff |
2003-07-06 |
Vadim Zeitlin | documented Fit() brokenness if sizers are not used |
tree | commitdiff |
2003-07-06 |
Vadim Zeitlin | wxNotebook::HitTest() for wxMSW added (patch 748469) |
tree | commitdiff |
2003-07-06 |
Julian Smart | Added wxHtmlPrintout::AddFilter so the same filters... |
tree | commitdiff |
2003-07-03 |
Mattia Barbon | Updated wxArrayString documentation. |
tree | commitdiff |
2003-07-03 |
Vadim Zeitlin | fixed a typo in IsExposed, put SetValidator in correct... |
tree | commitdiff |
2003-07-03 |
Vadim Zeitlin | fixed comment and docs for GetSize() |
tree | commitdiff |
2003-07-03 |
Vadim Zeitlin | use GetSize() instead of deprecated StreamSize() in... |
tree | commitdiff |
2003-07-01 |
Vadim Zeitlin | documented wxUSE_GUI/BASE and __WXBASE__ |
tree | commitdiff |
2003-06-30 |
Julian Smart | Documented event sink |
tree | commitdiff |
2003-06-30 |
Vadim Zeitlin | added wxCRIT_SECT_DECLARE_MEMBER |
tree | commitdiff |
2003-06-29 |
Vadim Zeitlin | added release() |
tree | commitdiff |
2003-06-29 |
Vadim Zeitlin | documented wxIsMainThread() and other thread-related... |
tree | commitdiff |
2003-06-29 |
Vadim Zeitlin | corrected link in see also |
tree | commitdiff |
2003-06-27 |
Vadim Zeitlin | added RefreshItem[s]() |
tree | commitdiff |
2003-06-26 |
Vadim Zeitlin | added EstimateTotalHeight |
tree | commitdiff |
2003-06-26 |
Julian Smart | Added m_ prefix to wxColourData and wxFontData members... |
tree | commitdiff |
2003-06-25 |
Roger Gammans | correct documentation for wxEVT_GRID_SELECT_CELL and... |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxTINY_CAPTION_XXX are obsolete |
tree | commitdiff |
2003-06-24 |
Vadim Zeitlin | wxBase/GUI separation: 1st step, wxMSW should build... |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | deleted non existing Cancelled() method |
tree | commitdiff |
2003-06-23 |
Vadim Zeitlin | GetIcon() returns wxIconLocation, not wxIcon, now |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | missing backslash before underscore (patch 758143) |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | LaTeX2e fixes (patch 748118) |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | support Show() in wxFlexGridSizer (patch 737850) |
tree | commitdiff |
2003-06-22 |
Vadim Zeitlin | added missing default value for pos parameter in ctor... |
tree | commitdiff |
2003-06-21 |
Vadim Zeitlin | added wxIconLocation; minor fixes to wxIcon on some... |
tree | commitdiff |
2003-06-20 |
Julian Smart | Extended wxTextAttr and added wxTextCtrl::GetStyle... |
tree | commitdiff |
2003-06-19 |
Vadim Zeitlin | added wxIsDebuggerRunning() (which is going to replace... |
tree | commitdiff |
2003-06-18 |
Vadim Zeitlin | wxComboBox doesn't (officially) derive from wxChoice |
tree | commitdiff |
2003-06-18 |
Julian Smart | Added extra wxGLCanvas documentation from |
tree | commitdiff |
2003-06-16 |
Julian Smart | Platform and compiler-specific checking for MSW and... |
tree | commitdiff |
2003-06-14 |
Julian Smart | Added wxMenuBase::FindItemByPosition |
tree | commitdiff |
2003-06-14 |
Vadim Zeitlin | removed duplicated stuff in Delete() docs |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | SetSelection() may be used for both single and multi... |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | added possibility to customize the listbox colours |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | documented all methods pertaining to the multiple selection |
tree | commitdiff |
2003-06-13 |
Vadim Zeitlin | added RefreshLine(s), HitTest() and IsVisible() |
tree | commitdiff |
2003-06-13 |
Václav Slavík | added wxLocale::GetLanguageName |
tree | commitdiff |
2003-06-11 |
Vadim Zeitlin | WriteString() doesn't append EOL automatically |
tree | commitdiff |
2003-06-08 |
Mattia Barbon | wxMessageDialog and ::wxMessageBox don't support... |
tree | commitdiff |
2003-06-08 |
Julian Smart | Added shaped sample copying |
tree | commitdiff |
2003-06-08 |
David Elliott | Mention RFC 1738, in particular file://hostname/path... |
tree | commitdiff |
2003-06-06 |
Vadim Zeitlin | typo in the event type name |
tree | commitdiff |
2003-06-05 |
Václav Slavík | documented wxHW_NO_SELECTION |
tree | commitdiff |
2003-06-03 |
Vadim Zeitlin | documented RefreshAll() |
tree | commitdiff |
2003-06-02 |
Roger Gammans | Addition at simple wxObject*, support into wxVariant. |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | fixed broken English... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Notify -> NotifyEvent |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | fixed broken TeX markup which resulted in broken links |
tree | commitdiff |
2003-06-01 |
Julian Smart | Fixed doc bug [ 733128 ] 'wxTaskBarIcon.PopupMenu(... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Removed AlignIn after further thought |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 710608 ] wxImage::GetImageExtWildcard... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 730697 ] wxRect::AlignIn member |
tree | commitdiff |
2003-06-01 |
Julian Smart | Applied patch [ 619539 ] patch to get small icon via... |
tree | commitdiff |
2003-06-01 |
Vadim Zeitlin | added wxVListBox using wxVScrolledWindow and wxHtmlList... |
tree | commitdiff |
2003-06-01 |
Julian Smart | Added BCC include dir in XRC makefile |
tree | commitdiff |
2003-05-31 |
Vadim Zeitlin | corrected MakeLower/Upper() return value |
tree | commitdiff |
2003-05-30 |
Vadim Zeitlin | typo |
tree | commitdiff |
2003-05-30 |
Vadim Zeitlin | added {Line/Page}{Up/Down} |
tree | commitdiff |
2003-05-30 |
Vadim Zeitlin | bad link fixed |
tree | commitdiff |
2003-05-30 |
Vadim Zeitlin | LaTeX error fixed |
tree | commitdiff |
2003-05-30 |
Vadim Zeitlin | added wxVScrolledWindow |
tree | commitdiff |
2003-05-26 |
Václav Slavík | clarify using embedded XRC |
tree | commitdiff |
2003-05-26 |
Julian Smart | Allow printing objects to be passed a wxWindow, not... |
tree | commitdiff |
2003-05-21 |
Julian Smart | Noted that the preview object is deleted by the frame. |
tree | commitdiff |
2003-05-21 |
Julian Smart | Applied patch [ 689188 ] adds wxToolBar::GetToolPos |
tree | commitdiff |
2003-05-19 |
Julian Smart | Corrected some wxAccessible mistakes |
tree | commitdiff |
2003-05-18 |
Roger Gammans | * Apply patch #735595. Add miminumAcceptable{Height... |
tree | commitdiff |
2003-05-18 |
Julian Smart | Don't prepend directory to filename for shortcuts |
tree | commitdiff |
2003-05-14 |
Julian Smart | Doc fixes |
tree | commitdiff |
next |