projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fixed compile error on Wine due to type mismatch
[wxWidgets.git]
/
src
/
generic
/
grid.cpp
2006-11-08
Robin Dunn
ensure m_table is not NULL before trying to access...
blob
|
commitdiff
|
raw
2006-11-06
Julian Smart
Improved highlight drawing on wxMac/Core Graphics by...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-06
Stefan Csomor
fixing region clipping
blob
|
commitdiff
|
raw
|
diff to current
2006-11-04
Vadim Zeitlin
don't leave tables non-owned by the grid with dangling...
blob
|
commitdiff
|
raw
|
diff to current
2006-11-04
Vadim Zeitlin
grid lines were incorrectly drawn over multicell cells...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-31
Robin Dunn
GetBestFittingSize --> GetEffectiveMinSize
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Vadim Zeitlin
check that the cell using bool editor has a valid value...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-28
Vadim Zeitlin
allow customizing the string values returned by wxGridC...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-15
Robert Roebling
I don't think anylonger that DrawHeaderButton() should
blob
|
commitdiff
|
raw
|
diff to current
2006-10-08
Vadim Zeitlin
SetOverflow() should be called with a bool argument...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-08
Stefan Neis
Initialize m_overflow in wxGridCellAttr::Clone.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-02
Paul Cornett
put grid string in generic/grid.cpp, not common/datacmn.cpp
blob
|
commitdiff
|
raw
|
diff to current
2006-09-22
Kevin Hock
When autosizing a row or column (AutoSize____), use...
blob
|
commitdiff
|
raw
|
diff to current
2006-09-19
Robert Roebling
Another RTL fix.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-18
Robert Roebling
More wxGrid RTL things.
blob
|
commitdiff
|
raw
|
diff to current
2006-09-18
Robert Roebling
More RTL work. Now transform m_updateRegion and
blob
|
commitdiff
|
raw
|
diff to current
2006-09-05
Vadim Zeitlin
mark all dtors which are virtual because base class...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-30
Stefan Neis
Only support detection of "near the edge" coordinates...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-29
Michael Wetherell
Warning fixes for VC5.
blob
|
commitdiff
|
raw
|
diff to current
2006-07-26
Vadim Zeitlin
remove debugging printf() from wxGridCellFloatEditor...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-24
Vadim Zeitlin
allow customization of individual grid lines appearance...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-06
Robin Dunn
properly offset the mouse position for the label window...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-02
Vadim Zeitlin
fix appearance problems when the cell is scrolled ...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-02
Vadim Zeitlin
reset m_selectingKeyboard in ClearSelection() too
blob
|
commitdiff
|
raw
|
diff to current
2006-06-04
Vadim Zeitlin
silence gcc warnings about values not handled in switch
blob
|
commitdiff
|
raw
|
diff to current
2006-06-01
Włodzimierz Skiba
Include wx/listbox.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-01
Vadim Zeitlin
added possibility to reorder columns by dragging them...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-23
Robin Dunn
Don't scroll the grid when starting a cell editor if...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-18
Robin Dunn
Reverted mistaken check-in
blob
|
commitdiff
|
raw
|
diff to current
2006-05-18
Robin Dunn
Use correct DLL import/export specifier for multi-lib...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-06
Vadim Zeitlin
blank lines were ignored in multiline cell labels ...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-06
Vadim Zeitlin
code cleanup in DrawTextRectangle()
blob
|
commitdiff
|
raw
|
diff to current
2006-05-03
David Surovell
minor cleanup - reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-04-27
Paul Cornett
use stock pens/colors
blob
|
commitdiff
|
raw
|
diff to current
2006-04-26
David Surovell
minor cleanup 2 - reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-04-25
David Surovell
minor cleanup - reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-04-20
David Surovell
fix for prior commit
blob
|
commitdiff
|
raw
|
diff to current
2006-04-20
David Surovell
cleanup - reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-04-20
Mart Raudsepp
Typo fixes (precompilatixon)
blob
|
commitdiff
|
raw
|
diff to current
2006-04-19
David Surovell
cleanup - reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-04-18
Włodzimierz Skiba
wx/wxprec.h already includes wx/defs.h (with other...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-09
Robin Dunn
Use CmdDown in mouse events instead of ControlDown...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-08
Robin Dunn
Added missing not operator that was preventing the...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-07
David Surovell
cleanup - added whitespace around operators, some blank...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-03
David Surovell
minor cleanup - reformatting
blob
|
commitdiff
|
raw
|
diff to current
2006-03-27
Włodzimierz Skiba
Final and global PRIOR/NEXT change: keep consistency...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-12
Vadim Zeitlin
don't set cursor coords to (0, 0) which could be invali...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-11
Julian Smart
Applied patch [ 1436761 ] wxGrid: Can't enable cell...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-07
Vadim Zeitlin
simplified the code in ProcessGridCellMouseEvent()...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-07
Julian Smart
Allow width to be absent but precision present
blob
|
commitdiff
|
raw
|
diff to current
2006-02-12
Michael Wetherell
Warning fixes for VC5 (Igor Korot)
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Roger Gammans
Fix bug [1297817] - applied suggested patch
blob
|
commitdiff
|
raw
|
diff to current
2005-12-31
David Surovell
fix wxMac-QD - blank focusesed text; minor reformat
blob
|
commitdiff
|
raw
|
diff to current
2005-11-17
Julian Smart
Fixed problem with choice editor in wxGrid whereby...
blob
|
commitdiff
|
raw
|
diff to current
2005-10-01
Kevin Hock
Code formatting cleanup from OSAF [ patch 1307563 ]
blob
|
commitdiff
|
raw
|
diff to current
2005-09-26
Vadim Zeitlin
fixed variable shadowing icc warnings
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
use wxIsSameDouble() and wxIsNullDouble() for warning...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-25
Vadim Zeitlin
first round of Intel compiler warning fixes: down from...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-24
Vadim Zeitlin
added missing consts and pass objects by const referenc...
blob
|
commitdiff
|
raw
|
diff to current
2005-09-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-08-04
Vadim Zeitlin
corrected test for __WXGTK__ (but should it be there...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-22
Włodzimierz Skiba
[1231183] 'cleanup: mismatched indentation' and other...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-21
Vadim Zeitlin
reverted last change with setting the focus only if...
blob
|
commitdiff
|
raw
|
diff to current
2005-07-02
Vadim Zeitlin
only set focus to the grid window in wxGrid::HideCellEd...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-09
Julian Smart
Worked around problem with kill focus event being sent...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-06
Włodzimierz Skiba
Source cleaning inspired by and included in patch ...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-02
Vadim Zeitlin
hide the cell editor if the grid loses focus
blob
|
commitdiff
|
raw
|
diff to current
2005-06-01
Robin Dunn
Merge the cell size attribute the same way that other...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-30
Robin Dunn
Allow wxGridCellNumberEditor::StartingKey to work when...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-22
Julian Smart
Applied patch [ 1192917 ] Grids with no row or col...
blob
|
commitdiff
|
raw
|
diff to current
2005-05-20
Robin Dunn
Set focus to the grid windwo when it is left-clicked
blob
|
commitdiff
|
raw
|
diff to current
2005-05-20
Julian Smart
Renderer should only be used for GTK+ 2
blob
|
commitdiff
|
raw
|
diff to current
2005-04-22
Stefan Csomor
fix for drawing correct gridlines even on scrolled...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Robin Dunn
some extra refreshing and updating on wxMac so the...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-13
Michael Wetherell
Temporary compilation fix for wxUSE_INTL=0
blob
|
commitdiff
|
raw
|
diff to current
2005-04-12
Václav Slavík
use configured scrolling increments (m_scrollLineX...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-08
Robin Dunn
Don't call StartingKey if the key was F2
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Włodzimierz Skiba
Dummy warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2005-03-21
Vadim Zeitlin
unreachable code warning fix (Unicode build)
blob
|
commitdiff
|
raw
|
diff to current
2005-03-19
Robin Dunn
Fixed bug #1163384. Moved the code that handles activa...
blob
|
commitdiff
|
raw
|
diff to current
2005-03-17
Vadim Zeitlin
iterator methods fixes (patch 1164808)
blob
|
commitdiff
|
raw
|
diff to current
2005-02-26
Robin Dunn
The key event for the shift key should not start the...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-16
Włodzimierz Skiba
wxPoint/Size/Rect() causes the same code with (0,0...
blob
|
commitdiff
|
raw
|
diff to current
2005-02-10
Włodzimierz Skiba
Use default constructors for wxSize/Point/Rect.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-09
Vadim Zeitlin
redraw the grid when it's enabled/disabled
blob
|
commitdiff
|
raw
|
diff to current
2005-02-06
Stefan Neis
fixed double delete in UpdateAttrRows/Cols introduced...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-18
Vadim Zeitlin
fixed memory leak in UpdateAttr[Rows][Or][Cols] (patch...
blob
|
commitdiff
|
raw
|
diff to current
2005-01-04
Włodzimierz Skiba
Old API depreciated. Use of new API. Source cleaning.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-27
Robert Roebling
Give native GTK+ look to wxGrid.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-23
Włodzimierz Skiba
Fixes for wxUSE_SPIN... == 0.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-06
Ryan Norton
Revert files to previous version that were affected...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-05
Włodzimierz Skiba
Warning fixes to unused variables, int/wxChar keycode...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-20
Julian Smart
Worked around font setting problem for GTK+1 on some
blob
|
commitdiff
|
raw
|
diff to current
2004-10-18
Włodzimierz Skiba
Unnecessary const_ prefix removed (blindly).
blob
|
commitdiff
|
raw
|
diff to current
2004-10-18
Włodzimierz Skiba
Warning fixes for OpenWatcom.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-15
Włodzimierz Skiba
Warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-10-14
Julian Smart
Added SetScrollLinesX, SetScrollLinesY so apps can...
blob
|
commitdiff
|
raw
|
diff to current
2004-10-11
Włodzimierz Skiba
Warning fixes found under hardest mode of OpenWatcom...
blob
|
commitdiff
|
raw
|
diff to current
2004-09-27
Robin Dunn
Fix for probably rare but potential refcount leak.
blob
|
commitdiff
|
raw
|
diff to current
2004-09-09
Robin Dunn
For editors and renderers the type registry takes prece...
blob
|
commitdiff
|
raw
|
diff to current
next