Commit Graph

18050 Commits

Author SHA1 Message Date
Tor Lillqvist
1eaa240691 Workaround for UAC on Windows
Create a gtk-update-icon-cache.exe.manifest file to avod UAC. Windows
thinks that any program with "update" in its name is some kind of
installer that needs administrative privileges to do its job.
2010-09-02 13:03:28 +03:00
Tor Lillqvist
fec6b83dc3 Accept also Automake 1.10 and 1.11 2010-09-02 12:52:34 +03:00
Sandeep Shedmake
dd431cda86 fixed incorrect spelling of 'calender'; corrected to 'calendar' 2010-08-19 21:22:59 +05:30
krishnababu k
f5f520526c Corrected string occurrence calendar 2010-08-19 21:24:01 +05:30
Inaki Larranaga Murgoitio
3957342516 Updated Basque language 2010-03-22 14:42:47 +01:00
Inaki Larranaga Murgoitio
ddc93bd944 Updated Basque language 2010-03-22 14:40:28 +01:00
Russell Kyaw
e7d511d391 Added Burmese (Myanmar, my) translations 2010-02-11 00:12:47 +02:00
Shixin Zeng
6cf7c942f6 Don't use stream before it is created 2010-02-07 22:24:07 +02:00
Tor Lillqvist
67834690d0 Fix the GDI+ gdk-pixbuf loader
Should fix bug #552678. Patch by Dominic Lachowicz, based on a clueful
response from Jason Copenhaver on Albeto Ruiz's blog
http://aruiz.typepad.com/siliconisland/2009/08/dear-lazyweb-gtk-need-gdi-help.html
2010-02-07 20:45:46 +02:00
Steffen Macke
e68a26ea72 Fix menu bar problem in ms-windows theme engine on Windows 7
Patch from bug #591186
2010-02-06 20:06:17 +02:00
Inaki Larranaga
ab799e780b Updated Basque translation 2010-01-05 13:24:19 +01:00
Carles Ferrando
2001a3561d Minor update to Catalan (Valencian) translation 2009-11-08 12:47:48 +01:00
Simos Xenitellis
08b553b726 Updated Greek translation 2009-10-17 17:11:00 +03:00
Djavan Fagundes
95a9cf4215 Corrected a typo in Brazilian Portuguese translation 2009-10-15 20:51:44 -03:00
Gabor Kelemen
bbf2966369 Updated Hungarian translation 2009-09-24 12:28:37 +02:00
Jorge González
a3c11d0f91 Updated Spanish translation 2009-09-24 10:19:50 +02:00
Jorge González
d89f6e42ee Updated Spanish translation 2009-09-24 10:10:20 +02:00
Matej Urbančič
4e121c08c3 Updated Slovenian translation 2009-09-22 12:46:39 +02:00
Matej Urbančič
7d02c7953f Updated Slovenian translation 2009-09-22 12:44:10 +02:00
Manoj Kumar Giri
b468106195 Upadted Oriya Translation 2009-09-15 17:42:07 +05:30
Tor Lillqvist
29cf26806f Parse libtoolize --version more carefully
Some recent versions of libtoolize output a version blurb like:
  libtoolize (GNU libtool 1.3110 2009-07-01) 2.2.7a
Don't get confused by the numbers inside the parens.
2009-09-12 01:54:10 +03:00
Gil Forcada
830cea11a2 Minor fix to Catalan translation 2009-09-04 17:46:04 +02:00
Jonh Wendell
4890457372 Updated Brazilian Portuguese translation 2009-09-04 10:14:08 -03:00
Christian Kirbach
d937574e10 Updated German translation 2009-09-03 19:34:43 +02:00
Gabor Kelemen
be039e643a Revert "Hungarian translation updated"
This reverts commit 67dcaca7a3.

i wanted this only to master...
2009-09-03 00:12:01 +02:00
Gabor Kelemen
67dcaca7a3 Hungarian translation updated 2009-09-03 00:02:26 +02:00
Daniel Nylander
470c66a313 Updated Swedish translation 2009-09-01 10:49:32 +02:00
Shankar Prasad
a7975c6444 Updated Kannada(kn) translation 2009-08-31 13:52:19 +05:30
Jorge González
610584730e Updated Spanish translation 2009-08-30 14:02:37 +02:00
Matthias Clasen
7869722949 Bump version 2009-08-29 10:30:20 -04:00
Matthias Clasen
c6ba4dc725 2.16.6 2.16.6 2009-08-29 10:28:05 -04:00
Matthias Clasen
289a41b17b Updates 2009-08-28 23:39:26 -04:00
Matthias Clasen
31f94ca1cf Silence the conversion from xatom to atom too 2009-08-28 22:53:19 -04:00
Kristian Rietveld
876c05148d Make gtk_tree_view_real_set_cursor() handle non-existing paths
Such paths (eg. a child node that is collapsed) should be ignored.  This
is fixed by checking the return value of _gtk_tree_view_find_node(),
which returns a partial return value (the parent node) when it returns
TRUE.
2009-08-28 22:40:36 -04:00
Kristian Rietveld
c72a3976a0 Bug 543310 - set_enable_tree_lines doesn't work when a cellrenderer...
Reorder drawing in gtk_tree_view_bin_expose() so that the tree lines are
drawn after the cells have been drawn.  This is because cell-background
is handled in the cell renderer, so the tree lines need to be drawn
after this.
2009-08-28 22:38:58 -04:00
Kristian Rietveld
c845417bf1 Bug 588199 - GtkTreeView rendering glitch while using a default ...
Contrary to what was believed before, do_validate_rows() does need to
queue a normal resize (including a redraw) when it has to.  The redraw
is required because of the size of the tree has changed because new
row(s) have been validated.
2009-08-28 22:38:22 -04:00
Kristian Rietveld
4ab706607d Bug 592883 - Spin cell rendererer problem with double click
Block 2BUTTON and 3BUTTON press events using a button press event
handler in GtkCellRendererSpin, so that they won't be eaten and
processed by tree view.
2009-08-28 22:37:51 -04:00
Benjamin Otte
c7dac07222 Bug 592606 - Activate the default button in a respose-request callback
Previously the rightmost button with a proper response id was activated,
this is now only done if there is no default button set.

With this patch the right widget gets activated when there are multiple
widgets wth response ids conforming to is_stock_accept_response_id() as
the selected widget is made the new default widget before showing the
overwrite confirmation dialog.
2009-08-28 22:37:30 -04:00
Christian Dywan
6787e1cfca Bug 592901 - Crash in JPEG pixbuf loader instead of error
Initialize the error structure early enough to ensure that it
propagates properly in the case of an error. Patch by Nokia.
2009-08-28 22:36:45 -04:00
Christian Persch
e9f8e452cd Preserve errno, and always use g_strerror()
Bug #592461.
2009-08-28 22:36:03 -04:00
Kristian Rietveld
2d9ed5af51 Remove broken logic in backwards walks in validate_visible_area()
In validate_visible_area() it was assumed that gtk_tree_path_prev()
would always return the correct path of the preceding node.  This is
obviously not true.  The if-clause has been removed so that we now
always use _gtk_tree_view_find_path() to get the path from the tree,
node.
2009-08-28 22:31:33 -04:00
Kristian Rietveld
f638cf711e Bug 528283 - Problems when using PageUp & PageDown to navigate...
Patch from Jonathan Matthew to make focus grabbing of page up/down,
home/end and left/right movements consistent with up/down.
2009-08-28 22:30:36 -04:00
Kristian Rietveld
d91a1650ac Bug 526149 - GtkCellRendererAccel editing conflicts with mnemonics
GtkCellRendererAccel also needs to acquire the GTK+ grab in addition to
a GDK keyboard grab.  With the GDK keyboard grab, KeyPress and
KeyRelease events are delivered as usual, although we only want to
receive them for our grab widget.
2009-08-28 22:30:16 -04:00
Kristian Rietveld
bd612ac56b Bug 478519 - GtkTooltip segfaults on NULL gdk-display-current-tooltip
Make the tooltip code a bit more robust for a case that only occurs when
GTK+ is used from a language binding.  It looks like this case appears
because the memory management / ref counting is handled differently in
some of the language bindings.  Instead of asserting, we will fail
silently.  Also fix a think-o in gtk_tooltip_start_delay().  Patch from
O. Andrieu.
2009-08-28 22:30:07 -04:00
Matthias Clasen
edbf79b956 Handle accelerators involving virtual modifiers better
The previous code would trigger on an unmodified 'S' key for a
'Super+S' accel. The current code avoids that at the cost of breaking
combinations like 'Mod4+Super+S' which are too exotic to worry about...
Bug 591526
2009-08-28 22:29:07 -04:00
Paolo Borelli
e755d10765 Bug 592003 - Shift+click should always modify selection
Shift-click inside an existing selection reduces the selection to the
range from the insert mark to the clicked point instead of removing the
selection. This makes GtkTextView more consistent with GtkEntry.
2009-08-28 22:28:56 -04:00
Paolo Borelli
b86984d913 Fix memory leaks when using add_objects 2009-08-28 22:28:37 -04:00
Paolo Borelli
8e871b7fc1 Fix memory leaks in unit tests 2009-08-28 22:28:27 -04:00
Paolo Borelli
370d008b20 Fix duplicated id detection in gtkbuilder
Fix memory handling of duplicated id hashtable and add unit test
2009-08-28 22:28:17 -04:00
Matthias Clasen
d5b92a3ec3 Don't return uninitialized pointers
This was giving me segfaults somewhere else.
2009-08-28 22:27:57 -04:00