2009-03-06 |
Kevin Ollivier | docs/mac is now docs/osx. |
tree | commitdiff |
2009-03-06 |
Vadim Zeitlin | added wxZlibStream::SetDictionary() (closes #10551) |
tree | commitdiff |
2009-03-05 |
Vadim Zeitlin | fix multiple problems with selection in controls with... |
tree | commitdiff |
2009-03-04 |
Bryan Petty | More wxWindows -> wxWidgets updates (mostly URLs and... |
tree | commitdiff |
2009-03-03 |
Francesco Montorsi | update the list of samples |
tree | commitdiff |
2009-03-02 |
Vadim Zeitlin | added wxTextEntry::SetHint() (a.k.a. cue banner or... |
tree | commitdiff |
2009-03-01 |
Francesco Montorsi | remove old and outdated tech notes |
tree | commitdiff |
2009-02-28 |
Vadim Zeitlin | reset the tooltip text before changing it, this apparen... |
tree | commitdiff |
2009-02-27 |
Francesco Montorsi | mention that some event logic now requires a running... |
tree | commitdiff |
2009-02-26 |
Vadim Zeitlin | deprecate the old TryValidator/Parent() and replace... |
tree | commitdiff |
2009-02-25 |
Vadim Zeitlin | added wxGrid::{Set,Get}{Row,Col}Sizes() methods allowin... |
tree | commitdiff |
2009-02-24 |
Vadim Zeitlin | render <TH> contents in bold, as all the browsers do |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxXmlResource::GetResourceNode() which can... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | put something in the content field type in the tables... |
tree | commitdiff |
2009-02-22 |
Vadim Zeitlin | add public wxLog::Log() to avoid ugly casts needed... |
tree | commitdiff |
2009-02-20 |
Francesco Montorsi | recategorize many misplaced classes; move lots of class... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | name wxThreadEvent and YieldFor in wxProgressDialog... |
tree | commitdiff |
2009-02-18 |
Francesco Montorsi | make distinction between classes which send events... |
tree | commitdiff |
2009-02-18 |
Bryan Petty | Fix manual references to the events overview after... |
tree | commitdiff |
2009-02-17 |
Bryan Petty | Fixed the logo image output in the manual after (obviou... |
tree | commitdiff |
2009-02-17 |
Bryan Petty | Updated version numbers tech note with new doxygen... |
tree | commitdiff |
2009-02-17 |
Francesco Montorsi | give credit to the author of the patch for adding wxIma... |
tree | commitdiff |
2009-02-16 |
Stefan Csomor | adding new defines for OSX |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | second part of #10320: move wxApp event handling functi... |
tree | commitdiff |
2009-02-15 |
Francesco Montorsi | add changelogs for my (relatively) recent commits |
tree | commitdiff |
2009-02-12 |
Vadim Zeitlin | added a period at the end of a sentence (test commit... |
tree | commitdiff |
2009-02-10 |
Bryan Petty | Fixed section identifiers (the added section needed... |
tree | commitdiff |
2009-02-09 |
Robert Roebling | Mention wxTaskBarIcon reimplementation, other details |
tree | commitdiff |
2009-02-08 |
Vadim Zeitlin | add wx-prefixed and semicolon-requiring versions of... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | update custom event definition documentation; document... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | update/reorganize events overview and changed links... |
tree | commitdiff |
2009-02-07 |
Vadim Zeitlin | extract the important overviews in their own section... |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | remove typo |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | fix title of the previously-modified section |
tree | commitdiff |
2009-02-06 |
Francesco Montorsi | mention wxwindow::SetExtraStyle( wxWS_EX_VALIDATE_RECUR... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | remove mention of wxMutexGuiEnter/leave from the multit... |
tree | commitdiff |
2009-02-05 |
Francesco Montorsi | add many references to the overview_windowsizing topic... |
tree | commitdiff |
2009-02-03 |
Vadim Zeitlin | renamed wx/ptr_shrd.h to wx/sharedptr.h; split wx/ptr_s... |
tree | commitdiff |
2009-02-01 |
Francesco Montorsi | add the abicheck.sh script for checking possible ABI... |
tree | commitdiff |
2009-01-31 |
Vadim Zeitlin | remove extra line breaks which prevents Doxygen from... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | document only char* variant of all string utility funct... |
tree | commitdiff |
2009-01-31 |
Francesco Montorsi | remove anchor colouring not only for H2 but also for... |
tree | commitdiff |
2009-01-30 |
Vadim Zeitlin | add support for persistent controls |
tree | commitdiff |
2009-01-29 |
Vadim Zeitlin | add wxHAS_MULTIPLE_FILEDLG_FILTERS symbol to be used... |
tree | commitdiff |
2009-01-28 |
Vadim Zeitlin | fix remaining cases of wxWindow::ProcessEvent() calls... |
tree | commitdiff |
2009-01-28 |
Francesco Montorsi | document various enumerations defined in defs.h; give... |
tree | commitdiff |
2009-01-27 |
Bryan Petty | Applied documentation typo/grammer corrections from... |
tree | commitdiff |
2009-01-27 |
Bryan Petty | Fixed the class diagrams javascript to initialize the... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | refactor WM_COMMAND messages handling in MDI frames... |
tree | commitdiff |
2009-01-27 |
Vadim Zeitlin | added template wxScopedArray<> too |
tree | commitdiff |
2009-01-26 |
Václav Slavík | changed wxMSW's default toolbar bitmaps size from obsol... |
tree | commitdiff |
2009-01-26 |
Bryan Petty | Fixed the margins on the class diagram dropdown image... |
tree | commitdiff |
2009-01-25 |
Vadim Zeitlin | added support for wxCAL_SHOW_WEEK_NUMBERS to generic... |
tree | commitdiff |
2009-01-23 |
Vadim Zeitlin | added (wxMSW-only) wxToolTip::SetMaxWidth() and improve... |
tree | commitdiff |
2009-01-22 |
Francesco Montorsi | update KDE guide link; added to the list of the 'Change... |
tree | commitdiff |
2009-01-22 |
Francesco Montorsi | fix wxWindow::PushEventHandler and related wxWindow... |
tree | commitdiff |
2009-01-21 |
Francesco Montorsi | rename also motif logo |
tree | commitdiff |
2009-01-21 |
Francesco Montorsi | rename image files in a coherent way; remove old unused... |
tree | commitdiff |
2009-01-21 |
Vadim Zeitlin | added wxStandardPaths::GetAppDocumentsDir() and use... |
tree | commitdiff |
2009-01-19 |
Robert Roebling | remove comment recommending (wxWindow*) NULL |
tree | commitdiff |
2009-01-19 |
Francesco Montorsi | fix some wording and a typo |
tree | commitdiff |
2009-01-16 |
Vadim Zeitlin | implement SetTimes() for directories too under MSW... |
tree | commitdiff |
2009-01-16 |
Robert Roebling | Mention wxDataViewListCtrl |
tree | commitdiff |
2009-01-15 |
Bryan Petty | Noted changes to wxVScrolledWindow in the 3.0 overview... |
tree | commitdiff |
2009-01-15 |
Vadim Zeitlin | added a (Windows-only) Flash sample |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | miscellaneous spelling/grammar corrections (closes... |
tree | commitdiff |
2009-01-12 |
Vadim Zeitlin | add more flexible and safer template Connect() overload... |
tree | commitdiff |
2009-01-09 |
Bryan Petty | Turned off brief descriptions on group pages (it just... |
tree | commitdiff |
2009-01-09 |
Francesco Montorsi | add Id SVN keyword |
tree | commitdiff |
2009-01-07 |
Francesco Montorsi | fix doxygen warning about XHTML syntax |
tree | commitdiff |
2009-01-06 |
Bryan Petty | Fixed wxTreeCtrl docs link. |
tree | commitdiff |
2009-01-06 |
Bryan Petty | Switched @NULL back to (the appropriate) @NUL and added... |
tree | commitdiff |
2009-01-06 |
Francesco Montorsi | add the @appearance tag to wxFileCtrl |
tree | commitdiff |
2009-01-05 |
Bryan Petty | Committing Doxygen 1.5.7+ configuration changes as... |
tree | commitdiff |
2009-01-03 |
Bryan Petty | Updated translations manual page with latest status... |
tree | commitdiff |
2008-12-31 |
Vadim Zeitlin | added SetLabelText() and EscapeMnemonics() |
tree | commitdiff |
2008-12-30 |
Francesco Montorsi | no real change; make more readable the Aliases section |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | handle exceptions thrown from overridden wxView::OnCrea... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | mention wxEVT_GRID_CELL_CHANGED-related changes |
tree | commitdiff |
2008-12-27 |
Robert Roebling | Add Wonderful World of wxWidgets 3.0. |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | autolink CreateButtonSizer |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | reorganize scroll sample to make it possible to underst... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | no changes, just don't use "any more" thrice in a row |
tree | commitdiff |
2008-12-20 |
Francesco Montorsi | replace wxPostEvent with wxQueueEvent and update the... |
tree | commitdiff |
2008-12-20 |
Francesco Montorsi | mention multi-core systems and wxThread::GetCPUCount |
tree | commitdiff |
2008-12-19 |
Robert Roebling | Mention wxRearrangeCtrl, wxFileCtrl |
tree | commitdiff |
2008-12-17 |
Robert Roebling | Minor stream class changes |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
tree | commitdiff |
2008-12-16 |
Francesco Montorsi | don't remove docs for wxThreadHelper::Create; list... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Mention header control in Category page |
tree | commitdiff |
2008-12-14 |
Francesco Montorsi | reformat stream overview and provide a description... |
tree | commitdiff |
2008-12-12 |
Francesco Montorsi | link class groups with macro groups and provide a brief... |
tree | commitdiff |
2008-12-09 |
Francesco Montorsi | if we keep autobrief comments = YES, let's repeat the... |
tree | commitdiff |
2008-12-08 |
Francesco Montorsi | added a overview_string_binary section describing what... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | enable autobrief comments |
tree | commitdiff |
next |