index
:
delta/gdk-pixbuf.git
baserock/morph
baserock/xfce-build
ci-test
drop-x11
ebassi/ci-only-default
ebassi/for-master
ebassi/gi-docgen
ebassi/issue-143
ebassi/issue-209
ebassi/issue-215
ebassi/issues-185
ebassi/msys2-update
fix-generating-pc-files
gdk-pixbuf-2-24
gdk-pixbuf-2-26
gdk-pixbuf-2-28
gdk-pixbuf-2-30
gdk-pixbuf-2-32
gdk-pixbuf-2-34
gdk-pixbuf-2-36
gdk-pixbuf-2-38
gdk-pixbuf-2-40
gnome-2-38
issue-3
issue-72
issue-73
issue-77
macos-ci
master
otte/jpeg-fallback
static-analysis
wip/csoriano/jp2-test
wip/ebassi/meson
wip/ebassi/no-autotools
wip/hadess/read-png-gamma
wip/hadess/thumbnailer-locale
wip/jbrummer/png-in-ico
wip/jtojnar/no-install-skipped-test
wip/otte/tga
wip/run-gif-tests-again
gitlab.gnome.org: GNOME/gdk-pixbuf.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gdk
/
gdkrgb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Private function to tell if we have RENDER extension.
Owen Taylor
2002-01-04
1
-242
/
+17
*
Throughout: assorted docs
Havoc Pennington
2001-10-03
1
-0
/
+18
*
Remove unnecessary call to gdk_image_new_bitmap().
Owen Taylor
2001-09-20
1
-9
/
+3
*
Make gdkx.h the only installed header from gdk/x11. All structures in
Owen Taylor
2001-09-07
1
-2
/
+0
*
Patch from ChiDeok Hwang to move call to sync_selection() up a few lines
Owen Taylor
2001-03-02
1
-1
/
+1
*
add --deprecated-guards
Havoc Pennington
2001-02-20
1
-0
/
+32
*
Make gdk_colormap_sync private since it was never exported in a header
Owen Taylor
2001-02-02
1
-7
/
+11
*
Fix off-by-one error when destroying allocated segments on failure.
Owen Taylor
2000-11-18
1
-1
/
+1
*
Don't leave dangling ->prev fields when merging lists. (Found
Owen Taylor
2000-08-18
1
-1
/
+1
*
applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
Tim Janik
2000-07-26
1
-4
/
+4
*
Add gdk_rgb_find_color() to get a pixel value using GdkRGB functionality
Owen Taylor
2000-07-02
1
-272
/
+527
*
If possible, create only a single shm segment and use multiple parts of it
Owen Taylor
2000-06-26
1
-99
/
+173
*
Move all X specific code into the x11/ directory. Aside from shuffling
Owen Taylor
1999-11-08
1
-19
/
+21
*
Change GDK_WINDOWING_WIN32 usage to #ifdef also here.
Tor Lillqvist
1999-10-02
1
-1
/
+1
*
Started
Owen Taylor
1999-10-01
1
-2
/
+2
*
Changed from #if GDK_WINDOWING == GDK_WINDOWING_X11 to #ifdef
Owen Taylor
1999-09-29
1
-2
/
+2
*
[ Merges from gtk-1-2 ]
Federico Mena Quintero
1999-09-28
1
-6
/
+9
*
Merge in Win32 version: Define macro GDKVAR for declaring gdk variables
Tor Lillqvist
1999-03-17
1
-4
/
+8
*
Added notice to look in AUTHORS and ChangeLog files for a list of changes.
CST 1999 Shawn T. Amundson
1999-02-24
1
-0
/
+7
*
nparams for selection_get should be 3, not 2. [ From Damon Chaplin
Owen Taylor
1999-01-15
1
-1
/
+1
*
x Pull in string.h for various mem*() and str*() functions, in an
Jeff Garzik
1998-12-24
1
-2
/
+13
*
I submitted this patch twice to gtk-devel-list, and received no comments,
Elliot Lee
1998-11-30
1
-5
/
+5
*
Fixed up copyright message.
Owen Taylor
1998-11-24
1
-9
/
+9
*
Merge from themes-2. See the ChangeLog for a somewhat detailed
Owen Taylor
1998-11-06
1
-9
/
+9
*
Fixed an alpha bug.
Raph Levien
1998-10-05
1
-3
/
+3
*
Reverted global changes of g_new to malloc(), added back in the one place
Owen Taylor
1998-09-15
1
-1
/
+3
*
Checking in minor changes. Now synced with 0.9.0.
GTK_1_1_2
Raph Levien
1998-09-11
1
-2
/
+36
*
Fixed up some of the bigendian 32bpp modes.
Raph Levien
1998-09-03
1
-29
/
+164
*
Minor improvements to gdkrgb, added testrgb to the gtk directory.
Raph Levien
1998-09-01
1
-13
/
+24
*
Added a gdk_draw_rgb_image_dithalign function.
Raph Levien
1998-08-31
1
-35
/
+204
*
removed some unused variables
Manish Singh
1998-08-24
1
-1
/
+0
*
Added some calls to gdk_rgb_init, so it's much more likely to correctly
Raph Levien
1998-08-22
1
-0
/
+2
*
silly visual fixes
Manish Singh
1998-08-20
1
-2
/
+2
*
Minor fixes that were needed for the Gimp/GdkRgb integration.
Raph Levien
1998-08-20
1
-254
/
+362
*
use g_get_current_dir() instead of getcwd().
Tim Janik
1998-08-18
1
-249
/
+249
*
It works better when I actually check the file in :) (I.e. this is the
Raph Levien
1998-08-18
1
-6
/
+155
*
Committing a patch by Ray Lehtiniemi to speed up 565_d by 25%.
Raph Levien
1998-08-14
1
-25
/
+34
*
Made some config changes to make it work better both as a standalone
Raph Levien
1998-08-02
1
-2
/
+17
*
actually builds and runs properly on big endian machines now, because we
Manish Singh
1998-07-22
1
-5
/
+6
*
More minor config fixes.
Raph Levien
1998-07-21
1
-20
/
+0
*
Fixed minor config bug.
Raph Levien
1998-07-21
1
-2
/
+1
*
Integrating GdkRgb 0.0.3 into the Gtk+ source tree.
Raph Levien
1998-07-15
1
-0
/
+2570