2008-12-30 |
Vadim Zeitlin | extract AddColumnsItems() from ShowColumnsMenu() to... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | added wxSocket::ShutdownOutput() (closes #9229) |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | ensure that WIN32 is defined, winsock2.h relies on... |
tree | commitdiff |
2008-12-30 |
Vadim Zeitlin | remove wxSOCKET_MAX_EVENT, it is not really necessary... |
tree | commitdiff |
2008-12-29 |
Jaakko Salli | Update editor control font centrally, in wxPropertyGrid... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | add the HTML string of the selected item to wxSimpleHtm... |
tree | commitdiff |
2008-12-29 |
Francesco Montorsi | use a common m_isInsideYield flag instead of static... |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | build fixes for wxUSE_IPV6==1 under Windows |
tree | commitdiff |
2008-12-29 |
Vadim Zeitlin | replaced unweildy GAddress functions with wxSockAddress... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | move Ellipsize() to wxControl so it can be easily used... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | no real change: rename wxPendingEvents to wxHandlersWit... |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | refactor wxStaticText::Ellipsize so it's a static publi... |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxOSX/Cocoa |
tree | commitdiff |
2008-12-28 |
Vadim Zeitlin | implement DispatchTimeout() for wxCocoa |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | restore tabg.h and tabg.cpp for wxMotif |
tree | commitdiff |
2008-12-28 |
Francesco Montorsi | fix wxPowerEvent, wxRichTextEvent and wxWizardEvent... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move Read/Write() to common code, there was almost... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | wxSocketImpl::Shutdown() doesn't need to be virtual... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | don't remove/add back the socket to the list of inputs... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the now unused Connect_Timeout() |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | remove the badle defined and apparently unnecessary... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | got rid of wxSocketBase::m_error which could get out... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | our sockets are always non-blocking anyhow so throw... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | remove the long deprecated wxTabCtrl class |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | fix wxSashEvent, wxFindDialogEvent, wxSplitterEvent... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | Fix wxCalendarEvent and wxTextUrlEvent event classes... |
tree | commitdiff |
2008-12-27 |
Francesco Montorsi | fix wxTimerEvent and wxTreeCtrl to use IMPLEMENT_DYNAMI... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | implement wxEventLoop::DispatchTimeout() for wxGTK... |
tree | commitdiff |
2008-12-27 |
Vadim Zeitlin | move generic DispatchTimeout() implementation in the... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | use DispatchTimeout() and/or select() with timeout... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | added wxEventLoop::DispatchTimeout() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | return true if we did anything in NotifyExpired() |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | remove m_use_events from Unix wxSocket implementation... |
tree | commitdiff |
2008-12-26 |
Jaakko Salli | Have wxPGTextCtrlEditor::UpdateControl() update wxTextC... |
tree | commitdiff |
2008-12-26 |
Vadim Zeitlin | remember the events we were notified about in OnRequest... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | mingw32 typedef's and not define's SOCKET so test for... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use void pointers, not char ones, in socket IO functions |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consis... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | unhide the second wxTextAreaBase::HitTest() overload... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | make Scroll() itself virtual too as existing code might... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | deprecate OnScroll() which existed for compatibility... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | compilation fix after wxScrollHelperNative renaming... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | provide generic implementation for ShowScrollbars(... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | add convenient GetViewStart() and Scroll() overloads... |
tree | commitdiff |
2008-12-24 |
Paul Cornett | fix saving/restoring size when WM supports _NET_FRAME_E... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | also call AddGrowableRow/Col() for wxGridBagSizer |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow/Col() only after... |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | set correct properties for the new files |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Add wxDataViewCtrl::ExpandAncestors() and call it from... |
tree | commitdiff |
2008-12-23 |
Robert Roebling | Added pseudo-asynchronous clipboard implemenation to... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG... |
tree | commitdiff |
2008-12-22 |
Paul Cornett | non-pch build fixes |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | undid change accidentally committed as part of r57093... |
tree | commitdiff |
2008-12-21 |
Robert Roebling | Added experimental async clipboard format query |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix for compilation with newer DMC headers (see #10112) |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the... |
tree | commitdiff |
2008-12-20 |
Jaakko Salli | Fixed various inconsistencies with deleting properties... |
tree | commitdiff |
2008-12-20 |
Robert Roebling | Call Expand on an item's parent chain in EnsureVisible |
tree | commitdiff |
2008-12-19 |
Robert Roebling | Implemented wxBitmapToggleButton generically for now |
tree | commitdiff |
2008-12-19 |
Vadim Zeitlin | define USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | don't change the value of the hash element if insert... |
tree | commitdiff |
2008-12-17 |
Chris Elliott | fix for Borland compilation |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | PCH-less build fixes |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of... |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHea... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Fixes #10247: wxDataViewCtrl - event is generated when... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Added wxDataViewCtrl::IsExpanded(item) |
tree | commitdiff |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | handle actions of the columns popup menu in wxHeaderCtr... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | added a helper function to show the popup menu allowing... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | disable UI updating during GetPopupMenuSelectionFromUse... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | added helper Is{Col,Row}Shown() |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | renamed GetColHeader() to GetGridColHeader() for consis... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't mistake a simple click on a column for a reorderi... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | fix several bugs in index/position translation code... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | don't use the hack with adding hidden columns to the... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | no changes, just refactoring: extracted the code to... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | refresh the grid after resetting the columns positions... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | added wxHeaderCtrl::ResetColumnsOrder() function; use... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | add support for hiding columns when using native header... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns |
tree | commitdiff |
2008-12-13 |
Kevin Ollivier | Forward port new wxRenderer methods in 2.8 to trunk. |
tree | commitdiff |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are... |
tree | commitdiff |
2008-12-12 |
Vadim Zeitlin | STL build: fix missing const which results in Insert... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | don't duplicate the column reordering in generic wxHead... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | don't lose the scroll offset when the window is reposit... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxGrid::UseNativeColHeader() (column reordering... |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxHeaderCtrl::OnColumnCountChanging() |
tree | commitdiff |
2008-12-11 |
Jaakko Salli | Added wxPropertyGridInterface::RemoveProperty() |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | added wxVector::resize() |
tree | commitdiff |
next |