David Zeuthen
2d2a6d2bf4
port GtkTable to RI
...
min/max for GtkTable
fixed gtktable.c
2009-04-28 15:21:50 +08:00
David Zeuthen
6fb824a0b3
port GtkArrow, GtkEntry, GtkFrame, GtkStatus and GtkImage to RI
...
min/max for GtkImage
fixed gtkimage.c
Rebase: fix GtkArrow
2009-04-28 15:21:50 +08:00
David Zeuthen
26ae475590
port toolbar related items to RI
...
min/max for GtkCheckButton
min/max for GtkToolbar
min/max for GtkToolButton
fixed gtkcheckbutton.c
fixed gtktoolbar.c
fixed gtktoolbutton.c
2009-04-28 15:21:50 +08:00
David Zeuthen
3b35e523fd
port menu stuff to RI
...
min/max for GtkCheckMenuItem
min/max for GtkMenu
min/max for GtkMenuBar
min/max for GtkMenuItem
fixed gtkcheckmenuitem.c
fixed gtkmenubar.c
fixed gtkmenu.c
fixed gtkmenuitem.c
2009-04-28 15:21:50 +08:00
David Zeuthen
6c6f1b3dcd
port GtkAlignment, GtkButton and GtkLabel to RI
...
min/max for GtkAlignment
min/max for GtkButton
fixed gtkbutton.c
fixed gtkalignment.c
2009-04-28 15:21:49 +08:00
David Zeuthen
30c5e6fe7a
port GtkExpander, GtkFixed, GtkProgressBar and GtkGamma to RI
...
min/max for GtkExpander
min/max for GtkFixed
min/max for GtkProgressBar
fixed gtkprogressbar.c
fixed gtkfixed.c
fixed gtkexpander.c
2009-04-28 15:21:49 +08:00
David Zeuthen
fda93a2977
port GtkMisc, GtkRange, GtkScale and GtkScaleButton to RI
...
min/max for GtkMisc
min/max for GtkRange
min/max for GtkScale
fixed gtkscale.c
fixed gtkrange.c
fixed gtkmisc.c
2009-04-28 15:21:49 +08:00
David Zeuthen
151e5c58a8
add "Resolution Independence" item to gtk-demo and turn on RI
...
Now that most core widgets support RI, add a demo so it's easy to test
RI.
2009-04-28 15:21:49 +08:00
David Zeuthen
32baa433b7
port GtkBuilder, GtkIconFactory, the rc parser, GtkSizeGroup, GtkStyle to RI
2009-04-28 15:21:49 +08:00
David Zeuthen
b00d7d6585
port GtkBox and known subclasses to RI
...
min/max for GtkButtonBox
use min/max for GtkBox
fixed gtkbbox.c
fixed gtkbox.c
Rebase: fix GtkBox
2009-04-28 15:21:49 +08:00
David Zeuthen
954890278f
make GtkContainer use RI
...
Use min/max for GtkContainer
fixed gtkcontainer.c
2009-04-28 15:21:49 +08:00
David Zeuthen
c07c77a489
add core resolution independence code
...
gtksize.[ch]:
- core resolution independence code
gtkwidget.[ch]:
- use monitor number to get the Pango context
- new ::unit-changed signal
- port some style properties to GtkSize
- make style getters automatically convert to units
- provide unit preserving getters (object + style properties)
gtkwindow.[ch]:
- port some object properties to GtkSize
- propagate ::unit-changed from GtkSettings to all widgets
- try and guess the monitor and use it's units in gtk_window_show()
gtksettings.c:
- provide a new signal ::unit-changed. The code in gtksize.c will
emit this signal; GtkSettings is just a convenient placeholder
for the signal.
add minimum and maximum to param spec constructors
use min/max for GtkWidget
use min/max for GtkWindow
fixed gtkwidget.c
fixed gtkwindow.c
fixed gtksize.c
2009-04-28 15:21:48 +08:00
David Zeuthen
85641efa08
make GtkWindow track the monitor number
2009-04-28 15:21:48 +08:00
David Zeuthen
c43a02ba55
make resolution and font options per monitor
...
For now, only add API and ignore the monitor number. An actual
implementation will depend on defining new X Settings.
2009-04-28 15:21:48 +08:00
Maxim V. Dziumanenko
09607127d4
Update Ukrainian translation
2009-04-26 16:42:14 +03:00
Brian Cameron
fa00f3e50a
Fix casting problem in gmodule code.
...
This fixes bug 579884. Previously the return value of g_slist_find_custom was
being recasted as type (GtkModuleInfo *). This patch sets the return value
to a temporary variable of type (GSList *), and sets info to temp->data. This
avoids a crashing problem.
2009-04-24 17:20:03 -05:00
Jorge Gonzalez
459b6a2e72
Updated Spanish translation
2009-04-24 20:36:13 +02:00
Mike Gorse
3f00129e17
Fix Selectable state for gailButton
...
Only remove Selectable state from a GailButton if it is not Focusable (ie,
a TreeView column header); do not add Selectable for all focusable
buttons. Fixes a bug introduced with the fix to 433324.
2009-04-23 14:36:51 +01:00
Manoj Kumar Giri
5b4855d40e
Updated Oriya Translations
2009-04-23 17:58:12 +05:30
Manoj Kumar Giri
1632d64a51
Updated Oriya Translation
2009-04-23 17:58:12 +05:30
Vladimir Melo
aa6045b137
Updated Brazilian Portuguese translation.
2009-04-22 20:52:02 -03:00
Daniel Nylander
24b8f2dfec
Updated sv translation
2009-04-21 14:52:43 +02:00
Marek Kasik
2c5ae21cdc
Adds authentication support of CUPS backend
...
Adds authentication support of CUPS backend against CUPS server.
Print dialog is now capable to ask user for password and pass it
to the CUPS server. It is also possible to authenticate user
through Kerberos (GSS-API) (#384940 ).
2009-04-21 14:24:32 +02:00
Marek Kasik
6e121ee85e
Allow the custom widget to actualize on a printer change
...
Passes print settings and page setup to the custom widget
through a new "update-custom-widget" signal (#564854 ).
2009-04-21 13:06:49 +02:00
Christian Persch
4059557491
Add default URL and Email hooks to GtkAboutDialog
...
Adds default URL and Email hooks which use gtk_show_uri(). It is still
possible to provide one's own hooks, and one can disable the default
hooks by setting NULL hooks. Bug #577793 .
2009-04-20 14:55:13 +02:00
Christian Persch
45d076fcc2
Display invalid accelerators as "Invalid" in GTK mode.
...
When in GTK_CELL_RENDERER_ACCEL_MODE_GTK, display accelerator key
combinations that don't pass gtk_accelerator_valid() as "Invalid".
Bug #572799 .
2009-04-20 14:54:59 +02:00
Christian Persch
0e99a5849e
Allow unsetting the icon title set with gdk_window_set_icon_name
...
Change gdk_window_set_icon_name to allow using NULL to unset a
previously set icon title, so that the icon title tracks the normal
title again. Bug #535557 .
2009-04-20 14:53:51 +02:00
Khaled Hosny
dcc506aa6e
Updated Arabic translation
2009-04-19 19:58:00 +02:00
Claudio Saavedra
a982cea9ce
Deselect all other selected items when clicking a selected one
...
When clicking on an GtkIconView item inside a selection, deselect
all other selected items. (#506862 )
2009-04-18 18:47:07 +03:00
Luca Ferretti
cf68d7f1d5
Updated Italian translation
...
Completed Italian translation
Signed-off-by: Milo Casagrande <milo@ubuntu.com >
2009-04-18 14:35:07 +02:00
Claudio Saavedra
3c9e7c73bf
Allow GdkPixbufSimpleAnim to loop
...
Add a GdkPixbufSimpleAnim:loop boolean property and its accessors.
Based on a patch by Tim Evans. (#561139 )
2009-04-18 15:16:22 +03:00
David Planella
09602ccff7
Updated Catalan translation
2009-04-18 11:37:32 +02:00
Deng Xiyue
5d1a16b74e
Updated zh_CN translation
2009-04-18 07:41:45 +02:00
Matthias Clasen
cedc4415b4
Add a GtkBuildable implementation to GtkAssistant
...
Expose the action area as internal child, and support child
properties.
2009-04-18 01:23:20 -04:00
Runa Bhattacharjee
24fde41c85
Committing the Pashto Translations as per request made by Zabeeh Khan on the gnome-i18n list
2009-04-17 11:01:49 +05:30
Gabor Kelemen
7ecf03e84a
Hungarian translation updated
2009-04-16 11:50:00 +02:00
Matthias Clasen
dfbc1199d4
Fix a resizing problem with marks on scales
...
Queue a resize when marks are added to or removed from GtkScale
widgets. This fixes a visual glitch with the 100% mark in
gnome-volume-control.
2009-04-16 00:50:46 -04:00
Stefan Kost
663bf3db0e
build: fix the build when not making man-pages
2009-04-15 18:13:20 +03:00
Milos Popovic
2bac62984b
Updated Serbian translation
2009-04-15 10:47:49 +02:00
Manoj Kumar Giri
647db71507
Upadated Oriya Translation
2009-04-14 15:20:48 +05:30
Manoj Kumar Giri
73fff08dfb
Updated Oriya Translation
2009-04-14 12:05:23 +05:30
Manoj Kumar Giri
ee3734e935
Updated Oriya Translation
2009-04-14 12:01:09 +05:30
Khaled Hosny
2bcaf6c2af
Updated Arabic translation
2009-04-14 01:21:50 +02:00
Ankitkumar Patel
82ba15b349
Updated Gujarati Translations
2009-04-13 17:24:21 +05:30
Kenneth Nielsen
85f6ac2ab2
Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen
2009-04-12 17:03:04 +02:00
Jorge González
bf641cd461
Updated Spanish translation
2009-04-12 16:49:25 +02:00
Kenneth Nielsen
419686f716
Updated Danish translation\n\nUpdated Danish translation by Kenneth Nielsen
2009-04-12 15:10:16 +02:00
Matthias Clasen
fd9ee5539f
Bump version
2009-04-11 18:09:33 -04:00
Matthias Clasen
035be761f4
Release 2.16.1
2.16.1
2009-04-11 18:05:34 -04:00
Matthias Clasen
33857adc7d
Remove generated files
2009-04-11 15:54:33 -04:00