2008-12-26 |
Vadim Zeitlin | correct typo in one of the last changes |
tree | commitdiff |
2008-12-25 |
Robert Roebling | Only test for centre flag of minor direction and ignore... |
tree | commitdiff |
2008-12-25 |
Robert Roebling | Avoid redraw artifacts from the border after resizing |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use INVALID_SOCKET instead of -1 to avoid signed/unsign... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | refactor Input/Output_Timeout: don't duplicate the... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | remove the ugly INSTANCE macro |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | more wxSocket code wx-ification: use wxDynamicLibrary... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | remove USE_SYS_TYPES_FD_SET definition which is already... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | use wxCriticalSection instead of CRITICAL_SECTION and... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | merge msw/gsocket.cpp into msw/sockmsw.cpp |
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 | fix wxURL::GetInputStream() for URLs with special chara... |
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 | fix/suppress warning about hiding base class Load(wxURI... |
tree | commitdiff |
2008-12-25 |
Vadim Zeitlin | don't use deprecated OnScroll() |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | handle correctly never/always shown scrollbars in GetCl... |
tree | commitdiff |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate... |
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 |
Robert Roebling | Mark alpha a static data (not to be freed), too |
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 | correct the direction of the comparison between the... |
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 |
Robert Roebling | Don't allow concurrent requests, check return message... |
tree | commitdiff |
2008-12-23 |
Jaakko Salli | Fixed crash when expanding/collapsing categories too... |
tree | commitdiff |
2008-12-23 |
Jaakko Salli | Fixed a VC6 warning (hopefully) |
tree | commitdiff |
2008-12-23 |
Vadim Zeitlin | don't use \u escapes, VC6 doesn't understand them |
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-23 |
Vadim Zeitlin | verify that we don't have more items than our number... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANG... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | use CanSetValueAs() instead of CanGetValueAs() in wxGri... |
tree | commitdiff |
2008-12-22 |
Vadim Zeitlin | correct Serbian locale name: should be sr_RS, not sr_SR... |
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-22 |
Vadim Zeitlin | fix typo in r57455 which totally broke modal dialogs... |
tree | commitdiff |
2008-12-21 |
Robert Roebling | Forgot to commit |
tree | commitdiff |
2008-12-21 |
Robert Roebling | Added experimental async clipboard format query |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConve... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added... |
tree | commitdiff |
2008-12-21 |
Vadim Zeitlin | add wxLogLastError() calls if Shell_NotifyIcon() fails... |
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 | Fully conform to the documented statement according... |
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 | Fixes #10288: wxDataViewCtrl missing selection change... |
tree | commitdiff |
2008-12-19 |
Robert Roebling | Implemented wxBitmapToggleButton generically for now |
tree | commitdiff |
2008-12-19 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-19 |
Jouk Jansen | Update OpenVMS compile support |
tree | commitdiff |
2008-12-18 |
Robert Roebling | Recalculate display (and scrollbars etc) before calling... |
tree | commitdiff |
2008-12-17 |
Robert Roebling | Correct wxDataViewCtrl::IsExpanded and add test for it |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | don't scroll to the child which gets focus if it is... |
tree | commitdiff |
2008-12-17 |
Chris Elliott | cast both ints to doubles for the X and Y scale factors |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | another header for PCH-less compilation |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | fix unused variable warning in release build |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | PCH-less compilation fix |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | fix WinCE compilation: it doesn't know about SW_SHOWDEF... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | don't hard code the menu bar height under WinCE (closes... |
tree | commitdiff |
2008-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL... |
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 #10246: wxDataViewCtrl - first row does not react... |
tree | commitdiff |
2008-12-16 |
Robert Roebling | Fixes #10247: wxDataViewCtrl - event is generated when... |
tree | commitdiff |
2008-12-16 |
Chris Elliott | same as r57054 in 2.8 |
tree | commitdiff |
2008-12-16 |
Chris Elliott | same as r57053 in 2.8 |
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-16 |
Vadim Zeitlin | fix initial best size of (check) list boxes under MSW |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | handle actions of the columns popup menu in wxHeaderCtr... |
tree | commitdiff |
2008-12-15 |
Bryan Petty | Fixed the incorrectly placed parenthesis so ScrollWindo... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | PCH compilation fix |
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 | renamed GetColHeader() to GetGridColHeader() for consis... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | return correct (false) value in onSeparator from FindCo... |
tree | commitdiff |
2008-12-15 |
Vadim Zeitlin | don't leave nrows/ncols uninitialized in wxGridSizer... |
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 | compilation fix after latest changes (missing header) |
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 |
Francesco Montorsi | remove old file not compiled/used anymore since at... |
tree | commitdiff |
2008-12-14 |
Vadim Zeitlin | no changes, just replaced SF bug number in a comment... |
tree | commitdiff |
2008-12-14 |
Paul Cornett | don't call size_request to get best size of a non-nativ... |
tree | commitdiff |
next |