projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add wxDataViewCtrl::{Set,Get}CurrentItem().
[wxWidgets.git]
/
interface
/
2010-08-10
Vadim Zeitlin
Add wxDataViewCtrl::{Set,Get}CurrentItem().
tree
|
commitdiff
2010-08-09
Vadim Zeitlin
Don't lose selection in wxDataViewCtrl::Select() under...
tree
|
commitdiff
2010-08-08
Jaakko Salli
Moved wxPGProperty::SetFlag() to protected API since...
tree
|
commitdiff
2010-08-08
Jaakko Salli
Added wxPGProperty::Enable() for conveniency. Refactore...
tree
|
commitdiff
2010-08-06
Bryan Petty
Added the documentation for wxMemoryBuffer::AppendData...
tree
|
commitdiff
2010-07-28
Vadim Zeitlin
Correct id in the wxRichTextCtrl::OnUndo() documentation.
tree
|
commitdiff
2010-07-27
Václav Slavík
Add index-based selection functions to wxDataViewListCtrl.
tree
|
commitdiff
2010-07-27
Václav Slavík
Add item<->row mapping helpers to wxDataViewListCtrl.
tree
|
commitdiff
2010-07-27
Francesco Montorsi
mention wxSystemSettings::GetColour() in wxWindow:...
tree
|
commitdiff
2010-07-25
Robert Roebling
Minor correction to smart pointer docs
tree
|
commitdiff
2010-07-25
Robert Roebling
Tried to make wxDataViewModel docs clearer
tree
|
commitdiff
2010-07-25
Francesco Montorsi
make POSIX and Windows implementation of wxThread:...
tree
|
commitdiff
2010-07-25
Francesco Montorsi
fix double documentation for the same wxLogTrace()...
tree
|
commitdiff
2010-07-25
Francesco Montorsi
refactor wxLog documentation moving verbose parts to...
tree
|
commitdiff
2010-07-25
Francesco Montorsi
do not add files in wxDebugReport::AddFile if copy...
tree
|
commitdiff
2010-07-25
Francesco Montorsi
small doxygen warning fixes
tree
|
commitdiff
2010-07-25
Francesco Montorsi
add tables of events related to wxAuiManagerEvent
tree
|
commitdiff
2010-07-24
Robert Roebling
Make calls wxDataViewModel::ItemDeleted() etc. non...
tree
|
commitdiff
2010-07-24
Vadim Zeitlin
Add EVT_RIBBONGALLERY_CLICKED event.
tree
|
commitdiff
2010-07-24
Vadim Zeitlin
Document wxGridSelectRowsOrColumns selection mode.
tree
|
commitdiff
2010-07-23
Vadim Zeitlin
Allow passing multi-line strings to wxDC::DrawText...
tree
|
commitdiff
2010-07-23
Vadim Zeitlin
Added wxFONTENCODING_EUC_KR alias for wxFONTENCODING_CP949.
tree
|
commitdiff
2010-07-22
Vadim Zeitlin
Document wxVector<T>::swap().
tree
|
commitdiff
2010-07-22
Vadim Zeitlin
Add wxItemContainer::DetachClientObject() and use it...
tree
|
commitdiff
2010-07-22
Vadim Zeitlin
Explain better relationships between various TLW styles.
tree
|
commitdiff
2010-07-17
Robert Roebling
Document methods indicating what kind of client data...
tree
|
commitdiff
2010-07-13
Vadim Zeitlin
Globally use "wxWindows licence" consistently.
tree
|
commitdiff
2010-07-13
Vadim Zeitlin
Send right and double click events in wxGrid when using...
tree
|
commitdiff
2010-07-11
Jaakko Salli
Added 'Delimiter' attribute for wxArrayStringProperty...
tree
|
commitdiff
2010-07-11
Vadim Zeitlin
Optionally set the window name in wxPersistentRegisterA...
tree
|
commitdiff
2010-07-11
Vadim Zeitlin
Set the string to search for in wxSearchCtrl events.
tree
|
commitdiff
2010-07-11
Vadim Zeitlin
Add wxSize::IncBy() and DecBy() overloads taking wxPoint.
tree
|
commitdiff
2010-07-11
Vadim Zeitlin
Allow user code to override key events in generic wxLis...
tree
|
commitdiff
2010-07-05
Stefan Csomor
fixing doc for OSX
tree
|
commitdiff
2010-07-04
Jaakko Salli
Changed wxPropertyGrid default property validation...
tree
|
commitdiff
2010-07-04
Jaakko Salli
Added new wxPropertyGrid property validation failure...
tree
|
commitdiff
2010-07-03
Jaakko Salli
Eliminated lingering validation failure message on...
tree
|
commitdiff
2010-07-01
Václav Slavík
Use wxScopedCharBuffer in To8BitData() in ANSI build...
tree
|
commitdiff
2010-06-26
Francesco Montorsi
fix couple of typos
tree
|
commitdiff
2010-06-26
Julian Smart
Documentation change for new wxRTC function
tree
|
commitdiff
2010-06-26
Václav Slavík
Document that wxRearrange* controls exist since 2.9.0.
tree
|
commitdiff
2010-06-22
Vadim Zeitlin
Undo/replace the workaround for Doxygen crash from...
tree
|
commitdiff
2010-06-20
Vadim Zeitlin
Add a system option to exit immediately on assert failure.
tree
|
commitdiff
2010-06-20
Vadim Zeitlin
Document and improve system options definition in the...
tree
|
commitdiff
2010-06-20
Vadim Zeitlin
Remove unnecessary mondrian.{ico,xpm} files from sample...
tree
|
commitdiff
2010-06-19
Francesco Montorsi
Remove identic implementations of wxDir::Exists from...
tree
|
commitdiff
2010-06-19
Vadim Zeitlin
Work around Doxygen crash due to using @since inside...
tree
|
commitdiff
2010-06-18
Jaakko Salli
Made wxAny::IsNull() doc string a bit clearer
tree
|
commitdiff
2010-06-18
Jaakko Salli
Added wxAny::HasSameType()
tree
|
commitdiff
2010-06-18
Jaakko Salli
Use placement new when storing value in wxAnyValueBuffe...
tree
|
commitdiff
2010-06-17
Vadim Zeitlin
Allow specifying non default port for wxFTP connections.
tree
|
commitdiff
2010-06-17
Václav Slavík
Document that wxTextEntry was added in 2.9.0.
tree
|
commitdiff
2010-06-16
Václav Slavík
Add wxTranslations::GetAvailableTranslations().
tree
|
commitdiff
2010-06-14
Jaakko Salli
Added wxIsPod<>. Use it in wxAny instead of wxIsMovable<>.
tree
|
commitdiff
2010-06-13
Francesco Montorsi
moved non-interactive tests for wxDynamicLibrary, wxGet...
tree
|
commitdiff
2010-06-13
Jaakko Salli
Added wxComboCtrl::SetTextCtrlStyle()
tree
|
commitdiff
2010-06-13
Jaakko Salli
Documented pythonic iterators
tree
|
commitdiff
2010-06-12
Jaakko Salli
Added wxPropertyGrid::DedicateKey(), which prevents...
tree
|
commitdiff
2010-06-09
Jaakko Salli
wxAny CheckType() member functions are now const
tree
|
commitdiff
2010-06-09
Francesco Montorsi
Increase interoperability between wxPoint and wxRealPoi...
tree
|
commitdiff
2010-06-09
Francesco Montorsi
Implement wx-prefixed macros versions of DECLARE_EVENT_...
tree
|
commitdiff
2010-06-09
Francesco Montorsi
Implement wx-prefixed macros versions of DECLARE/IMPLEM...
tree
|
commitdiff
2010-06-09
Francesco Montorsi
Implement wx-prefixed macros versions of DECLARE/IMPLEM...
tree
|
commitdiff
2010-06-06
Francesco Montorsi
get rid of wxMimeTypesManager::ReadMailcap and wxMimeTy...
tree
|
commitdiff
2010-06-06
Francesco Montorsi
document wxTransparentColour global instance
tree
|
commitdiff
2010-06-06
Francesco Montorsi
more readable argument names for wxDC::DrawArc
tree
|
commitdiff
2010-06-04
Vadim Zeitlin
Correct EVT_LIST_BEGIN_LABEL_EDIT macro name in the...
tree
|
commitdiff
2010-06-02
Francesco Montorsi
Make wxConfig ctor docs more readable.
tree
|
commitdiff
2010-05-31
Vadim Zeitlin
Use C locale for numbers in wx(File)Config.
tree
|
commitdiff
2010-05-31
Vadim Zeitlin
Add wxString::FromDouble() and FromCDouble().
tree
|
commitdiff
2010-05-30
Francesco Montorsi
Add a simple example to make it easier to get started...
tree
|
commitdiff
2010-05-30
Francesco Montorsi
implement * and / operators for wxPoint, not only wxSize.
tree
|
commitdiff
2010-05-30
Vadim Zeitlin
Add <span> tag and limited support for CSS styles to...
tree
|
commitdiff
2010-05-29
Vadim Zeitlin
Add "filter changed" event to wxFileCtrl.
tree
|
commitdiff
2010-05-29
Vadim Zeitlin
Add wxConfig::Read(float *) overload.
tree
|
commitdiff
2010-05-28
Francesco Montorsi
Add examples of usage for easy copy-and-paste.
tree
|
commitdiff
2010-05-27
Vadim Zeitlin
Correct wxEVT_AUXn_XXX event types names.
tree
|
commitdiff
2010-05-26
Francesco Montorsi
add docs for the global wxStringTokenize() function...
tree
|
commitdiff
2010-05-22
Vadim Zeitlin
Added wxMessageQueue::Clear().
tree
|
commitdiff
2010-05-21
Vadim Zeitlin
Document wxDocManager::CloseDocument().
tree
|
commitdiff
2010-05-21
Vadim Zeitlin
Minor corrections to wxFont size-changing methods.
tree
|
commitdiff
2010-05-21
Vadim Zeitlin
Use ListView_CancelEditLabel() to implement wxListCtrl...
tree
|
commitdiff
2010-05-20
Vadim Zeitlin
Fix wxListCtrl::EndEditLabel() which simply didn't...
tree
|
commitdiff
2010-05-19
Vadim Zeitlin
Document that wxWindow::FindWindowByXXX() functions...
tree
|
commitdiff
2010-05-19
Vadim Zeitlin
Document wxHTTP::SetPostBuffer().
tree
|
commitdiff
2010-05-19
Vadim Zeitlin
Document wxHTTP::Connect(wxSockAddress) overload.
tree
|
commitdiff
2010-05-16
Robert Roebling
Part II of: Add GetChoice() and GetChoices() getters...
tree
|
commitdiff
2010-05-16
Vadim Zeitlin
Mention that stock bitmaps are a wxGTK-only feature...
tree
|
commitdiff
2010-05-16
Vadim Zeitlin
Fix links to wxArtClient and wxArtID in the generated...
tree
|
commitdiff
2010-05-13
Vadim Zeitlin
Document wxDocument::DeleteContents().
tree
|
commitdiff
2010-05-12
Vadim Zeitlin
Restore wxString::Printf() example showing position...
tree
|
commitdiff
2010-05-11
Francesco Montorsi
fix errors/inconsistencies pointed out by ifacecheck
tree
|
commitdiff
2010-05-11
Francesco Montorsi
minor fixes to reduce number of Doxygen warnings
tree
|
commitdiff
2010-05-10
Vadim Zeitlin
Add column parameter to wxListCtrl::GetItemText().
tree
|
commitdiff
2010-05-10
Vadim Zeitlin
Replace wxTINY_CAPTION_{HORIZ,VERT} with a single wxTIN...
tree
|
commitdiff
2010-05-10
Vadim Zeitlin
Don't use wxWindow::ClearBackground() in the image...
tree
|
commitdiff
2010-05-09
Vadim Zeitlin
Replace public wxEvtHandler::ProcessEventHere() with...
tree
|
commitdiff
2010-05-09
Vadim Zeitlin
Add wxWindow::ProcessWindowEventLocally() and use it...
tree
|
commitdiff
2010-05-09
Vadim Zeitlin
Refactor the event processing code to add ProcessEventL...
tree
|
commitdiff
2010-05-09
Vadim Zeitlin
Call wxEvtHandler::TryBefore() only once from ProcessEv...
tree
|
commitdiff
next