projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
fixed return value of HandleEndSession to return true only if the message was really...
[wxWidgets.git]
/
src
/
generic
/
2001-08-25
Vadim Zeitlin
use raw (physical) coords in LIST_(R)DRAG events (patch...
tree
|
commitdiff
2001-08-25
Vadim Zeitlin
fixed crash in HitTest() with y position below the...
tree
|
commitdiff
2001-08-25
Vadim Zeitlin
added \#if wxUSE_GRID around the whole file (patch...
tree
|
commitdiff
2001-08-25
Vadim Zeitlin
typo fix
tree
|
commitdiff
2001-08-25
Vadim Zeitlin
refresh the tree ctrl when its back/foreground colour...
tree
|
commitdiff
2001-08-21
Vadim Zeitlin
double click handling is finally correct in the treectrl
tree
|
commitdiff
2001-08-21
Robert Roebling
Fixed focus event problems with control derived
tree
|
commitdiff
2001-08-20
Vadim Zeitlin
allow user code to override key handling in wxTreeCtrl
tree
|
commitdiff
2001-08-20
Vadim Zeitlin
fixed refresh problem after adding some items and calli...
tree
|
commitdiff
2001-08-20
Vadim Zeitlin
fix for refreshing the current item in the list ctrl...
tree
|
commitdiff
2001-08-20
Vadim Zeitlin
fixed text fg colour for selected but unfocused items
tree
|
commitdiff
2001-08-20
Vadim Zeitlin
draw the selected items in another colour when the...
tree
|
commitdiff
2001-08-20
Vadim Zeitlin
fixed clipping of items with icons text in report mode
tree
|
commitdiff
2001-08-18
Robert Roebling
Applied Greg's patch to tree control and related.
tree
|
commitdiff
2001-08-17
Vadim Zeitlin
warning fix
tree
|
commitdiff
2001-08-17
Julian Smart
Added possibility of 2-step initialisation, and wxWIZAR...
tree
|
commitdiff
2001-08-16
Vadim Zeitlin
fixed bug/assert failure when refreshing items in non...
tree
|
commitdiff
2001-08-15
Vadim Zeitlin
compilation fixes for VC++ in release mode
tree
|
commitdiff
2001-08-14
Vadim Zeitlin
reduce flicker in header window when deleting items...
tree
|
commitdiff
2001-08-14
Vadim Zeitlin
removed redundant InitDialog methods
tree
|
commitdiff
2001-08-13
Vadim Zeitlin
implemented (untested) work around for wxScrolledWindow...
tree
|
commitdiff
2001-08-13
Vadim Zeitlin
added missing refresh when changing focus in wxListCtrl...
tree
|
commitdiff
2001-08-07
Vadim Zeitlin
fixed unwanted owner data accesses in virtual list...
tree
|
commitdiff
2001-08-06
Vadim Zeitlin
changed wxControlContainer to avoid triggering tons...
tree
|
commitdiff
2001-08-06
Vadim Zeitlin
use item colour when drawing the focused item if we...
tree
|
commitdiff
2001-08-06
Vadim Zeitlin
don't draw the focused item rect around the image
tree
|
commitdiff
2001-08-06
Vadim Zeitlin
don't draw the selected item background if we don't...
tree
|
commitdiff
2001-08-06
Vadim Zeitlin
don't draw the selected item background if we don't...
tree
|
commitdiff
2001-08-06
Vadim Zeitlin
1. slightly changed how wxControlContainer is used
tree
|
commitdiff
2001-08-06
Vadim Zeitlin
moved knd handling logic from wxPanel to wxControlConta...
tree
|
commitdiff
2001-08-03
Vadim Zeitlin
no changes
tree
|
commitdiff
2001-08-02
Robert Roebling
Fix tree control invalid pointer after drag bug.
tree
|
commitdiff
2001-08-02
Vadim Zeitlin
applied patch 446014 (misc mingw fixes from Mattia)
tree
|
commitdiff
2001-08-01
Vadim Zeitlin
applied patch 441270 (fix cygwin wxSplashScreen compila...
tree
|
commitdiff
2001-08-01
Vadim Zeitlin
added generic implementation and documentation for...
tree
|
commitdiff
2001-07-30
Robin Dunn
Applied patch #445873
tree
|
commitdiff
2001-07-30
Vadim Zeitlin
eliminated flicker when selecting items
tree
|
commitdiff
2001-07-27
Julian Smart
Added fix to send scroll messages from mouse wheel...
tree
|
commitdiff
2001-07-26
Vadim Zeitlin
made the log dialog resizeable (again?)
tree
|
commitdiff
2001-07-26
Vadim Zeitlin
highlight the focused item in non report mode too
tree
|
commitdiff
2001-07-26
Vadim Zeitlin
fix for (re)positioning the main window when the style...
tree
|
commitdiff
2001-07-26
Vadim Zeitlin
avoid nested modal log dialogs
tree
|
commitdiff
2001-07-26
Vadim Zeitlin
timestampt trace/debug messages under Unix too, this...
tree
|
commitdiff
2001-07-25
Vadim Zeitlin
fix for focus handling when deleting the items
tree
|
commitdiff
2001-07-23
Vadim Zeitlin
don't call wxYield() from EnsureVisible(), this is...
tree
|
commitdiff
2001-07-23
Vadim Zeitlin
fixed bug with deletion of several last items in wxList...
tree
|
commitdiff
2001-07-23
Vadim Zeitlin
added and documented wxDir::HasFiles/SubDirs(), use...
tree
|
commitdiff
2001-07-20
Vadim Zeitlin
fix for rather mysterious problem when deleting the...
tree
|
commitdiff
2001-07-20
Vadim Zeitlin
implemented EVT_LIST_CACHE_HINT support: send this...
tree
|
commitdiff
2001-07-20
Vadim Zeitlin
added EVT_LIST_COMMAND_CACHE_HINT, implemented it for...
tree
|
commitdiff
2001-07-19
Vadim Zeitlin
1. don't delete item attributes in the virtual list...
tree
|
commitdiff
2001-07-19
Vadim Zeitlin
fix for custom bitmap setting for the first page
tree
|
commitdiff
2001-07-17
Vadim Zeitlin
initialize gs_pFrame to NULL
tree
|
commitdiff
2001-07-17
Vadim Zeitlin
blind fix for wxScrolledWindow problem
tree
|
commitdiff
2001-07-16
Robert Roebling
Tried to make button events interceptable in generic...
tree
|
commitdiff
2001-07-15
Robert Roebling
Up-ported code to make tree item visible when program...
tree
|
commitdiff
2001-07-15
Stefan Csomor
no message
tree
|
commitdiff
2001-07-14
Robert Roebling
Corrected wxScrolledWindow's OnSize behaviour.
tree
|
commitdiff
2001-07-14
Robert Roebling
Mac-ify wxTreeCtrl further.
tree
|
commitdiff
2001-07-13
Vadim Zeitlin
added RefreshItem(s) methods
tree
|
commitdiff
2001-07-13
Vadim Zeitlin
removed forgotten debugging printf
tree
|
commitdiff
2001-07-12
Jouk Jansen
Committing in .
tree
|
commitdiff
2001-07-12
Julian Smart
Corrected DoBlit
tree
|
commitdiff
2001-07-11
Stefan Csomor
several mac fixes (Mark Newsams patches)
tree
|
commitdiff
2001-07-11
Vadim Zeitlin
added support for item attributes in virtual list control
tree
|
commitdiff
2001-07-11
Vadim Zeitlin
oops, restored the postpone-redraw-if-dirty test which...
tree
|
commitdiff
2001-07-11
Vadim Zeitlin
(much) more efficient report mode redrawing
tree
|
commitdiff
2001-07-11
Vadim Zeitlin
fixed hit testing for non report modes
tree
|
commitdiff
2001-07-11
Vadim Zeitlin
added wxLogChain and wxLogPassThrough classes
tree
|
commitdiff
2001-07-10
Vadim Zeitlin
fix for crash when clicking below the items
tree
|
commitdiff
2001-07-10
Vadim Zeitlin
argh, another for GetVisibleLinesRange
tree
|
commitdiff
2001-07-10
Vadim Zeitlin
fix for incorrect assert in GetVisibleLinesRange
tree
|
commitdiff
2001-07-10
Vadim Zeitlin
fix for visible lines calculation
tree
|
commitdiff
2001-07-10
Vadim Zeitlin
wxUniv compilation fixes
tree
|
commitdiff
2001-07-10
Vadim Zeitlin
fixes for crashes after DeleteItem and DeleteAllItems
tree
|
commitdiff
2001-07-10
Vadim Zeitlin
fixed scrollbar refresh
tree
|
commitdiff
2001-07-09
Vadim Zeitlin
wxListCtrl in report/virtual modes seems to work
tree
|
commitdiff
2001-07-09
Vadim Zeitlin
more wxListCtrl drawing fixes - scrolling still doesn...
tree
|
commitdiff
2001-07-09
Vadim Zeitlin
more wxListCtrl fixes: inserting/deleting items now...
tree
|
commitdiff
2001-07-09
Julian Smart
Various wxMotif fixes
tree
|
commitdiff
2001-07-09
Vadim Zeitlin
scrolling with kbd generates scroll events too
tree
|
commitdiff
2001-07-09
Vadim Zeitlin
compilation fixes
tree
|
commitdiff
2001-07-09
Julian Smart
Various fixes for wxMotif
tree
|
commitdiff
2001-07-07
Vadim Zeitlin
applied patch 439186 (mingw and VC5 fixes)
tree
|
commitdiff
2001-07-07
Vadim Zeitlin
1. fixed typo ('&' instead of '|') in wxNotebook
tree
|
commitdiff
2001-07-07
Stefan Csomor
added mac l&f for rules and headers
tree
|
commitdiff
2001-07-07
Gilles Depeyrot
corrected WXWIN_COMPATIBILITY conditional tests
tree
|
commitdiff
2001-07-06
Vadim Zeitlin
virtual wxListCtrl support (UNTESTED)
tree
|
commitdiff
2001-07-05
Vadim Zeitlin
removed/replaced include 'wx/wx.h'
tree
|
commitdiff
2001-07-05
Vadim Zeitlin
more steps toward virtual listctrl
tree
|
commitdiff
2001-07-05
Vadim Zeitlin
use type safe list instead of wxList for m_columns
tree
|
commitdiff
2001-07-05
Vadim Zeitlin
added virtual list control functions (but not implement...
tree
|
commitdiff
2001-07-04
Vadim Zeitlin
removed obsolete comment
tree
|
commitdiff
2001-07-04
Vadim Zeitlin
use fontdlgg.cpp under wxUniv/GTK
tree
|
commitdiff
2001-07-04
Vadim Zeitlin
make it possible to use wxToolBarSimple as wxToolBar...
tree
|
commitdiff
2001-07-04
Vadim Zeitlin
corrected progress dialog appearance
tree
|
commitdiff
2001-07-04
Jouk Jansen
Committing in .
tree
|
commitdiff
2001-07-04
Julian Smart
Getting wxMicroWindows compiled again
tree
|
commitdiff
2001-07-04
Julian Smart
Added some missing tests; replaced scrolwin.cpp with...
tree
|
commitdiff
2001-07-03
Vadim Zeitlin
tons of fixes for wxGTK/Univ - seems to work, more...
tree
|
commitdiff
next