2008-12-09 |
Vadim Zeitlin | use a slightly less ugly way to conditionally suppress...
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | call wxMDIClientWindow::CreateClient()
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it...
|
commit | commitdiff | tree |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | always update the column icon field when updating the...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | skip the header click event to allow sorting (done...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataViewCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | don't allow resizing non-resizeable columns in wxHeaderCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | test non-resizeable and resizeable but with min size...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | don't take EVT_HEADER_END_DRAG into account if it indicates...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | add the possibility to cancel drag-resizing by pressing Esc
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | buildbot VC6 apparently can't compile variable declaration...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | forgot to capture mouse during drag-resizing
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | fix another logical/physical coords confusion and update...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | don't access inexistent column in wxDataViewTreeCtrl...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | added wxHeaderCtrlSimple::GetBestFittingWidth() for...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | account for scroll offset correctly in the mouse event...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | update column highlight when mouse hovers over the...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | correct WXDLLIMPEXP symbols for the event constants
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | correct the check added in r57175 to use dynamically...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | undo accidental change to always use generic version...
|
commit | commitdiff | tree |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | check index validity in AddGrowable{Row,Col}()
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | no changes, just removed whitespace and perfectly useless...
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | restore sorting functionality broken by r57161
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | wxDataViewColumn doesn't need to have wxRTTI
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | compilation fix after r57161
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | removed accidentally left in in r57161 pure virtual...
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | made wxHeaderColumnBase dtor virtual to avoid gcc warnings
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | update the generic wxHeaderCtrl implementation after...
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | use wxHeaderColumnSimple instead of wxHeaderColumn
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if...
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace
|
commit | commitdiff | tree |
2008-12-07 |
Vadim Zeitlin | enable autobrief comments
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | suppress (harmless) unused parameter warnings
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | generic implementation of wxHeaderCtrl API so far
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class...
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | override GetDefaultBorder() to not use border by default
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | emulate scrolling in wxMSW header control; document...
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | add IsShown() accessor which is sometimes more convenient...
|
commit | commitdiff | tree |
2008-12-05 |
Vadim Zeitlin | no changes, just remove typos in comment
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | add size parameter to the generic wxFileDialog ctor
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | PCH-less build fixes
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | fix VC6 DLL build
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | define HDS_FLAT outside of __DMC__ section so that...
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | fix handling of abandoned mutexes in wxMutex::Wait...
|
commit | commitdiff | tree |
2008-12-04 |
Vadim Zeitlin | don't call DragFinish() before calling DragQueryPoint...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | forgot to update after renaming wxHeaderCtrlColumn...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | define HDS_FLAT not defined in VC6 headers
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | also disable the test of the generic version as it...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | disable generic version, it's not ready to be committed...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the...
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | fix syntax error
|
commit | commitdiff | tree |
2008-12-03 |
Vadim Zeitlin | compilation fixes for PCH-less build after r57074
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | Doxygen markup corrections after last change
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | another compilation fix for wxStrlcpy use in STL Unicode...
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | replace asserts in XRC code with wxLogError/Warning...
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | add support for creating drop down toolbar buttons...
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | no changes, just added a TODO comment
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | show the use of check and radio items in the toolbars
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | compilation fix for wxStrlcpy use in STL Unicode build
|
commit | commitdiff | tree |
2008-12-02 |
Vadim Zeitlin | better documentation for wxEvent ctor
|
commit | commitdiff | tree |
2008-12-01 |
Vadim Zeitlin | demonstrate column reordering -- currently it demonstrates...
|
commit | commitdiff | tree |
2008-12-01 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual...
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual...
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | removed small and tabular grid tests which didn't seem...
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | really fix the typo in the message
|
commit | commitdiff | tree |
2008-11-30 |
Vadim Zeitlin | fix typo in new wxVector(size_t, T) ctor
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | compilation fix after making wxSocketImpl derive from...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | replace the mismatched new[]/delete (bug #10234) with...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | add wxVector(size_t size[, const value_type& value...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | more updates after r57026 change to app.cpp
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | update after r57026 change to app.cpp
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | get rid of CE-specific code for class name registration...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | don't reuse the double click handled in activation...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | correct CalcSizeFromPage() for multiline notebooks...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncpy...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | don't use wxChar arrays and wxStrncpy (especially as...
|
commit | commitdiff | tree |
2008-11-29 |
Vadim Zeitlin | properly NUL-terminate the string when using strncpy...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | remove wxVSCROLL from wxMessageDialog style (left over...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | move enabled callbacks flag down to wxSocketImplUnix...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | no real changes, just moved wxSocketImplUnix ctor inline
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | also rename gsocketiohandler.* to socketiohandler....
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocketImpl...
|
commit | commitdiff | tree |
2008-11-28 |
Vadim Zeitlin | fix g++ warning about assigning NULL to a non-pointer
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion...
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | remove apparently unused file (src/osx/core/gsocket...
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | remove unused callback and data variables
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h
|
commit | commitdiff | tree |
2008-11-26 |
Vadim Zeitlin | don't include (private) wx/gsocket.h from public header...
|
commit | commitdiff | tree |
next |