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
/
gtk
/
gtktext.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix #105497; constify uses of GdkColor.
Federico Mena Quintero
2004-01-26
1
-12
/
+12
*
The first part of the fix for #114351 (see also gdk-pixbuf/ChangeLog and
Matthias Clasen
2004-01-16
1
-8
/
+8
*
Replace uses of gtk_timeout_* and gtk_idle_* by their non-deprecated
Matthias Clasen
2003-02-05
1
-5
/
+5
*
add -DGTK_DISABLE_DEPRECATED. #undef it at the top of gtktypebuiltins.c.
Manish Singh
2002-11-20
1
-0
/
+1
*
add -DGDK_DISABLE_DEPRECATED
Manish Singh
2002-11-17
1
-0
/
+2
*
Add a 'type' parameter, make public.
Owen Taylor
2002-10-03
1
-6
/
+9
*
Get rid of gtk_style_get_font_for_display(), make gtk_style_get_font()
Owen Taylor
2002-06-20
1
-6
/
+4
*
Replace gdk_cursor_new_for_screen() with gdk_cursor_new_for_display().
Owen Taylor
2002-06-18
1
-1
/
+1
*
Integrate Erwann Chenede's multihead changes for the gtk/ directory.
Alex Larsson
2002-04-29
1
-15
/
+32
*
Patch from Matthias Clasen (#54488)
Owen Taylor
2002-02-23
1
-30
/
+0
*
General property notification cleanup.
Matthias Clasen
2002-01-28
1
-0
/
+2
*
Patch from Bill Haneman (with many modifications) to make the focus color
Owen Taylor
2001-12-04
1
-3
/
+3
*
Make gtkmarshal.list/gtkmarshal.h only for compatibility with GTK+-1.2;
Owen Taylor
2001-11-17
1
-1
/
+2
*
handle -1 argument in order to remove a workaround in Nautilus that forced
Havoc Pennington
2001-11-02
1
-0
/
+3
*
move insert_text and delete_text virtual functions to do_insert_text and
Kristian Rietveld
2001-10-03
1
-8
/
+24
*
Fix up for changes to PangoFontDescription.
Owen Taylor
2001-09-18
1
-6
/
+9
*
Patch from Matthias Clasen to remove remove all instances of
Owen Taylor
2001-07-18
1
-30
/
+0
*
Clip the retrieved image data to the screen, using a server grab to avoid
Havoc Pennington
2001-06-29
1
-1
/
+10
*
Added properties. Based on patch by Lee Mallabone.
Alexander Larsson
2001-05-22
1
-58
/
+88
*
voc Pennington <hp@redhat.com>
Havoc Pennington
2001-04-28
1
-0
/
+11
*
Close bug #50615:
Havoc Pennington
2001-04-18
1
-3
/
+3
*
make this somewhat key-navigable
Havoc Pennington
2001-03-24
1
-6
/
+2
*
fix warnings
Havoc Pennington
2001-03-24
1
-1
/
+0
*
Handle quoting of / with \; properly handle __ in paths, quote " and \n in
Owen Taylor
2001-03-19
1
-7
/
+7
*
Applied patch from Nils Barth (bug # 51041) to replace "gint" with
Havoc Pennington
2001-03-16
1
-8
/
+8
*
Delete.
Havoc Pennington
2001-03-15
1
-9
/
+9
*
Remove old XIM code.
Owen Taylor
2001-03-09
1
-125
/
+0
*
Document expose event->region change and that gtk_widget_event doesn't
Alexander Larsson
2001-03-09
1
-1
/
+1
*
marshaller fixes.
Tim Janik
2001-03-07
1
-1
/
+1
*
Patch from ChiDeok Hwang to move call to sync_selection() up a few lines
Owen Taylor
2001-03-02
1
-0
/
+5
*
Remove draw_focus and draw_default (gtk_widget_draw_focus): remove this
Havoc Pennington
2001-02-28
1
-15
/
+4
*
Get rid of a bunch of g_strdup_printf("%s%s") in favor of g_strconcat().
Owen Taylor
2001-02-02
1
-19
/
+27
*
bracket in #ifdef GTK_ENABLE_BROKEN.
Havoc Pennington
2001-01-31
1
-0
/
+1
*
Remove "draw" virtual method and signal
Havoc Pennington
2000-12-04
1
-18
/
+0
*
GCompareFunc -> GEqualFunc where applicable.
Sebastian Wilhelmi
2000-11-13
1
-1
/
+1
*
Make parent_class static.
Owen Taylor
2000-11-12
1
-273
/
+269
*
urg, removed implementation of gtk_marshal_VOID__INT_INT_INT_INT. if
Tim Janik
2000-10-25
1
-1
/
+1
*
applied patch from Andreas Persenius <ndap@swipnet.se> that updates the
Tim Janik
2000-07-26
1
-4
/
+4
*
Make this compile without framebuffer enabled
Havoc Pennington
2000-06-20
1
-12
/
+12
*
documented necessary changes for 1.4 transition.
Tim Janik
2000-05-12
1
-37
/
+45
*
Merges from gtk-1-2
Owen Taylor
2000-03-14
1
-13
/
+25
*
if the widget is not editable, don't silently eat up GDK_Return, GDK_Home
Tim Janik
1999-02-24
1
-1
/
+7
*
Added notice to look in AUTHORS and ChangeLog files for a list of changes.
CST 1999 Shawn T. Amundson
1999-02-24
1
-0
/
+8
*
Revise algorithm for scrolling backwards. This one might actually work
Owen Taylor
1999-02-21
1
-16
/
+16
*
Use a ScrolledWindow test how Text widgets work within ScrolledWindow.
Owen Taylor
1999-02-16
1
-1
/
+2
*
When setting styles, remove unecessary explicits draws and clears.
Owen Taylor
1999-02-16
1
-3
/
+0
*
Instead of drawing a background pixmap in with gdk_draw_pixmap(), set it
Owen Taylor
1999-01-20
1
-67
/
+45
*
Fix typo [ gtk-mailund-990116-0: Thomas Mailund Jensen
Owen Taylor
1999-01-17
1
-1
/
+1
*
Fixed cut and paste bug when comparing text property bg colors. [ Matt
Owen Taylor
1999-01-10
1
-2
/
+2
*
Move main thread lock back to GDK - we need it there for locking when
Owen Taylor
1998-12-16
1
-3
/
+2
[next]