Matthias Clasen
|
519eae8729
|
Don't allocate space for "" in scale marks
Turns out GtkBuilder ends up creating marks with non-NULL
empty texts, so ignore those. Bug 614443, reported by Filippo Argiolas.
|
2010-08-04 21:47:54 -04:00 |
|
Philip Withnall
|
3a34295b9c
|
Add (transfer none) annotation to gtk_tree_selection_get_selected_rows()
Closes: bgo#625650
|
2010-08-05 00:53:43 +01:00 |
|
Philip Withnall
|
080e8ab0a8
|
Add (inout) annotation to gtk_tree_model_iter_next()
Closes: bgo#625650
|
2010-08-05 00:53:36 +01:00 |
|
Lucian Adrian Grijincu
|
ae66d4feb4
|
Updated Romanian translation
|
2010-08-05 02:04:30 +03:00 |
|
Paolo Borelli
|
cffda84e93
|
Annotate GtkTextBuffer insert methods
|
2010-08-04 21:04:04 +02:00 |
|
Pablo Castellano
|
7df17ad475
|
Update git.mk from pango
|
2010-08-03 19:54:02 +02:00 |
|
Cody Russell
|
cd3510ce1f
|
Change GtkCalendar's inner border and separator values from hard-coded
ones to using style properties.
https://bugzilla.gnome.org/show_bug.cgi?id=624779
|
2010-08-03 10:45:14 -05:00 |
|
Javier Jardón
|
237ed3bbf8
|
Remove some unused variables
|
2010-08-03 12:44:52 +02:00 |
|
Fridrich Štrba
|
c4b129bac2
|
Fix 32-bit Windows build using mingw-w64 toolchain
|
2010-08-03 03:01:49 +02:00 |
|
Fridrich Štrba
|
02068350ff
|
Make the Windows manifest correspond to the name of the binary
|
2010-08-03 02:49:01 +02:00 |
|
Javier Jardón
|
57550e1b47
|
POTFILES.in: Add some missing files
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=624737
|
2010-08-03 00:42:52 +02:00 |
|
Benjamin Otte
|
5e8c274e32
|
progressbar: Remove act_mode_enter vfunc
It doesn't make sense to have a vfunc for this.
|
2010-07-31 22:42:59 +02:00 |
|
Benjamin Otte
|
97f361c98f
|
progressbar: Remove offscreen pixmap
Why did the progressbar keep an offscreen pixmap anyway? It didn't even
double buffer...
|
2010-07-31 22:42:59 +02:00 |
|
Benjamin Otte
|
ca513cec2e
|
progressbar: Remove paint vfunc
Unconditionally call gtk_progress_bar_paint() instead. It was called in
various places instead of the vfunc already anyway.
|
2010-07-31 22:42:59 +02:00 |
|
Benjamin Otte
|
de401fd06d
|
progressbar: Remove unused update vfunc
|
2010-07-31 22:42:59 +02:00 |
|
Benjamin Otte
|
decbe42212
|
docs: Add gdk_cursor_get_cursor_type() template
|
2010-07-31 22:42:59 +02:00 |
|
Benjamin Otte
|
f03ce229e9
|
docs: Remove GtkNotebookPage from docs
|
2010-07-31 22:41:51 +02:00 |
|
Benjamin Otte
|
5d5332a493
|
paned: Remove unused GdkGC
|
2010-07-31 22:41:39 +02:00 |
|
John (J5) Palmieri
|
5f1827983b
|
add the transfer and element-type annotation to gdk_device_manager_list_devices
|
2010-07-29 04:53:54 -04:00 |
|
Tomeu Vizoso
|
1fa7f1085e
|
Annotate gdk_rectangle_intersect
|
2010-07-28 17:02:18 +02:00 |
|
Xandru Armesto
|
14d4bc3c40
|
Updated asturian translation
|
2010-07-28 12:53:24 +02:00 |
|
Xandru Armesto
|
c774b0fbdb
|
Updated asturian translation
|
2010-07-28 12:47:57 +02:00 |
|
Jorge González
|
5a02536da4
|
Updated Spanish translation
|
2010-07-26 20:59:11 +02:00 |
|
Benjamin Otte
|
a37ec87ed7
|
gdk: Flush implicit paints with Cairo
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
cfa3a71c7b
|
gdk: Do DEBUG_UPDATES drawing with Cairo
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
2db020890e
|
offscreenwindow: Copy old to new pixmap using Cairo
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
b13480702b
|
gdk: Create solid mask with Cairo
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
b478081b7d
|
gdk: Always clear backing store with Cairo
The code to use Cairo existed but wasn't used on Unix due to a bug in
XAA (that was fixed). Fwiw, we use EXA these days...
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
331d77f3d7
|
gdkgc: Draw clip mask with Cairo
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
37c502eae3
|
gdkpixbuf: Implement gdk_pixbuf_render_threshold_alpha() with Cairo
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
5649431acb
|
docs: Remove mention of gdk_draw_drawable()
That function is about to die.
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
ccc26207fe
|
gdk: Use the system colormap, not the rgb colormap
RGB colormaps are on their way out.
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
b68801f168
|
gdk: Get rid of GdkRGB usage
Unfortunately, there's no code for getting rid of the alpha channel,
so we opacify the image ourselves.
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
7b213d5604
|
gdk: Get rid of gdk_draw_pixbuf() call
Use Cairo code instead.
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
610e29892e
|
style: Draw insertion cursor with Cairo
|
2010-07-26 16:42:49 +02:00 |
|
Benjamin Otte
|
9bac13b1f5
|
Remove _gtk_widget_get_cursor_gc() function
It's unused now.
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
761b0ea3ae
|
testing: Use Cairo calls instead of gdk_draw_line() to test server sync
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
188884a9b1
|
gtk-demo: Blit backing pixmap using Cairo
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
831afa2159
|
gtk-demo: Convert color selection example to Cairo
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
760ba34bd8
|
gtk-demo: Convert drawingarea example to Cairo
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
4d07fa5772
|
gtk-demo: Make pixbufs demo use Cairo
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
1e64e36b58
|
demos: No need to set the rgb colormap here
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
da49daecc4
|
demos: Convert to drawing with Cairo instead of GdkRGB
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
73ae8a787e
|
demos: Use Cairo instead of gdk_draw_pixbuf()
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
e0efb8798a
|
testgtk: Remove unused variable
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
e8bf80ebea
|
testgtk: Draw rotated text example with pangocairo
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
8630657324
|
testgtk: Replace gdk_draw_rectangle() with Cairo
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
0a451f508b
|
test: Convert testinput to Cairo
The test is broken though as it draws onto windows outside of expose
events.
And we all know you shouldn't do that.
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
6dd7e5af08
|
tests: Make testoffscreen use Cairo
|
2010-07-26 16:42:48 +02:00 |
|
Benjamin Otte
|
a625e587a3
|
tests: replace gdk_draw_drawable() with Cairo calls in testinput
|
2010-07-26 16:42:48 +02:00 |
|