Matthias Clasen
b2274ba08a
Avoid delays in starting applications
...
Only query file info once, and don't do it for non-native files, since
that may cause sync network IO.
Bug http://bugzilla.gnome.org/show_bug.cgi?id=635588
2010-11-29 21:08:59 +01:00
Murray Cumming
6e2573fd76
gtk_combo_box_get_active_text(): Fix my docs typo.
2010-11-25 12:28:15 +01:00
Murray Cumming
36a1730bb8
gtk_combo_box_get_active_text(): Documentation: Restore old text.
...
Bring back the note about using this with GtkComboBoxEntry because
otherwise it is a change of behaviour in the stable branch. This does
apparently still work because the get_active_text vfunc is implemented
in GtkComboBoxEntry.
Also make the deprecation note more helpful, giving a hint about what
to do in both cases. Note that the advice is ugly for the
GtkComboBoxEntry case and I wish there was real API for that.
2010-11-25 11:58:47 +01:00
Michael Natterer
b3c5232a9b
Bug 565665 - GtkTargetEntry member target should be const char *
2010-11-24 21:01:10 +01:00
Michael Natterer
d0f2b13309
gdk: add gdk_device_get_n_keys() to access the sealed num_keys member
2010-11-24 20:15:29 +01:00
Benjamin Otte
07c00b9969
gtk: Deprecate GtkRuler and subclasses.
...
They have been removed fom GTK 3.
2010-11-24 17:26:09 +01:00
Colin Walters
058ff14ac8
iconcache: Ensure we don't lose data on power loss
...
fsync() should ensure our data hits disk; since corrupt icon
caches break all apps, we need to ensure it's valid.
https://bugzilla.gnome.org/show_bug.cgi?id=635307
2010-11-22 13:46:10 -05:00
Michael Natterer
7f6b9ce7f5
gtk: draw the frame around the spinbutton's buttons conditionally
...
(depending on GtkEntry::has-frame)
2010-11-19 14:54:41 +01:00
Benjamin Otte
3024081928
tests: Remove broken ellipsise test
2010-11-18 17:47:43 +01:00
Benjamin Otte
516a6d8495
testgtk: Make it compile with warnings enabled
...
The code is pretty hairy, so it'll probably not work. But at least it
won't crash.
2010-11-18 17:47:43 +01:00
Benjamin Otte
f27b33b40e
tests: Don't clip in offscreenbox test
...
The clipping is unnecessary
2010-11-18 17:47:43 +01:00
Benjamin Otte
b91b0ebbd7
tests: Remove unused variable
2010-11-18 17:47:43 +01:00
Benjamin Otte
931d93d9a4
tests: Define GTK_DISABLE_DEPRECATED in statusicon test
...
We support blinking in that test...
2010-11-18 17:47:43 +01:00
Benjamin Otte
5101c0d469
gail: Use non-deprecated gdk_pixmap_get_size()
2010-11-18 17:47:43 +01:00
Benjamin Otte
b70f365c22
gail: Use gdk_window_get_screen()
2010-11-18 17:47:43 +01:00
Benjamin Otte
55b88f1779
tests: Add a hack to silence gcc
2010-11-18 17:47:43 +01:00
Benjamin Otte
b38249b35c
gtkrc: Crude hack to silence gcc 4.5 enum warnings
2010-11-18 17:47:43 +01:00
Benjamin Otte
02ae5c8cdf
iconview: Correct type of enum variable
...
Thanks gcc!
2010-11-18 17:47:43 +01:00
Benjamin Otte
f0ff8dfd0f
bindings: Crude hack to silence gcc 4.5 enum warnings
2010-11-18 17:47:43 +01:00
Benjamin Otte
adfcc91be6
iconfactory: Silence gcc warning
2010-11-18 17:47:42 +01:00
Benjamin Otte
3770f98e7b
filechooser: Remove unused variables
2010-11-18 17:45:14 +01:00
Benjamin Otte
49b7cef2c3
aboutdialog: Remove unused function
2010-11-18 17:45:14 +01:00
Benjamin Otte
795e1b77e3
gtk-demo: offscreen examples use deprecated functions
2010-11-18 17:45:14 +01:00
Benjamin Otte
5f044d33ef
gtk-demo: Remove unused functions
2010-11-18 17:45:14 +01:00
Benjamin Otte
9e91b6557a
cups: Add hack to work around gcc warning
...
gcc warns if you switch on values that are not part of the enum you're
switching on. So handle those cases in the default handler by using if
statments.
PS: Someone file a bug against cups about this?
2010-11-18 17:45:14 +01:00
Benjamin Otte
176218c5a0
API: Add gdk_pixmap_get_size()
...
Allows querying a pixmap's size when compiling with deprecations.
2010-11-18 17:45:14 +01:00
Kjartan Maraas
174158bf9c
Updated Norwegian bokmål translation
2010-11-18 14:09:35 +01:00
Michael Natterer
2ab90f5d65
gdk: cast impl to GdkWindow* when calling gdk_drawable_get_size()
2010-11-18 13:24:51 +01:00
Michael Natterer
95f588dc78
gtk: draw the progress only on the text area
...
so it doesn't extend under GtkSpinButton's buttons.
2010-11-16 19:28:12 +01:00
Federico Mena Quintero
10d541b8b6
bgo#634558 - filechooser - Actually focus the Search entry when selecting the Search shortcut
...
Signed-off-by: Federico Mena Quintero <federico@novell.com>
2010-11-16 11:01:37 -06:00
Javier Jardón
70929bc7ba
Deprecate GtkCallbackMarshal and GtkFunction
...
As they're only used by already deprecated API
https://bugzilla.gnome.org/show_bug.cgi?id=629955
2010-11-16 07:24:22 +01:00
Bastien Nocera
df08bc43ec
gdk: Add XSetting for "gtk-cursor-blink-timeout"
...
Otherwise the blink timeout is the one used by default in GTK+.
https://bugzilla.gnome.org/show_bug.cgi?id=634697
2010-11-15 17:20:02 +00:00
Fan, Chun-wei
f03eca7b1d
gtktoolitemgroup: Update to new Glib api
...
Also, bump required Glib version to 2.27.3
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=634882
Signed-off-by: Javier Jardón <jjardon@gnome.org>
2010-11-15 16:21:17 +01:00
Petr Kovar
513befc4f2
Update Czech translation
2010-11-15 06:21:23 +01:00
Matthias Clasen
7f85787916
Bump version
2010-11-10 10:22:47 -05:00
Matthias Clasen
e01ae1ee12
Bump version to 2.32.2
2010-11-10 09:22:51 -05:00
Matthias Clasen
675cbdc163
Update NEWS for 2.32.2
2010-11-10 09:22:30 -05:00
Matthias Clasen
1fb94a8410
autogen: allow libtool 2.4
...
Proposed by Jürg Billeter
2010-11-10 09:21:10 -05:00
Jürg Billeter
4773148f1a
Use more gdk_window_ accessors instead of gdk_drawable_ accessors
...
This fixes compile-time warnings and crashes on 64-bit systems.
2010-11-10 09:09:38 -05:00
Matthias Clasen
75a1102901
NEWS for 2.23.1
2010-11-10 09:00:20 -05:00
Cosimo Cecchi
6400a3281b
icon-theme: always force icon sizes for emblems
...
https://bugzilla.gnome.org/show_bug.cgi?id=634060
2010-11-10 09:00:20 -05:00
Cosimo Cecchi
bfa741bace
icon-theme: support pixbufs implementing the GIcon interface
...
https://bugzilla.gnome.org/show_bug.cgi?id=634060
2010-11-10 09:00:20 -05:00
Matthias Clasen
779f4e10be
GtkComboBox: Add a constructor that takes a model and adds an entry
...
https://bugzilla.gnome.org/show_bug.cgi?id=633050
2010-11-10 09:00:19 -05:00
Chun-wei Fan
eb6cce1675
gtk-demo.vcproj: Fix linking options
...
-made up for missed libraries and wrong subsystem settings on non-Debug|win32 configs
2010-11-10 09:17:31 +08:00
Chun-wei Fan
f9220cbd59
gdk.vcprojin: Fixed for coming 2.24 release
...
-Included .rc file
-made up for missed libraries in linking for configs other than Debug|Win32
2010-11-10 09:14:42 +08:00
Chun-wei Fan
6e93a0ae28
gtk+.vcprojin: Update for the coming 2.24 release
...
-update .def generation for Win64
-included .rc file for version info
-remove GDK-Pixbuf as they are now referenced in the property sheet
2010-11-10 09:10:11 +08:00
Chun-wei Fan
e9393ed855
gtk+.sln: Remove all Gdk-Pixbuf compilation stuff for 2.24
...
Gdk-Pixbuf is now in a package of its own, so remove them here
2010-11-10 09:03:13 +08:00
Chun-wei Fan
a0693b4c57
gtk+.vsprops: Update for the coming 2.24
...
-Removed installation of gdkprivate.h and gtkprivate.h
-purge GDK-Pixbuf compilation stuff and added it as a dependency
-install demo program and demo sources and data in bin\gtk-demo
-made up for missing headers
2010-11-10 09:00:23 +08:00
Benjamin Otte
bf395263b2
gdk: Use the correct surface size when creating surfaces
...
Previously we used the size of the csw window, which could easily be
huge and cause CAIRO_SURFACE_INVALID_SIZE errors. If we use the real
size, we work around this problem. The surface can now potentially be
bigger than before but we should handle that when clipping in csw.
https://bugzilla.gnome.org/show_bug.cgi?id=633701
2010-11-08 16:14:14 -05:00
Hans Breuer
1050485a13
Prefer MessageBeep() over Beep()
...
Only the former respects the sound volume setting. If MessageBeep() fails fall back to the latter.
(cherry picked from commit 5e59db1554
)
2010-11-07 22:38:20 +01:00