summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2.19.72.19.7Matthias Clasen2010-03-09206-85192/+69182
|
* UpdatesMatthias Clasen2010-03-091-0/+44
|
* Fix compilation warning: use entry var correctly initilizedJavier Jardón2010-03-091-4/+4
| | | | | The warning was added in commit c744594b2099d03af6b7654de6c8ed5565acd1a9
* Remove conflicting legacy compose sequences in favour of X.org sequencesMatthias Clasen2010-03-092-34/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patch by Jeroen Hoek. See bug 557420 for a prolonged discussion. Quick summary of the removed sequences: <Multi_key> <asciicircum> <0> Consistency. <Multi_key> <asciicircum> [1..9] gives the superscript digit, legacy sequence for zero is inconsistent. <Multi_key> <c> <o> <Multi_key> <c> <O> Consistency. <Multi_key> <c> [:letter:] already gives vowel plus caron, legacy sequence for c is inconsistent. <Multi_key> <comma> <e> <Multi_key> <comma> <E> Consistency. <Multi_key> <comma> [:letter:] is for letter with cedilla, <Multi_key> <semicolon> [:letter:] is for letter with ogolek <Multi_key> <C> <slash> <Multi_key> <slash> <C> Unintuitive. ¢ is visually a vertical bar through a lowercase c, not a slash through an uppercase C. ₡ has no alternatives, whilst ¢ can be typed as <Multi_key> <bar> <c>. <Multi_key> <d> <minus> đ can be input through <Multi_key> <minus> <d>. <Multi_key> <d> <minus> is used for ₫. <Multi_key> <equal> <L> <Multi_key> <L> <equal> Unintuitive. ₤ has two dashes, £ one; therefore L + = > ₤, and L + - = £. <Multi_key> <exclam> <s> <Multi_key> <exclam> <S> Consistency. <Multi_key> <exclam> [:letter:] is used for letter with dot below. § can be input using <Multi_key> <o> <s>. <Multi_key> <period> <period> Might need an alternative for ˙, but … (upstream) has no alternative either. <Multi_key> <underscore> <a> <Multi_key> <underscore> <A> <Multi_key> <underscore> <o> <Multi_key> <underscore> <O> Consistency. <Multi_key> <underscore> [:vowel:] gives vowel with macron for ȳ ū ī ē too. <Multi_key> <minus> <d> <Multi_key> <minus> <D> <Multi_key> <o> <e> <Multi_key> <O> <E> Redundant. In upstream as is.
* Regenerated compose tablesMatthias Clasen2010-03-091-61/+21
| | | | Now without non-BMP keysyms.
* Updates to the compose-parse.py scriptMatthias Clasen2010-03-091-18/+24
| | | | | | Get gdkkeysyms.h from git, instead of the outdated copy from svn. Get Unicode 5.2.0 data. Fix a few issues with missing keysyms in keysyms.txt. Make the filtering of non-BMP keysyms work.
* Add some keysyms missing from keysyms.txtMatthias Clasen2010-03-091-0/+11
|
* fix file permissionsMatthias Clasen2010-03-091-0/+0
|
* Add some more annotation to the DND apiMatthias Clasen2010-03-091-4/+4
|
* Fix file chooser refcounting issuesMatthias Clasen2010-03-085-19/+53
| | | | This was reported in bug 600992.
* Add missing colonsMatthias Clasen2010-03-081-2/+2
|
* Document the use of NULL in gtk_window_set_transient_forChristian Dywan2010-03-081-6/+7
| | | | This fixes bug 611319.
* Minor doc clarification for gdk_drag_beginMatthias Clasen2010-03-081-1/+1
| | | | Mention that targets is a list of atoms. Bug 611317.
* Don't use GTK_WIDGET_STATE in internal code anymoreJavier Jardón2010-03-0953-197/+218
| | | | | | Use gtk_widget_get/set_state() instead https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Remove obsolete translator commentsMatthias Clasen2010-03-082-217/+51
| | | | Reported in bug 611217
* Add accessible alternatives to entry icon functionalityMatthias Clasen2010-03-081-86/+138
| | | | Inspired by the complaint in bug 611051.
* Add introspection annotations to gtk_drag_(source|dest)_setMatthias Clasen2010-03-082-24/+22
| | | | Also move docs inline at the same time. Bug 610905.
* Update release HOWTORyan Lortie2010-03-081-2/+2
| | | | | - 'cvs' -> 'git' - gnome-hackers is now closed. Reply-to: desktop-devel-list instead.
* Don't scroll to insert after middle-click pasteMatthias Clasen2010-03-081-2/+23
| | | | Patch by Ignacio Casal Quinteiro, bug 612119.
* Fix an infinite loop in gtk_dialog_map()Matthias Clasen2010-03-081-4/+3
| | | | | The new focus handling with links in labels tripped up the code that tries to avoid focussing labels. Bug 612066
* Updated LowGerman translationNils-Christoph Fiedler2010-03-081-1/+1
|
* Updated LowGerman translationNils-Christoph Fiedler2010-03-081-22/+22
|
* Updated LowGerman translationNils-Christoph Fiedler2010-03-081-1586/+1057
|
* Updated Bulgarian translationAlexander Shopov2010-03-081-27/+27
|
* gtk: remove begin-user-action/end-user-action around copyingMichael Natterer2010-03-071-2/+0
| | | | | | | | Copying to the clipboard is not a buffer mutation, so calling gtk_text_buffer_begin_user_action() and _end_user_action() is only confusing apps which connect to these signals in order to build undo stacks or otherwise track buffer changes. Most likely, these apps either didn't notice the bugus undo step or simply work around it.
* Updated Greek translation.Jennie Petoumenou2010-03-071-1904/+1881
|
* Updated Greek translation.Jennie Petoumenou2010-03-071-1143/+1141
|
* Updated French translationClaude Paroz2010-03-061-1131/+1120
|
* Don't use GTK_WIDGET_SET_FLAGS() in gtk_widget_init()Javier Jardón2010-03-061-5/+4
|
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_PARENT_SENSITIVE)Javier Jardón2010-03-061-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_RC_STYLE)Javier Jardón2010-03-061-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_APP_PAINTABLE)Javier Jardón2010-03-061-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_MAPPED)Javier Jardón2010-03-0614-30/+31
| | | | | | Use new API instead: gtk_widget_set_mapped () https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_REALIZED)Javier Jardón2010-03-0647-52/+55
| | | | | | Use new API instead: gtk_widget_set_realized () https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Don't use GTK_WIDGET_*SET_FLAGS (wid, GTK_NO_WINDOW)Javier Jardón2010-03-0634-36/+36
| | | | | | Use new API instead: gtk_widget_set_has_window () https://bugzilla.gnome.org/show_bug.cgi?id=69872
* Updated Swedish translationDaniel Nylander2010-03-061-2575/+2361
|
* Updated Swedish translationDaniel Nylander2010-03-061-1574/+1313
|
* Add/Remove ATK_STATE_SENSITIVE according to cells' state.Joanmarie Diggs2010-03-052-1/+19
| | | | Bug #569042.
* Move documentation to inline comments: GtkPlugPatrick Bernaud2010-03-052-126/+21
| | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=611707 Signed-off-by: Javier Jardón <jjardon@gnome.org>
* Move documentation to inline comments: GtkVBoxSteven Harms2010-03-052-49/+23
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611831
* Update Galician translationFran Diéguez2010-03-052-3122/+3124
|
* Update Afrikaans translationFriedel Wolff2010-03-041-2085/+1578
|
* Return FALSE in signal handlers to make the signals be propagatedLi Yuan2010-03-041-4/+6
| | | | Bug #611686.
* Move documentation to inline comments: GtkVSeparatorSteven Harms2010-03-043-41/+24
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611662
* Move documentation to inline comments: GtkVScrollbarSteven Harms2010-03-043-40/+20
| | | | Fixes https://bugzilla.gnome.org/show_bug.cgi?id=611658
* Updated Hungarian translationGabor Kelemen2010-03-041-1/+1
|
* Update gtkvscale documentation for in code comments. Removed template documentSteven Harms2010-03-033-52/+25
|
* Updated Basque languageInaki Larranaga Murgoitio2010-03-031-478/+350
|
* Add version info about the deprecation of GTK_WIDGET_SENSITIVEJavier Jardón2010-03-031-0/+2
| | | | | This completes the patch of commit 64f526d34e1adc609944078e2fea38b2792f8230
* Updated Basque languageInaki Larranaga Murgoitio2010-03-031-2045/+1937
|