projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
correct size of extra controls in pixels to dialogs units correctly (see #9679)
[wxWidgets.git]
/
src
/
generic
/
listctrl.cpp
2004-01-11
Julian Smart
Applied patch [ 832096 ] Final separation for GUI and...
blob
|
commitdiff
|
raw
2003-12-11
Julian Smart
Applied patch [ 818941 ] Initialize vars and clear...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-08
Vadim Zeitlin
removed assert which became incorrect after last change
blob
|
commitdiff
|
raw
|
diff to current
2003-11-06
Vadim Zeitlin
fixed vertical scrollbar handling (broken by some relat...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-16
Vadim Zeitlin
warning fixes for BCC and OW (heavily modified patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-07
David Elliott
wxListMainWindow::OnRenameCancelled(): itemEdit paramet...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-07
Vadim Zeitlin
send END_EDIT label if label editing is cancelled
blob
|
commitdiff
|
raw
|
diff to current
2003-09-26
Vadim Zeitlin
update height of the header window whenever it changes
blob
|
commitdiff
|
raw
|
diff to current
2003-09-23
Robin Dunn
Allow derived classes to prevent default focus handling...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-18
Julian Smart
Applied patch [ 808050 ] fixes for WXUNIVERSAL and...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
adjust m_current when inserting items in the control...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
fix for calculating the header window height (patch...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
align the items correctly with wxLC_ALIGN_TOP
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
added support for wxLC_ALIGN_LEFT/TOP
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
account for the scrollbars in GetViewRect()
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
compilation fix after last check in
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
fixed GetItemSpacing() inconsistency by deprecating...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-14
Vadim Zeitlin
added wxListCtrl::GetViewRect()
blob
|
commitdiff
|
raw
|
diff to current
2003-09-11
Julian Smart
Applied patch [ 803473 ] wxListCtrl header height bugfix
blob
|
commitdiff
|
raw
|
diff to current
2003-08-21
Vadim Zeitlin
ensure that GetItemRect() returns the real rect and...
blob
|
commitdiff
|
raw
|
diff to current
2003-08-09
Václav Slavík
added support for gcc precompiled headers
blob
|
commitdiff
|
raw
|
diff to current
2003-08-03
Vadim Zeitlin
warnings (and some errors) fixes for wxUniv DLL build
blob
|
commitdiff
|
raw
|
diff to current
2003-07-20
Vadim Zeitlin
added wxRendererNative to be used by the generic contro...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-11
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Mattia Barbon
STL-ification patch for wxMSW and wxGTK.
blob
|
commitdiff
|
raw
|
diff to current
2003-07-10
Vadim Zeitlin
allow adding/removing columns dynamically (based on...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-09
Julian Smart
OnIdle -> OnInternalIdle
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Robert Roebling
Corrected wxTreeCtrl and wxListCtrl end_label_edit...
blob
|
commitdiff
|
raw
|
diff to current
2003-07-08
Vadim Zeitlin
Refresh() didn't work as it wasn't passed to subwindows
blob
|
commitdiff
|
raw
|
diff to current
2003-06-11
Vadim Zeitlin
don't ignore wxLC_NO_HEADER style when inserting first...
blob
|
commitdiff
|
raw
|
diff to current
2003-06-11
Vadim Zeitlin
extracted wxSelectionStore in a separate file
blob
|
commitdiff
|
raw
|
diff to current
2003-06-03
Vadim Zeitlin
generate wxEVT_COMMAND_LIST_INSERT_ITEM (patch 747070)
blob
|
commitdiff
|
raw
|
diff to current
2003-05-08
Robin Dunn
Fix GetItemRect to offset by the header window, if...
blob
|
commitdiff
|
raw
|
diff to current
2003-05-01
Vadim Zeitlin
set the index for BEGIN_DRAG events (patch 726308)
blob
|
commitdiff
|
raw
|
diff to current
2003-04-08
Robin Dunn
Turn off all border styles for the inner window
blob
|
commitdiff
|
raw
|
diff to current
2003-03-27
Václav Slavík
fixed DrawTextFormatted to work in O(n) instead of...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Vadim Zeitlin
respect Veto()ing the column resize events; added test...
blob
|
commitdiff
|
raw
|
diff to current
2003-02-06
Robin Dunn
Check the image height when calulating the line height...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-07
Ron Lee
Deprecated wxSizer::Remove( wxWindow* ), s/Remove/Detac...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-05
Vadim Zeitlin
compilation warning fix
blob
|
commitdiff
|
raw
|
diff to current
2003-01-02
Vadim Zeitlin
implemented support for column label alignment (closes...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-06
Vadim Zeitlin
avoid flicker when doing SetItem() in non report mode...
blob
|
commitdiff
|
raw
|
diff to current
2002-12-04
Vadim Zeitlin
merged 2.4 branch into the trunk
blob
|
commitdiff
|
raw
|
diff to current
2002-09-11
Robin Dunn
Fixed some off-by-one and other issues with drawing...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-28
Julian Smart
Using wxImageListType instead of wxGenericImageList
blob
|
commitdiff
|
raw
|
diff to current
2002-08-28
Julian Smart
Ditribution script mods;
blob
|
commitdiff
|
raw
|
diff to current
2002-08-08
Julian Smart
Applied patch [ 590247 ] Fix bad calculation of listctr...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-05
David Webster
FALSE, not false
blob
|
commitdiff
|
raw
|
diff to current
2002-07-30
Julian Smart
Added wx/listbase.h with wxListCtrl types, so we can
blob
|
commitdiff
|
raw
|
diff to current
2002-07-30
Julian Smart
Must include wx/listctrl.h unfortunately, for now
blob
|
commitdiff
|
raw
|
diff to current
2002-07-30
Julian Smart
More tweaks so wxGenericListCtrl only uses generic
blob
|
commitdiff
|
raw
|
diff to current
2002-07-29
Vadim Zeitlin
fixed bug due to which all items in a virtual control...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-27
Mattia Barbon
Rename wxGenericImageList to wxImageList in generic...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-22
Julian Smart
Added wxListCtrl to derive from wxGenericListCtrl,
blob
|
commitdiff
|
raw
|
diff to current
2002-07-22
Julian Smart
Applied patch [ 583922 ] Make generic/wxListCtrl avail...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-12
Vadim Zeitlin
attempt to fix a rare crash which happens when changing...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-08
Vadim Zeitlin
fixed handling of Ctrl-arrows movement which was unsele...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-08
Vadim Zeitlin
applied the same fix for crashing if the END_EDIT event...
blob
|
commitdiff
|
raw
|
diff to current
2002-07-03
Vadim Zeitlin
fixed off-by-few-pixels error in horz scrollbar calcula...
blob
|
commitdiff
|
raw
|
diff to current
2002-06-18
Vadim Zeitlin
relayout the window after adding/removing the columns...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-28
Vadim Zeitlin
fixed icon drawing when they have different sizes ...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-28
Vadim Zeitlin
unselected the current item when unfocusing it in a...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-08
Vadim Zeitlin
added missing wxListItem copy ctor to wxMSW, moved...
blob
|
commitdiff
|
raw
|
diff to current
2002-05-08
Gilles Depeyrot
implemented missing copy constructor (needed for non...
blob
|
commitdiff
|
raw
|
diff to current
2002-04-24
Ron Lee
Added {S,G}etItem{Text,Background}Colour methods.
blob
|
commitdiff
|
raw
|
diff to current
2002-04-03
Robin Dunn
Added sending of column dragging events to the generic...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-17
Václav Slavík
use Calc(Un)ScrolledPosition instead of wxClientDC
blob
|
commitdiff
|
raw
|
diff to current
2002-03-16
Václav Slavík
make it possible to have empty lines in wxListCtrl
blob
|
commitdiff
|
raw
|
diff to current
2002-03-13
Vadim Zeitlin
update focus rectangle width when the columns are being...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-11
Vadim Zeitlin
right clicking outside any column sets the column in...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-06
Gilles Depeyrot
wxArray<T> macros have been changed to fix runtime...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-24
Václav Slavík
made generic wxListCtrl work with well-behaved ports...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-23
Robert Roebling
Some work on GTK focus handling and events.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-19
Vadim Zeitlin
don't crash in SetFocus()
blob
|
commitdiff
|
raw
|
diff to current
2002-02-17
Robert Roebling
Removed accidentally left in debug code.
blob
|
commitdiff
|
raw
|
diff to current
2002-02-17
Václav Slavík
fix for focus handling in generic wxListCtrl
blob
|
commitdiff
|
raw
|
diff to current
2002-02-16
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-01-26
Václav Slavík
don't use GTK specific code in wxListCtrl when building...
blob
|
commitdiff
|
raw
|
diff to current
2002-01-09
Vadim Zeitlin
fixes for the compilation warnings with Sun CC:
blob
|
commitdiff
|
raw
|
diff to current
2002-01-08
Václav Slavík
use the new wxSystemSettings API everywhere
blob
|
commitdiff
|
raw
|
diff to current
2002-01-06
Robert Roebling
Further correction to wxListCtrl line wrapping.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-05
Robert Roebling
Recorrected calculation of client size in wxListCtrl.
blob
|
commitdiff
|
raw
|
diff to current
2001-12-09
Robert Roebling
Changed semantics of clicking beside the text control
blob
|
commitdiff
|
raw
|
diff to current
2001-12-09
Vadim Zeitlin
fix for the crash when many listctrl items change state
blob
|
commitdiff
|
raw
|
diff to current
2001-11-26
Vadim Zeitlin
removed unneeded include from the header
blob
|
commitdiff
|
raw
|
diff to current
2001-11-21
Vadim Zeitlin
changes to match listctrl.h changes (forgot to commit...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-16
Vadim Zeitlin
added wxEVT_COMMAND_LIST_ITEM_FOCUSED event and impleme...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-03
Vadim Zeitlin
implemented Freeze/Thaw() for the generic listctrl
blob
|
commitdiff
|
raw
|
diff to current
2001-10-30
Vadim Zeitlin
minor cleanup
blob
|
commitdiff
|
raw
|
diff to current
2001-10-15
Vadim Zeitlin
fixed wxListCtrl::DeleteAllColumns() in the generic...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-12
Vadim Zeitlin
fix to avoid internal compiler error with gcc 2.95...
blob
|
commitdiff
|
raw
|
diff to current
2001-10-08
Vadim Zeitlin
refresh the current item when the focus is gained/lost
blob
|
commitdiff
|
raw
|
diff to current
2001-10-03
Vadim Zeitlin
fix for focus event sending
blob
|
commitdiff
|
raw
|
diff to current
2001-10-03
Vadim Zeitlin
reduced flicker when switching focus to/from the report...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-06
Vadim Zeitlin
set mouse position for COL_CLICK event
blob
|
commitdiff
|
raw
|
diff to current
2001-09-03
Vadim Zeitlin
implemented column images for the generic version
blob
|
commitdiff
|
raw
|
diff to current
2001-09-01
Vadim Zeitlin
added a bunch of new wxListCtrl messages: column right...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-29
Vadim Zeitlin
fixed refreshing listctrl on focus change when it only...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-28
Václav Slavík
fixed a bug in wxListCtrl: SetColumnWidth didn't set...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-25
Vadim Zeitlin
use raw (physical) coords in LIST_(R)DRAG events (patch...
blob
|
commitdiff
|
raw
|
diff to current
next