2008-12-25 |
Vadim Zeitlin | rename gsockmsw files to sockmsw
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | reverted f57547, NET_PLATFORM_HDR is used inside msvc...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | remove NET_PLATFORM_HDR which was unused and is unneeded
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | use void pointers, not char ones, in socket IO functions
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | fix wxURL::GetInputStream() for URLs with special characters...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | use wxSUPPRESS_DOLOG_HIDE_WARNING to suppress warnings...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | don't use the client data for storing wxOwnerDrawn...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | make colours used by list and tree controls more consistent...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | unhide the second wxTextAreaBase::HitTest() overload...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | fix/suppress warning about hiding base class Load(wxURI...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | don't use deprecated OnScroll()
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | make Scroll() itself virtual too as existing code might...
|
commit | commitdiff | tree |
2008-12-25 |
Vadim Zeitlin | deprecate OnScroll() which existed for compatibility...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | handle correctly never/always shown scrollbars in GetClientS...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | allow passing -1 range to SetScrollbar() to indicate...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | compilation fix after wxScrollHelperNative renaming...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | further untangle generic and native GTK implementations...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | provide generic implementation for ShowScrollbars(...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | add wxScrollHelper::ShowScrollbars() (implemented for...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | add convenient GetViewStart() and Scroll() overloads...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | add example of synchronizing 2 scrolled windows
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | reorganize scroll sample to make it possible to understand...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow() only when the...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | correct the direction of the comparison between the...
|
commit | commitdiff | tree |
2008-12-24 |
Vadim Zeitlin | also call AddGrowableRow/Col() for wxGridBagSizer
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | call wxFlexGridSizer::AddGrowableRow/Col() only after...
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | don't use \u escapes, VC6 doesn't understand them
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | set correct properties for the new files
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | reverted yet another accidental commit of testing code...
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | verify that we don't have more items than our number...
|
commit | commitdiff | tree |
2008-12-23 |
Vadim Zeitlin | use wxFlexGridSizer correctly (fixes #10294)
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | split wxEVT_GRID_CELL_CHANGE into wxEVT_GRID_CELL_CHANGING...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | no changes, just don't use "any more" thrice in a row
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | use CanSetValueAs() instead of CanGetValueAs() in wxGridCell...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | correct Serbian locale name: should be sr_RS, not sr_SR...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | undid change accidentally committed as part of r57093...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | fix typo in r57455 which totally broke modal dialogs...
|
commit | commitdiff | tree |
2008-12-22 |
Vadim Zeitlin | rebake after correction typo in wx/generic/headerctrlg...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix wxTimeSpan::Format() for negative spans with 0...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | correct wrong #endif position which prevented ListCtrlTestCa...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | really fix the length of the string returned by wxConvertStr...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix for compilation with newer DMC headers (see #10112)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | add popup sample to the workspace (fixes #10162)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix unused variable warning (part of #10162)
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | close the handle returned by OpenProcessToken() (fixes...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | don't show assert message boxes in debug build but...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | fix Get(Sub)ItemRect() after changes of r54437; added...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | add wxLogLastError() calls if Shell_NotifyIcon() fails...
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | remove m_endModalCalled flag, it seems to be unnecessary
|
commit | commitdiff | tree |
2008-12-21 |
Vadim Zeitlin | don't restore the focus manually after closing the...
|
commit | commitdiff | tree |
2008-12-19 |
Vadim Zeitlin | define USE_ONLY_STATIC_WEAKREF for g++ < 3.3 too (3...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | implement wxLoadedDLL, a safer alternative to wxDL_GET_LOADE...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | VC6 SDK doesn't define INVALID_FILE_ATTRIBUTES, do...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't scroll to the child which gets focus if it is...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | use GetFileAttributes() to check for readonly files...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | another header for PCH-less compilation
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | fix unused variable warning in release build
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | PCH-less compilation fix
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | fix WinCE compilation: it doesn't know about SW_SHOWDEFAULT...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't hard code the menu bar height under WinCE (closes...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | added .c_str() to wxStrlcpy() calls to fix wxUSE_STL...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | replace CPPUNIT_ASSERTs with CPPUNIT_ASSERT_EQUALs
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't crash if the extra controls are not used in the...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | don't change the value of the hash element if insert...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | many improvements and corrections from Charles (see...
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | PCH-less build fixes
|
commit | commitdiff | tree |
2008-12-17 |
Vadim Zeitlin | made wxHeaderCtrl::GetColumn() const to get rid of...
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | added wxRearrange{List,Ctrl,Dialog} and use it in wxHeaderCt...
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | added wxGrid::SetColumnsOrder() too
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | mention that mouse events carry position in window...
|
commit | commitdiff | tree |
2008-12-16 |
Vadim Zeitlin | fix initial best size of (check) list boxes under MSW
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | the dialogs documented here are defined in wxcore,...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | handle actions of the columns popup menu in wxHeaderCtrl...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | PCH compilation fix
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | added a helper function to show the popup menu allowing...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | disable UI updating during GetPopupMenuSelectionFromUser...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | added helper Is{Col,Row}Shown()
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | renamed GetColHeader() to GetGridColHeader() for consistency...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | return correct (false) value in onSeparator from FindColumnA...
|
commit | commitdiff | tree |
2008-12-15 |
Vadim Zeitlin | don't leave nrows/ncols uninitialized in wxGridSizer...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | don't mistake a simple click on a column for a reordering...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | fix several bugs in index/position translation code...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | added a button to reset the column order and the display...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | don't use the hack with adding hidden columns to the...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | no changes, just refactoring: extracted the code to...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | refresh the grid after resetting the columns positions...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | compilation fix after latest changes (missing header)
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | added wxHeaderCtrl::ResetColumnsOrder() function; use...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | add support for hiding columns when using native header...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | no changes, just replaced SF bug number in a comment...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | removed testing code leftovers
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | don't close all unused descriptors in the child, this...
|
commit | commitdiff | tree |
2008-12-14 |
Vadim Zeitlin | add support for sorting to grid columns
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | explain EVT_GRID/EVT_GRID_CMD difference and don't...
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | update the size of the wxGridSizer as items are added...
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | don't compute the columns/rows from the number of items...
|
commit | commitdiff | tree |
2008-12-13 |
Vadim Zeitlin | support column reordering using drag and drop when...
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | fix compuation of dirty cells when the columns are...
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | STL build: fix missing const which results in Insert...
|
commit | commitdiff | tree |
2008-12-12 |
Vadim Zeitlin | fix best size caching
|
commit | commitdiff | tree |
next |