Federico Mena Quintero
0d02b8a681
Remove the expander in Save mode, and the configuration key
...
This effectively makes the file chooser always be in 'expanded' mode.
Later, we'll move the pathbar to the 'Save in folder:' line.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2011-07-12 17:36:02 -05:00
Federico Mena Quintero
d3e822882a
Utility function to extract folders from the recently-used list
...
This extracts the parent folders from the items in the recently-used
list. We'll use it in the file chooser to present a list of
recently-used folders.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
2011-07-12 17:27:00 -05:00
Federico Mena Quintero
1b605ee84b
gtkfilechooserdefault.c update to 3.0
2011-07-12 15:00:15 -05:00
Federico Mena Quintero
0661008ebe
gtkfilechooserentry.c update to 3.0
2011-07-12 13:48:57 -05:00
Federico Mena Quintero
032a7e50d8
gtkfilechooserprivate.h update to 3.0
2011-07-12 13:36:44 -05:00
Federico Mena Quintero
9858099f65
gtkfilechooser.c update to 3.0
2011-07-12 13:35:45 -05:00
Federico Mena Quintero
0bbee739d3
gtkfilechooserbutton.c update to 3.0
2011-07-12 13:32:41 -05:00
Federico Mena Quintero
eec3cec225
gtkfilechooser.h update to 3.0
2011-07-12 13:23:10 -05:00
Federico Mena Quintero
a0280d7f36
gtkfilechooserdialog.c update to 3.0
2011-07-12 13:21:40 -05:00
Juan Pablo Ugarte
a5b92540d0
Make GtkBuilder do not delay construct properties that can be resolved
...
(so construct is respected when possible) and skip construct only props that
can not.
2011-06-29 11:48:18 -03:00
Mike Gorse
9f83204d48
bgo#653191 - fix uninitialized variable in gtk_file_chooser_entry.c
2011-06-27 15:05:25 -05:00
Colin Walters
a068f575c8
introspection.m4: Update from g-i
...
This fixes substitution with dash.
2011-06-22 11:09:24 -04:00
Chun-wei Fan
5eda0da644
Update VS 2008 property sheet
...
It seems that gdkprivate.h is needed by gdkwin32.h
2011-06-21 10:13:56 +08:00
Matthias Clasen
d7ac9cd71c
Revert "gdk: Make background changes queue a repaint"
...
This reverts commit 254b9a4c54
.
2011-06-20 08:10:49 -04:00
Chun-wei Fan
d0aa7ffc61
Add G_ENABLE_DEBUG #ifdef check in gdkdisplay-win32.c
...
Commit 88707e6912
used
_gdk_win32_cf_to_string, which is only defined when G_ENABLE_DEBUG
is defined, so add G_ENABLE_DEBUG #ifdef around that part.
2011-06-16 13:48:56 +08:00
Chun-wei Fan
5f41ce5e16
Update VS 2008 projects
...
Use G_ENABLE_DEBUG for all debug builds
2011-06-16 13:34:54 +08:00
Matthias Clasen
59f5aa7d72
Bump version
2011-06-15 20:35:23 -04:00
Matthias Clasen
6351e8e134
Fix a forgotten instance of document-x-generic
2011-06-15 19:56:11 -04:00
Matthias Clasen
30e80efe3e
Update NEWS
2011-06-15 19:56:11 -04:00
Javier Jardón
ed9db7c3e5
Use 'const' instead G_CONST_RETURN
2011-06-16 00:51:17 +01:00
Javier Jardón
1516be6f69
gtk: Use 'const' instead G_RETURN_CONST
2011-06-15 19:03:44 +01:00
Javier Jardón
bfe0193eaf
gail: Use 'const' instead G_CONST_RETURN
2011-06-15 18:20:17 +01:00
Javier Jardón
9d393c1d53
gail/tests: Use 'const' instead G_CONST_RETURN
2011-06-15 14:54:10 +01:00
Javier Jardón
8d5d9e68ed
gdk: Use 'const' instead deprecated G_CONST_RETURN
2011-06-15 14:47:19 +01:00
Daniel Drake
149750773e
gtkdnd: Don't bind/unbind keycodes that couldn't be determined
...
At http://dev.laptop.org/ticket/10643 we are seeing that drag-and-drop
within the Sugar shell causes all of Sugar's custom keybindings to be
removed.
This is because gtkdnd tries to unbind XK_KP_Space, which (on my systems)
is resolved to NoSymbol by XKeycodeToKeysym(). NoSymbol has value 0,
the same as AnyKey, and XUngrabKey(AnyKey) is equivalent to unbinding
all possible keycodes.
Fix this by catching NoSymbol before binding/unbinding.
https://bugzilla.gnome.org/show_bug.cgi?id=652402
2011-06-13 15:10:11 +01:00
Marc-André Lureau
88707e6912
win32: resurect Windows clipboard selection notification
...
This is a rewrite of e6fa7394ba
, with
misc fixes that should help with some bugs Tim was talking about.
https://bugzilla.gnome.org/show_bug.cgi?id=652239
2011-06-10 01:22:49 +02:00
Marc-André Lureau
da746d5169
win32: fix gdk clipboard
...
https://bugzilla.gnome.org/show_bug.cgi?id=648931
2011-06-10 00:10:44 +02:00
Benjamin Otte
254b9a4c54
gdk: Make background changes queue a repaint
...
For client-side windows, we need to queue a repaint when the background
changes. For native windows, the windowing system does take care of it,
but client-side windows are our own, so we gotta do it manually.
https://bugzilla.gnome.org/show_bug.cgi?id=652102
2011-06-09 06:33:54 +02:00
Benjamin Otte
78ce7a4925
docs: Fix reference
2011-06-09 06:33:54 +02:00
Matthias Clasen
47e7d253c9
Fix a missing <SECTION>
...
This was causing GtkComboBoxText docs to appear on the
GtkContainer page.
2011-06-07 12:19:39 -04:00
Juan Pablo Ugarte
2e9e163bbf
Fixed bug #576492 "GtkBuilder does not respect G_PARAM_CONSTRUCT properties"
...
Added G_PARAM_CONSTRUCT flag in gtk_builder_get_parameters() checks as suggested by Johan Dahlin.
2011-06-03 15:17:21 -03:00
Matthias Clasen
7a227b5806
Correct a deprecation note
...
https://bugzilla.gnome.org/show_bug.cgi?id=651048
2011-05-25 22:46:40 -04:00
Colin Walters
c4b2d3a144
gtkrc.c: Use g_ascii_dtostr for formatting floats
...
We should be locale-independent.
https://bugzilla.gnome.org/show_bug.cgi?id=647908
2011-04-27 17:10:34 -04:00
Benjamin Otte
19c145570a
tracker-search: Fix includes
2011-04-26 19:33:23 +02:00
Benjamin Otte
65c1419742
x11: #ifdef USE_SHM function where it belongs
...
Otherwise, we end up with an unused function warning without SHM
2011-04-22 01:08:12 +02:00
Jesse van den Kieboom
baf8bf967d
Added out annotations for gtk_icon_size_lookup/_for_settings
...
Backported from master commit e36ba3465
.
https://bugzilla.gnome.org/show_bug.cgi?id=637606
2011-04-21 10:58:13 +02:00
Chun-wei Fan
2b7c3a2e66
Update build/win32/vs9/README.txt
...
Make the build instructions and information
more up-to-date and clearer to people.
Please let me know if I have missed any details
that are needed. Thank you!
2011-04-18 00:31:45 +08:00
Matthias Clasen
c3a4f0f777
Document that gtk_container_propagate_expose is going away
...
Requested in https://bugzilla.gnome.org/show_bug.cgi?id=646913
2011-04-08 20:31:21 -04:00
Matthias Clasen
d69cbfd374
Document some GtkEntry functions as going away in GTK+ 3
...
https://bugzilla.gnome.org/show_bug.cgi?id=646773
2011-04-06 00:44:13 -04:00
Matthias Clasen
a06089a248
Document ::expose-event as deprecated
...
This doesn't really help that much, but better than nothing.
2011-04-05 14:58:20 -04:00
Matthias Clasen
ac9e57127a
Bump version
2011-04-01 18:31:25 -04:00
Matthias Clasen
b0d55a3061
Updates
2011-04-01 17:40:39 -04:00
Matthias Clasen
7565bcd928
List all available icons in Makefile.am
...
This mismatch was causing e.g. gtk-caps-lock-warning.png to show
up as missing image in entries.
At the same time, sort the icon list alphabetically.
2011-04-01 16:44:12 -04:00
Matthias Clasen
174ad13a2f
Use existing mime type for GTK_FILE stock icon
...
document-x-generic is not actually a mimetype. Using text-x-generic
instead lets us work out-of-the-box in a11y themes.
2011-04-01 16:44:12 -04:00
Alexander Larsson
c9c23b0728
Ensure we always grab the gdk lock in async callbacks
...
Async callbacks are delivered in idles, so we need to make sure
we get the gdk lock before calling any gdk/gtk stuff. This was
missing in a few places.
2011-03-28 14:00:31 +02:00
Chun-wei Fan
7dec704421
Update VS Property sheet
...
Make GDK-Pixbuf include path consistant with autofiscated builds
2011-03-26 15:32:45 +08:00
Kjartan Maraas
7308b4f01b
Updated Norwegian bokmål translation
2011-03-20 10:41:26 +01:00
Wouter Bolsterlee
eb475e6056
Updated Dutch translation by Wouter Bolsterlee
2011-03-19 17:43:15 +01:00
Mike Gorse
ddd632dfc6
Support GtkComboBoxEntry in GAIL again
...
GAIL now supports the has_entry property for combo boxes, but the old
GtkComboBoxEntry class does not use this property, so GAIL has not been
supporting it correctly in 2.24.
http://bugzilla.gnome.org/show_bug.cgi?id=637304
2011-03-16 13:42:46 -07:00
Pavel Holejsovsky
6e178a69fc
[GI] Add missing (out) and (array) annotations
...
Backported from master commit 2fb1c064
.
2011-03-16 10:45:35 +01:00