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 |
2008-12-11 |
Vadim Zeitlin | export wxSettableHeaderColumn from DLL |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | extract setters from wxHeaderColumnBase into a separate... |
tree | commitdiff |
2008-12-11 |
Francesco Montorsi | substitute (c) and (C) for copyright strings as documented |
tree | commitdiff |
2008-12-11 |
Vadim Zeitlin | implement column reordering by dragging in the generic... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | deprecate wxStringEq |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | undo accidental change of r57233 |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | properly implement Do[GS]etColumnsOrder() in the generi... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | provide Do[GS]etColumnsOrder() stubs for the generic... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | added EVT_HEADER_DRAGGING_CANCELLED event sent when... |
tree | commitdiff |
2008-12-10 |
Vadim Zeitlin | implement column reordering support in wxMSW wxHeaderCt... |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | define I_IMAGENONE now that we use it, at least VC6... |
tree | commitdiff |
2008-12-09 |
Vadim Zeitlin | recreate the column instead of trying to update it... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | restore sorting functionality of the generic wxDataView... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | honour column min width when resizing in wxHeaderCtrl... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | rename wxHeaderCtrl DRAG events into RESIZE ones as... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add the possibility to cancel drag-resizing by pressing Esc |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | fix another logical/physical coords confusion and updat... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement column resizing events in wxHeaderCtrl |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | added wxHeaderCtrlSimple::GetBestFittingWidth() for... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | add wxEVT_COMMAND_HEADER_SEPARATOR_DCLICK and semi... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | correct WXDLLIMPEXP symbols for the event constants |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | undo accidental change to always use generic version... |
tree | commitdiff |
2008-12-08 |
Vadim Zeitlin | implement click events in wxHeaderCtrl |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | define SetAsSortKey/IsSortKey() in wxMac wxDataViewColumn |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just removed whitespace and perfectly usele... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | wxDataViewColumn doesn't need to have wxRTTI |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | removed accidentally left in in r57161 pure virtual... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | made wxHeaderColumnBase dtor virtual to avoid gcc warnings |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | update the generic wxHeaderCtrl implementation after... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | - Rewrite wxHeaderCtrl to be virtual-like: even if... |
tree | commitdiff |
2008-12-07 |
Vadim Zeitlin | no changes, just remove trailing whitespace |
tree | commitdiff |
2008-12-06 |
Jaakko Salli | Fixed incorrect background colour that wxStaticTexts... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | generic implementation of wxHeaderCtrl API so far |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | move ScrollWindow() implementation to the base class... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | override GetDefaultBorder() to not use border by default |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | emulate scrolling in wxMSW header control; document... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | add Show/HideColumn() methods |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | add IsShown() accessor which is sometimes more convenie... |
tree | commitdiff |
2008-12-05 |
Vadim Zeitlin | no changes, just remove typos in comment |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | add size parameter to the generic wxFileDialog ctor |
tree | commitdiff |
2008-12-04 |
Vadim Zeitlin | define HDS_FLAT outside of __DMC__ section so that... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | define HDS_FLAT not defined in VC6 headers |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | disable generic version, it's not ready to be committed... |
tree | commitdiff |
2008-12-03 |
Vadim Zeitlin | extract (and expand and clean up and document) the... |
tree | commitdiff |
2008-12-02 |
Francesco Montorsi | add GetValue,GetRange and GetMessage helpers |
tree | commitdiff |
2008-11-30 |
Vadim Zeitlin | don't make wxGridTableBase::IsEmptyCell() pure virtual... |
tree | commitdiff |
2008-11-30 |
Vadim Zeitlin | fix typo in new wxVector(size_t, T) ctor |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add wxVector(size_t size[, const value_type& value... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | cleanup the Win32 window classes registration code... |
tree | commitdiff |
2008-11-29 |
Vadim Zeitlin | add safe wxStrlcpy() function and replaced all wxStrncp... |
tree | commitdiff |
2008-11-29 |
Francesco Montorsi | add GetSize also to wxGDIImage since wxBitmap under... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | provide GetSize() getters in wxBitmap and wxImage |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | make more readable the checks for incoherent style... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | no change; just reformat wxThreadHelper::KillThread... |
tree | commitdiff |
2008-11-28 |
Francesco Montorsi | deprecate Create() function in favour of CreateThread... |
tree | commitdiff |
2008-11-28 |
Julian Smart | Compile fix |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | remove wxSocketManager::CreateSocket() function, we... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | move enabled callbacks flag down to wxSocketImplUnix... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | make wxSocketImplUnix inherit from wxFDIOHandler as... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | no real changes, just moved wxSocketImplUnix ctor inline |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | also rename gsocketiohandler.* to socketiohandler.... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | rename various gsock* files to sock* (except for MSW... |
tree | commitdiff |
2008-11-28 |
Vadim Zeitlin | Streamline wxSocket code: wxSocketBase now uses wxSocke... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | document column reordering in wxListCtrl; fix confusion... |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | make wxThread::OnExit private and not public (change... |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | added GetKind getter |
tree | commitdiff |
2008-11-26 |
Francesco Montorsi | documented the wxDCBrushChanger, wxDCPenChanger, wxDCTe... |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | move wx/gsocket.h to wx/private/gsocket.h |
tree | commitdiff |
2008-11-26 |
Vadim Zeitlin | don't include (private) wx/gsocket.h from public header... |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | compilation fix for OS X (missing unistd.h) |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | temporary fix the linking problem due to making GSocket... |
tree | commitdiff |
2008-11-25 |
Vadim Zeitlin | trying to resolve GSocketManager API mess: the meaning... |
tree | commitdiff |
2008-11-24 |
Vadim Zeitlin | include the right header for timeval |
tree | commitdiff |
2008-11-24 |
Vadim Zeitlin | remove extraneous class scope qualifier |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use struct timeval and not a long to store socket timeo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | move more socket functions common to Winsock and BSD... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate SetInitialSocketBuffers() |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | fix wxSocket notifications under MSW after the last... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | continuation of GSocket/wxSocket merge: always create... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | added wxSocketBase::GetTimeout() to match existing... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | use int instead of SOCKET to avoid including winsock... |
tree | commitdiff |
2008-11-23 |
Jaakko Salli | Eliminate need to call Connect() in wxPGEditor::CreateC... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | compilation fixes for Unix after moving wxFD_XXX macros... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | don't duplicate GSocket creation/destruction and shutdo... |
tree | commitdiff |
2008-11-23 |
Vadim Zeitlin | do not require a running event loop, even under MSW... |
tree | commitdiff |
2008-11-22 |
Jaakko Salli | Updated event type declarations to follow what other... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | give a name to the enum to make it easier to reference... |
tree | commitdiff |
2008-11-22 |
Francesco Montorsi | give a name to the enum to make it easier to reference... |
tree | commitdiff |
2008-11-22 |
Kevin Ollivier | Forward port event handler fixes to trunk. |
tree | commitdiff |
2008-11-21 |
Vadim Zeitlin | no changes, just reformat, remove extraneous semicolons... |
tree | commitdiff |
2008-11-21 |
Vadim Zeitlin | fix virtual function hiding for LoadFile(); replace... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | define wxUSE_REGKEY for WinCE too (closes #10211) |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | fix WinCE compilation after tbar95.h ->t oolbar.h renam... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | don't load comctl32.dll, just get the handle of the... |
tree | commitdiff |
2008-11-20 |
Vadim Zeitlin | change Has/SetFlag() to take int instead of unsigned... |
tree | commitdiff |
2008-11-19 |
Jaakko Salli | For clarity, moved includes to the top of the file... |
tree | commitdiff |
2008-11-19 |
Vadim Zeitlin | store the value to be set inside wxON_BLOCK_EXIT_SET... |
tree | commitdiff |
next |