projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
don't statically link to SetMenuInfo(): it is not present in Win95/NT4
[wxWidgets.git]
/
src
/
msw
/
gdiimage.cpp
2005-03-08
Vadim Zeitlin
fixed wrong use of = instead of == (patch 1159289)
blob
|
commitdiff
|
raw
2005-02-20
Vadim Zeitlin
removed wxLoadBitmap() introduced in 1.37 -> 1.38;...
blob
|
commitdiff
|
raw
|
diff to current
2004-11-16
Włodzimierz Skiba
Warning fix.
blob
|
commitdiff
|
raw
|
diff to current
2004-11-10
Vadim Zeitlin
new set of fixes for problems due to huge files support...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-26
Włodzimierz Skiba
Source cleaning: whitespaces & tabs, ::, TRUE/true...
blob
|
commitdiff
|
raw
|
diff to current
2004-08-03
Włodzimierz Skiba
WinCE warning fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-07-20
Włodzimierz Skiba
WinCE fixes.
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Use old licence name
blob
|
commitdiff
|
raw
|
diff to current
2004-05-23
Julian Smart
Name and version changes
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-09-30
Vadim Zeitlin
treat 0xc0c0c0 as transparent colour by default
blob
|
commitdiff
|
raw
|
diff to current
2003-09-15
Julian Smart
WinCE bitmap patch from Johannes Schindelin <Johannes...
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-07-11
Julian Smart
More WinCE mods
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-05-07
Chris Elliott
update for digital mars - resolve externals in shell...
blob
|
commitdiff
|
raw
|
diff to current
2003-04-19
Chris Elliott
update to make digitalmars compile
blob
|
commitdiff
|
raw
|
diff to current
2003-03-23
Vadim Zeitlin
added wxDIB::Save() and wxDIB to/from wxBitmap) convers...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-23
Vadim Zeitlin
use wxDIB methods instead of old functions for working...
blob
|
commitdiff
|
raw
|
diff to current
2003-03-18
Julian Smart
Some code tidying; removing dibutils.cpp which
blob
|
commitdiff
|
raw
|
diff to current
2003-03-17
Julian Smart
Removed erroneous copyright names and corrected licence...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-25
Vadim Zeitlin
removed warnings about using the deprecated functions...
blob
|
commitdiff
|
raw
|
diff to current
2003-01-25
Ron Lee
Update list operators, s/TRUE/true/ etc.
blob
|
commitdiff
|
raw
|
diff to current
2003-01-22
Vadim Zeitlin
made wxBitmapRefData private (actually, this also fixes...
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-05
Robin Dunn
Use the iconIndex in the default case too.
blob
|
commitdiff
|
raw
|
diff to current
2002-07-15
Robin Dunn
Icons fetched from wxMimeTypesManager did not get the...
blob
|
commitdiff
|
raw
|
diff to current
2002-03-24
Václav Slavík
change wxICON_INFO to wxICON_INFORMATION in Mac and...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-14
Vadim Zeitlin
undid my fix for loading 16x16 icons which results...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-13
Vadim Zeitlin
fixed loading the icons with non default size
blob
|
commitdiff
|
raw
|
diff to current
2002-02-06
Vadim Zeitlin
IMPLEMENT_DYNAMIC_CLASS fixes
blob
|
commitdiff
|
raw
|
diff to current
2001-09-30
Vadim Zeitlin
added wxUSE_PALETTE and fixed compilation with it set...
blob
|
commitdiff
|
raw
|
diff to current
2001-08-15
Vadim Zeitlin
fixed bug with loading standard icons
blob
|
commitdiff
|
raw
|
diff to current
2001-07-23
Vadim Zeitlin
use Windows standard icons instead of our own (patch...
blob
|
commitdiff
|
raw
|
diff to current
2001-07-17
Julian Smart
Correction to icon index code
blob
|
commitdiff
|
raw
|
diff to current
2001-07-17
Julian Smart
Added support for extracting icon using specified index
blob
|
commitdiff
|
raw
|
diff to current
2001-06-29
Julian Smart
First pass at adding MicroWindows support
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Václav Slavík
switched to new XPM code in wxMSW
blob
|
commitdiff
|
raw
|
diff to current
2001-05-08
Julian Smart
Removed wxXPMHandler
blob
|
commitdiff
|
raw
|
diff to current
2001-05-02
Kendall Bennett
Updates to fix Watcom C/C++ 11.0 compiler warning probl...
blob
|
commitdiff
|
raw
|
diff to current
2001-01-11
Vadim Zeitlin
applied (slightly modified) patch for loading large...
blob
|
commitdiff
|
raw
|
diff to current
2000-11-25
Václav Slavík
applied (part of) Alexey Leko's patch
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
2000-01-09
Guillermo Rodrigue...
Add XPM handlers by default if XPM support is enabled
blob
|
commitdiff
|
raw
|
diff to current
1999-12-20
Julian Smart
Mostly Mingw32/Cygwin corrections
blob
|
commitdiff
|
raw
|
diff to current
1999-12-16
Vadim Zeitlin
Win16 compilation fixes
blob
|
commitdiff
|
raw
|
diff to current
1999-12-14
Václav Slavík
removed USE_SHARED_LIBRARY(IES)
blob
|
commitdiff
|
raw
|
diff to current
1999-11-26
Vadim Zeitlin
1. wxBase compiles/links again
blob
|
commitdiff
|
raw
|
diff to current
1999-11-24
Vadim Zeitlin
1. wxIcon/wxCursor change, wxGDIImage class added
blob
|
commitdiff
|
raw
|
diff to current