projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mac paths updated
[wxWidgets.git]
/
src
/
gtk
/
bitmap.cpp
2008-05-15
Paul Cornett
fix some warnings from GCC -Wextra
blob
|
commitdiff
|
raw
2008-03-25
Francesco Montorsi
reorganized wxBitmap/wxBitmapHandler classes to use...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-15
Vadim Zeitlin
Fix Ok/IsOk() mess in wxGDIObject-derived classes;...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-11
Vadim Zeitlin
unused parameter warning fixes for --disable-all-featur...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-11
Vadim Zeitlin
compilation fixes for wxUSE_IMAGE==0
blob
|
commitdiff
|
raw
|
diff to current
2007-07-10
Václav Slavík
cleanup of raw access to bitmaps:
blob
|
commitdiff
|
raw
|
diff to current
2007-05-16
Paul Cornett
need to invert offsets for gdk_pixbuf_scale;
blob
|
commitdiff
|
raw
|
diff to current
2007-05-16
Paul Cornett
speed up Rescale 5- to 15-fold by using pixbuf scaling
blob
|
commitdiff
|
raw
|
diff to current
2006-10-30
Vadim Zeitlin
COW cleanup patch (1583966):
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Paul Cornett
remove assert from PurgeOtherRepresentations,we'll...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Paul Cornett
implement {Create,Clone}RefData for gtk wxBitmap
blob
|
commitdiff
|
raw
|
diff to current
2006-10-08
Vadim Zeitlin
add IsOk() to all classes having Ok() method (patch...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-08
Paul Cornett
Move some things to wxBitmapBase to avoid much duplication.
blob
|
commitdiff
|
raw
|
diff to current
2006-10-07
Paul Cornett
some cleanup, and plug a few small holes
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Paul Cornett
make pixbuf/alpha handling more coherent in gtk wxBitma...
blob
|
commitdiff
|
raw
|
diff to current
2006-10-06
Paul Cornett
don't invert mono bitmaps in Rescale
blob
|
commitdiff
|
raw
|
diff to current
2006-09-09
Paul Cornett
some app.h cleanup: minimize includes, use static cast
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-25
Paul Cornett
set depth to 32 when creating pixbuf from wxImage with...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-24
Robert Roebling
Reenable inversion code again.
blob
|
commitdiff
|
raw
|
diff to current
2006-08-24
Paul Cornett
allow white as mask color when creating mask from mono...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-23
Robert Roebling
Comment out suspicious 1-bit bitmap conversion
blob
|
commitdiff
|
raw
|
diff to current
2006-08-23
Robin Dunn
Always create the pixmap with an alpha channel
blob
|
commitdiff
|
raw
|
diff to current
2006-08-14
Paul Cornett
Combine two wxImage-to-pixmap creation functions into...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-13
Paul Cornett
wxBitmap does not need to use gdk_wx_draw_bitmap
blob
|
commitdiff
|
raw
|
diff to current
2006-08-13
Paul Cornett
more accurate mask creation for low color displays
blob
|
commitdiff
|
raw
|
diff to current
2006-08-12
Paul Cornett
use GDK to convert pixmap to RGB for wxImage
blob
|
commitdiff
|
raw
|
diff to current
2006-08-11
Paul Cornett
change deprecated gdk_image_get to gdk_drawable_get_image
blob
|
commitdiff
|
raw
|
diff to current
2006-08-11
Paul Cornett
code simplification and minor cleanup
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
Paul Cornett
revert unintended checkin of experimental change to...
blob
|
commitdiff
|
raw
|
diff to current
2006-08-10
Paul Cornett
avoid using deprecated gdk_image_new_bitmap()
blob
|
commitdiff
|
raw
|
diff to current
2006-07-03
Włodzimierz Skiba
Include wx/image.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
Paul Cornett
remove redundant GdkBitmap representation from wxBitmap
blob
|
commitdiff
|
raw
|
diff to current
2006-06-19
Paul Cornett
remove obsolete color cube and image to bitmap code
blob
|
commitdiff
|
raw
|
diff to current
2006-06-15
Włodzimierz Skiba
Include wx/math.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-21
Włodzimierz Skiba
Include wx/icon.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-20
Włodzimierz Skiba
Include wx/palette.h according to precompiled headers...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-15
Mart Raudsepp
Don't cast with G_OBJECT when passing a GObject to...
blob
|
commitdiff
|
raw
|
diff to current
2006-05-08
Włodzimierz Skiba
Include wx/dcmemory.h according to precompiled headers...
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-04
Mart Raudsepp
gdk_window_get_size -> gdk_drawable_get_size
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_gc_destroy -> gdk_gc_unref -> g_object_unref
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_image_destroy -> g_object_unref (gdk_image_destroy...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_pixbuf_unref -> g_object_unref
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_gc_unref -> g_object_unref
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
And gdk_drawable_unref is in turn deprecated in favor...
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_bitmap/pixmap_unref -> gdk_drawable_unref
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_draw_pixmap -> gdk_draw_drawable
blob
|
commitdiff
|
raw
|
diff to current
2006-04-04
Mart Raudsepp
gdk_window_get_visual -> gdk_drawable_get_visual
blob
|
commitdiff
|
raw
|
diff to current
2006-03-21
Vadim Zeitlin
added semicolons after wxCHECK()s (part of patch 1450705)
blob
|
commitdiff
|
raw
|
diff to current
2006-03-07
Vadim Zeitlin
test for dst!=NULL instead of bpp==1 in Rescale() as...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-09
Vadim Zeitlin
great copy ctor/assignment operators cleanup by Paul...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-22
Mart Raudsepp
Nuke GTK1 from src/gtk
blob
|
commitdiff
|
raw
|
diff to current
2005-11-30
Włodzimierz Skiba
Missing wxUSE_PALETTE markup (#1369489).
blob
|
commitdiff
|
raw
|
diff to current
2005-10-01
Vadim Zeitlin
fix the size of the created subbitmap
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-23
Mart Raudsepp
Nuke #pragma implementation/interface's
blob
|
commitdiff
|
raw
|
diff to current
2005-06-13
Włodzimierz Skiba
'[1219035] cleanup: miscellaneous' and minor source...
blob
|
commitdiff
|
raw
|
diff to current
2005-06-10
Stefan Neis
Include rawbmp.h only for __WXGTK20__ (unneeded for...
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-02-15
Robert Roebling
Implemented wxBitmap::HasAlpha() and ::UseAlpha().
blob
|
commitdiff
|
raw
|
diff to current
2005-02-13
Vadim Zeitlin
include wx/rawbmp.h
blob
|
commitdiff
|
raw
|
diff to current
2005-02-13
Robert Roebling
Added raw bitmap access support to GTK 2.0.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-06
Robert Roebling
GTK 1.2 compilo/link error.
blob
|
commitdiff
|
raw
|
diff to current
2005-02-05
Robert Roebling
Second try to add "support" for deriving from
blob
|
commitdiff
|
raw
|
diff to current
2005-02-05
Robert Roebling
Make wxBitmap inherit from wxBitmapBase
blob
|
commitdiff
|
raw
|
diff to current
2004-12-14
Włodzimierz Skiba
wx/math.h integration
blob
|
commitdiff
|
raw
|
diff to current
2004-11-03
Robert Roebling
Applied patch to reorder includes. Not the most
blob
|
commitdiff
|
raw
|
diff to current
2004-08-22
Václav Slavík
set mask when converting pixbuf to pixmap
blob
|
commitdiff
|
raw
|
diff to current
2004-08-22
Václav Slavík
added pixmap->pixbuf conversion as well
blob
|
commitdiff
|
raw
|
diff to current
2004-08-21
Václav Slavík
added alpha channel support to wxGTK2's wxBitmap
blob
|
commitdiff
|
raw
|
diff to current
2004-08-16
Václav Slavík
fixed wxImage->wxBitmap conversion for images with...
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
2004-03-05
Ron Lee
More updates to the Debian packaging for wxPython,...
blob
|
commitdiff
|
raw
|
diff to current
2004-02-21
Julian Smart
Ok tests pixmap and bitmap now
blob
|
commitdiff
|
raw
|
diff to current
2003-10-18
Robert Roebling
Further corrections to bitmap and blit code.
blob
|
commitdiff
|
raw
|
diff to current
2003-10-17
Robert Roebling
\
blob
|
commitdiff
|
raw
|
diff to current
2003-10-09
Robert Roebling
Added wxBitmap::Rescale() from 2_4
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-21
Vadim Zeitlin
bitmaps of size 0 shouldn't be valid
blob
|
commitdiff
|
raw
|
diff to current
2003-05-01
Vadim Zeitlin
compilation fix
blob
|
commitdiff
|
raw
|
diff to current
2003-05-01
Vadim Zeitlin
better handling of transparent colour in wxImage conver...
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-05-07
Gilles Depeyrot
corrected warnings when compiling with -Wall -W
blob
|
commitdiff
|
raw
|
diff to current
2002-03-29
Robert Roebling
Preventing bitmap crash differently.
blob
|
commitdiff
|
raw
|
diff to current
2002-03-29
Robert Roebling
Disabled masked bitmaps under GTK 2.0 until I know
blob
|
commitdiff
|
raw
|
diff to current
2002-03-24
Václav Slavík
don't use deprecated wxImage methods inside wxWin
blob
|
commitdiff
|
raw
|
diff to current
2002-03-12
Vadim Zeitlin
changes to make wxGTK compile with GTK+ 2.0: now it...
blob
|
commitdiff
|
raw
|
diff to current
2002-02-13
Robert Roebling
wxX11:
blob
|
commitdiff
|
raw
|
diff to current
2002-01-15
Robert Roebling
gdk_rgb doesn't work on SGI.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-12
Robert Roebling
Some additions to the 12-bit patch.
blob
|
commitdiff
|
raw
|
diff to current
2002-01-12
Robert Roebling
Applied patches for wxBU_EXACTFIT to button.cpp and...
blob
|
commitdiff
|
raw
|
diff to current
2001-11-20
Vadim Zeitlin
don't use wxTheXXXList in wxXXX ctor/dtor, only objects...
blob
|
commitdiff
|
raw
|
diff to current
2001-09-23
Václav Slavík
added wxBitmap::CopyFromIcon to wxGTK
blob
|
commitdiff
|
raw
|
diff to current
2001-06-27
Vadim Zeitlin
fix for wxBitmapType definition problem
blob
|
commitdiff
|
raw
|
diff to current
2001-06-26
Vadim Zeitlin
first pass of wxUniv merge - nothing works, most parts...
blob
|
commitdiff
|
raw
|
diff to current
2001-05-11
Robin Dunn
Changed wxRootWindow from a global to a staic variable...
blob
|
commitdiff
|
raw
|
diff to current
2001-04-04
Václav Slavík
implemented wxMask::Create(bitmap, paletteEntry) for...
blob
|
commitdiff
|
raw
|
diff to current
2000-07-15
Bryan Petty
merged 2.2 branch
blob
|
commitdiff
|
raw
|
diff to current
next