projects
/
wxWidgets.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
wxWidgets.git
2004-02-08
Julian Smart
Spacing corrections
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Patrick K....
Fixed problem with Calltip tab not refreshing properly...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Dimitri Schoolwerth
Fixed relative paths to lib/.
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
New versions
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Robert Roebling
Corrected redrawing of sash when resizing
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Robert Roebling
Draw listctrls's headers right for themes.
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Robert Roebling
Correctly center lables vertically.
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
0 -> 0u to keep gcc happy
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Added missing MSWGetStyle prototype
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
wx2msPenStyle forward declaration required
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Patrick K....
Cosmetic changes.
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
updated the year
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
add line breaks in the base classes list
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
make it clear that the size returned by Fit() is window...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
wxBUFFER_DC_DEFAULT should be wxBUFFER_DC_OVERWRITE_BG...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Misc documentation fixes
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Added makefile for making documentation
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Added Release Unicode DLL and Debug Unicode DLL (identical
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Neis
Applied and extended patch 886524 (wxGridCellFloatEdito...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
don't use char hook to handle Esc in the dialogs, it...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Fixed bug [ 849168 ] wxGenericDirCtrl missing wxPROPERT...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
estimate size of multiline text controls more accuratel...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Closed doc bug [ 412032 ] wxGrid SetCellAlignment
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Document deletion of all items in SetWindowStyleFlag...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Fixed [ 855507 ] typo in wxFrame
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
fixed wxEVT_CONTEXT_MENU generation (it works different...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Fixed doc bug [ 871974 ] wxCursor(bits, ...) constructo...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
as after recent change wxID_SEPARATOR is now -2, it...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
don't try O(N) actions in virtual view, this gives...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Fixed [ 875952 ] Win32 wxListControl::FindItem document...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
ugly attempt to fix compilation for BCB 6 (bug 819700)
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Fixed bug [ 865999 ] wxRETAINED windows appear blank...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
fixed and documented GetItemText/BackgroundColour(...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
don't call SelectObject() twice in SetBrush() nor SetFo...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
renamed wxEventFixModule to wxWakeUpIdleModule; added...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
added GetHbrush() and GetHbrushOf()
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
don't call SelectObject() twice in SetPen() (slow!...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
fixed operator=(), ==() and !=() for wxPen
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
fixed small bug in operator=() (comparing equal but...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
added GetHpen() and GetHpenOf()
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
define WXMICROWIN_CHECK_HDC macro once instead of havin...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
use wxBusyCursor class instead of wxBeginBusyCursor...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
proper UTF32 / 16 conversions added
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
wchar_t 4 bytes support added
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
redraw forced for size changes (layout for measuring...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
use hard coded default size for top level windows inste...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Added wxTreeListCtrl: patch [ 883529 ] wxTreeListCltr
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Misc doc fixes
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Applied patch [ 892608 ] wxLogDialog + wxLogFrame:...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Applied patch [ 892543 ] wxUniversal: Bitmaps in disabl...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
corrected Sleep implementation (as clock() under Mach...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Added CE project files
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Applied patch [ 875666 ] Warning free configtool util
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Applied patch [ 879998 ] Warning free animate contrib
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Fixed RTTI
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Applied patch [ 875663 ] Warning free mmedia contrib
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Applied [ 880011 ] Several fixes to DbBrowse demo
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Julian Smart
Applied patch [ 892511 ] wxUniversal: fix of segfault...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
scroll of subwindow confined to rect param
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
tabs fixed
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
corrected line counts and implemented ShowPosition
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
corrections for buffers
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
unicode savvy conversions
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Mattia Barbon
Documented new constructor and overloaded Create...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Mattia Barbon
Update toback24.
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Mattia Barbon
Reverses part of my changes of Mon Apr 14 17:27:28...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Mattia Barbon
Compilation fix for wxUSE_STL == 1 and wxUSE_UNICODE...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Mattia Barbon
Applied patches #892580 and #892582 from Christian...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
David Elliott
Use wxLogTrace instead of wxLogDebug for trace messages
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
David Elliott
Add wxCocoa-specific trace masks
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
font encodings and refresh upon show (after a hide...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
font encodings
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
font encodings and a first copy implementation wchar_t...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
font encoding support
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
conversion warning gcc 3.3 mac
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
font-encodings additions
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
unicode targets cleanup for cw and xcode
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
getting rid of old pragma for CW Pro 9
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Stefan Csomor
don't let MacIsReallyShown climb over toplevel windows...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-08
Vadim Zeitlin
background colour of a combobox may now be set (bug...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
reset m_frameTool/StatusBar pointers before deleting...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
don't show the accels on the controls if the system...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
added WM_UPDATEUISTATE and related stuff
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
trying to fix breakage in wxBufferedPaintDC after the...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
one line fix for a bug with focus switching to the...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
no changes (just removed some long unused junk)
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
fixes for page positioning for notebooks with wxNB_MULT...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
added checkbox for testing wxNB_MULTILINE
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
don't change the control width when adjusting the heigh...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
use new style creation (MSWCreateControl() and MSWGetSt...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
don't give error messages if ws2_32.dll is not availabl...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
compilation fix for wxUSE_VALIDATORS == 0
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
added wxDC::DrawPolyPolygon() (patch 882189)
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
multiple fixes to wxChoice/wxCombobox height getting...
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Dimitri Schoolwerth
Live resizing is OS X only.
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Stefan Neis
Handle separators in menus correctly.
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
added wxDC::DrawPolyPolygon() (patch 882189)
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
wxBufferedDC changes
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
documented wxBuffered[Paint]DC
commit
|
commitdiff
|
tree
|
snapshot
2004-02-07
Vadim Zeitlin
files for LaTeX 2e compilation
commit
|
commitdiff
|
tree
|
snapshot
next