2012-March Archive by Thread

Messages are ordered newest-to-oldest in this index. The newest threads will be at the top of this page, the oldest will be at the bottom.

Within a single thread, the first mail note is the START of the thread; the notes following that are in the chronological order of when they were received. So globally, newest messages are at the top, but within a thread, the oldest (the start of the thread) is at the top.

If you think about it, it is confusing. Just go with the flow and everything will be all right.

  • [evolution] EMailRequest: Decode mail:// URIs when looking up a formatter., Matthew Barnes
  • [evolution] EMailRequest: Cleanups., Matthew Barnes
  • [evolution] EMailRequest: Add license header., Matthew Barnes
  • [gegl] build: disable gobject introspection also on dist, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [glade-web] Also updated foot bg, Juan Pablo Ugarte
  • [release-notes/gnome-3-4] Dutch translation: added some more translated messages, Reinout van Schouwen
  • [glade-web] Updated current version to 3.12 and modified bg to match screenshot colors, Juan Pablo Ugarte
  • [gegl] update po/POTFILES.in, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [glade-web] Updated glade screenshot to version 3.12, Juan Pablo Ugarte
  • [gimp/goat-invasion] Replace the color-to-alpha plug-in by GEGL filter dialog, Michael Natterer
  • [gegl] tests: rename pixelize test, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] op/color-to-alpha: rename "value" property to "color", =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: add a GimpSettingsBox to all GEGL operation filter dialogs, Michael Natterer
  • [gimp/goat-invasion] app: add gimp_gegl_get_config_container(), Michael Natterer
  • [gimp/goat-invasion] app: add a "filters" subdir on user install, Michael Natterer
  • [gimp/goat-invasion] app: add GIMP_CONFIG_PARAM_SERIALIZE to all duplicated GParamSpecs, Michael Natterer
  • [gimp/goat-invasion] app: gegl dissolve layer-mode pedantic indentation, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: the dissolve op now matches pixel perfectly, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: follow gegl:pixelize's name change, set gaussing blur's sensitivity, Michael Natterer
  • [gimp/goat-invasion] app: add gimp_list_get_sort_func(), Michael Natterer
  • [gegl] ops: s/pixelise/pixelize/, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [vala/wip/cpp] cpp: Add basic support for using C++ libraries, Luca Bruno
  • [vala] Created branch wip/cpp, Luca Bruno
  • [anjuta] project-manager: Display group name containing sub directories, Sebastien Granjoux
  • [anjuta] am-project: Allow to have sub directories in a group, Sebastien Granjoux
  • [anjuta] am-project: Allow to create the root group in an empty project, Sebastien Granjoux
  • [anjuta] am-project: Avoid a crash when adding a target to an invalid group, Sebastien Granjoux
  • [anjuta] am-project: Avoid a crash when parent group is missing, Sebastien Granjoux
  • [anjuta] am-project: Fix regression tests after adding project files in the project tree, Sebastien Granjoux
  • [anjuta] project-manager: Remove project files from project tree view, Sebastien Granjoux
  • [anjuta] am-project: Include project files as sources in the project tree, Sebastien Granjoux
  • [extensions-web] extensions: Don't allow access to invisible extensions, Jasper St . Pierre
  • [extensions-web] extensions: Refactor ajax_details_view and shell_download, Jasper St . Pierre
  • [extensions-web] js: Add a linter framework, Jasper St . Pierre
  • [extensions-web] switch.js: Make JSLint happy, Jasper St . Pierre
  • [extensions-web] js: First steps to making JSLint happy, Jasper St . Pierre
  • [extensions-web] js: Consistently use "define", not "require", Jasper St . Pierre
  • [extensions-web] js: Put all require-js-like modules in a consistent format, Jasper St . Pierre
  • [extensions-web] js: Rename hashparamutils to hashParamUtils to be consistent, Jasper St . Pierre
  • [extensions-web] extensions, js: Render extensions list client-side with Mustache, Jasper St . Pierre
  • [extensions-web] js: Port Local Extensions page list to mustache, Jasper St . Pierre
  • [extensions-web] js: Port error reporting to mustache, Jasper St . Pierre
  • [extensions-web] js: Port Uninstall message to mustache, Jasper St . Pierre
  • [extensions-web] js: Support partials automatically in the templates framework, Jasper St . Pierre
  • [extensions-web] js: Port error messages over to mustache, Jasper St . Pierre
  • [extensions-web] js: Import mustache, introduce a new templates system, Jasper St . Pierre
  • [extensions-web] js: Fix some modes, Jasper St . Pierre
  • [extensions-web] js: Upgrade to jQuery 1.7.2, Jasper St . Pierre
  • [extensions-web] settings: Fix local postgres configuration, Jasper St . Pierre
  • [extensions-web] extensions: Add creator_url to the ajax details view, Jasper St . Pierre
  • [gimp/goat-invasion] app: add a ton of parameters to GimpImageMapTool::get_settings_ui(), Michael Natterer
  • [gnoduino: 237/237] Update hardware from upstream, Lucian Langa
  • [gnoduino: 236/237] Putting ArduinoISP back to 19200 baud., Lucian Langa
  • [gnoduino: 235/237] Small changes for the ATmega1284., Lucian Langa
  • [gnoduino: 234/237] Switching Mini w/ ATmega328 upload protocol from stk500 to arduino., Lucian Langa
  • [gnoduino: 233/237] prog_char -> char PROGMEM in Print.cpp, Lucian Langa
  • [gnoduino: 232/237] Making head and tail unsigned to avoid division in serial ISR., Lucian Langa
  • [gnoduino: 231/237] Adding links to documentation of boards.txt and programmers.txt files., Lucian Langa
  • [gnoduino: 230/237] Adding INPUT_PULLUP option pinMode(). (Paul Stoffregen)., Lucian Langa
  • [gnoduino: 229/237] Fixing findUntil() problem with repeated initial characters. (Jeffery.zksun), Lucian Langa
  • [gnoduino: 228/237] Fixing warnings (unsigned comparisons to 0). (maniacbug), Lucian Langa
  • [gnoduino: 227/237] Fixing static is not at beginning of declaration warnings (maniacbug)., Lucian Langa
  • [gnoduino: 226/237] Simplifying microseconds <-> clock cycles conversions. (Rob Tillaart), Lucian Langa
  • [gnoduino: 225/237] Fixing ArduinoISP sketch by lowering baud rate to 9600 (from 19200)., Lucian Langa
  • [gnoduino: 224/237] Updated reference voltage defines for ATmega1284P., Lucian Langa
  • [gnoduino: 223/237] Support 3rd external interrupt on ATmega1284P (maniacbug), Lucian Langa
  • [gnoduino: 222/237] Fixing delayMicroseconds() timing for 20 MHz clocks. (Erdem U. Altinyurt), Lucian Langa
  • [gnoduino: 221/237] Removing Leonardo (and Mouse/Keyboard examples) for Arduino 1.0 release., Lucian Langa
  • [gnoduino: 220/237] Correcting Arduino Mini w/ ATmega328 bootloader file and fuses (untested)., Lucian Langa
  • [gnome-control-center/gnome-3-4] Updated Persian Translations, Arash Mousavi
  • [gnoduino: 219/237] readBytes() and readBytesUntil() handle zero bytes and return # of bytes read., Lucian Langa
  • [gnoduino: 218/237] Adding Arduino Mini w/ ATmega328., Lucian Langa
  • [gnoduino: 217/237] Leonardo bootloader now sends iSerial string during enumeration. Seems to satisfy Windows' composit, Lucian Langa
  • [gnoduino: 216/237] Fixed size of const array mapping digital pin number to bit mask., Lucian Langa
  • [gnoduino: 215/237] Updated digital pin and port mapping constants in pins_arduino.h for Leonardo., Lucian Langa
  • [gnoduino: 214/237] Swapped Dx assignment for MISO and SS to make numbering more sane (Dave Mellis). Also updated comme, Lucian Langa
  • [gnoduino: 213/237] Fixed handling of Ax constants on Leonardo, Lucian Langa
  • [gnoduino: 212/237] updated pins_arduino.h for Leonardo to reflect final mapping of A6-A11, Lucian Langa
  • [gnoduino: 211/237] Merge branch 'new-extension' of github.com:arduino/Arduino into new-extension, Lucian Langa
  • [gnoduino: 210/237] Added latest firmware for usbserial (not combined with DFU), Lucian Langa
  • [gnoduino: 209/237] Added latest firmware for atmega16u2 on R3 boards, Lucian Langa
  • [gnoduino: 208/237] restored original non-interrupt-driven DiskLoader, Lucian Langa
  • [gnoduino: 207/237] updated analog pin assignments and declared TWI/I2C pins, Lucian Langa
  • [gnoduino: 206/237] added 12th ADC channel for Leonardo. cleaned up and corrected comments for pin functions., Lucian Langa
  • [gnoduino: 205/237] changed Leonardo PID to 0x0032 for Diskloader testing. updated .inf to match., Lucian Langa
  • [gnoduino: 204/237] Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_reboot, Lucian Langa
  • [gnoduino: 203/237] check to see if a sketch has been loaded before jumping out of bootloader, Lucian Langa
  • [gnoduino: 202/237] Protecting the version of parseInt() and parseFloat(). (Paul Stoffregen), Lucian Langa
  • [gnoduino: 201/237] renamed bootloader file, Lucian Langa
  • [gnoduino: 200/237] Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot", Lucian Langa
  • [gnoduino: 199/237] Merge branch 'new-extension' of github.com:arduino/Arduino into diskloader_reboot, Lucian Langa
  • [gnoduino: 198/237] changes in core and boards.txt to support new bootloader, Lucian Langa
  • [gnoduino: 197/237] bootloader runs sketch after timeout, added bootloader LED breathing, Lucian Langa
  • [gnoduino: 196/237] cosmetic changes - remove old comments, unused code, Lucian Langa
  • [gnoduino: 195/237] removed conditional compilation checks for CDC_ENABLED, Lucian Langa
  • [gnoduino: 194/237] removed old comments and unused USB core code, Lucian Langa
  • [gnoduino: 193/237] brought nuevo_diskloader changes over to diskloader, Lucian Langa
  • [gnoduino: 192/237] Merge branch 'master' of github.com:arduino/Arduino into diskloader_reboot, Lucian Langa
  • [gnoduino: 191/237] working bootloader. had to move interrupts back to application section. NOTE: need to have sketch, Lucian Langa
  • [gnoduino: 190/237] working (?!?!?!) bootloader. doesn't yet restart chip after upload completes., Lucian Langa
  • [gnoduino: 189/237] uploading now completes using RC2 on Win7, Lucian Langa
  • [gnoduino: 188/237] closer still - now up to 4680, Lucian Langa
  • [gnoduino: 187/237] progress on bootloader bug - have implemented blocking USB_Recv. avrdude makes it to flash programm, Lucian Langa
  • [gnoduino: 186/237] Bug fix in replace()., Lucian Langa
  • [gnoduino: 185/237] fixed logic bug in waiting for synch. stripped out all Serial stuff, Lucian Langa
  • [gnoduino: 184/237] removed old comments, Lucian Langa
  • [gnoduino: 183/237] Moving ARDUINO_MAIN from main.cpp to wiring_digital.c and hiding PA, PB, etc., Lucian Langa
  • [gnoduino: 182/237] Renaming LED to LED_BUILTIN., Lucian Langa
  • [gnoduino: 181/237] Correcting analogReference() constants for ATtiny24/44/84 and 25/45/85., Lucian Langa
  • [gnoduino: 180/237] bootloader responds properly now. nearly there - still have an issue with it falling out of sync af, Lucian Langa
  • [gnoduino: 179/237] more attempts to get parameter sending to work, Lucian Langa
  • [gnoduino: 178/237] some progress on responding to parameter requests, Lucian Langa
  • [gnoduino: 177/237] avrdude communication starting to work - responds to sync, fails when trying to respond to STK_GET_P, Lucian Langa
  • [gnoduino: 176/237] continuing to port programming code. temporarily changed PID to test on Windows (it works), Lucian Langa
  • [gnoduino: 175/237] starting to port bootloader programming code - testing as I go, Lucian Langa
  • [gnoduino: 174/237] added and modified Program() routine, Lucian Langa
  • [gnoduino: 173/237] cleaning up code and comments in main - getting rid of leftover stuff from experiments, Lucian Langa
  • [gnoduino: 172/237] Enumerates! used inline ASM for operation which moves interrupts to boot section, Lucian Langa
  • [gnoduino: 171/237] can now enable interrupts but EORSTE or SOFE in USB_::attach() still cause bootloader to hang, Lucian Langa
  • [gnoduino: 170/237] added more USB source adapted from sketch core. still not enumerating., Lucian Langa
  • [gnoduino: 169/237] Lowering timer 1 prescale factor (to 8 from 64) for F_CPU less than 8 MHz., Lucian Langa
  • [gnoduino: 168/237] initial commit of new Diskloader-based bootloader experiment, Lucian Langa
  • [gnoduino: 167/237] Putting the Uno lock bits back., Lucian Langa
  • [gnoduino: 166/237] Explicitly set the SHELL variable when OS=windows, so that we'll use the same shell regardless of wh, Lucian Langa
  • [gnoduino: 165/237] Oops. Add atmega8.lst/hex and atmega168.lst/hex to controlled files. (cherry picked from commit c56, Lucian Langa
  • [gnoduino: 164/237] Allow the READ PARAMETER command to return our version number. (significant size impact: 14 bytes!), Lucian Langa
  • [gnoduino: 163/237] Modify Uno "lock" bits in boards.txt to make bootloader readable by sketches. Part of http://code.g, Lucian Langa
  • [gnoduino: 162/237] http://code.google.com/p/arduino/issues/detail?id=368 Optiboot does not support ArduinoasISP program, Lucian Langa
  • [gnoduino: 161/237] (make sure .hex and .lst are updated as well.) (cherry picked from commit ece29c380556878ba8efebce88, Lucian Langa
  • [gnoduino: 160/237] Fix errors in LDSECTIONS refactoring (found during atmega8 testing.) (cherry picked from commit 4223, Lucian Langa
  • [gnoduino: 159/237] Update version to reflect previous edit. Sigh. (cherry picked from commit e28b716f88968477fa0f42dbd, Lucian Langa
  • [gnoduino: 158/237] Shrink code by using registers for variables "length" and "address" http://code.google.com/p/optiboo, Lucian Langa
  • [gnoduino: 157/237] Add a version number to the optiboot source and binary., Lucian Langa
  • [gnoduino: 156/237] Update shell script makeall (cherry picked from commit d4632cb09593e44bc8624c6b9a432c672fe4ad45), Lucian Langa
  • [gnoduino: 155/237] This is a relatively significant edit that brings the Arduino copy of optiboot up-to-date with the o, Lucian Langa
  • [gnoduino: 154/237] http://code.google.com/p/arduino/issues/detail?id=517, Lucian Langa
  • [gnoduino: 153/237] Makefile modification to allow building optiboot in more environments. Allows building within the Ar, Lucian Langa
  • [gnoduino: 152/237] Merge pull request #30 from WestfW/master, Lucian Langa
  • [gnoduino: 151/237] Moving USBasp in programmers menu., Lucian Langa
  • [gnoduino: 150/237] Merge pull request #41 from chiva/patch-1, Lucian Langa
  • [gnoduino: 149/237] Fixing more warnings (Paul Stoffregen)., Lucian Langa
  • [gnoduino: 148/237] Explicitly set the SHELL variable when OS=windows, so that we'll use the same shell regardless of wh, Lucian Langa
  • [gnoduino: 147/237] Fixing warnings in Stream (Paul Stoffregen), Lucian Langa
  • [gnoduino: 146/237] Using alternate timer 0 overflow interrupt signal name for ATtiny24/44/84., Lucian Langa
  • [gnoduino: 145/237] Changing Ethernet upload protocol from stk500 to arduino., Lucian Langa
  • [gnoduino: 144/237] Updating bootloader comments., Lucian Langa
  • [gnoduino: 143/237] Commenting out micro board for now since it's not being released yet., Lucian Langa
  • [gnoduino: 142/237] Updating Micro bootloader (previous one was identical to Leonardo)., Lucian Langa
  • [gnoduino: 141/237] added Mouse.isPressed() method, Lucian Langa
  • [gnoduino: 140/237] made some Keyboard methods private, Lucian Langa
  • [gnoduino: 139/237] added support for TIMER4D used for PWM on Leonardo and Micro D6, Lucian Langa
  • [gnoduino: 138/237] new bootloader binaries for Micro and Leonardo - uses new assignment for TXLED pin, Lucian Langa
  • [gnoduino: 137/237] updated pin assignment again based on design files for Leonardo, Lucian Langa
  • [gnoduino: 136/237] updated pin mappings for bootloader and pins_arduino.h in anticipation of final hardware., Lucian Langa
  • [gnoduino: 135/237] restored accidentally-deleted Leonardo type in boards.txt, Lucian Langa
  • [gnoduino: 134/237] restored Micro entry in boards.txt, made separate bootloader images for Leonardo and Micro., Lucian Langa
  • [gnoduino: 133/237] Merge https://github.com/arduino/32U4 into new-extension, Lucian Langa
  • [gnoduino: 132/237] added automatic one-shot TX and RX LED control for sketch USB, Lucian Langa
  • [gnoduino: 131/237] Moving Leonardo after Uno., Lucian Langa
  • [gnoduino: 130/237] added to sketch iProduct and iManufacturer strings identifying board as either an "Arduino Leonardo", Lucian Langa
  • [gnoduino: 129/237] bootloader iProduct definition changed to "Arduino Leonardo Bootloader" or "Arduino Micro Bootloader, Lucian Langa
  • [gnoduino: 128/237] added to the bootloader iProduct and iManufacturer strings identifying board as an "Arduino Leonardo, Lucian Langa
  • [gnoduino: 127/237] faster LED breathing animation in bootloader, Lucian Langa
  • [gnoduino: 126/237] Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension, Lucian Langa
  • [gnoduino: 125/237] Added USBasp to programmers list, Lucian Langa
  • [gnoduino: 124/237] fixed analog pin mapping for 32u4, Lucian Langa
  • [gnoduino: 123/237] fixed Mouse button assignments, Lucian Langa
  • [gnoduino: 122/237] made Mouse.buttons() private. removed MOUSE_ALL macro, Lucian Langa
  • [gnoduino: 121/237] Don't consume trailing char in parseInt() and parseFloat (Paul Stoffregen)., Lucian Langa
  • [gnoduino: 120/237] updated Leonardo INF with correct PID and created new Micro INF., Lucian Langa
  • [gnoduino: 119/237] in bootloader reduced delay between receiving stk500 'Q' and jumping to application, Lucian Langa
  • [gnoduino: 118/237] Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension, Lucian Langa
  • [gnoduino: 117/237] fixed bug where sketches over 28k caused subsequent auto-reset-and-upload attempts to fail. fixed b, Lucian Langa
  • [gnoduino: 116/237] disabling watchdog in bootloader, Lucian Langa
  • [gnoduino: 115/237] misc. bootloader fixes: increased wait time after receiving avrdude 'Q', increased bootloader timeou, Lucian Langa
  • [gnoduino: 114/237] added compile-time definition of sketch PID. PID is pulled from variants/leonardo or the new varian, Lucian Langa
  • [gnoduino: 113/237] removed leftover pins/ directory, Lucian Langa
  • [gnoduino: 112/237] Revert "added Micro section to boards.txt. specified different bootloader hex files for Leonardo an, Lucian Langa
  • [gnoduino: 111/237] Revert "support compile-time passing of PID to Leonardo/Micro sketches. PID comes from boards.txt -, Lucian Langa
  • [gnoduino: 110/237] support compile-time passing of PID to Leonardo/Micro sketches. PID comes from boards.txt - differe, Lucian Langa
  • [gnoduino: 109/237] added Micro section to boards.txt. specified different bootloader hex files for Leonardo and Micro, Lucian Langa
  • [gnoduino: 108/237] changed PIDs for Leonardo and Micro. PIDs are now defined in the Makefile, Lucian Langa
  • [gnoduino: 107/237] removed all bootloader mass storage and MSC references, Lucian Langa
  • [gnoduino: 106/237] Making Print::write(char *) non-virtual., Lucian Langa
  • [gnoduino: 105/237] Changing to a simpler mental model for serialEvent (Paul Stoffregen)., Lucian Langa
  • [gnoduino: 104/237] changed auto-reset trigger condition to fix auto-reset-and-upload for Windows. now reboots when a po, Lucian Langa
  • [gnoduino: 103/237] changed baudrate for auto-reset-and-upload back to 1200 bps. specified arduino protocol for Leonard, Lucian Langa
  • [gnoduino: 102/237] Merge branch 'new-extension' of https://github.com/arduino/Arduino into new-extension, Lucian Langa
  • [gnoduino: 101/237] Merge branch 'new-extension' of github.com:arduino/Arduino into new-extension, Lucian Langa
  • [gnoduino: 100/237] Updating to avrdude 5.11 (Windows). stk500 -> arduino in boards.txt., Lucian Langa
  • [gnoduino: 99/237] Adding Arduino Ethernet and Arduino Mega ADK (joint w/ Mega 2560) to boards menu., Lucian Langa
  • [gnoduino: 98/237] Moving serialEvent() calls from RX interrupts to main for() loop (after loop())., Lucian Langa
  • [gnoduino: 97/237] Renaming writeError() to getWriteError() in Print (and Stream and friends)., Lucian Langa
  • [gnoduino: 96/237] added Mouse press() and release(), Lucian Langa
  • [gnoduino: 95/237] on a CDC or HID write() error, call setWriteError(). better handling of USB_Send errors in CDC., Lucian Langa
  • [gnoduino: 94/237] Created an abstract base class UDP to match the Client and Server classes, and reworked the Ethernet, Lucian Langa
  • [gnoduino: 93/237] support for non-Leonardo boards is back!, Lucian Langa
  • [gnoduino: 92/237] CDC and HID write() routines now return non-void - brought in line with new write behavior, Lucian Langa
  • [gnoduino: 91/237] brought leonardo folder in line with new variants scheme, Lucian Langa
  • [gnoduino: 90/237] Merge branch 'mainline' into new-extension, Lucian Langa
  • [gnoduino: 89/237] Changed names of the Ethernet classes: Client -> EthernetClient, NetClient -> Client, and basic test, Lucian Langa
  • [gnoduino: 88/237] Final changes to integrate latest core updates to WiFly branch, Lucian Langa
  • [gnoduino: 87/237] Merge branch 'master' into wifly_integration, Lucian Langa
  • [gnoduino: 86/237] auto-upload-and-reset works now at 300 bps. patched avrdude for Mac to support 300 bps connection,, Lucian Langa
  • [gnoduino: 85/237] Merge branch 'new-extension' of https://github.com/arduino/Arduino, Lucian Langa
  • [gnoduino: 84/237] bootloader ends as soon as sketch upload finishes. restored pulsing of LED while bootloader runnin, Lucian Langa
  • [gnoduino: 83/237] Moving write errors out of return value into separate API methods., Lucian Langa
  • [gnoduino: 82/237] Changing from long to ssize_t (int) for write(), print(), println() return., Lucian Langa
  • [gnoduino: 81/237] bugfix - Serial.write() would try to send even if no CDC connection was open., Lucian Langa
  • [gnoduino: 80/237] changed auto-reset method for upload: now triggered by opening port at 1200 bps, Lucian Langa
  • [gnoduino: 79/237] write(), print(), and println() now return number of bytes written., Lucian Langa
  • [gnoduino: 78/237] Distinguishing those boards with eight analog inputs (Fio, BT, Nano, Mini)., Lucian Langa
  • [gnoduino: 77/237] Renaming pins/ directory to the more generic variants/, Lucian Langa
  • [gnoduino: 76/237] USB microcontrollers will call USB.attach() after init(), before setup(), Lucian Langa
  • [gnoduino: 75/237] HW Serial on pins 0 and 1 works. Accessed by Serial1.* methods, Lucian Langa
  • [gnoduino: 74/237] Stream.readBytesUntil() now writes null terminator within length., Lucian Langa
  • [gnoduino: 73/237] A few API changes to new Stream parsing functions., Lucian Langa
  • [gnoduino: 72/237] Integrating Stream searching & parsing (Michael Margolis), Lucian Langa
  • [gnoduino: 71/237] Temporary fix for auto-reset from IDE. Will reset chip when DTR is asserted, no matter what CDC bau, Lucian Langa
  • [gnoduino: 70/237] Serial via USB works Integrated rest of Peter's USB implementation, Lucian Langa
  • [gnoduino: 69/237] LEDs for D13, TX, and RX are more in line with Uno-like behavior during sketch uploading. D13 flashe, Lucian Langa
  • [gnoduino: 68/237] rebuilt Diskloader, added LED control macros for Leonardo, removed Microtouch defines, Lucian Langa
  • [gnoduino: 67/237] increased bootloader delay to approx. 3.5 s, Lucian Langa
  • [gnoduino: 66/237] Adding basic macros for analog + digital pin information. http://code.google.com/p/arduino/issues/de, Lucian Langa
  • [gnoduino: 65/237] Adding pin-change interrupt pin mapping macros to pins_arduino.h. http://code.google.com/p/arduino/i, Lucian Langa
  • [gnoduino: 64/237] Adding SCL, SDA, and LED #defines., Lucian Langa
  • [gnoduino: 63/237] cleaned up types. set D5 as not a PWM pin for now., Lucian Langa
  • [gnoduino: 62/237] committed USB API, initial HardwareSerial-USBSerial integration, Lucian Langa
  • [gnoduino: 61/237] diskloader source and binary for 32u4, Lucian Langa
  • [gnoduino: 60/237] support for 32u4 and Leonardo pins, uploading, and bootloader programming, Lucian Langa
  • [gnoduino: 59/237] Oops. Add atmega8.lst/hex and atmega168.lst/hex to controlled files., Lucian Langa
  • [gnoduino: 58/237] Allow the READ PARAMETER command to return our version number. (significant size impact: 14 bytes!), Lucian Langa
  • [gnoduino: 57/237] Modify Uno "lock" bits in boards.txt to make bootloader readable by sketches. Part of http://code.g, Lucian Langa
  • [gnoduino: 56/237] http://code.google.com/p/arduino/issues/detail?id=368 Optiboot does not support ArduinoasISP program, Lucian Langa
  • [gnoduino: 55/237] Merge remote branch 'upstream/new-extension', Lucian Langa
  • [gnoduino: 54/237] (make sure .hex and .lst are updated as well.), Lucian Langa
  • [gnoduino: 53/237] Fix errors in LDSECTIONS refactoring (found during atmega8 testing.), Lucian Langa
  • [gnoduino: 52/237] Update version to reflect previous edit. Sigh., Lucian Langa
  • [gnoduino: 51/237] Shrink code by using registers for variables "length" and "address" http://code.google.com/p/optiboo, Lucian Langa
  • [gnoduino: 50/237] Add a version number to the optiboot source and binary., Lucian Langa
  • [gnoduino: 49/237] Update shell script makeall, Lucian Langa
  • [gnoduino: 48/237] This is a relatively significant edit that brings the Arduino copy of optiboot up-to-date with the o, Lucian Langa
  • [gnoduino: 47/237] http://code.google.com/p/arduino/issues/detail?id=517, Lucian Langa
  • [gnoduino: 46/237] Makefile modification to allow building optiboot in more environments. Allows building within the Ar, Lucian Langa
  • [gnoduino: 45/237] Added Printable interface class to allow printing of classes such as IPAddress, Lucian Langa
  • [gnoduino: 44/237] Fixing 300 baud communication for serial., Lucian Langa
  • [gnoduino: 43/237] Small optimization in HardwareSerial., Lucian Langa
  • [gnoduino: 42/237] Optimizing printing of numbers (writing a single buffer)., Lucian Langa
  • [gnoduino: 41/237] Adding serialEvent(), serialEvent1(), etc., Lucian Langa
  • [gnoduino: 40/237] Refactoring the UART0 / USART0 receive interrupt handler., Lucian Langa
  • [gnoduino: 39/237] Changing Serial.flush() to write outgoing data, not drop incoming data., Lucian Langa
  • [gnoduino: 38/237] Added virtual destructor to Printable, which also requires new and delete operators to be added, Lucian Langa
  • [gnoduino: 37/237] Added a brief explanation of how you'd use Printable, Lucian Langa
  • [gnoduino: 36/237] Added Printable interface class to allow printing of classes such as IPAddress, Lucian Langa
  • [gnoduino: 33/237] Pulled out Client API into a base class to allow multiple derived classes to use it, and moved it (p, Lucian Langa
  • [gnoduino: 35/237] Pulled out Server API into the NetServer base class, and a few minor changes to get the NetClient AP, Lucian Langa
  • [gnoduino: 34/237] Restoring concatenation of built-in types with String., Lucian Langa
  • [gnoduino: 32/237] Adding F("foo") syntax for flash strings., Lucian Langa
  • [gnoduino: 31/237] String: removing implicit numeric conversions and new approach to "if (s)"., Lucian Langa
  • [gnoduino: 30/237] Commenting String API behavior., Lucian Langa
  • [gnoduino: 29/237] Return an invalid string (not a partial one) when operator+() fails., Lucian Langa
  • [gnoduino: 28/237] Starting to distinguish between empty strings and invalid (null) ones., Lucian Langa
  • [gnoduino: 27/237] Protecting String copy() and move()., Lucian Langa
  • [gnoduino: 26/237] Adding additional String + operators for disambiguation., Lucian Langa
  • [gnoduino: 25/237] Moving move() to __GXX_EXPERIMENTAL_CXX0X__ only, adding operator bool()., Lucian Langa
  • [gnoduino: 24/237] Modifying String.concat() to return success or failure, not this., Lucian Langa
  • [gnoduino: 23/237] Don't return the string when modifying its value., Lucian Langa
  • [gnoduino: 22/237] Renaming append() back to concat()., Lucian Langa
  • [gnoduino: 21/237] Removing F("string") syntax for now., Lucian Langa
  • [gnoduino: 20/237] Rewrite of the String class by Paul Stoffregen., Lucian Langa
  • [gnoduino: 19/237] Fixing typo in boards.txt., Lucian Langa
  • [gnoduino: 18/237] Flushing outgoing and incoming data in Serial.end()., Lucian Langa
  • [gnoduino: 17/237] Fixing race condition in Serial write (Brian Cook)., Lucian Langa
  • [gnoduino: 16/237] Moving TCCR1B reset into #ifdef check., Lucian Langa
  • [gnoduino: 15/237] Implemented serial transmit buffering., Lucian Langa
  • [gnoduino: 14/237] Factoring pin definitions out of the core., Lucian Langa
  • [gnoduino: 13/237] Moving all pin definitions into pins_arduino.h., Lucian Langa
  • [gnoduino: 12/237] Rearranging internal #defines in headers., Lucian Langa
  • [gnoduino: 11/237] Removing optimized digitalWrite(), digitalRead(), pinMode()., Lucian Langa
  • [gnoduino: 10/237] Re-arranging header files and small fixes to optimized core functions., Lucian Langa
  • [gnoduino: 9/237] Moving wiring.h contents into Arduino.h., Lucian Langa
  • [gnoduino: 8/237] Renamed WProgram.h to Arduino.h., Lucian Langa
  • [gnoduino: 7/237] Removing BYTE keyword (use Serial.write() instead)., Lucian Langa
  • [gnoduino: 6/237] Merge branch 'master' into new-extension, Lucian Langa
  • [gnoduino: 5/237] Revert "Changes to optimized digitalWrte(), etc.", Lucian Langa
  • [gimp/goat-invasion] app: fix up dissolve mode, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnoduino: 4/237] Revert "Adding noAnalogWrite() function to disable PWM.", Lucian Langa
  • [gnoduino: 3/237] Adding noAnalogWrite() function to disable PWM., Lucian Langa
  • [gnoduino: 2/237] Changes to optimized digitalWrte(), etc., Lucian Langa
  • [gnoduino: 1/237] Optimized digitalWrite(), etc. from Alvaro Lopez., Lucian Langa
  • [gnoduino] (237 commits) ...Update hardware from upstream, Lucian Langa
  • [gegl] Remove ChangeLog.pre-0-1 from EXTRA_DIST for make distcheck, Martin Nordholts
  • [evolution/account-mgmt: 55/55] Temporarily disable online-accounts., Matthew Barnes
  • [evolution/account-mgmt: 54/55] Update po/POTFILES.in., Matthew Barnes
  • [evolution/account-mgmt: 53/55] Adapt API documentation to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 52/55] Adapt vcard-inline plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 51/55] Adapt save-calendar plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 50/55] Adapt publish-calendar plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 49/55] Adapt pst-importer plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 48/55] Adapt mailing-list-actions plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 47/55] Adapt mail-to-task plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 46/55] Adapt itip-formatter plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 45/55] Adapt email-custom-header plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 44/55] Adapt bbdb plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 43/55] Remove default-source plugin., Matthew Barnes
  • [evolution/account-mgmt: 42/55] Add 'mail-config' module., Matthew Barnes
  • [evolution/account-mgmt: 41/55] Add 'imap-features' module., Matthew Barnes
  • [evolution/account-mgmt: 40/55] Add 'cal-config-webcal' module., Matthew Barnes
  • [evolution/account-mgmt: 39/55] Add 'cal-config-weather' module., Matthew Barnes
  • [evolution/account-mgmt: 38/55] Add 'cal-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 37/55] Add 'cal-config-contacts' module., Matthew Barnes
  • [evolution/account-mgmt: 36/55] Add 'cal-config-caldav' module., Matthew Barnes
  • [evolution/account-mgmt: 35/55] Add 'cal-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 34/55] Add 'book-config-webdav' module., Matthew Barnes
  • [evolution/account-mgmt: 33/55] Add 'book-config-ldap' module., Matthew Barnes
  • [evolution/account-mgmt: 32/55] Add 'book-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 31/55] Add 'book-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 30/55] Add 'backup-restore' module., Matthew Barnes
  • [evolution/account-mgmt: 29/55] Adapt modules/startup-wizard to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 28/55] Adapt modules/online-accounts to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 27/55] Adapt modules/mdn to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 26/55] Adapt modules/mail to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 25/55] Adapt modules/calendar to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 24/55] Adapt modules/addressbook to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 23/55] Adapt evolution-settings capplet to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 22/55] Adapt mail to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 21/55] Adapt composer to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 20/55] Adapt calendar/gui to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 19/55] Adapt AlarmNotify to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 18/55] Adapt calendar/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 17/55] Adapt mail/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 16/55] Adapt addressbook/tools to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 15/55] Adapt addressbook/gui/widgets to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 14/55] Adapt addressbook/gui/merging to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 13/55] Adapt addressbook/importers to the new ESource API., Matthew Barnes
  • [gimp/goat-invasion] plug-ins: remove the pixelize plug-in, Michael Natterer
  • [evolution/account-mgmt: 12/55] Adapt addressbook/util to the new ESource API., Matthew Barnes
  • [gimp/goat-invasion] pdb: add support for omitting the "gimp-" prefix from the procedure name, Michael Natterer
  • [evolution/account-mgmt: 11/55] Adapt EContactListEditor to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 10/55] Adapt EContactEditor to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 9/55] Adapt libeshell to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 8/55] Adapt widgets/misc to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 7/55] Adapt libeutil to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 6/55] Update Glade catalog specification., Matthew Barnes
  • [evolution/account-mgmt: 5/55] Add ESourceConfig widget., Matthew Barnes
  • [evolution/account-mgmt: 4/55] Refactor CompEditor pages to isolate EAccount usage., Matthew Barnes
  • [evolution/account-mgmt: 3/55] Drop the ConnMan/NetworkManager/WindowsSENS modules., Matthew Barnes
  • [evolution/account-mgmt: 2/55] Use GNetworkMonitor to drive EShell:network-available., Matthew Barnes
  • [evolution/account-mgmt: 1/55] EMFormat: Add "session" as a constructor property., Matthew Barnes
  • [evolution] (55 commits) Created branch account-mgmt, Matthew Barnes
  • [gegl] gegl: Update po/POTFILES.skip for make distcheck, Martin Nordholts
  • [gnumeric] Fix properties page of Document Properties dialog. [#673129], Andreas J . Guelzow
  • [evolution] Drop the ConnMan/NetworkManager/WindowsSENS modules., Matthew Barnes
  • [evolution] Use GNetworkMonitor to drive EShell:network-available., Matthew Barnes
  • [evolution] EMFormat: Add "session" as a constructor property., Matthew Barnes
  • [ekiga] [windows] Fix compile error with mingw32 with newer ptlib, Eugen Dedu
  • [mutter] Updated Persian Translations, Arash Mousavi
  • [gegl] operations: Use gegl_operation_class_set_keys() in v4l so it builds, Martin Nordholts
  • [orca] Marking as Orca 3.5.1pre now that we've branched, Joanmarie Diggs
  • [orca] Remove the (really old, totally unmaintained) emacspeak support, Joanmarie Diggs
  • [metacity] Updated Persian Translations, Arash Mousavi
  • [banshee] i18n: Update translators.xml, Bertrand Lorentz
  • [banshee] LargeTrackInfoDisplay: Improve a bit the readability of the code, Bertrand Lorentz
  • [chronojump] encoder capture and graphs do same operations, Xavier de Blas
  • [chronojump] Encoder: curves powers fixed, Xavier de Blas
  • [libgsf] Fix read/write of GSF_DOCPROP_VECTOR_TYPE meta data [Part of #672716], Andreas J . Guelzow
  • [gegl] cl: error handling, Victor Matheus de Araujo Oliveira
  • [ocrfeeder/fixes: 3/3] Remove the warning dialog about the engines' arguments auto update, Joaquim Manuel Pereira Rocha
  • [ocrfeeder/fixes: 2/3] Fix issue with the engines migration when there is no configuration folder, Joaquim Manuel Pereira Rocha
  • [ocrfeeder/fixes: 1/3] Remove the migration information for engines that do not need so, Joaquim Manuel Pereira Rocha
  • [ocrfeeder] (3 commits) Created branch fixes, Joaquim Manuel Pereira Rocha
  • [gegl] cl: Fixing more bugs and adding cl support to write-buffer, Victor Matheus de Araujo Oliveira
  • [glib] gresource: libelf, try pkg-config first then fall-back to AC_CHECK_LIB, Antoine Jacoutot
  • [banshee] LargeTrackInfoDisplay: Display track rating in "Now Playing" view, Bertrand Lorentz
  • [hyena] RatingRenderer: Restore the state of the Cairo Context after rendering, Bertrand Lorentz
  • [glib-networking] Updated Persian Translations, Arash Mousavi
  • [gimp/goat-invasion] app: fixed GimpOperationDissolveMode by Ville Sokk, Michael Natterer
  • [gimp/goat-invasion] app: anal, Michael Natterer
  • [gimp/goat-invasion] app: remove "bytes" from GimpBuffer and add a format API, Michael Natterer
  • [gegl] buffer: add a lock around cow dup/dedup, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: remove superfluous frame and label from GEGL tool, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [epiphany/gnome-3-4] [l10n] Updated Indonesian translation, Andika Triwidada
  • [ostree] Created tag v2012.0, Colin Walters
  • [eog] [l10n] Updated Indonesian translation, Andika Triwidada
  • [gimp/goat-invasion] app: remove color_pixels(), Michael Natterer
  • [gimp/goat-invasion] app: paint ink's color into the paint_buffer not the paint_area, Michael Natterer
  • [ostree] Release 2012.0, Colin Walters
  • [gimp/goat-invasion] app: port paintbrush and eraser to paint to GEGL buffers, Michael Natterer
  • [gimp/goat-invasion] app: add gimp_paint_core_get_paint_buffer(), Michael Natterer
  • [gimp/goat-invasion] app: remove unneeded includes from gimpairbush.c, Michael Natterer
  • [eog] help docs: added get-involved pages and license info., Tiffany Antopolski
  • [babl] babl: reduce number of pixels tested when profiling to 128, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gparted] Updated Arabic translation, Khaled Hosny
  • [ostree] core: Add pack files, Colin Walters
  • [ostree] core: Add stream->variant helper, as well as clear macros for ptrarray/hashtable, Colin Walters
  • [ostree] core: Add a few more GIO utility functions, Colin Walters
  • [gnumeric] About: update copyright year., Morten Welinder
  • [evince] docs: added pages to get involved section and license info., Tiffany Antopolski
  • [gnome-modulesets] Add a README, Matthias Clasen
  • [babl] extensions: get rid of some of the conversions with the highest errors, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: rename GimpPaintCore->canvas_buf to ->paint_area, Michael Natterer
  • [evolution-data-server] Deprecate EOfflineListener., Matthew Barnes
  • [evolution-data-server] EDataFactory: Use GNetworkMonitor always., Matthew Barnes
  • [evolution-data-server] Require GLib >= 2.32., Matthew Barnes
  • [gimp/goat-invasion] app: remove gimp_image_transform_temp_buf(), Michael Natterer
  • [gimp/goat-invasion] app: GimpImageType -> Babl in GipmBrushClipboard, Michael Natterer
  • [evolution/gnome-3-4] Updated French doc translation, Bruno Brouard
  • [ostree/wip/packfile-rebase2] core: Few more bits for readme, Colin Walters
  • [gimp/goat-invasion] app: use gimp_temp_buf_create_buffer() all over the place, Michael Natterer
  • [ostree/wip/packfile-rebase2] pull really works, Colin Walters
  • [ostree/wip/packfile-rebase2] pull from remote packs works, Colin Walters
  • [ostree/wip/packfile-rebase2] pull succeeds, Colin Walters
  • [ostree/wip/packfile-rebase2] lots more pull work, Colin Walters
  • [ostree/wip/packfile-rebase2] core: More pack work, Colin Walters
  • [ostree/wip/packfile-rebase2] core: A few memory leak fixes, Colin Walters
  • [ostree/wip/packfile-rebase2] core: tweak pack superindex, Colin Walters
  • [gimp/goat-invasion] app: add gimp_gegl_node_set_matrix() and use it instead of manual fiddling, Michael Natterer
  • [babl] extensions: remove optmized powf, use the fully correct optimization from base, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Added Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [babl] extensions: add an extension with some float optimizations, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [babl] base/util.h change define used in include guards, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: don't create copies in gimp_paint_core_get_orig_image, proj(), Michael Natterer
  • [gimp/goat-invasion] app: don't dup the TempBuf in gimp_temp_buf_create_buffer(), Michael Natterer
  • [vinagre/gnome-3-4] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [libsecret] Fix license header issues, Stefan Walter
  • [xchat-gnome] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [vinagre/gnome-3-4] Updated Persian Translations, Arash Mousavi
  • [vinagre] Updated Persian Translations, Arash Mousavi
  • [gtranslator] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-themes] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evolution-exchange] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gparted] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [libgnome-keyring] Fix up some documentation warnings, Stefan Walter
  • [libgnome-keyring] Fix copyright headers., Stefan Walter
  • [gcompris] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [banshee] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evolution-ews] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [almanah] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [ekiga] Fix choice of status icon in the systray, bug introduced recently, Eugen Dedu
  • [gparted] Uploaded Ukranian, Daniel Korostil
  • [totem/gnome-3-4] Updated Persian Translations, Arash Mousavi
  • [totem] Updated Persian Translations, Arash Mousavi
  • [gucharmap] Updated Persian Translations, Arash Mousavi
  • [gtranslator] Fixed bug using TM shortcuts (see bug #672079), =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-boxes/gnome-3-4] Updated Persian Translations, Arash Mousavi
  • [network-manager-applet] Updated Persian Translations, Arash Mousavi
  • [gnome-session] Updated Persian Translations, Arash Mousavi
  • [empathy] Updated Persian Translations, Arash Mousavi
  • [empathy] [l10n] Updated Indonesian translation, Andika Triwidada
  • [chronojump] Encoder: added colors in treeview, Xavier de Blas
  • [libgnome-keyring] Fixed bug #673184, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [vinagre/gnome-3-4] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gegl] Deleted branch i18n, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] POTFILES.in: add missing files and update moved files, =?utf-8?q?Michael_Mur=C3=A9?=
  • [perl-Cairo] Fix compiling and testing against older versions of cairo, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [gnome-games/gnome-3-4] Updated Korean translation, Changwoo Ryu
  • [gegl: 4/4] Merge branch 'i18n', =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] (4 commits) ...Merge branch 'i18n', =?utf-8?q?Michael_Mur=C3=A9?=
  • [gparted] Updated Persian Translations, Arash Mousavi
  • [glib] Add missing allow-none annotations for function parameters., Robert Ancell
  • [gcalctool/gnome-3-4] Update NEWS, Robert Ancell
  • [gcalctool/gnome-3-4] Stop entering thousands seperators, when using a base other than 10., Robert Ancell
  • [gcalctool] Update NEWS, Robert Ancell
  • [gcalctool] Stop entering thousands seperators, when using a base other than 10., Robert Ancell
  • [gnome-games/gnome-3-4] swell-foop: fix saving score twice, Robert Ancell
  • [vinagre] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-games] swell-foop: fix saving score twice, Robert Ancell
  • [vinagre/gnome-3-4] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evolution-mapi] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-disk-utility] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-games/gnome-3-4] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [vinagre/gnome-3-4] Use example.com in address examples, bug 672238, David King
  • [vinagre] Use example.com in address examples, bug 672238, David King
  • [goffice] Fixed EPS images storing., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [cheese/gnome-3-4] Updated Russian translation, Yuri Myasoedov
  • [gegl/i18n] POTFILES.in: update with all gegl source, using git grep -l _\(\".*\"\), =?utf-8?q?Michael_Mur=C3=A9?=
  • [gnome-system-monitor/gnome-3-4] Updated Russian translation, Yuri Myasoedov
  • [gnome-search-tool] Updated Russian translation, Yuri Myasoedov
  • [gnome-panel] Updated Russian translation, Yuri Myasoedov
  • [gconf-editor] Updated Russian translation, Yuri Myasoedov
  • [gnome-devel-docs] Updated Russian translation, Yuri Myasoedov
  • [gparted] Updated French translation, Claude Paroz
  • [chronojump] Added encoder curves treeview. TODO: fix power data, Xavier de Blas
  • [gedit] Updated Thai translation., Theppitak Karoonboonyanan
  • [vinagre/gnome-3-4] Updated Esperanto translation, Kristjan Schmidt
  • [vinagre] Updated Esperanto translation, Kristjan Schmidt
  • [cheese/gnome-3-4] [l10n] Updated Indonesian translation, Andika Triwidada
  • [babl] use optimized powf for x^(1.0/2.4), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [babl] reorder loops of reference premul, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [glabels/vala] Fixed leading whitespace., Jim Evins
  • [babl] use sse conversions also for gamma corrected data, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [tomboy] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [baobab] [l10n] Updated Indonesian translation, Andika Triwidada
  • [glabels/vala] Use stacking order correctly when selecting and locating handles., Jim Evins
  • [gnome-games/gnome-3-4] Update POTFILES.in and mark forgotten string as translatable, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-disk-utility] Mark forgotten string as translatable, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [epiphany] e-web-app-utils: update and fix gtk-doc comments, Diego Escalante Urrelo
  • [epiphany] e-web-app-utils: sync var names in API, Diego Escalante Urrelo
  • [epiphany] e-web-app-utils: remove ephy-web-view include, Diego Escalante Urrelo
  • [epiphany] e-web-app-utils: add ephy_web_application_exists, Diego Escalante Urrelo
  • [epiphany] window-commands: get app name only once, Diego Escalante Urrelo
  • [glabels/vala] Added page preview pane., Jim Evins
  • [epiphany] ephy-toolbar: fix stop/reload button alignment, Diego Escalante Urrelo
  • [gnome-games/gnome-3-4] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-games] swell-foop: Add set_translation_domain, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gegl] tools: fix NULL dereference in op doc generator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-devel-docs] accessibility-guide: Delete duplicate and unused gif's, Jeremy Bicha
  • [gnome-devel-docs] accessibility guide: Fix broken links to figures, Jeremy Bicha
  • [gimp/goat-invasion] app: pattern-clone using gegl_buffer_set_pattern(), Michael Natterer
  • [gnome-games] lightsoff: Set application name instead of prgname, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-games] glines: Mark forgotten string as translatable, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-games] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp/goat-invasion] app: keep the transform graph around during one paint stroke, Michael Natterer
  • [gimp/goat-invasion] app: use a gamma of 1.7 for brush radius slider, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: handle negative fractions correctly in spinscale, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: remove legacy includes, Michael Natterer
  • [gimp/goat-invasion] app: make gimp_paint_core_get_orig_image, proj() return GeglBuffers, Michael Natterer
  • [gnome-boxes] Created tag v3.4.0.1, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4] Release 3.4.0.1, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [evolution] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evolution/gnome-3-4] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gvfs] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glade] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glade/glade-3-12] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp/goat-invasion] app: git_spin_scale invoke value_changed when setting gamma, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] ops: specify human ranges for op properties, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [orca] Fix for bug 673142 - Unhandled exceptions (GError: No such object path) when using Skype, Joanmarie Diggs
  • [orca/gnome-3-4] Fix for bug 673142 - Unhandled exceptions (GError: No such object path) when using Skype, Joanmarie Diggs
  • [gegl] ops: remove whitebalance op, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] ops: move lens distortion from workshop to common, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-screensaver] lock: drop numlock warning, Ray Strode
  • [gimp/goat-invasion] app: initialize gamma of spin scale to 1.0, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] move plasma to workshop - the recursive approach isn't really good for GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: fix buffer copying offsets in gimp_clone_motion(), Michael Natterer
  • [gtk+] Fix a link, Matthias Clasen
  • [glib] Fix a link, Matthias Clasen
  • [gegl] buffer: add missing #include <string.h>, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: clean up warning in spinscale, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: update paramspec duplication with changes in gegl paramspecs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: add configurable nonlinear mapping (gamma) to spinscale widget, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution-activesync] Add evolution-activesync.doap file for GNOME git, David Woodhouse
  • [extensions-web] extensions: Add the download URL to the ajax details view, Jasper St . Pierre
  • [gimp/goat-invasion] app: in GimpSourceCore's vfuncs, pass GeglBuffers around not PixelRegions, Michael Natterer
  • [gegl] cl: support for R'G'B' u8 and R'G'B'A u8, Victor Matheus de Araujo Oliveira
  • [epiphany] e-location-entry: make aligment pixel-perfect, Diego Escalante Urrelo
  • [epiphany] e-location-entry: dim URL in completion rows, Diego Escalante Urrelo
  • [epiphany] e-location-entry: redundant ellipsize-set, Diego Escalante Urrelo
  • [epiphany] e-location-entry: make bookmark icon follow-state, Diego Escalante Urrelo
  • [gparted] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [epiphany] ephy-encodings: reorder includes, Xan Lopez
  • [vala] codegen: Generate typedefs for boolean, integer, and floating types, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [gnome-settings-daemon/gnome-3-4] Updated Dutch translation, Wouter Bolsterlee
  • [gnome-settings-daemon] Updated Dutch translation, Wouter Bolsterlee
  • [chronojump] encoder: Done recalculate, improved curves, Xavier de Blas
  • [chronojump] Encoder: pass time & minHeight, Xavier de Blas
  • [gnoduino] Bug 670311 - get rid of the gnome-vfs dependency, Lucian Langa
  • [gnoduino] drop unneeded imports, Lucian Langa
  • [gimp/goat-invasion] app: respect GEGLs ui-range hints for properties, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Use gamma hint for UI in gaussian-blur and pixelise, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Add gamma parameter to integer ui paramspecs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtk+] gactionmuxer: Fix list_actions, Jasper St . Pierre
  • [epiphany] Makefile: silence epiphany resources generation, Xan Lopez
  • [epiphany] ephy-encoding-dialog: reorder includes, Xan Lopez
  • [vala] Bump version suffix, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [epiphany/gnome-3-4] ephy-window: listen to org.gnome.Epiphany.ui.show-toolbars, Xan Lopez
  • [gnome-system-monitor/gnome-3-4] Updated Persian Translations, Arash Mousavi
  • [gnome-boxes/gnome-3-4: 15/15] Add SPICE agent channel to newly created domains, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 14/15] Updated Spanish translation, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 13/15] Updated Telugu Translation, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 12/15] notificationbar: Don't timeout if main window isn't active, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 11/15] notificationbar: Fix label's fg color, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 10/15] Updated Slovenian translation, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 9/15] Updated Swedish translation, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 8/15] layout: fix broken Collection layout (v2 follow-up), Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 7/15] layout: fix broken Wizard and Properties layout, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 6/15] wizard: Switch source to main page on cancellation, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 5/15] Rid of theme parser warnings, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 4/15] wizard: Move to URL page when file is selected, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4: 3/15] Sane default sound & video devices for unknown OSs, Zeeshan Ali Khattak
  • [gnome-boxes/gnome-3-4] (15 commits) ...Add SPICE agent channel to newly created domains, Zeeshan Ali Khattak
  • [galeon] Updated Esperanto translation, Kristjan Schmidt
  • [epiphany/gnome-3-4] Updated Esperanto translation, Kristjan Schmidt
  • [epiphany] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-user-docs] keyboard-nav: Added new win+F10 shortcut, Shaun McCance
  • [aisleriot/gnome-3-2] Updated German translation, Christian Kirbach
  • [gnome-terminal/gsettings] window: Make TerminalWindow a GtkApplicationWindow, Christian Persch
  • [gsettings-desktop-schemas] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-shell] panel: Add keyboard shortcut to open app menu, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gnome-terminal/gsettings] client: Fix typo, Christian Persch
  • [gnome-terminal/gsettings] server: Make TerminalApp subclass GtkApplication, Christian Persch
  • [gnome-terminal/gsettings] server: Rename class, Christian Persch
  • [gnome-terminal/gsettings] server: Split off factory implementation, Christian Persch
  • [gnome-terminal/gsettings] build: Rename source files, Christian Persch
  • [gnome-terminal/gsettings] client: FD passing, Christian Persch
  • [gnome-terminal/gsettings] client: Add --quiet option, Christian Persch
  • [gnome-terminal/gsettings] server: Use a non-unique GtkApplication, Christian Persch
  • [gedit-plugins] Updated Esperanto translation, Kristjan Schmidt
  • [gegl] tests/buffer: s/gegl_buffer_destroy/g_object_unref/g, Massimo Valentini
  • [gnome-boxes] Add SPICE agent channel to newly created domains, Zeeshan Ali Khattak
  • [gegl] cl: Including 'used' parameter in cl-cache to avoid free'ing textures too soon, Victor Matheus de Araujo Oliveira
  • [gegl] ops: make pixelize and gaussian-blur specify ui-ranges, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gcalctool] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [network-manager-applet] [l10n] Updated Indonesian translation, Andika Triwidada
  • [gcalctool/gnome-3-4] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gegl] property-types: remove duplicate typedef of GeglParamSpecString, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [orca] Fix for bug 673157 - Unhandled exception when in Unity Greeter, Joanmarie Diggs
  • [orca/gnome-3-4] Fix for bug 673157 - Unhandled exception when in Unity Greeter, Joanmarie Diggs
  • [gnome-devel-docs] vala tutorials: added button and toolbar stub pages, Tiffany Antopolski
  • [gnome-online-accounts/exchange: 2/2] Add Micrsoft Exchange using EWS, Debarshi Ray
  • [gnome-online-accounts/exchange: 1/2] Reinstate org.gnome.OnlineAccounts.PasswordBased D-Bus interface, Debarshi Ray
  • [gnome-online-accounts] (2 commits) Created branch exchange, Debarshi Ray
  • [gegl] chant: add ui variants of property types with ui-ranges, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] introduce gegl paramspecs for doubles and ints, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [orca] Use os.makedirs instead of os.mkdir if the XDG data home directory doesn't exist, Joanmarie Diggs
  • [orca/gnome-3-4] Use os.makedirs instead of os.mkdir if the XDG data home directory doesn't exist, Joanmarie Diggs
  • [gnome-shell] lookingGlass: Sort introspected property names, Jasper St . Pierre
  • [gnome-shell] workspaceThumbnail: set correct cursor when hovering the drop placeholder, Stefano Facchini
  • [seahorse/gnome-3-4] [l10n] Updated Indonesian translation, Andika Triwidada
  • [empathy] call-window: raise the overlay actor instead of individual actors, Cosimo Cecchi
  • [libdmapsharing] Created tag LIBDMAPSHARING_2_9_15, W . Michael Petullo
  • [libdmapsharing] Bump version number, W . Michael Petullo
  • [gimp/goat-invasion] app: replace GimpPaintCore->canvas_buf by a GeglBuffer, Michael Natterer
  • [gimp/goat-invasion] app: replace GimpPaintCore->saved_proj_tiles by a GeglBuffer, Michael Natterer
  • [gnomeweb-wml] Bump evolution-kolab link to version 3.4.0.2., Matthew Barnes
  • [gegl] Many fixes in opencl path, Victor Matheus de Araujo Oliveira
  • [evolution-exchange] Bug #246255 - "Other User's Folder" - avoid this genitive construction, Milan Crha
  • [evolution-mapi] Bug #246255 - "Other User's Folder" - avoid this genitive construction, Milan Crha
  • [gnome-online-accounts/gnome-3-4] Untranslate new strings introduced by a564cc732f501a603467c867bf4e1a617617405f, Xavier Claessens
  • [gnome-user-docs] screen-shot-record: Update for changes in 3.4, Shaun McCance
  • [gnome-user-docs] Adding shell-keyboard-shortcuts to index mouseover links, Shaun McCance
  • [tracker] utils: Add tracker-sandbox to EXTRA_DIST, Sam Thursfield
  • [gegl] Created tag GEGL_0_1_8, Nils Philippsen
  • [babl] Created tag BABL_0_1_8, Nils Philippsen
  • [babl] Created tag BABL_0_1_6, Nils Philippsen
  • [gnome-online-accounts/gnome-3-4] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-online-accounts] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [chronojump] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gimp/goat-invasion] app: remove gimp_image_transform_rgb(), Michael Natterer
  • [gimp/goat-invasion] libgimpcolor: add gimp_rgb[a]_set,get_pixel(), Michael Natterer
  • [gnome-online-accounts/gnome-3-4] Make sure the GError** passed is always pointer to NULL, Xavier Claessens
  • [gnome-online-accounts/gnome-3-4] Remove the credentials from the keyring when an account is removed, Xavier Claessens
  • [gnome-online-accounts] Make sure the GError** passed is always pointer to NULL, Xavier Claessens
  • [evolution-kolab] Bug #673147 - Calendar/Addressbook not authenticating when built with libsoup 2.38, Christian Hilberg
  • [libsecret] More build fixes for openbsd, Stefan Walter
  • [seahorse/gnome-3-4] Better building for .desktop files, Stefan Walter
  • [evolution-kolab] Created tag EVOLUTION_KOLAB_3_4_0_2, Christian Hilberg
  • [gnome-keyring] Better building of .desktop and .service files, Stefan Walter
  • [libcryptui] Better build of .service files, Stefan Walter
  • [gnome-shell] doap: Add myself as maintainer, =?utf-8?q?Florian_M=C3=BCllner?=
  • [empathy] use enable_and_connect_account() when enabling an account from the menu, Guillaume Desmottes
  • [empathy] factor out enable_and_connect_account(), Guillaume Desmottes
  • [empathy] accounts-dialog: no need to connect the account if we are disabling it, Guillaume Desmottes
  • [empathy] accounts_dialog_enable_account_cb: use the usual async cb pattern, Guillaume Desmottes
  • [metacity] doap: Add myself to list of maintainers, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gnome-modulesets] libgweather and gucharmap doesnt depend on gconf anymore, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-3.6: gucharmap doesnt depend on gconf anymore, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-deps-3.6: libgweather doesnt depend on gconf anymore, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gcr] Build .desktop and .service files correctly, Stefan Walter
  • [evolution-kolab/gnome-3-4-0] NEWS update for 3.4.0.2 release, Christian Hilberg
  • [evolution-kolab/gnome-3-4-0] Bug #673147 - Calendar/Addressbook not authenticating when built with libsoup 2.38, Christian Hilberg
  • [evolution-kolab/gnome-3-4-0] post release version bump, Christian Hilberg
  • [libgweather] Remove some unnneded code from the gconf dependency removal, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gcr] Fix build of gcr-prompter, Stefan Walter
  • [libsecret] Add missing 'authtype' attribute to the 'network' schema, Stefan Walter
  • [libsecret] Add secret-schemas.h to the 'stable' API, Stefan Walter
  • [libsecret] Remove multiple typedef definitions, Stefan Walter
  • [gimp/goat-invasion] app: remove gimp_image_get_foreground, background(), Michael Natterer
  • [gnome-shell] svg: Make the OFF toggle widgets be the same width as the ON ones, Rui Matos
  • [empathy] empathy-accounts: disable 'Enable' menu entry if not supported, Guillaume Desmottes
  • [empathy] factor out account_can_be_enabled(), Guillaume Desmottes
  • [gimp/goat-invasion] app: fix GIMP_TIMER_END() to take an arbitrary string, Michael Natterer
  • [libxml++] Node: Check for a null pointer, to fix a scan-build warning., Murray Cumming
  • [jhbuild] Update canonical source for mono packages, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [network-manager-applet] applet: make the notification text about VPN success translatable (bgo #671929), =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [gnote] Updated Gujarati Translations, Sweta Kothari
  • [epiphany] ephy-window: listen to org.gnome.Epiphany.ui.show-toolbars, Xan Lopez
  • [f-spot] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-hello] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-modulesets] Update canonical source for mono packages, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [clutter/wip/expand-flags: 7/7] box-layout: Add the :orientation property, Emmanuele Bassi
  • [clutter/wip/expand-flags: 6/7] bin-layout: Deprecate BinLayout alignments, Emmanuele Bassi
  • [clutter/wip/expand-flags: 5/7] docs: XInclude the bin layout example, Emmanuele Bassi
  • [clutter/wip/expand-flags: 4/7] interactive/bin-layout: Improve the example code, Emmanuele Bassi
  • [clutter/wip/expand-flags: 3/7] bin-layout: Use the actor align/expand flags, Emmanuele Bassi
  • [clutter/wip/expand-flags: 2/7] actor: Add private get_effective_x_align() method, Emmanuele Bassi
  • [clutter/wip/expand-flags: 1/7] actor: Add basic automatic expand flags, Emmanuele Bassi
  • [clutter] (7 commits) Created branch wip/expand-flags, Emmanuele Bassi
  • [epiphany] Remove the 'disable-menubar' option, Xan Lopez
  • [epiphany] Remove 'show-boomkarks-bar' option, Xan Lopez
  • [epiphany] ephy-session: use g_slice_new for SessionCommand structure, Xan Lopez
  • [gimp/goat-invasion] app: always create a new tool in filters_filter_cmd_callback(), Michael Natterer
  • [gnome-system-monitor] procproperties: unbreak on OpenBSD, Antoine Jacoutot
  • [gimp/goat-invasion: 325/325] app: remove gimpdrawable-process.[ch], Michael Natterer
  • [gimp/goat-invasion: 324/325] app: use a GimpSpinScale instead of a scale entry in the prop_table, Michael Natterer
  • [gimp/goat-invasion: 323/325] app: add parent_type parameter to gimp_gegl_get_config_proxy(), Michael Natterer
  • [gimp/goat-invasion: 322/325] app: turn gimp_image_map_tool_add_settings_gui() into a virtual function, Michael Natterer
  • [gimp/goat-invasion: 321/325] app: remove paint-funcs/reduce-region.[ch], Michael Natterer
  • [gimp/goat-invasion: 320/325] app: remove paint-funcs/scale-region.[ch], Michael Natterer
  • [gimp/goat-invasion: 319/325] app: remove the legacy option in gimp_drawable_scale(), Michael Natterer
  • [gimp/goat-invasion: 318/325] app: remove drawable->private->format, its buffer has a format already, Michael Natterer
  • [gimp/goat-invasion: 317/325] app: follow changes in GeglOperation API, Michael Natterer
  • [gimp/goat-invasion: 316/325] app: replace GimpProjectable::get_image_type() by ::get_format(), Michael Natterer
  • [gimp/goat-invasion: 315/325] app: remove GimpPickable::get_bytes(), Michael Natterer
  • [gimp/goat-invasion: 314/325] app: remove GimpPickable::get_image_type(), Michael Natterer
  • [gimp/goat-invasion: 313/325] app: replace the tile pyramid's GimpImageType by bytes, it needs nothing else, Michael Natterer
  • [gimp/goat-invasion: 312/325] app: remove the legacy gimp-transform-region code, Michael Natterer
  • [gimp/goat-invasion: 311/325] app: use a GEGL graph for perspective clone's transform, Michael Natterer
  • [gimp/goat-invasion: 310/325] app: remove legacy support from gimpdrawable-transform.c, Michael Natterer
  • [gimp/goat-invasion: 309/325] app: add gimp_context_get_foreground, background_pixel(), Michael Natterer
  • [gimp/goat-invasion: 308/325] app: have the display renderer ask for the projection's format not image_type, Michael Natterer
  • [gimp/goat-invasion: 307/325] app: more GimpImageType -> Babl, Michael Natterer
  • [gimp/goat-invasion: 306/325] app: remove legacy support from GimpImageMap, Michael Natterer
  • [gimp/goat-invasion: 305/325] app: remove legayc support from GimpImageMapTool, Michael Natterer
  • [gimp/goat-invasion: 304/325] app: remove the lagacy hue-saturation cruft, Michael Natterer
  • [gimp/goat-invasion: 303/325] app: forgot the GimpImageType -> Babl change in pick_color() here, Michael Natterer
  • [gimp/goat-invasion: 302/325] app: remove gimp_image_get_color(), Michael Natterer
  • [gimp/goat-invasion: 301/325] app: port gimp_image_contiguous_region_by_seed() to babl_process(), Michael Natterer
  • [gimp/goat-invasion: 300/325] app: port gimp_image_contiguous_region_by_color() to GEGL, Michael Natterer
  • [gimp/goat-invasion: 299/325] app: don't use gimp_image_get_color() in GimpPickable, Michael Natterer
  • [gimp/goat-invasion: 298/325] app: don't use gimp_image_get_color() in gimp_palette_import_extract(), Michael Natterer
  • [gimp/goat-invasion: 297/325] app: use Babl formats, not GimpImageType, in gimp_selection_extract(), Michael Natterer
  • [gimp/goat-invasion: 296/325] app: port gimp_image_pick_color() to return a Babl format, Michael Natterer
  • [gimp/goat-invasion: 295/325] app: increase the tile size for plug-ins to 128x128, Michael Natterer
  • [gimp/goat-invasion: 294/325] app: formatting cleanup in gimpimage-convert.c, Michael Natterer
  • [gimp/goat-invasion: 293/325] app: port gimpimage-convert.c to GEGL, Michael Natterer
  • [gimp/goat-invasion: 292/325] app: use the same indexed Babl formats during an image's lifetime, Michael Natterer
  • [gimp/goat-invasion: 291/325] app: fix registration of babl formats, Michael Natterer
  • [gimp/goat-invasion: 290/325] app: fix registration of babl_format("A u8"), Michael Natterer
  • [gimp/goat-invasion: 289/325] rename lanczos to lohalo, Michael Natterer
  • [gimp/goat-invasion: 288/325] pdb: port drawable pixel access API to GEGL, Michael Natterer
  • [gimp/goat-invasion: 287/325] app: correct usage of babl formats, Michael Natterer
  • [gimp/goat-invasion: 286/325] app: remove the legacy color-balance cruft, Michael Natterer
  • [gimp/goat-invasion: 285/325] pdb: add new group plug-in-compat for compat procedures of removed plug-ins, Michael Natterer
  • [gimp/goat-invasion: 284/325] plugins/newsprint: remove assumption that tiles are square, Michael Natterer
  • [gimp/goat-invasion: 283/325] app: remove includes from app/plug-in/, Michael Natterer
  • [gimp/goat-invasion: 282/325] app: port the entire plug-in tile communication to using GeglBuffers, Michael Natterer
  • [gimp/goat-invasion: 281/325] app: use below new function for shapeburst blend and cage tool progress, Michael Natterer
  • [gimp/goat-invasion: 280/325] app: add gimp_gegl_progress_connect(), Michael Natterer
  • [gimp/goat-invasion: 279/325] app: switch to gegl_buffer_sample() in GimpOperationShapeburst, Michael Natterer
  • [gimp/goat-invasion: 278/325] app: remove legacy includes from blend, Michael Natterer
  • [gimp/goat-invasion: 277/325] app: remove the global dist_buffer variable and pass it around locally, Michael Natterer
  • [gimp/goat-invasion: 276/325] app: port the rest of the shapeburst blend logic to GEGL, Michael Natterer
  • [gimp/goat-invasion: 275/325] app: add GimpOperationShapeburst to calculate the distance map for blend, Michael Natterer
  • [gimp/goat-invasion: 274/325] app: add place holder splash for goat invasion, Michael Natterer
  • [gimp/goat-invasion: 273/325] app: remove some obsolete legacy includes from gimpdrawable.c, Michael Natterer
  • [gimp/goat-invasion: 272/325] app: better GEGL code in gimp_layer_create_mask(), Michael Natterer
  • [gimp/goat-invasion: 271/325] app: clean up includes in filters-commands.c, Michael Natterer
  • [gimp/goat-invasion: 270/325] .gitignore: add *~, Michael Natterer
  • [gimp/goat-invasion: 269/325] app: add infrastructure to invoke GEGL filters from a menu item, Michael Natterer
  • [gimp/goat-invasion: 268/325] app: factor out the "Apply GEGL Operation" functionality from GimpGeglTool, Michael Natterer
  • [gimp/goat-invasion: 267/325] app: factor out gimp_gegl_config_proxy_sync() from GimpGeglTool, Michael Natterer
  • [gimp/goat-invasion: 266/325] app: adapt to API changes in gegl_buffer_iterator, Michael Natterer
  • [gimp/goat-invasion: 265/325] app: factor out the creation of GeglOperation config proxy objects, Michael Natterer
  • [gimp/goat-invasion: 264/325] app: more gegl_buffer_iterator_new() updates, Michael Natterer
  • [gimp/goat-invasion: 263/325] app: update with GEGL iterator API changes, Michael Natterer
  • [gimp/goat-invasion: 262/325] app: properly sync the projection's tiles and their buffer, Michael Natterer
  • [gimp/goat-invasion: 261/325] app: use gegl_buffer_set_format() to "cast" a dest buffers format, Michael Natterer
  • [gimp/goat-invasion: 260/325] app: adapt to API changes in GEGL, Michael Natterer
  • [gimp/goat-invasion: 259/325] app: remove unused base/ includes, Michael Natterer
  • [gimp/goat-invasion: 258/325] app: ask the buffer not the tile manager for its size, Michael Natterer
  • [gimp/goat-invasion: 257/325] app: remove color_region(), Michael Natterer
  • [gimp/goat-invasion: 256/325] app: remove obsolete include from gimpchannel.c, Michael Natterer
  • [gimp/goat-invasion: 255/325] app: remove the TileValidateProc from gimp_channel_new_mask(), Michael Natterer
  • [gimp/goat-invasion: 254/325] app: replace border_region() by GimpOperationBorder, Michael Natterer
  • [gimp/goat-invasion: 253/325] app: replace fatten_region() by GimpOperationGrow, Michael Natterer
  • [gimp/goat-invasion: 252/325] app: clean up the new shrink op, Michael Natterer
  • [gimp/goat-invasion: 251/325] app: remove thin_region(), turns out that gimp:shrink was not slow after all, Michael Natterer
  • [gimp/goat-invasion: 250/325] app: remove "dont-cache" from gimp_apply_opeation(), Michael Natterer
  • [gimp/goat-invasion: 249/325] app: remove "gboolean linear" from all apply_operation APIs, Michael Natterer
  • [gimp/goat-invasion: 248/325] app: add GimpOperationShrink which does "shrink selection", Michael Natterer
  • [gimp/goat-invasion: 247/325] app: don't pass 1.0 as boolean value, not that it would change anything..., Michael Natterer
  • [gimp/goat-invasion: 246/325] app: fix typo that caused wrong paint apply offset in bucket fill, Michael Natterer
  • [gimp/goat-invasion: 245/325] app: sprinkle level argument over process functions, Michael Natterer
  • [gimp/goat-invasion: 244/325] app: remove gimp_drawable_process_lut(), Michael Natterer
  • [gimp/goat-invasion: 243/325] app: add GimpOperationEqualize and port equalize to it, Michael Natterer
  • [gimp/goat-invasion: 242/325] app: move GimpHistogram from base/ to core/, Michael Natterer
  • [gimp/goat-invasion: 241/325] app: add gimp_gegl_node_set_layer_mode(), Michael Natterer
  • [gimp/goat-invasion: 240/325] app: add our own GimpOperationNormalMode so we can opt out of premultiply, Michael Natterer
  • [gimp/goat-invasion: 239/325] app: add a "premultiplied" property to GimpOperationPointLayerMode, Michael Natterer
  • [gimp/goat-invasion: 238/325] app: chnage gimp_gegl_create_apply_opacity_node()'s mask offset, Michael Natterer
  • [gimp/goat-invasion: 237/325] app: add gimp_gegl_create_apply_buffer_node(), Michael Natterer
  • [gimp/goat-invasion: 236/325] app: completely port GimpDrawable::apply_region()'s API to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 235/325] app: implement "disable layer mask" in the GEGL graph, Michael Natterer
  • [gimp/goat-invasion: 234/325] app: change GimpDrawable::replace_region() by ::replace_buffer(), Michael Natterer
  • [gimp/goat-invasion: 233/325] app: forgot to remove the Threshold cruft typedef, Michael Natterer
  • [gimp/goat-invasion: 232/325] app: remove the legacy levels cruft, Michael Natterer
  • [gimp/goat-invasion: 231/325] app: remove the legacy curves cruft, Michael Natterer
  • [gimp/goat-invasion: 230/325] app: pass the right undo buffer and extents to gimp_drawable_push_undo(), Michael Natterer
  • [gimp/goat-invasion: 229/325] app: make gimpdrawable-combine.c more readable before proceeding, Michael Natterer
  • [gimp/goat-invasion: 228/325] app: turn gimp_drawable_apply_buffer()'s src1_tiles argument into base_buffer, Michael Natterer
  • [gimp/goat-invasion: 227/325] app: turn GimpDrawable::apply_region() into ::apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 226/325] app: port gimp_paint_core_paste() to gimp_drawable_apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 225/325] app: support TempBuf backed buffer in gimp_drawable_apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 224/325] app: use gimp_drawable_apply_buffer() for legacy FS composition, Michael Natterer
  • [gimp/goat-invasion: 223/325] app: use utility functions to create a GeglBuffer from a TempBuf, Michael Natterer
  • [gimp/goat-invasion: 222/325] app: port blend to gimp_drawable_apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 221/325] app: more gimp_drawable_apply_region() -> apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 220/325] app: flush and refetch the shadow buffer before handing it out, Michael Natterer
  • [gimp/goat-invasion: 219/325] app: turn the drawable's shadow tiles into a shadow buffer, Michael Natterer
  • [gimp/goat-invasion: 218/325] app: add gimp_drawable_apply_buffer() and port edit, bucket fill, stroke, Michael Natterer
  • [gimp/goat-invasion: 217/325] app: more copy_region() -> gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 216/325] app: tile_manager_read_pixel_data_1() -> gegl_buffer_sample(), Michael Natterer
  • [gimp/goat-invasion: 215/325] app: replace GimpPaintCore's undo_tiles by a GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 214/325] app: store GimpImageMap's undo pixels as GeglBuffer, not TileManager, Michael Natterer
  • [gimp/goat-invasion: 213/325] app: remove swap_region() and its helper function, Michael Natterer
  • [gimp/goat-invasion: 212/325] app: remove width, height from GimpDrawableUndo and GimpDrawable::swap_tiles(), Michael Natterer
  • [gimp/goat-invasion: 211/325] app: port GimpDrawableUndo, GimpDrawable::push_undo() and ::swap_tiles(), Michael Natterer
  • [gimp/goat-invasion: 210/325] libgimp: flush underlying drawable on gegl_buffer_flush, Michael Natterer
  • [gimp/goat-invasion: 209/325] plug-ins: clean up goat-exercise.c so it is a better example, Michael Natterer
  • [gimp/goat-invasion: 208/325] Require GEGL in gimp-2.0.pc, Michael Natterer
  • [gimp/goat-invasion: 207/325] plug-ins: fix mkgen.pl to pass the destdir newly required by make_file(), Michael Natterer
  • [gimp/goat-invasion: 206/325] plug-ins: remove duplicate GEGL_CFLAGS from winsnap's Makefile.am, Michael Natterer
  • [gimp/goat-invasion: 205/325] libgimp: make GimpTileBackendPlugin properly private, and some cleanup, Michael Natterer
  • [gimp/goat-invasion: 204/325] plug-ins: add GEGL_CFLAGS to many Makefile.am's, Michael Natterer
  • [gimp/goat-invasion: 203/325] libgimp: add a GeglBuffer backend for plug-ins, Michael Natterer
  • [gimp/goat-invasion: 202/325] app: rename the buffer's tile_source_node to buffer_source_node, Michael Natterer
  • [gimp/goat-invasion: 201/325] app: change GimpDrawable::get_tiles() to ::get_buffer(), Michael Natterer
  • [gimp/goat-invasion: 199/325] app: port gimpimage-convert.c to gimp_drawable_set_buffer(), Michael Natterer
  • [gimp/goat-invasion: 200/325] app: change GimpDrawable::set_tiles() to ::set_buffer(), Michael Natterer
  • [gimp/goat-invasion: 198/325] app: minor cleanup and include removal, Michael Natterer
  • [gimp/goat-invasion: 197/325] app: completely port gimpdrawable-convert.c to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 196/325] app: port GimpGroupLayer to gimp_buffer_set_tiles_full(), Michael Natterer
  • [gimp/goat-invasion: 195/325] app: add gimp_gegl_buffer_get_tile_manager(), Michael Natterer
  • [gimp/goat-invasion: 194/325] app: port gimp_drawable_scale() to gimp_drawable_set_buffer_full(), Michael Natterer
  • [gimp/goat-invasion: 193/325] app: port GimpDrawableModUndo to storing pixels as GeglBuffers, Michael Natterer
  • [gimp/goat-invasion: 192/325] app: use hard-edges = TRUE when GEGL-scaling drawables, Michael Natterer
  • [gimp/goat-invasion: 191/325] app: use a GeglBuffer instead of TileManager as storage in drawables \o/, Michael Natterer
  • [gimp/goat-invasion: 190/325] app: pass the right filter when GEGL-transfomring, Michael Natterer
  • [gimp/goat-invasion: 189/325] app: replace GimpDraable's type by a Babl format, Michael Natterer
  • [gimp/goat-invasion: 188/325] app: add gimp_gegl_buffer_dup() which creates a TileManager backed dup, Michael Natterer
  • [gimp/goat-invasion: 187/325] app: remove gimp_layer_new_from_tiles(), it's now unused, Michael Natterer
  • [gimp/goat-invasion: 186/325] app: remove gimp_selection_extract_buffer() again, Michael Natterer
  • [gimp/goat-invasion: 185/325] app: port everything to gimp_selection_extract_buffer(), Michael Natterer
  • [gimp/goat-invasion: 184/325] app: port the entire transform API from TileManager to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 183/325] app: add gimp_selection_extract_buffer (), Michael Natterer
  • [gimp/goat-invasion: 182/325] app: flush the buffer in gimp_gegl_buffer_get_tiles(), Michael Natterer
  • [gimp/goat-invasion: 181/325] app: use gimp_drawable_set_buffer() in a few places, Michael Natterer
  • [gimp/goat-invasion: 180/325] app: make use of GIMP_GEGL_RECT in more places, Michael Natterer
  • [gimp/goat-invasion: 179/325] app: fix initialization of variable in gimp_layer_get_opacity_at, Michael Natterer
  • [gimp/goat-invasion: 178/325] app: add a GIMP_GEGL_RECT utility macro, Michael Natterer
  • [gimp/goat-invasion: 177/325] app: add gimp_drawable_set_buffer() and set_buffer_full(), Michael Natterer
  • [gimp/goat-invasion: 176/325] app: remove write property of GeglBuffer backend, Michael Natterer
  • [gimp/goat-invasion: 175/325] app: GeglBuffer tile backend - add ability to combine tiles, Michael Natterer
  • [gimp/goat-invasion: 174/325] app: add gimp_gegl_buffer_get_tiles(), Michael Natterer
  • [gimp/goat-invasion: 173/325] app: merge gimp_drawable_get_read_buffer() and get_write_buffer(), Michael Natterer
  • [gimp/goat-invasion: 172/325] app: add gimp_gegl_buffer_new() to create a TileManager-backed buffer, Michael Natterer
  • [gimp/goat-invasion: 171/325] app: port gimp_image_crop_auto_shrink() to GEGL, Michael Natterer
  • [gimp/goat-invasion: 170/325] app: port the entire GimpScanConvert API to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 169/325] app: port gimp_scan_convert_render_full() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 168/325] app: remove unused tile-manager.h include, Michael Natterer
  • [gimp/goat-invasion: 167/325] app: remove checks from stuff that now works on indexed layers, Michael Natterer
  • [gimp/goat-invasion: 166/325] app: apply patch from Villa Sokk that implements GimpOperationDissolveMode, Michael Natterer
  • [gimp/goat-invasion: 165/325] app: port GimpBoundary to GEGL, including its API, Michael Natterer
  • [gimp/goat-invasion: 164/325] app: remove shade_pixels(), no clue when it became unused, Michael Natterer
  • [gimp/goat-invasion: 163/325] app: forgot to remove extract_alpha_region()'s declaration, Michael Natterer
  • [gimp/goat-invasion: 162/325] app: remove extract_from_region() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 161/325] app: port gimp_selection_extract() to GEGL, Michael Natterer
  • [gimp/goat-invasion: 160/325] app: save some lines of code in gimp_gegl_create_apply_opacity_node(), Michael Natterer
  • [gimp/goat-invasion: 159/325] app: change gimp_gegl_color_set_rgba() to gimp_gegl_color_new(), Michael Natterer
  • [gimp/goat-invasion: 158/325] app: add a use_gegl case in gimp_drawable_transform_tiles_affine(), Michael Natterer
  • [gimp/goat-invasion: 157/325] app: be smarter about progress in gimp_apply_operation(), Michael Natterer
  • [gimp/goat-invasion: 156/325] app: implement "show layer mask" in the GEGL graph, Michael Natterer
  • [gimp/goat-invasion: 155/325] app: make test-gimptilebackendtilemanager.c build again, Michael Natterer
  • [gimp/goat-invasion: 154/325] app: fill the smudge accum buffer with GEGL, Michael Natterer
  • [gimp/goat-invasion: 153/325] app: remove extract_alpha_region() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 152/325] app: replace some region operations in blend by GEGL, Michael Natterer
  • [gimp/goat-invasion: 151/325] app: port simple rotating and flipping to GEGL, Michael Natterer
  • [gimp/goat-invasion: 150/325] app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo(), Michael Natterer
  • [gimp/goat-invasion: 149/325] app: move base/boundary.[ch] to core/gimpboundary.[ch], Michael Natterer
  • [gimp/goat-invasion: 148/325] app: port drawable'e and projection's get_pixel_at() to gegl_buffer_sample(), Michael Natterer
  • [gimp/goat-invasion: 147/325] app: port gimp_channel_combine_mask() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 146/325] app: remove color_region_mask(), Michael Natterer
  • [gimp/goat-invasion: 145/325] app: remove pattern_region(), Michael Natterer
  • [gimp/goat-invasion: 144/325] app: remove unused include from gimp-edit.c, Michael Natterer
  • [gimp/goat-invasion: 143/325] app: port bucket fill to GEGL, Michael Natterer
  • [gimp/goat-invasion: 142/325] app: remove the !seed_fill case from gimp_drawable_bucket_fill(), Michael Natterer
  • [gimp/goat-invasion: 141/325] app: add opacity and paint_mode to gimp_edit_fill[_full](), Michael Natterer
  • [gimp/goat-invasion: 140/325] app: make the GEGL tool work on indexed images, Michael Natterer
  • [gimp/goat-invasion: 139/325] app: add gimp_edit_fill_full() which takes color and pattern, Michael Natterer
  • [gimp/goat-invasion: 138/325] app: simplify gimp_edit_fill_internal() by adding color and pattern arguments, Michael Natterer
  • [gimp/goat-invasion: 137/325] app: port coloring/patterning a stroked GimpScanConvert to GEGL, Michael Natterer
  • [epiphany] ephy-window: save the session when the last window is closed manually, Xan Lopez
  • [gimp/goat-invasion: 136/325] app: remove unused include, Michael Natterer
  • [gimp/goat-invasion: 135/325] app: derive GimpOperationSetAlpha from GeglOperationPointComposer, Michael Natterer
  • [gimp/goat-invasion: 134/325] app: port all implementations of GimpProjectable::get_opacity_at() to Gegl, Michael Natterer
  • [gimp/goat-invasion: 133/325] app: make gimp_image_transform_rgb() transform the alpha too, Michael Natterer
  • [gimp/goat-invasion: 132/325] app: all Babls used by GIMP are now const, Michael Natterer
  • [gimp/goat-invasion: 131/325] app: remove gimpimage-colorhash.[ch], Michael Natterer
  • [gimp/goat-invasion: 130/325] app: remove gimp_image_transform_color(), Michael Natterer
  • [gimp/goat-invasion: 129/325] app: port gimp_image_transform_temp_buf() to one single babl_process(), Michael Natterer
  • [gimp/goat-invasion: 128/325] app: add image API to get Babl formats based on GimpImageType, Michael Natterer
  • [gimp/goat-invasion: 127/325] app: stop using gegl_color_set_pixel() with hand-transformed pixels, Michael Natterer
  • [gimp/goat-invasion: 126/325] app: remove gimp_drawable_apply_operation_to_tiles(), Michael Natterer
  • [gimp/goat-invasion: 125/325] app: also port gimp_channel_convert() to apply_operation_to_buffer(), Michael Natterer
  • [gimp/goat-invasion: 124/325] app: enable GEGL scaling of indexed drawables in gimp_drawable_scale(), Michael Natterer
  • [gimp/goat-invasion: 123/325] app: use gimp_drawable_apply_operation_to_buffer() in gimp_layer_flatten(), Michael Natterer
  • [gimp/goat-invasion: 122/325] app: add gimp_drawable_get_format_without_alpha(), Michael Natterer
  • [gimp/goat-invasion: 121/325] app: drop "babl" from gimp_foo_get_babl_format[_with_alpha](), Michael Natterer
  • [gimp/goat-invasion: 120/325] app: use Babl to convert colors in gimp_clone_motion(), Michael Natterer
  • [gimp/goat-invasion: 119/325] app: optimize gimp_brush_core_paint_line_pixmap_mask() a lot, Michael Natterer
  • [gimp/goat-invasion: 118/325] app: add GimpPickable::get_babl_format_with_alpha(), Michael Natterer
  • [gimp/goat-invasion: 117/325] app: add gimp_bpp_to_babl_format_with_alpha(), Michael Natterer
  • [gimp/goat-invasion: 116/325] app: sync with babl API change of babl_new_palette, Michael Natterer
  • [gimp/goat-invasion: 115/325] app: use Babl in gimp_brush_core_paint_line_pixmap_mask(), Michael Natterer
  • [gimp/goat-invasion: 114/325] app: convert colors with Babl in gimp_text_layer_render_layout(), Michael Natterer
  • [gimp/goat-invasion: 113/325] app: remove gimp_layer_new_from_region() and use from_buffer() instead, Michael Natterer
  • [gimp/goat-invasion: 112/325] app: correctly refcount the pixbuf in gimp_pixbuf_create_buffer(), Michael Natterer
  • [gimp/goat-invasion: 111/325] app: GeglBuffer-backend GeglTiles now use GDestroyNotify, Michael Natterer
  • [gimp/goat-invasion: 110/325] app: add gimp_pixbuf_create_buffer() and use it in GimpBuffer, Michael Natterer
  • [gimp/goat-invasion: 109/325] app: let Babl handle converting layers to indexed, Michael Natterer
  • [gimp/goat-invasion: 108/325] app: don't call gimp_layer_get_edit_mask() when the layer has no mask, Michael Natterer
  • [gimp/goat-invasion: 107/325] app: let Babl handle color conversion in gimp_drawable_fill(), Michael Natterer
  • [gimp/goat-invasion: 106/325] app: add gimp_pattern_create_buffer() and use it in gimp_edit_fill_internal(), Michael Natterer
  • [gimp/goat-invasion: 105/325] app: let Babl handle all color conversion in gimp_edit_fill_internal(), Michael Natterer
  • [gimp/goat-invasion: 104/325] app: require git versions of babl/GEGL, Michael Natterer
  • [gimp/goat-invasion: 103/325] app: require a Babl for all buffers created on top of tiles, Michael Natterer
  • [gimp/goat-invasion: 102/325] app: remove unused variable from last commit, Michael Natterer
  • [gimp/goat-invasion: 101/325] app: use the new Babl palette format to implement indexed images, Michael Natterer
  • [gimp/goat-invasion: 100/325] app: move the layer mask show, edit, apply API from GimpLayerMask to GimpLayer, Michael Natterer
  • [gimp/goat-invasion: 99/325] app: move variable to local scope, Michael Natterer
  • [gimp/goat-invasion: 98/325] app: use GimpOperationSetAlpha in gimp_layer_create_mask(), Michael Natterer
  • [gimp/goat-invasion: 97/325] app: add GimpOperationSetAlpha which sets the alpha channel to a value, Michael Natterer
  • [gimp/goat-invasion: 96/325] app: port gimp_palette_import_extract() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 95/325] app: add GimpPickable::get_babl_format(), Michael Natterer
  • [gimp/goat-invasion: 94/325] app: remove obsolete include in gimpchannel.c, Michael Natterer
  • [gimp/goat-invasion: 93/325] app: port gimp_channel_combine_ellipse_rect() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 92/325] app: flush both write and write buffer in gimp_drawable_update(), Michael Natterer
  • [gimp/goat-invasion: 91/325] app: port gimp_channel_real_bounds() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 90/325] app: minor cleanup and commenting in gimp_scan_convert_render_full(), Michael Natterer
  • [gimp/goat-invasion: 89/325] app: flush the drawable_s write_buffer in gimp_drawable_update(), Michael Natterer
  • [gimp/goat-invasion: 88/325] app: s/read_buffer/write_buffer/ in GimpTextLayer because we fill the tiles, Michael Natterer
  • [gimp/goat-invasion: 87/325] app: use GeglBufferIterator in gimp_channel_real_is_empty(), Michael Natterer
  • [gimp/goat-invasion: 86/325] app: use GeglBufferIterator in gimp_text_layer_render_layout(), Michael Natterer
  • [gimp/goat-invasion: 85/325] app: remove multiply_alpha_region() and separate_alpha_region(), Michael Natterer
  • [gimp/goat-invasion: 84/325] app: remove shade_region(), Michael Natterer
  • [gimp/goat-invasion: 83/325] app: convert drawables between RGB and GRAY using gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 82/325] app: simplify gimp_drawable_offset() a lot, Michael Natterer
  • [gimp/goat-invasion: 81/325] app: create a meta-op to apply mask and opacity, Michael Natterer
  • [gimp/goat-invasion: 80/325] app: remove the legacy brightness-contrast code and use GEGL instead, Michael Natterer
  • [gimp/goat-invasion: 79/325] app: remove flatten_region() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 78/325] app: use GEGL to create a layer mask from a grayscale copy of the layer, Michael Natterer
  • [gimp/goat-invasion: 77/325] app: add gimp_apply_operaion() as generic buffer-to-buffer utility function, Michael Natterer
  • [gimp/goat-invasion: 76/325] app: remove copy_color() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 75/325] app: remove copy_component() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 74/325] app: remove obsolete includes from gimpbrushclipboard.c, Michael Natterer
  • [gimp/goat-invasion: 73/325] app: create GimpBrushClipboard's buffers with GEGL, Michael Natterer
  • [gimp/goat-invasion: 72/325] app: use GEGL to extract an image's component into a channel, Michael Natterer
  • [gimp/goat-invasion: 71/325] app: allow to "cast" a buffer's pixel format to another one, Michael Natterer
  • [gimp/goat-invasion: 70/325] app: add a flatten meta-op and use it for layers and channels, Michael Natterer
  • [gnome-settings-daemon/gnome-3-4] Updated Gujarati Translations, Sweta Kothari
  • [gimp/goat-invasion: 69/325] app: don't need an attached item for applying an op to tiles/buffers, Michael Natterer
  • [gimp/goat-invasion: 68/325] app: replace some color_region() and pattern_region() by GEGL code, Michael Natterer
  • [gimp/goat-invasion: 67/325] app: fix segfault in previous commit, Michael Natterer
  • [gimp/goat-invasion: 66/325] app: avoid thrashing GEGL side of tile cache in projection, Michael Natterer
  • [gimp/goat-invasion: 65/325] app: default to use GEGL rather than legacy code paths, Michael Natterer
  • [gimp/goat-invasion: 64/325] app: implement gimp_layer_add_alpha() with gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 63/325] app: use gimp_image_transform_rgb() instead of transform_color(), Michael Natterer
  • [gimp/goat-invasion: 62/325] app: add gimp_drawable_get_babl_format(), Michael Natterer
  • [gimp/goat-invasion: 61/325] app: some more gegl_buffer_clear()/set_color() on mask objects, Michael Natterer
  • [gimp/goat-invasion: 60/325] app: use gegl_buffer_copy() in gimp_drawable_resize(), Michael Natterer
  • [gimp/goat-invasion: 59/325] app: remove unused #includes, Michael Natterer
  • [gimp/goat-invasion: 58/325] app: remove empty functions paint_funcs_setup()/free(), Michael Natterer
  • [gimp/goat-invasion: 57/325] app: replace direct low-level GeglBuffer calls with utility., Michael Natterer
  • [gimp/goat-invasion: 56/325] app: remove gaussian_blur_region() and its helpers, Michael Natterer
  • [gimp/goat-invasion: 55/325] app: implement gimp_channel_real_feather() with gegl:gaussian-blur, Michael Natterer
  • [gimp/goat-invasion: 54/325] app: remove clear_region(), it's replaced by GEGL everywhere, Michael Natterer
  • [gimp/goat-invasion: 53/325] app: clear the projection's background using GEGL, Michael Natterer
  • [gimp/goat-invasion: 52/325] app: make sure TileManagers and the GeglBuffers backed by them are in sync, Michael Natterer
  • [gimp/goat-invasion: 51/325] app: keep the undo mask around as GeglBuffer, not TileManager, Michael Natterer
  • [gimp/goat-invasion: 50/325] app: added GimpPickable::get_buffer(), Michael Natterer
  • [gimp/goat-invasion: 49/325] app: use gegl_buffer_copy() in gimp_drawable_real_push_undo(), Michael Natterer
  • [gimp/goat-invasion: 48/325] app: clear gimp_image_merge_layers()'s merged layer with gegl_buffer_clear(), Michael Natterer
  • [gimp/goat-invasion: 47/325] app: implement gimp_image_duplicate_mask() with gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 46/325] app: remove the legacy threshold lut code, Michael Natterer
  • [gimp/goat-invasion: 45/325] app: implement gimp_channel_real_sharpen() with gegl:threshold, Michael Natterer
  • [gimp/goat-invasion: 44/325] app: remove the unused copy_region_nocow(), Michael Natterer
  • [gimp/goat-invasion: 43/325] app: implement GimpMaskUndo with GEGL, Michael Natterer
  • [gimp/goat-invasion: 42/325] app: implement gimp_channel_real_clear() with GEGL, Michael Natterer
  • [gimp/goat-invasion: 41/325] app: implement gimp_channel_translate() with GEGL, Michael Natterer
  • [gimp/goat-invasion: 40/325] app: add gimp_drawable_apply_operation_to_buffer() and use it in ony place, Michael Natterer
  • [gimp/goat-invasion: 39/325] app: set GeglBuffer directly in show image-graph, Michael Natterer
  • [gimp/goat-invasion: 38/325] app: cache readable and writable buffers in the drawable, Michael Natterer
  • [gimp/goat-invasion: 37/325] app: more meticulously tickle tile ref-counts, Michael Natterer
  • [gimp/goat-invasion: 36/325] app: replace more copy_region() by gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 35/325] app: rename gimp_drawable_get_buffer() and gimp_tile_manager_get_gegl_buffer(), Michael Natterer
  • [gimp/goat-invasion: 34/325] app: replace some copy_region() by gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 33/325] app: completely port GimpBuffer to using GeglBuffer not TileManager, Michael Natterer
  • [gimp/goat-invasion: 32/325] app: add macro GIMP_IMAGE_TYPE_FROM_BYTES() (ignoring indexed mode), Michael Natterer
  • [gcr] Updated Swedish translation, Daniel Nylander
  • [gimp/goat-invasion: 31/325] app: remove GimpOperationTileSink, Michael Natterer
  • [gimp/goat-invasion: 30/325] app: stop gimp_buffer_to_tiles use GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 29/325] app: add gimp_layer_new_from_buffer(), Michael Natterer
  • [gimp/goat-invasion: 28/325] app: remove GimpOperationTileSource, Michael Natterer
  • [gimp/goat-invasion: 27/325] app: make projection use GeglBuffers, Michael Natterer
  • [gimp/goat-invasion: 26/325] app: release tile with dirty flag in gegl tile backend, Michael Natterer
  • [gimp/goat-invasion: 25/325] app: remove the legacy invert lut code, Michael Natterer
  • [gimp/goat-invasion: 24/325] app: use GEGL to invert channels/selections, Michael Natterer
  • [gimp/goat-invasion: 23/325] app: formatting cleanup in gimpdrawable-operation.c, Michael Natterer
  • [gimp/goat-invasion: 22/325] app: always use GEGL to invert drawables, Michael Natterer
  • [gimp/goat-invasion: 21/325] app: rename gimp_drawable_apply_operation_with_config(), Michael Natterer
  • [gimp/goat-invasion: 20/325] app: cleanup in the new GimpDrawable tile source code, Michael Natterer
  • [gimp/goat-invasion: 19/325] app: resue the GeglProcessor, Michael Natterer
  • [gimp/goat-invasion: 18/325] app: gimptilebackendtilemanager reduce cases with 0copy, Michael Natterer
  • [gimp/goat-invasion: 17/325] app: remove unused lut-funcs, Michael Natterer
  • [gimp/goat-invasion: 16/325] app: remove orphaned Colorize typedef, Michael Natterer
  • [gimp/goat-invasion: 15/325] app: make gimp_drawable_get_source_node use GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 14/325] app: remove the pointless core wrappers for the below simplified color stuff, Michael Natterer
  • [gimp/goat-invasion: 13/325] app: clean up the desaturate cruft removal to look like the others, Michael Natterer
  • [gimp/goat-invasion: 12/325] app: remove the legacy colorize code, Michael Natterer
  • [gimp/goat-invasion: 11/325] app: remove the legacy threshold code, Michael Natterer
  • [gimp/goat-invasion: 10/325] app: remove the legacy posterize code, Michael Natterer
  • [gimp/goat-invasion: 9/325] app: remove the legacy desaturate implementation, Michael Natterer
  • [gimp/goat-invasion: 8/325] app: allow to opionally not implement GimpImageMapTool::map(), Michael Natterer
  • [gimp/goat-invasion: 7/325] app: use gegl: prefix for ops, Michael Natterer
  • [gimp/goat-invasion: 6/325] app: move new get_buffer() functions around; some general cleanup, Michael Natterer
  • [gimp/goat-invasion: 5/325] lie about gamma to gegl, Michael Natterer
  • [gimp/goat-invasion: 4/325] imagemap: unref buffers as soon as possible, Michael Natterer
  • [gimp/goat-invasion: 3/325] app: make gimp_drawable_apply_operation use the TileManager buffer backend, Michael Natterer
  • [gimp] (325 commits) Created branch goat-invasion, Michael Natterer
  • [gimp/goat-invasion: 1/325] app: use GeglBuffer instead of TileManager in imagemap, Michael Natterer
  • [gimp/goat-invasion: 2/325] app: add a util call to get the geglbuffer for a drawable, Michael Natterer
  • [goobox] Updated Swedish translation, Daniel Nylander
  • [release-notes/gnome-3-4] Add missing placeholder to zh_CN translation. Fixes bug #673131, Andre Klapper
  • [gimp/gtk3-port: 227/227] foo, Michael Natterer
  • [gimp/gtk3-port: 226/227] app: don't use the deprecated GDK_EXTENSION_EVENTS_ALL, Michael Natterer
  • [gimp/gtk3-port: 225/227] app: make the statusbar's progress label visible again, Michael Natterer
  • [gimp/gtk3-port: 224/227] themes: set an explicit background for rulers, Michael Natterer
  • [gimp/gtk3-port: 223/227] Incomplete notebook and tab theming commit, to be improved, Michael Natterer
  • [gimp/gtk3-port: 222/227] app: themes.c: add #if 0-ed switch to dark theme variant, Michael Natterer
  • [gimp/gtk3-port: 221/227] app: don't use "size-request" for the toolbox' wilber, it's gone, Michael Natterer
  • [gimp/gtk3-port: 220/227] devel-docs: make the shooter tool at least build again (untested), Michael Natterer
  • [gimp/gtk3-port: 219/227] app: implement GtkContainer::get_path_for_child() in GimpMessageBox, Michael Natterer
  • [gimp/gtk3-port: 218/227] plug-ins: s/GtkObject/GtkAdjustment/, Michael Natterer
  • [gimp/gtk3-port: 217/227] app: GimpDock: port font size modification to GtkCssProvider, Michael Natterer
  • [gimp/gtk3-port: 216/227] app: port GimpTagPopup to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 215/227] app: port GimpNavigationEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 214/227] app: port GimpHistogramView to gdk_device_grab()/ungrab(), Michael Natterer
  • [gimp/gtk3-port: 213/227] app: port GimpGradientEditor to GtkSyleContext, Michael Natterer
  • [gimp/gtk3-port: 212/227] app: let the file dialog expand/collapse with the file type expander, Michael Natterer
  • [gimp/gtk3-port: 211/227] app: remove some forgotten #undef GSEAL_ENABLE, Michael Natterer
  • [gimp/gtk3-port: 210/227] app: use gdk_device_get_position() inetad of gdk_display_get_pointer(), Michael Natterer
  • [gimp/gtk3-port: 209/227] app: make input devices, grabs and therefore generally tools work again, Michael Natterer
  • [gimp/gtk3-port: 208/227] app: gimp_device_info_get_device_coords(): workaround for XI2 b0rk, Michael Natterer
  • [gimp/gtk3-port: 207/227] app: gimp_print_event(): add the device to the event debug output., Michael Natterer
  • [gimp/gtk3-port: 206/227] plug-ins: port filter-pack to GTK+ 3.0, still some warnings left, Michael Natterer
  • [gimp/gtk3-port: 205/227] app: port the text tool editor's preedit popup to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 204/227] app: remove gimp_rgb_get,set_gdk_color(), Michael Natterer
  • [gimp/gtk3-port: 203/227] app: use GdkRGBA instead of GdkColor in some places, Michael Natterer
  • [gimp/gtk3-port: 202/227] app: port GimpToolbox to GtkWidget::style_updated(), Michael Natterer
  • [gimp/gtk3-port: 201/227] plug-ins: port map-object to GTK+ 3.x, Michael Natterer
  • [gimp/gtk3-port: 197/227] themes: document the new stlye properties and indent the CSS files properly, Michael Natterer
  • [gimp/gtk3-port: 200/227] configure.ac: use the new GTK_CHECK_BACKEND() macro, Michael Natterer
  • [gimp/gtk3-port: 199/227] app: port GimpComboTagEntry to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 198/227] app: increase the priority of the theme CSS by 1, Michael Natterer
  • [gimp/gtk3-port: 196/227] app: define all GimpHistogramView colors via style properties and CSS, Michael Natterer
  • [gimp/gtk3-port: 195/227] themes: document the new GimpHistogramView property in the theme CSS, Michael Natterer
  • [gimp/gtk3-port: 194/227] app: port GimpCurveView to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 193/227] app: add style property and default CSS for GimpHistogramView's grid-color, Michael Natterer
  • [gimp/gtk3-port: 192/227] app: add gimp_get_style_color() to simplify GdkRGBA style property lookup, Michael Natterer
  • [gimp/gtk3-port: 191/227] app: port GimpCellRendererDashes to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 190/227] Port cell renderers to gtk_cell_renderer_get_state(), Michael Natterer
  • [gimp/gtk3-port: 189/227] app: port GimpOverlayChild to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 188/227] app: remove call to gtk_widget_style_attach() from GimpOverlayBox, Michael Natterer
  • [gimp/gtk3-port: 187/227] app: port GimpColorFrame away from GtkStyle, using a new style property, Michael Natterer
  • [gimp/gtk3-port: 186/227] app: remove obsolete device checks from GimpToolbox, Michael Natterer
  • [gimp/gtk3-port: 185/227] app: when checking for a device change, check the event's source device, Michael Natterer
  • [gimp/gtk3-port: 184/227] app: always ask the master device for its axes or state, Michael Natterer
  • [gimp/gtk3-port: 183/227] app: port GimpTagEntry to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 182/227] app: port GimpHistogramView to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 181/227] Implement GtkWidget::style_updated() instead of ::style_set(), Michael Natterer
  • [gimp/gtk3-port: 180/227] app: port GimpThumbBox to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 179/227] app: use gtk_widget_override_font() instead of modify_font(), Michael Natterer
  • [gimp/gtk3-port: 178/227] app: port GimpToolEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 177/227] app: port GimpDockWindow to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 176/227] libgimpwidgets: move all GimpColorProfileStore members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 175/227] plug-ins: don't use style->black and style->white, Michael Natterer
  • [gimp/gtk3-port: 174/227] app: port GimpPaletteView to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 173/227] app: port GimpStrokeEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 172/227] libgimpwidgets: move all GimpMemsizeEntry members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 171/227] app: don't use style->black and style->white, Michael Natterer
  • [gimp/gtk3-port: 170/227] libgimpwidgets: move all GimpEnumLabel members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 169/227] libgimpwidgets: move all GimpColorSelection members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 168/227] libgimpwidgets: move GimpColorProfileComboBox::dialog to private, Michael Natterer
  • [gimp/gtk3-port: 167/227] libgimpwidgets: move all GimpColorScale members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 166/227] libgimpwidgets: move all GimpColorNotebook members to a private struct., Michael Natterer
  • [gimp/gtk3-port: 165/227] libgimpwidgets: add padding, Michael Natterer
  • [gimp/gtk3-port: 164/227] libgimpwidgets: move all GimpColorHexEntry members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 163/227] libgimpwidgets: move all GimpColorDisplayStack members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 162/227] libgimpwidgets: move all GimpColorDisplay members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 161/227] libgimpwidgets: move all GimpBrowser members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 160/227] libgimpwidgets: move all GimpChainButton members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 159/227] libgimpwidgets: move all GimpCellRendererToggle members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 158/227] libgimpwidgets: move all GimpColorButton members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 157/227] libgimpwidgets: move all GimpCellRendererColor members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 156/227] libgimpwidgets: move all GimpButton members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 155/227] libgimpwidgets: move padding members from instance to class struct, Michael Natterer
  • [gimp/gtk3-port: 154/227] libgimpwidgets: move all GimpOffsetArea members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 153/227] libgimpwidgets: move all GimpColorArea members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 152/227] libgimpwidgets: move all GimpPickButton members to a private struct, Michael Natterer
  • [gimp/gtk3-port: 151/227] app: port GimpScaleButton to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 150/227] app: port GimpOverlayFrame to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 149/227] app: port GimpOverlayBox to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 148/227] app: use gtk_menu_shell_get_selected_item(), Michael Natterer
  • [gimp/gtk3-port: 147/227] Replace gdk_cursor_unref() with g_object_unref(), Michael Natterer
  • [gimp/gtk3-port: 146/227] app: check whether child widgets exist in GtkWidget::style_updated(), Michael Natterer
  • [gimp/gtk3-port: 145/227] app: copy gimp.css instead of gtkrc to the user's gimp directory, Michael Natterer
  • [gimp/gtk3-port: 144/227] plug-ins: #include <gdk/gdk.h> instead of <gdkconfig.h>, Michael Natterer
  • [gimp/gtk3-port: 143/227] Port theme and gtkrc file loading to CSS files using GtkCssProvider, Michael Natterer
  • [gimp/gtk3-port: 142/227] port gtkrc files to CSS (incompletely and stuff commented out), Michael Natterer
  • [gimp/gtk3-port: 141/227] app: implement GtkWidget::style_updated() instead of style_set(), Michael Natterer
  • [gimp/gtk3-port: 140/227] app: port GimpSpinScale to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 139/227] app: use gdk_drag_context_get_selected_action() instead of conect->action, Michael Natterer
  • [gimp/gtk3-port: 138/227] app: use gdk_drag_context_get_source_window(), Michael Natterer
  • [gimp/gtk3-port: 137/227] libgimpwidgets: use g_object_ref()/unref() for GdkCursors, Michael Natterer
  • [gimp/gtk3-port: 136/227] libgimpwidgets: implement GtkWidget::style_updated() instead of style_set(), Michael Natterer
  • [gimp/gtk3-port: 135/227] libgimpwidgets: implement GtkWidget::state_flags_changed(), Michael Natterer
  • [gimp/gtk3-port: 134/227] modules: remove call to gtk_widget_set_extension_events(), Michael Natterer
  • [gimp/gtk3-port: 133/227] app: port the about dialog to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 132/227] libgimpwidgets: port GimpNumberPairEntry to gtk_widget_override_font(), Michael Natterer
  • [gimp/gtk3-port: 131/227] app: s/gtk_widget_modify_font/gtk_widget_override_font/, Michael Natterer
  • [gimp/gtk3-port: 130/227] app: remove calls to gtk_widget_get, set_extension_events(), Michael Natterer
  • [gimp/gtk3-port: 129/227] app: port GimpDashEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 128/227] app: port GimpContainerBox to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 127/227] app: port gimp_get_icon_size() to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 126/227] app: port GimpFgBgView to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 125/227] app: port GimpFgBgEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 124/227] app: port GimpComponentEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 123/227] app: port GimpColormapEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 122/227] app: port GimpContainerTreeView to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 121/227] app: port GimpContainerIconView to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 120/227] app: port GimpPanedBox to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 119/227] app: port setting the canvas padding color to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 118/227] app: port GimpBlobEditor to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 117/227] app: port Wilber drawing to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 116/227] modules: port ColorselWheel to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 115/227] llibgimpwidgets: port GimpScrolledPreview to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 114/227] libgimpwidgets: port GimpRuler to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 113/227] libgimpwidgets: port GimpOffsetArea to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 112/227] libgimpwidgets: port GimpColorScale to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 111/227] libgimpwidgets: port GimpColorArea to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 110/227] libgimpwidgets: port GimpChainButton to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 109/227] libgimpwidgets: port GimpCellRendererToggle to GtkStyleContext, Michael Natterer
  • [gimp/gtk3-port: 108/227] app: change the list of available devices to something that makes sense, Michael Natterer
  • [gimp/gtk3-port: 107/227] libgimpwidgets: port to GtkStyleContext and gtk_render_foo(), Michael Natterer
  • [gimp/gtk3-port: 106/227] app: port the device sort function to GdkDeviceManager, Michael Natterer
  • [gimp/gtk3-port: 105/227] Use gtk_widget_render_icon_pixbuf() instead of gtk_widget_render_icon(), Michael Natterer
  • [gimp/gtk3-port: 104/227] app: put the toolbox' areas into a box until we decided about a wrapping widget, Michael Natterer
  • [gimp/gtk3-port: 103/227] app: introduce struct GimpDeviceKey because GdkDeviceKey is gone, Michael Natterer
  • [gimp/gtk3-port: 102/227] app: use GdkDevice accessors, Michael Natterer
  • [gimp/gtk3-port: 101/227] app: implement proper height-for-width in GimpToolPalette, Michael Natterer
  • [gimp/gtk3-port: 100/227] app: skip keyboard devices so the device list becomes reasonable, Michael Natterer
  • [gimp/gtk3-port: 99/227] app: port GimpSpinScale to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 98/227] app: don't connect to "size-requst" because that's deprecated, Michael Natterer
  • [gimp/gtk3-port: 97/227] app: port GimpOverlayBox to GtkWidget::get_preferred_width/height(), Michael Natterer
  • [gimp/gtk3-port: 96/227] app: fix GimpOverlayDialog's minimum height, Michael Natterer
  • [gimp/gtk3-port: 95/227] plug-ins: port the unit-editor to GtkScrollable, Michael Natterer
  • [gimp/gtk3-port: 94/227] plug-ins: port lighting to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 93/227] app: s/GtkObject/GtkAdjustment/ in the new spin scale prop widgets, Michael Natterer
  • [gimp/gtk3-port: 92/227] plug-ins: port cml-explorer to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 91/227] plug-ins: port sphere-designer to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 90/227] plug-ins: port the print preview to the new size request API, Michael Natterer
  • [gimp/gtk3-port: 89/227] app: port to the new size request API, Michael Natterer
  • [gimp/gtk3-port: 88/227] libgimpwidgets: port to the new size request API, Michael Natterer
  • [gimp/gtk3-port: 87/227] app: remove GtkWrapBox, Michael Natterer
  • [gimp/gtk3-port: 86/227] app: port the colormap editor to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 85/227] plug-ins: port some more plug-ins to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 84/227] plug-ins: more s/GtkObject/GtkAdjustment/, Michael Natterer
  • [gimp/gtk3-port: 83/227] plug-ins: s/GtkObject/GtkAdjustment/g in plug-ins/common/, Michael Natterer
  • [gimp/gtk3-port: 82/227] plug-ins: port file-png to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 81/227] plug-ins: port jpeg-save to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 80/227] plug-ins: lots of trivial GTK+ 3.0 porting, Michael Natterer
  • [gimp/gtk3-port: 79/227] app: add ugly workaround to make the icon view adapt to view size changes, Michael Natterer
  • [gimp/gtk3-port: 78/227] app: cairo_save()/restore() around chaining up in draw(), Michael Natterer
  • [gimp/gtk3-port: 77/227] app: use the new GtkScrollable API instead of deprecated tree view API, Michael Natterer
  • [gimp/gtk3-port: 76/227] app: GtkEntry turned into a no-window widget, Michael Natterer
  • [gimp/gtk3-port: 75/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 74/227] app: forgot to remove a cairo_destroy() in draw(), Michael Natterer
  • [gimp/gtk3-port: 73/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 72/227] app: don't translate to allocation.x,y, Michael Natterer
  • [gimp/gtk3-port: 71/227] libgimp: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 70/227] libgimpwidgets: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 69/227] modules: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 68/227] app: remove GimpContainerGridView from the build entirely, Michael Natterer
  • [gimp/gtk3-port: 67/227] app: port popup arrow drawing to cairo and get rid of the arrow_pixbuf, Michael Natterer
  • [gimp/gtk3-port: 66/227] app: passing -1 as width/height to gtk_paint_box() no longer works, Michael Natterer
  • [gimp/gtk3-port: 65/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 64/227] script-fu: port to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 63/227] app: fix canvas double buffering using cairo_push, pop_group(), Michael Natterer
  • [gimp/gtk3-port: 62/227] app: fix display shell background drawing, Michael Natterer
  • [gimp/gtk3-port: 61/227] app: didn't completely commit the display shell expose() -> draw() change, Michael Natterer
  • [gimp/gtk3-port: 60/227] modules: s/GtkObject/GtkAdjustment/, Michael Natterer
  • [gimp/gtk3-port: 59/227] libgimpwidgets: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 58/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 57/227] app: can't set the scale combo entry's properties in init() any longer, Michael Natterer
  • [gimp/gtk3-port: 56/227] app: port to GtkWidget::draw() but disable the code inside with #if 0, Michael Natterer
  • [gimp/gtk3-port: 55/227] app: port the tag entry to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 54/227] app: remove call to gtk_statusbar_set_has_resize_grip(), Michael Natterer
  • [gimp/gtk3-port: 53/227] app: port to GtkWidget::draw() (incompletely), Michael Natterer
  • [gimp/gtk3-port: 52/227] app: use the container icon view, the grid view is not GTK+ 3.0-able, Michael Natterer
  • [gimp/gtk3-port: 51/227] app: port the overlay stuff to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 50/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 49/227] libgimpwidgets: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 48/227] libgimpwidgets: port the ruler to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 47/227] app: port the splash to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 46/227] libgimpwidgets: get rid of (GtkObject **) casts, Michael Natterer
  • [gimp/gtk3-port: 45/227] app: remove calls to colormap functions, they are gone, Michael Natterer
  • [gimp/gtk3-port: 44/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 43/227] app: use GdkDeviceManager to list devices, Michael Natterer
  • [gimp/gtk3-port: 42/227] app: pass the cairo_region_t to gdk_window_invalidate_region() directly, Michael Natterer
  • [gimp/gtk3-port: 41/227] app: s/GtkObject/GtkAdjustment/ in app/dialogs/, Michael Natterer
  • [gimp/gtk3-port: 40/227] app: port tools to GTK+ 3.0 (trivial changes only), Michael Natterer
  • [gimp/gtk3-port: 39/227] libgimpwidgets: port GimpFrame to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 38/227] app: use gtk_widget_get_preferred_size() instead of size_request(), Michael Natterer
  • [gimp/gtk3-port: 37/227] app: port GimpScalComboBox to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 36/227] app: use gtk_widget_get_preferred_size() instead of size_request(), Michael Natterer
  • [gimp/gtk3-port: 35/227] app: remove obsolete (GtkObject **) casts, Michael Natterer
  • [gimp/gtk3-port: 34/227] app: port device management to GdkDeviceManager, Michael Natterer
  • [gimp/gtk3-port: 33/227] app: port call to gtk_paint_arrow() to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 32/227] app: no need to alloc colors any longer, GdkColormap is gone, Michael Natterer
  • [gimp/gtk3-port: 31/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 30/227] app: get rid of GtkObject in GimpUIManager, Michael Natterer
  • [gimp/gtk3-port: 29/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 28/227] app: port GimpPaletteView to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 27/227] app: port GimpNavigationView to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 26/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 25/227] app: s/GtkObject/GtkAdjustment/, Michael Natterer
  • [gimp/gtk3-port: 24/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 23/227] app: port to GtkWidget::draw() and s/GtkObject/GtkAdjustment/, Michael Natterer
  • [gimp/gtk3-port: 22/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 21/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 20/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 19/227] app: get rid of a GTK_OBJECT() cast, Michael Natterer
  • [gimp/gtk3-port: 18/227] app: port virtual functions to GTK+ 3.0 API, Michael Natterer
  • [gimp/gtk3-port: 17/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 16/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 15/227] app: remove GTK_OBJECT() cast, Michael Natterer
  • [gimp/gtk3-port: 14/227] app: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 13/227] libgimp: remove GdkRGB and GdkColorMap calls, these APIs are gone, Michael Natterer
  • [gimp/gtk3-port: 12/227] libgimpwidgets: remove deprecated files completely, Michael Natterer
  • [gimp/gtk3-port: 11/227] libgimpwidgets: remove deprecated functions and s/GtkObject/GtkAdjustment/, Michael Natterer
  • [gimp/gtk3-port: 10/227] libgimpwidgets: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 9/227] libgimpwidgets: s/GtkObject/GtkAdjustment/, Michael Natterer
  • [gimp/gtk3-port: 8/227] libgimpwidgets: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 7/227] libgimpwidgets: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 6/227] libgimpwidgets: port to GtkWidget::draw(), Michael Natterer
  • [gimp/gtk3-port: 5/227] libgimpwidgets: port virtual functions to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 4/227] libgimpwidgets: port virtual functions to GTK+ 3.0, Michael Natterer
  • [gimp/gtk3-port: 3/227] libgimpwidgets: s/GtkObject/GtkAdjustment/ in gimpwidgets.[ch], Michael Natterer
  • [gimp] (227 commits) Created branch gtk3-port, Michael Natterer
  • [gimp/gtk3-port: 1/227] Switch to version 3.0 in a lot of places and depend on GTK+ 3.2, Michael Natterer
  • [gimp/gtk3-port: 2/227] libgimpwidgets: remove deprecated files from the build, Michael Natterer
  • [gimp] Deleted branch gtk3-port, Michael Natterer
  • [folks] Test: disconnect individuals_changed signal to avoid race, Xavier Claessens
  • [folks] Tests: TpConnectionStatus can also be CONNECTING, Xavier Claessens
  • [gtkmm] CellArea: Add some signals., Murray Cumming
  • [gnome-settings-daemon/gnome-3-4] Updated Kannada Translation, Shankar Prasad
  • [gtkmm] Gtk::Window: Add begin/move_resize_drag() overloads that take a Device., Murray Cumming
  • [gtkmm] Regenerate the .defs files., Murray Cumming
  • [gnome-panel] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-settings-daemon] Updated Kannada Translation, Shankar Prasad
  • [gimp] Depend on Babl 0.1.8, Michael Natterer
  • [gimp] app: don't set another scanner error after gimp_config_deserialize() failed, Michael Natterer
  • [gimp] app: don't dereference a NULL session_info->p->factory_entry, Michael Natterer
  • [glibmm] Regenerate .defs files., Murray Cumming
  • [evolution-ews/gnome-3-4] Bug #661436 - Search is required for GAL, Milan Crha
  • [evolution-ews] Bug #661436 - Search is required for GAL, Milan Crha
  • [gegl/i18n: 2/2] add a .gitignore for the po directory, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/i18n: 1/2] enable i18n in gegl only the ripple op is enabled for now a fr po file is added as demo, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] (2 commits) Created branch i18n, =?utf-8?q?Michael_Mur=C3=A9?=
  • [evolution-groupwise] Fix compiler warning for portability., Vibha Yadav
  • [gnome-disk-utility] Updated Swedish translation, Daniel Nylander
  • [chronojump] Pushing up encoder stuff, Xavier de Blas
  • [release-notes/gnome-3-4] Updated Korean translation, Changwoo Ryu
  • [mutter] Updated Arabic translation, Khaled Hosny
  • [gnome-screenshot] Updated Arabic translation, Khaled Hosny
  • [gtk+/wip/cssvalue: 218/218] cssvalue: Do a hacky conversion of font-size to a number value, Benjamin Otte
  • [gtk+/wip/cssvalue: 217/218] cssvalue: Convert 'font-family', Benjamin Otte
  • [gtk+/wip/cssvalue: 216/218] xxx: array, Benjamin Otte
  • [gtk+/wip/cssvalue: 215/218] cssvalue: Add a custom value for strings, Benjamin Otte
  • [gtk+/wip/cssvalue: 214/218] cssprovider: Store widget style value as string, Benjamin Otte
  • [gtk+/wip/cssvalue: 213/218] cssvalue: Add GtkCssArea to the enum values, Benjamin Otte
  • [gtk+/wip/cssvalue: 212/218] switch: Set ACTIVE state flag with is_active property, Benjamin Otte
  • [gtk+/wip/cssvalue: 211/218] stylecontext: Keep the main style data around until revalidation, Benjamin Otte
  • [gtk+/wip/cssvalue: 210/218] stylecontext: Keep per-styleinfo data, Benjamin Otte
  • [gtk+/wip/cssvalue: 209/218] stylecontext: Make style_data_lookup() not take a state anymore, Benjamin Otte
  • [gtk+/wip/cssvalue: 208/218] widget-factory: Add spinners, Benjamin Otte
  • [gtk+/wip/cssvalue: 207/218] treeview: Don't cache expander size, Benjamin Otte
  • [gtk+/wip/cssvalue: 206/218] cssvalue: Add a cssvalue for images, Benjamin Otte
  • [gtk+/wip/cssvalue: 205/218] cssvalue: Add enum values for the pango enums, Benjamin Otte
  • [gtk+/wip/cssvalue: 204/218] cssvalue: Make border styles be their own value, Benjamin Otte
  • [gtk+/wip/cssvalue: 203/218] cssvalue: Add a custom RGBA value, Benjamin Otte
  • [gtk+/wip/cssvalue: 202/218] cssstyleproperty: Make assign_value a vfunc, Benjamin Otte
  • [gtk+/wip/cssvalue: 201/218] customproperty: Implement assign vfunc, Benjamin Otte
  • [gtk+/wip/cssvalue: 200/218] shadow: Also rename files, Benjamin Otte
  • [gtk+/wip/cssvalue: 199/218] shadow: Rename to GtkCssShadowValue, Benjamin Otte
  • [gtk+/wip/cssvalue: 198/218] cssvalue: Remove unused function, Benjamin Otte
  • [gtk+/wip/cssvalue: 197/218] shadow: Move parse function into GtkShadow, Benjamin Otte
  • [gtk+/wip/cssvalue: 196/218] shadow: Make this a GtkCssValue, Benjamin Otte
  • [gtk+/wip/cssvalue: 195/218] shadow: Remove _gtk_shadow_get_resolved(), Benjamin Otte
  • [gtk+/wip/cssvalue: 194/218] stylepropertyimpl: Make shadows unqueryable, Benjamin Otte
  • [gtk+/wip/cssvalue: 193/218] theming: Use peek_property() calls to query shadows, Benjamin Otte
  • [gtk+/wip/cssvalue: 192/218] cssvalue: Split number values into their own class, Benjamin Otte
  • [gtk+/wip/cssvalue: 191/218] cssstyleproperty: Make query func a vfunc, Benjamin Otte
  • [gtk+/wip/cssvalue: 190/218] xxx: Add remaining parse functions, Benjamin Otte
  • [gtk+/wip/cssvalue: 189/218] customproperty: Add our own query_value function, Benjamin Otte
  • [gtk+/wip/cssvalue: 188/218] cssstyelproperty: Rempove specified-type and computed-type props, Benjamin Otte
  • [gtk+/wip/cssvalue: 187/218] styleproperty: Remove default parse function, Benjamin Otte
  • [gtk+/wip/cssvalue: 186/218] stylepropertyimpl: Add remaining parse functions, Benjamin Otte
  • [gtk+/wip/cssvalue: 185/218] styleproperty: Simplify compute_value function, Benjamin Otte
  • [gtk+/wip/cssvalue: 184/218] css: Move shadow parse/print/compute funcs, Benjamin Otte
  • [gtk+/wip/cssvalue: 183/218] stylepropertyimpl: Add parse funcs for enums, Benjamin Otte
  • [gtk+/wip/cssvalue: 182/218] stylepropertyimpl: Add color parsing function, Benjamin Otte
  • [gtk+/wip/cssvalue: 181/218] customproperty: Don't rely on querying style property, Benjamin Otte
  • [gtk+/wip/cssvalue: 180/218] styleproperty: Make gtk_style_property_register() not be valist, Benjamin Otte
  • [gtk+/wip/cssvalue: 179/218] cssvalue: Add _gtk_css_value_equal(), Benjamin Otte
  • [gtk+/wip/cssvalue: 178/218] tests: Change expected errors to conform with output, Benjamin Otte
  • [gtk+/wip/cssvalue: 177/218] cssparser: Use _gtk_css_parser_error_full(), Benjamin Otte
  • [gtk+/wip/cssvalue: 176/218] cssparser: Add _gtk_css_parser_error_full(), Benjamin Otte
  • [gtk+/wip/cssvalue: 175/218] styleproperty: Make _gtk_style_property_parse_value() return a CssValue, Benjamin Otte
  • [gtk+/wip/cssvalue: 174/218] xxx: make class a quark, Benjamin Otte
  • [gtk+/wip/cssvalue: 173/218] css: Remove _gtk_css_style_property_is_specified_type(), Benjamin Otte
  • [gtk+/wip/cssvalue: 172/218] cssvalue: Add a CSS value for arrays, Benjamin Otte
  • [gtk+/wip/cssvalue: 171/218] cssvalue: Remove _gtk_css_value_new_take_gvalue(), Benjamin Otte
  • [gtk+/wip/cssvalue: 170/218] cssvalue: Get rid of unused functions, Benjamin Otte
  • [gtk+/wip/cssvalue: 169/218] styleproperty: Make _gtk_style_property_query() take a GValue, Benjamin Otte
  • [gtk+/wip/cssvalue: 168/218] styleproperty: Make print_func take a GtkCssValue, Benjamin Otte
  • [gtk+/wip/cssvalue: 167/218] cssvalue: Make the structure vtable-based, Benjamin Otte
  • [gtk+/wip/cssvalue: 166/218] styleproperty: Add support for equal_func, Benjamin Otte
  • [gtk+/wip/cssvalue: 165/218] stylecontext: Don't clear cache when only state changes, Benjamin Otte
  • [gtk+/wip/cssvalue: 164/218] cssmatcher: Use quarks for classes, Benjamin Otte
  • [gtk+/wip/cssvalue: 163/218] styleproperty: Add a function to compare values for equality, Benjamin Otte
  • [gtk+/wip/cssvalue: 162/218] cssvalue: Constify a bunch of APIs, Benjamin Otte
  • [gtk+/wip/cssvalue: 161/218] xxx: stylecontext_validate(), Benjamin Otte
  • [gtk+/wip/cssvalue: 160/218] cssvalue: Remove unused functions, Benjamin Otte
  • [gtk+/wip/cssvalue: 159/218] stylecontext: Really queue style changes, Benjamin Otte
  • [gtk+/wip/cssvalue] (218 commits) ...cssvalue: Do a hacky conversion of font-size to a number value, Benjamin Otte
  • [gegl] property-types: remove unused paramspecs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-boxes] notificationbar: Don't timeout if main window isn't active, Zeeshan Ali Khattak
  • [gnome-boxes] notificationbar: Fix label's fg color, Zeeshan Ali Khattak
  • [gegl] ops: moved noise spread back into workshop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/account-mgmt: 54/54] Bug 672986 - User docs are too big for git.mk, Matthew Barnes
  • [evolution/account-mgmt: 53/54] Temporarily disable online-accounts., Matthew Barnes
  • [evolution/account-mgmt: 52/54] Update po/POTFILES.in., Matthew Barnes
  • [evolution/account-mgmt: 51/54] Adapt API documentation to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 50/54] Adapt vcard-inline plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 49/54] Adapt save-calendar plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 48/54] Adapt publish-calendar plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 47/54] Adapt pst-importer plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 46/54] Adapt mailing-list-actions plugin to the new ESource API., Matthew Barnes
  • [gimp/goat-invasion] depend on babl-0.1.8, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/account-mgmt: 45/54] Adapt mail-to-task plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 44/54] Adapt itip-formatter plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 43/54] Adapt email-custom-header plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 42/54] Adapt bbdb plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 41/54] Remove default-source plugin., Matthew Barnes
  • [evolution/account-mgmt: 40/54] Add 'mail-config' module., Matthew Barnes
  • [evolution/account-mgmt: 39/54] Add 'imap-features' module., Matthew Barnes
  • [evolution/account-mgmt: 38/54] Add 'cal-config-webcal' module., Matthew Barnes
  • [evolution/account-mgmt: 37/54] Add 'cal-config-weather' module., Matthew Barnes
  • [evolution/account-mgmt: 36/54] Add 'cal-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 35/54] Add 'cal-config-contacts' module., Matthew Barnes
  • [evolution/account-mgmt: 34/54] Add 'cal-config-caldav' module., Matthew Barnes
  • [evolution/account-mgmt: 33/54] Add 'cal-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 32/54] Add 'book-config-webdav' module., Matthew Barnes
  • [evolution/account-mgmt: 31/54] Add 'book-config-ldap' module., Matthew Barnes
  • [evolution/account-mgmt: 30/54] Add 'book-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 29/54] Add 'book-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 28/54] Add 'backup-restore' module., Matthew Barnes
  • [gegl] build: depend on babl-0.1.8, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/account-mgmt: 27/54] Adapt modules/startup-wizard to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 26/54] Adapt modules/online-accounts to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 25/54] Adapt modules/mdn to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 24/54] Adapt modules/mail to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 23/54] Adapt modules/calendar to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 22/54] Adapt modules/addressbook to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 21/54] Adapt evolution-settings capplet to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 20/54] Adapt mail to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 19/54] Adapt composer to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 18/54] Adapt calendar/gui to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 17/54] Adapt AlarmNotify to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 16/54] Adapt calendar/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 15/54] Adapt mail/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 14/54] Adapt addressbook/tools to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 13/54] Adapt addressbook/gui/widgets to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 12/54] Adapt addressbook/gui/merging to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 11/54] Adapt addressbook/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 10/54] Adapt addressbook/util to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 9/54] Adapt EContactListEditor to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 8/54] Adapt EContactEditor to the new ESource API., Matthew Barnes
  • [babl] post release version bump to 0.1.9, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/account-mgmt: 7/54] Adapt libeshell to the new ESource API., Matthew Barnes
  • [babl] bump version to 0.1.8, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/account-mgmt: 6/54] Adapt widgets/misc to the new ESource API., Matthew Barnes
  • [babl] build: do not enable introspection even for distcheck, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/account-mgmt: 5/54] Adapt libeutil to the new ESource API., Matthew Barnes
  • [babl] palette: return the same values if same name is provided, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/account-mgmt: 4/54] Update Glade catalog specification., Matthew Barnes
  • [evolution/account-mgmt: 3/54] Add ESourceConfig widget., Matthew Barnes
  • [evolution/account-mgmt: 2/54] Disable some top-level directories., Matthew Barnes
  • [evolution/account-mgmt: 1/54] Refactor CompEditor pages to isolate EAccount usage., Matthew Barnes
  • [evolution] (54 commits) Created branch account-mgmt, Matthew Barnes
  • [gnome-modulesets] Add gnome-modulesets.doap file, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gimp/goat-invasion] app: remove gimpdrawable-process.[ch], Michael Natterer
  • [extensions-web] extensions: Fix the case of trying to fetch an incompatible extension, Jasper St . Pierre
  • [extensions-web] extensions: Fix extension installation, Jasper St . Pierre
  • [gimp/goat-invasion] app: use a GimpSpinScale instead of a scale entry in the prop_table, Michael Natterer
  • [seahorse] Updated Arabic translation, Khaled Hosny
  • [seahorse/gnome-3-4] Updated Arabic translation, Khaled Hosny
  • [gnome-user-docs] Updated Hungarian translation, Gabor Keleman
  • [release-notes/gnome-3-4] 2012-03-30 Reinout van Schouwen <reinouts gnome org>, Reinout van Schouwen
  • [gtk+] filechooser: Fix entry completion, Matthias Clasen
  • [gtk+] Amend the release notes, Matthias Clasen
  • [latexila/gnome-3] File browser: space out the widgets, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] File browser: remove indentation inside the combo box, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Structure: remove "expand all" from the toolbar, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gimp/goat-invasion] app: add parent_type parameter to gimp_gegl_get_config_proxy(), Michael Natterer
  • [rhythmbox] introspect RhythmDBQueryResultList, Jonathan Matthew
  • [jhbuild] docs: Be more generic about what moduleset is going to be builded, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gcalctool] Deleted branch gcalctool-ng, Robert Ancell
  • [gcalctool] Deleted branch gcalctool-newui2, Robert Ancell
  • [gcalctool] Deleted branch gcalctool-newui, Robert Ancell
  • [gcalctool] Deleted branch gcalctool-glade_svn1721, Robert Ancell
  • [gcalctool] Deleted branch gcalctool-glade, Robert Ancell
  • [latexila/gnome-3] Symbols: expand horizontally the combo box, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Side panel: combo box ellipsizable, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gcalctool] Created branch gnome-3-4, Robert Ancell
  • [gimp/goat-invasion] app: turn gimp_image_map_tool_add_settings_gui() into a virtual function, Michael Natterer
  • [gnome-documents] lib: change the license of original code to LGPL v2+, Cosimo Cecchi
  • [vino] Updated Arabic translation, Khaled Hosny
  • [vino/gnome-3-4] Updated Arabic translation, Khaled Hosny
  • [gimp/goat-invasion] app: remove paint-funcs/reduce-region.[ch], Michael Natterer
  • [extensions-web] js: Fix extension installation, Jasper St . Pierre
  • [gimp/goat-invasion] app: remove paint-funcs/scale-region.[ch], Michael Natterer
  • [gimp/goat-invasion] app: remove the legacy option in gimp_drawable_scale(), Michael Natterer
  • [latexila/gnome-3] Symbols: categories in a combo box, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Symbols: fix for GTK+ 3.4, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [goobox] Created tag 3.0.1, Paolo Bacchilega
  • [goobox] updated the NEWS, Paolo Bacchilega
  • [goobox] fixed install/uninstall of the icons, Paolo Bacchilega
  • [goobox] updated for version 3.0.1, Paolo Bacchilega
  • [extensions-web] Update httpd conf example to be more up to date, Jasper St . Pierre
  • [extensions-web] extensions: Fix ajax_query_view, Jasper St . Pierre
  • [extensions-web] js: Don't parse the shell version map ourselves for extension installation, Jasper St . Pierre
  • [extensions-web] extensions: Support 'shell_version' in the download view, add tests, Jasper St . Pierre
  • [extensions-web] extensions: Remove support for special case 'latest' as version_tag, Jasper St . Pierre
  • [extensions-web] urls: Make the dummy extension-data view return a valid HttpResponse object, Jasper St . Pierre
  • [extensions-web] tests: Don't have a global "uuid" variable, Jasper St . Pierre
  • [extensions-web] tests: Fix under Django 1.2, Jasper St . Pierre
  • [extensions-web] tests: Fix test metadata UUIDs, Jasper St . Pierre
  • [extensions-web] js: Remove unused versionCheck function, Jasper St . Pierre
  • [baobab] Updated Arabic translation, Khaled Hosny
  • [gimp] app: fix meta-data registration in TileSource op, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [goobox] explicitly link to the math library, Paolo Bacchilega
  • [gnome-shell] format: support %Id conversion characters in format.js, Cosimo Cecchi
  • [gimp] app: the destroy functions are gone from GEGL, use g_object_unref() instead, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: remove drawable->private->format, its buffer has a format already, Michael Natterer
  • [gimp/goat-invasion] app: the destroy functions ar gone from GEGL, use g_object_unref() instead, Michael Natterer
  • [gegl] s/gegl_buffer_destroy/g_object_unref, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/gnome-3-4] Updated Swedish translation, Daniel Nylander
  • [evolution] Updated Swedish translation, Daniel Nylander
  • [baobab] Updated French doc translation, Bruno Brouard
  • [gegl] remove wrappers for g_object_unref, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [libgda] Corrected example, Vivien Malerba
  • [libgda] Removed useless warning, Vivien Malerba
  • [gimp] app: update GeglOps to new GEGL API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: follow changes in GeglOperation API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] operation: use base_init and not class_init for key hashtable, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] %s/gegl_list_properties/gegl_operation_list_properties/, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] operation: massive refactoring of how operation meta data is handled, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] remove old changelog, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-documents] Revert "Updated Persian Translations", Arash Mousavi
  • [gnome-documents] format: support %Id conversion characters in format.js, Cosimo Cecchi
  • [release-notes/gnome-3-4] Fixed some minor typos, David Planella
  • [gnome-documents] Updated Persian Translations, Arash Mousavi
  • [gimp/goat-invasion] app: replace GimpProjectable::get_image_type() by ::get_format(), Michael Natterer
  • [genius] TODO, George Lebl
  • [gimp/goat-invasion] app: remove GimpPickable::get_bytes(), Michael Natterer
  • [gimp/goat-invasion] app: remove GimpPickable::get_image_type(), Michael Natterer
  • [gnumeric] Sheet Style: switch memory allocation primitive., Morten Welinder
  • [gimp/goat-invasion] app: replace the tile pyramid's GimpImageType by bytes, it needs nothing else, Michael Natterer
  • [evolution-ews] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gimp/goat-invasion] app: remove the legacy gimp-transform-region code, Michael Natterer
  • [gimp/goat-invasion] app: use a GEGL graph for perspective clone's transform, Michael Natterer
  • [anjuta/gnome-3-4] Updated Esperanto translation, Kristjan Schmidt
  • [gnumeric] GUI: Improve paste-to-large-area performance., Morten Welinder
  • [gnumeric] Debug: more debug name more specific., Morten Welinder
  • [gnumeric] GUI/Recalc: mark entire redraw operation as a unit for recalc., Morten Welinder
  • [gnumeric] Lookup: add debug for caches., Morten Welinder
  • [anjuta] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-shell-extensions] Created tag 3.4.0, Giovanni Campagna
  • [gnome-shell-extensions] Bump version to 3.4.0, Giovanni Campagna
  • [gnome-shell-extensions] build: strip micro version if minor is even, Giovanni Campagna
  • [aisleriot/gnome-3-4] Fixed some strings in Brazilian Portuguese translation, Djavan Fagundes
  • [gimp/goat-invasion] app: remove legacy support from gimpdrawable-transform.c, Michael Natterer
  • [gimp/goat-invasion] app: add gimp_context_get_foreground, background_pixel(), Michael Natterer
  • [aisleriot/gnome-3-2] Fixed some strings in Brazilian Portuguese translation, Djavan Fagundes
  • [gcalctool] Add semicolon. Fixes bug #673082, Andre Klapper
  • [folks] Tests: terminate DBus trafic with the connection before removing its account, Xavier Claessens
  • [gimp/goat-invasion] app: have the display renderer ask for the projection's format not image_type, Michael Natterer
  • [gtranslator] open-tran: fix configure dialog, Ignacio Casal Quinteiro
  • [drwright] build: Disable stupid static libs, Christian Persch
  • [gnome-settings-daemon] color: Don't spam .xsession-errors if a profile cannot be loaded at startup, Richard Hughes
  • [drwright] Use GResource for the stripes background image, Christian Persch
  • [drwright] build: Move ldflags to Makefile.am, Christian Persch
  • [gimp-gap] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [hardware-monitor] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gyrus] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-contacts] Added cheese flash effect to the act to taking the photo., Alexander Larsson
  • [gnome-contacts] Adding cheese-flash effect support., Alexander Larsson
  • [network-manager-openvpn] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-contacts] Adding webcam support when setting new avatars., Alexander Larsson
  • [gnome-contacts] Adding gstreamer support and Gst initialization in main., Alexander Larsson
  • [gnome-contacts] Reorganizing views in AvatarDialog., Alexander Larsson
  • [beagle] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-contacts] bump to unstable version on master, Alexander Larsson
  • [xchat-gnome] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [tracker] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [pan2] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gwget] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-commander] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gedit-latex] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [galeon] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [banshee] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [balsa] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [nautilus] Added Tibetan translation to LINGUAS, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gtranslator] Use the correct types for the signals, Ignacio Casal Quinteiro
  • [gtk-vnc] Add check for Perl::Text::CSV if building from GIT, Daniel P . Berrange
  • [glib] resources: compiler: Respect absolute paths, Christian Persch
  • [gnome-boxes] Deleted branch 3.3.4.x, Marc-Andre Lureau
  • [genius] eek, George Lebl
  • [genius] Thu Mar 29 10:35:45 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [evolution] Bug #673067 - [itip-formatter] Shows one long line for the meeting description, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [glom] Fixed some simple warnings found by scan-build., Murray Cumming
  • [clutter] actor: Make _clutter_actor_foreach_child() safe again, Emmanuele Bassi
  • [clutter] interactive/bin-layout: Call save/restore easing state, Emmanuele Bassi
  • [clutter] actor: Make :content-gravity animatable, Emmanuele Bassi
  • [java-libglom] Rename FieldFormatting to Formatting., Murray Cumming
  • [totem/gnome-3-4] [l10n] Updated Indonesian translation, Andika Triwidada
  • [epiphany] Fix compilation warning, Claudio Saavedra
  • [jhbuild] apps-3.6: Update deja-dup branch, Michael Terry
  • [glom] Minor changes., Murray Cumming
  • [vinagre/gnome-3-4] [l10n] Updated Indonesian translation, Andika Triwidada
  • [glom] Field: Remove get_holder()., Murray Cumming
  • [planet-web] [pgo] Update aklapper's hackergotchi, Alberto Ruiz
  • [totem] main: comment out set_resource_limits on non-Unix, Bastien Nocera
  • [totem] backend: Another guard against X11 calls, Bastien Nocera
  • [vino/gnome-3-4] [l10n] Updated Indonesian translation, Andika Triwidada
  • [network-manager-openvpn] core/ui: add '--remote-random' to allow randomizing order of gateways, =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [yelp-xsl] [l10n] Updated Indonesian translation, Andika Triwidada
  • [gtranslator] Fix schema, Ignacio Casal Quinteiro
  • [empathy] ev-sidebar: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] preferences: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] new-chatroom-dialog: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] import-widget: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] chatrooms-window: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] groups-widget: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] contact-search-dialog: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] account-widget-sip: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [gnome-games] Updated Arabic translation, Abderrahim Kitouni
  • [gnome-contacts] Created branch gnome-3-4, Alexander Larsson
  • [gnome-hello] help: Fixed Makefile.am, Shaun McCance
  • [totem] main: Remove calls to gtk_main_iteration(), Bastien Nocera
  • [clutter] canvas: avoid emission of "draw" signal when the size is zero, Stefano Facchini
  • [evolution] Bug #673065 - Black rectangle around text in Source view, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [yelp] Updated Indonesian translation, Andika Triwidada
  • [gnomeweb-wml] Fix a typo., Matthew Barnes
  • [gnome-boxes] layout: fix broken Collection layout (v2 follow-up), Marc-Andre Lureau
  • [gnome-boxes] Created branch gnome-3-4, Zeeshan Ali Khattak
  • [gnome-boxes] Deleted branch gnome-3.4, Zeeshan Ali Khattak
  • [gnome-boxes] layout: fix broken Wizard and Properties layout, Marc-Andre Lureau
  • [zenity] Updated Indonesian translation, Andika Triwidada
  • [empathy] accounts-dialog: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [gnome-panel] Updated Brazilian Portuguese translation. Fixes BZ 672997., Og B . Maciel
  • [gnome-boxes] wizard: Switch source to main page on cancellation, Zeeshan Ali Khattak
  • [totem] backend: Remove outdated API doc, Bastien Nocera
  • [gnome-disk-utility] Updated Kannada Translation, Shankar Prasad
  • [gnome-panel/gnome-3-2] Updated Brazilian Portuguese translation. Fixes BZ 672997., Og B . Maciel
  • [totem] backend: Use GInitable, Bastien Nocera
  • [network-manager-openconnect] Create persistent tundev on demand for each connection., David Woodhouse
  • [network-manager-openconnect] Check for success when dropping privs., David Woodhouse
  • [glom] ConnectionPool: create_database(): Take a progress slot., Murray Cumming
  • [gnome-boxes] Rid of theme parser warnings, Zeeshan Ali Khattak
  • [gnome-boxes] wizard: Move to URL page when file is selected, Zeeshan Ali Khattak
  • [gnome-boxes] Sane default sound & video devices for unknown OSs, Zeeshan Ali Khattak
  • [gnome-boxes] Mark a user-visible string for translation, Zeeshan Ali Khattak
  • [gnome-boxes] express,fedora: Require password for Fedora, Zeeshan Ali Khattak
  • [gnome-boxes] Reset display on credentials needed, Zeeshan Ali Khattak
  • [gnome-boxes] express,fedora: Install from remote repo for <= F16, Zeeshan Ali Khattak
  • [gnome-boxes] Deleted branch 3.5.x, Zeeshan Ali Khattak
  • [gnome-boxes] Created branch gnome-3.4, Zeeshan Ali Khattak
  • [gnomeweb-wml] features.shtml tweak., Matthew Barnes
  • [release-notes/gnome-3-4] Some text fixes in the Hungarian translation, Gabor Keleman
  • [gtk+] css: Only keep around GtkCssSections if GTK_CSS_DEBUG env var set, Alexander Larsson
  • [gnomeweb-wml] Fix Evolution footer., Matthew Barnes
  • [gnomeweb-wml] Update Evolution Features page., Matthew Barnes
  • [nautilus] Added Tibetan translation, Claude Paroz
  • [gedit-cossa] Update French translation, Alexandre Franke
  • [gnomeweb-wml] Update copyright on Evolution site., Matthew Barnes
  • [libsecret] Fix parallel make, Kalev Lember
  • [libsecret] configure: Fix syntax error, Kalev Lember
  • [turbine] Change the guard style to match glib's, Damien Lespiau
  • [evolution] Bug #673013 - Doesn't expose webkit Cflags/Libs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [clutter] actor: Ensure that we correctly remove transitions, Emmanuele Bassi
  • [epiphany] configure.ac: this Makefile does not exist anymore, Xan Lopez
  • [gtk+] build: Don't use Wayland GtkClipboard implementation if also building for X, Rob Bradford
  • [release-notes/gnome-3-4] Fix tags in Hungarian translation, Gabor Keleman
  • [rhythmbox] header: degrade gracefully when reduced in size, Jonathan Matthew
  • [gegl/soc-2011-seamless-clone] Fix the code to remove compiler warnings, Barak Itkin
  • [gegl/soc-2011-seamless-clone] Add missing .gitignore files, Barak Itkin
  • [gegl/soc-2011-seamless-clone] Remove code duplication between the seamless-clone operations, Barak Itkin
  • [totem] backend: Fix some small leaks in the proxy handling code, Philip Withnall
  • [totem] backend: Handle GDesktopProxyMode in a switch, Philip Withnall
  • [gnome-web-photo] Updated Russian translation, Yuri Myasoedov
  • [gnome-mud] Added Russian translation, Yuri Myasoedov
  • [glom] Rename FieldFormatting to Formatting, Murray Cumming
  • [almanah] docs: Add a (really) basic security policy to HACKING, Philip Withnall
  • [gnome-boxes] Added id to LINGUAS Added Indonesian translation, Andika Triwidada
  • [release-notes/gnome-3-4] Updated Hungarian translation, now with full coverage, Gabor Keleman
  • [rygel] Updated Russian translation, Yuri Myasoedov
  • [evolution-kolab] Bug #672988 - evolution-kolab fails to build with GLib 2.32, Christian Hilberg
  • [evolution-kolab] Created tag EVOLUTION_KOLAB_3_4_0_1, Christian Hilberg
  • [evolution-kolab/gnome-3-4-0: 3/3] NEWS update for 3.4.0.1 release, Christian Hilberg
  • [evolution-kolab/gnome-3-4-0: 2/3] Bug #672988 - evolution-kolab fails to build with GLib 2.32, Christian Hilberg
  • [evolution-kolab/gnome-3-4-0: 1/3] post release version bump, Christian Hilberg
  • [gnome-games/gnome-3-4] Updated Russian translation, Yuri Myasoedov
  • [evolution-kolab] (3 commits) Created branch gnome-3-4-0, Christian Hilberg
  • [totem] Revert "main: Add guards for XInitThreads() calls", Bastien Nocera
  • [totem] playlist: Remove trailing whitespace, Bastien Nocera
  • [totem] main: Don't present totem unless asked for, Bastien Nocera
  • [release-notes/gnome-3-4] Fix typo in French translation, Alexandre Franke
  • [gnome-settings-daemon] disable wacom support on s390/s390x, Bastien Nocera
  • [gimp/goat-invasion] app: specify proper BABL format for legacy point filters, Simon Budig
  • [gnome-games/gnome-3-4] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnomeweb-wml] cheese: Populate the 3.4.0 release, David King
  • [release-notes/gnome-3-4] Update French translation and add video call screenshot, Alexandre Franke
  • [gnome-web-www] remove the release notes button, Allan Day
  • [gnome-web-www/wptest] remove the release notes button, Allan Day
  • =?utf-8?q?=5Btotem=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Btotem/gnome-3-4=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bseahorse=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bseahorse/gnome-3-4=5D_Updated_Norwegian_bokm=C3=A5l_translat?= =?utf-8?q?ion?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-system-monitor=5D_Updated_Norwegian_bokm=C3=A5l_transl?= =?utf-8?q?ation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-system-monitor/gnome-3-4=5D_Updated_Norwegian_bokm?= =?utf-8?q?=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-session=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-games/gnome-3-4=5D_Updated_Norwegian_bokm=C3=A5l_trans?= =?utf-8?q?lation?=, Kjartan Maraas
  • [gimp/goat-invasion] app: more GimpImageType -> Babl, Michael Natterer
  • =?utf-8?q?=5Bgdm=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gnome-games/gnome-3-4] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [libgda] Updated GdaData.gir API, Daniel Espinosa Ortiz
  • [libgda] Vala Extensions documentation integrated to GDA's html, Daniel Espinosa Ortiz
  • [libgda] Added documentation to delete a row using a Record class, Daniel Espinosa Ortiz
  • [libgda] More documentation for Classes and Table class in GdaData., Daniel Espinosa Ortiz
  • [libgda] Updated GdaData documentation. Added API to DbTable interface., Daniel Espinosa Ortiz
  • [evolution] Bug #670445 - Folder deletion in offline shows strange behavior, Vibha Yadav
  • [gnome-shell] Updated Swedish translation, Daniel Nylander
  • [evolution/gnome-3-4] Add ability to specify INBOX for non-storage type accounts. Email daemon allows to store mails in in, Srinivasa Ragavan
  • [evolution] Add ability to specify INBOX for non-storage type accounts. Email daemon allows to store mails in in, Srinivasa Ragavan
  • [gdl/gnome-3-4] Really fixed so name this time..., Johannes Schmid
  • [gnome-settings-daemon/gnome-3-4] Updated Swedish translation, Daniel Nylander
  • [gnome-control-center/gnome-3-4] Updated Swedish translation, Daniel Nylander
  • [anjuta/gnome-3-4] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [release-notes/gnome-3-4] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [release-notes/gnome-3-4] Updated Hungarian translation, Gabor Keleman
  • [totem] brasero: Add guards around X11 specific code, Bastien Nocera
  • [totem] main: Add guards around GtkPlug parenting hack, Bastien Nocera
  • [totem] main: Add guards for XInitThreads() calls, Bastien Nocera
  • [totem] main: Remove unused includes, Bastien Nocera
  • [totem] screenshot: Remove requirement on X11 for Save key, Bastien Nocera
  • [totem] build: We don't need XTest anymore, Bastien Nocera
  • [release-notes/gnome-3-4] Initial Hungarian release notes translation, Gabor Keleman
  • [release-notes/gnome-3-4] Added hu to DOC_LINGUAS, Gabor Keleman
  • [pitivi/ges] project: Reset "time_loaded" when _projectLoadedCb is called, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gnome-control-center/gnome-3-4] Updated Marathi Translations, Sandeep Shedmake
  • [pitivi/ges] medialibrary: Document and refactor code to handle right-clicks, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] medialibrary: Document and privatize selection methods, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] medialibrary: Prevent double-clicking empty space, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] medialibrary: Sync the popup menu with the toplevel menu, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gimp] app: specify proper BABL format for legacy point filters, Simon Budig
  • [libpeas] Fix names in glade catalog, Garrett Regier
  • [libpeas] Added peas_plugin_info_get_external_data(), Garrett Regier
  • [libpeas] Remove trailing whitespace, Garrett Regier
  • [libpeas] Use proper property ids in object wrapper, Garrett Regier
  • [libpeas] Test calling call_multi_args() with peas_extension_call(), Garrett Regier
  • [libpeas] If calling the wrapper function fails set the return value to NULL, Garrett Regier
  • [libpeas] Fix Seed exceptions so they have a filename, Garrett Regier
  • [libpeas] Check for an exception after calling a function in GJS plugins, Garrett Regier
  • [libpeas] Use G_VALUE_INIT, Garrett Regier
  • [libpeas] Rename extension-c's CallablePlugin to ExtensionCPlugin, Garrett Regier
  • [libpeas] Remove IAge from all .plugin files, Garrett Regier
  • [totem] backend: Fix up coding style in header, Bastien Nocera
  • [totem] backend: Implement variable playback rate with pitch adjustment, Bastien Nocera
  • [gegl] buffer: disable the locks on individual tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: remove legacy support from GimpImageMap, Michael Natterer
  • [gegl] buffer: only lock tiles that have the same format, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: remove legayc support from GimpImageMapTool, Michael Natterer
  • [totem] backend: Add proxy support, Bastien Nocera
  • [gimp/goat-invasion] app: remove the lagacy hue-saturation cruft, Michael Natterer
  • [gimp/goat-invasion] app: forgot the GimpImageType -> Babl change in pick_color() here, Michael Natterer
  • [pitivi/ges] ruler: Do not make write to debug for every mouse movement, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] A cleaner __str__ method for debugging multimedia settings, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gimp/goat-invasion] app: remove gimp_image_get_color(), Michael Natterer
  • [gimp/goat-invasion] app: port gimp_image_contiguous_region_by_seed() to babl_process(), Michael Natterer
  • [giggle] build: Depends on gettext 0.18.1, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [totem] main: Handle relative paths to a local instance, Bastien Nocera
  • [totem] uri: Simplify _get_full_path() code, Bastien Nocera
  • [totem] main: Fix leak handling the local command-line, Bastien Nocera
  • [gimp/goat-invasion] app: port gimp_image_contiguous_region_by_color() to GEGL, Michael Natterer
  • [genius] Wed Mar 28 17:08:55 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [extensions-web] extensions: Don't recursively JSONify the svm in the details view, Jasper St . Pierre
  • [epiphany/gnome-3-4] history-service: remove unnecessary type cast, Claudio Saavedra
  • [epiphany/gnome-3-4] history-service: remove unused variables, Claudio Saavedra
  • [epiphany] history-service: remove unnecessary type cast, Claudio Saavedra
  • [epiphany] history-service: remove unused variables, Claudio Saavedra
  • [extensions-web] extensions: Add the description to ajax_details_view, Jasper St . Pierre
  • [extensions-web] extensions: Support pk in ajax_details_view, Jasper St . Pierre
  • [almanah] docs: Add some general principles to HACKING, Philip Withnall
  • [gimp/goat-invasion] app: don't use gimp_image_get_color() in GimpPickable, Michael Natterer
  • [gimp/goat-invasion] app: don't use gimp_image_get_color() in gimp_palette_import_extract(), Michael Natterer
  • [gimp/goat-invasion] app: use Babl formats, not GimpImageType, in gimp_selection_extract(), Michael Natterer
  • [genius] Wed Mar 28 15:57:41 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [gthumb] fixed run-time warning when uninhibiting the screensaver, Paolo Bacchilega
  • [gimp/goat-invasion] app: port gimp_image_pick_color() to return a Babl format, Michael Natterer
  • [babl] palette: change alpha reporting for palette formats, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [jhbuild] apps-3.[4|6]: Update abiword dependencies, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] apps-3.[4|6]: gegl depend on gdk-pixbuf, not gtk+-2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] apps-3.[4|6]: Update gthumb dependencies, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [cheese] Stop warnings caused by the mode buttons, David King
  • [cheese] Show a timer when recording a video, David King
  • [cheese] Add documentation for cheese_camera_set_tags, David King
  • [cheese] Add some metadata tags to produced files, David King
  • [evolution] Updated Polish translation of mail/default/pl/Inbox, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [jhbuild] core-deps-base-3.6: Update intltool to 0.5.2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gimp/goat-invasion] app: increase the tile size for plug-ins to 128x128, Michael Natterer
  • [epiphany] build: intltool 0.50 add proper support for gsettings schemas, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnomeweb-wml] latexila: new screenshots for the 2.4 release, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [jhbuild] 3.[4|6]: Fix typo in canberra module, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [evolution] Fix compile-time warning, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [epiphany] ephy-web-app-utils: do not use the webview in the web app creation method, Xan Lopez
  • [gimp/goat-invasion] app: formatting cleanup in gimpimage-convert.c, Michael Natterer
  • [evolution/gnome-3-4] Bug #617930 - Crash under mail_sidebar_model_loaded_row_cb, Milan Crha
  • [evolution] Bug #617930 - Crash under mail_sidebar_model_loaded_row_cb, Milan Crha
  • [epiphany] ephy-shell: save the session state on Quit, Xan Lopez
  • [epiphany] ephy-session: remove unused variable, Xan Lopez
  • [epiphany] ephy-session: rename session_crashed.xml to session_state.xml, Xan Lopez
  • [epiphany] ephy-session: it's not really possible to close while restoring anymore, Xan Lopez
  • [epiphany] ephy-session: always auto-resume session on crash, Xan Lopez
  • [epiphany] ephy-session: fix gtk-doc syntax, Xan Lopez
  • [evolution] WebKit port - last-minute fix, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] WebKit port - bump dependencies minimum versions, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] WebKit port - port plugins, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] WebKit port - port addressbook, calendar and update composer to keep working with GtkHtml, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] WebKit port - port formatter and mail module, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] WebKit port - port widgets, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gimp/goat-invasion] app: port gimpimage-convert.c to GEGL, Michael Natterer
  • [gimp/goat-invasion] app: use the same indexed Babl formats during an image's lifetime, Michael Natterer
  • [clutter] actor: Minor optimization to avoid get_preferred_*, Emmanuele Bassi
  • [gnome-shell-extensions] Arabic translation, Khaled Hosny
  • [gnomeweb-wml] latexila: little update for the 2.4 release, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] INSTALL: Vala 0.16.0 required, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Post-release version bump, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Created tag 2.4.0, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Release 2.4.0, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] NEWS update for the 2.4.0 release, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Use DirUtils.make_tmp() (requires Vala 0.16.0), =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] F12 shortcut to show/hide the side panel, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [release-notes/gnome-3-4] Update French translation, Alexandre Franke
  • [evolution-exchange] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [evolution-ews] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [almanah] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gdl] Fix wrong so name bump, the so name was already bumped before 3.3.90 there were only interface addit, Johannes Schmid
  • [gdl/gnome-3-4] Post-release version bump, Johannes Schmid
  • [gdl/gnome-3-4] Updated files for release, Johannes Schmid
  • [gdl/gnome-3-4] Fix wrong so name bump, the so name was already bumped before 3.3.90 there were only interface addit, Johannes Schmid
  • [gdl] Created tag GDL_3_4_1, Johannes Schmid
  • [gnumeric] Redraw: make sure to enable caches between cells., Morten Welinder
  • [release-notes/gnome-3-4] Fixed some strings in Brazilian Portuguese translation, Djavan Fagundes
  • [f-spot] Added Stephen Shaw to AUTHORS, Stephen Shaw
  • [extensions-web] about.html: Remove inaccurate information about GNOME 3.4, Jasper St . Pierre
  • [libsoup] soup-connection.c: do not unref the socket twice while disconnecting, Sergio Villar Senin
  • [clutter] actor: Ensure we use the current easing duration and mode, Emmanuele Bassi
  • [evolution/webkit] Bump dependencies versions, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Fix crash when reordering headers in printing dialog, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [epiphany] Rip out the EggSMClient code, Xan Lopez
  • [evolution-exchange] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [totem/gnome-3-4] main: Fix remote option parsing, Bastien Nocera
  • [totem] lib: Remove obsolete screensaver inhibition code, Bastien Nocera
  • [totem] browser-plugin: Use gtk_application_inhibit(), Bastien Nocera
  • [totem] browser-plugin: Turn into a GtkApplication, Bastien Nocera
  • [totem] screensaver: Use gtk_application_inhibit(), Bastien Nocera
  • [totem] main: Handle the --help option locally, Bastien Nocera
  • [totem] main: Make TotemObject a GtkApplication, Bastien Nocera
  • [totem] main: Process early options, Bastien Nocera
  • [totem] backend: Remove unused GDK threading init, Bastien Nocera
  • [totem] main: Update glib requirements, Bastien Nocera
  • [totem] main: Fix remote option parsing, Bastien Nocera
  • [totem] player: Use GdFullscreenFilter to simplify popups, Bastien Nocera
  • [totem] main: Hide the titlebar when maximised, Bastien Nocera
  • [totem] Created branch gnome-3-4, Bastien Nocera
  • [release-notes/gnome-3-4] cs: Fix typo, Andre Klapper
  • [release-notes/gnome-3-4] cs: Correctly mark translated screenshots, Andre Klapper
  • [extensions-web] Let's Beta! it up, but better and for real, Jasper St . Pierre
  • [release-notes/gnome-3-4] cs: Add video calling screenshot, Andre Klapper
  • [extensions-web] Let's Beta! it up, Jasper St . Pierre
  • [gnome-web-www] update the release notes link, Allan Day
  • [gnome-web-www/wptest] link to 3.4 release notes instead of 3.2, Andreas Nilsson
  • [jhbuild] core-deps-3.6: Use libcroco 0.6.5, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-deps-3.6: WebKitGTK+ 1.8.0, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-3.6: Use dconf from git, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] cs: Add Contacts screenshot, Andre Klapper
  • [gnome-boxes/3.5.x] Rid of theme parser warnings, Zeeshan Ali Khattak
  • [libpeas] fix forgotten @ in pkgconfig file, Olav Vitters
  • [gnome-icon-theme] Created tag 3.4.0, Jakub Steiner
  • [gnome-icon-theme] Created branch dropbox, Jakub Steiner
  • [gnome-icon-theme/auto-index-theme: 5/5] this isnt gonna work, Jakub Steiner
  • [gnome-icon-theme/auto-index-theme: 4/5] copy template to the output directory, Jakub Steiner
  • [gnome-icon-theme/auto-index-theme: 3/5] Makefiles will be generated, Jakub Steiner
  • [gnome-icon-theme/auto-index-theme: 2/5] renders go here, Jakub Steiner
  • [gnome-icon-theme/auto-index-theme: 1/5] move things around to use the moblin 'build system', Jakub Steiner
  • [gnome-icon-theme] (5 commits) Created branch auto-index-theme, Jakub Steiner
  • [gnome-icon-theme] prepare for a stable release, Jakub Steiner
  • [rhythmbox] remove artdisplay plugin, Jonathan Matthew
  • [rhythmbox] mpris: remove ugly hacks and use new shell player properties, Jonathan Matthew
  • [rhythmbox] new more compact header layout, Jonathan Matthew
  • [rhythmbox] add a function for formatting times that could be 0 seconds, Jonathan Matthew
  • [rhythmbox] add a 6 pixel margin above source contents, Jonathan Matthew
  • [rhythmbox] New widget for displaying album art images, Jonathan Matthew
  • [folks] tests: Fix some C warnings in the Telepathy tests library, Philip Withnall
  • [evolution-ews] Bug #670457 - Add bulk methods to ECalClient, Milan Crha
  • [evolution-exchange] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [evolution/gnome-3-4] Bug 672986 - User docs are too big for git.mk, Matthew Barnes
  • [libpeas] Post-release version bump for 1.4.1, =?utf-8?q?Steve_Fr=C3=A9cinaux?=
  • [evolution] Bug 672986 - User docs are too big for git.mk, Matthew Barnes
  • [libpeas] Created tag libpeas-1.4.0, =?utf-8?q?Steve_Fr=C3=A9cinaux?=
  • [release-notes/gnome-3-4] cs: Add Web screenshot, Andre Klapper
  • [libpeas] Bump the version number to 1.4.0, =?utf-8?q?Steve_Fr=C3=A9cinaux?=
  • [libpeas] Add 'Virtual:' annotation in peas_engine_(un)load_plugin()., =?utf-8?q?Steve_Fr=C3=A9cinaux?=
  • [release-notes/gnome-3-4] cs: Add color chooser screenshot, Andre Klapper
  • [evolution-groupwise] Bug #670457 - Add bulk methods to ECalClient, Milan Crha
  • [release-notes/gnome-3-4] update Punjabi Translation, Amanpreet Singh Alam
  • [orca] Additional sanity checks for LibreOffice Calc dead accessibles (bug 672787), Joanmarie Diggs
  • [orca/gnome-3-4] Additional sanity checks for LibreOffice Calc dead accessibles (bug 672787), Joanmarie Diggs
  • [evolution-mapi] Bug #670457 - Add bulk methods to ECalClient, Milan Crha
  • [clutter] docs: Mention in-flight value changes, Emmanuele Bassi
  • [folks] Tests: fix a race condition, Xavier Claessens
  • [folks] Tests: port to verbatim copy of tp-glib files, Xavier Claessens
  • [folks] Tests: Change namespace to TpTests instead of TpTest, Xavier Claessens
  • [folks] TpTestBackend: Make sure DBus trafic is done in tear_down, Xavier Claessens
  • [folks] Make sure unit cache tests are not messing the user's cache, Xavier Claessens
  • [folks] Increase quiescent timeout to 30s, Xavier Claessens
  • [clutter] interactive/animation: Use implicit animations instead of animate(), Emmanuele Bassi
  • [gimp] app: map lanczos to lohalo when using GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [empathy: 3/3] Merge remote-tracking branch 'wjt/652800-661731-notifications', Guillaume Desmottes
  • [empathy: 2/3] Move category name constants to #defines, Guillaume Desmottes
  • [empathy: 1/3] Show MUC highlight notifications in Gnome Shell, Guillaume Desmottes
  • [empathy] (3 commits) ...Merge remote-tracking branch 'wjt/652800-661731-notifications', Guillaume Desmottes
  • [clutter] interactive/transitions: Jump to middle-click coordinates, Emmanuele Bassi
  • [clutter] actor: Check easing duration when updating in-flight transitions, Emmanuele Bassi
  • [evolution-exchange] Bug #670457 - Add bulk methods to ECalClient, Milan Crha
  • [release-notes/gnome-3-4] cs: Eliminate fuzzy strings, Andre Klapper
  • [gnome-media] Created tag GNOME_MEDIA_3_4_0, Marc-Andre Lureau
  • [gnome-media] Release 3.4.0, Marc-Andre Lureau
  • [clutter/clutter-1.10] actor: Invalidate the current state when popping easing states, Emmanuele Bassi
  • [clutter/clutter-1.10] table-layout: Fix [xy]_expand, Emmanuele Bassi
  • [clutter] table-layout: Fix [xy]_expand, Emmanuele Bassi
  • [clutter] actor: Invalidate the current state when popping easing states, Emmanuele Bassi
  • [clutter] actor: Simplify setters of animatable properties, Emmanuele Bassi
  • [clutter] interactive/transitions: Add missing easing state save/restore, Emmanuele Bassi
  • [glom] Created tag 1.21.8, Murray Cumming
  • [glom] 1.21.8, Murray Cumming
  • [release-notes/gnome-3-4] Comment those languages that did not reach 80% coverage, Andre Klapper
  • [empathy] streamed-media-window: don't leak the element name, Debarshi Ray
  • [empathy] call-window: don't leak the element name, Debarshi Ray
  • [gnome-disk-utility] Updated Telugu Translations, Krishnababu Krothapalli
  • [gthumb] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-devel-docs] Updated Doc French translation, Bruno Brouard
  • [gcalctool] Updated Doc French translation, Bruno Brouard
  • [libpeas] Fix critical warning when destroying a PeasPluginManagerView., =?utf-8?q?Steve_Fr=C3=A9cinaux?=
  • [glib] configure: Fix alignment tests when cross compiling, Kalev Lember
  • [rhythmbox] sync audiocd metadata code with sound-juicer, Jonathan Matthew
  • [evolution-data-server/gnome-3-4] Updated Odia Translation, Manoj Kumar Giri
  • [folks] tpf-persona: use tp_connection_get_account(), Guillaume Desmottes
  • [release-notes/gnome-3-4] last fix, Daniel Korostil
  • [gtk+] GtkApplication Docs: Add a hint., Murray Cumming
  • [gnome-desktop] Updated Marathi Translations, Sandeep Shedmake
  • [gnome-desktop/gnome-3-4] Updated Marathi Translations, Sandeep Shedmake
  • [gtkmm] 3.3.20, Murray Cumming
  • [gtkmm] Created tag 3.3.20, Murray Cumming
  • [gimp-web] downloads/Linux.xhtml: fix articles and wrap paragraphs, Nils Philippsen
  • [glibmm] Created tag 2.31.22, Murray Cumming
  • [glibmm] 2.31.22, Murray Cumming
  • [vinagre] Fix the Russian translation, Richard Hughes
  • [vinagre/gnome-3-4] Fix the Russian translation, Richard Hughes
  • [gnome-bluetooth] Updated Marathi Translations, Sandeep Shedmake
  • [glom] Fix the build with the latest gtkmm, with --enable-warnings=fatal., Murray Cumming
  • [glom] Slight code improvement., Murray Cumming
  • [glom] Slight code style change., Murray Cumming
  • [empathy] Updated Odia Translation, Manoj Kumar Giri
  • [gnome-backgrounds] Updated Marathi Translations, Sandeep Shedmake
  • [glib] Fix gspawn-win32-helper Visual C++ projects, Chun-wei Fan
  • [glib] Fix VS property sheets, Chun-wei Fan
  • [release-notes/gnome-3-4] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-control-center] Updated Swedish translation, Daniel Nylander
  • [gnome-settings-daemon] Updated Swedish translation, Daniel Nylander
  • [planner] planner tranlation - completing uncompleted strings for Tamil translation - ta.po, Sri Ramadoss M
  • [libgsf] completing libgsf.po, Sri Ramadoss M
  • [libgsf] further tamil tranlations to ta.po modified: ta.po, Sri Ramadoss M
  • [libgsf] adding Tamil Language to LINGUAS file modified: LINGUAS, Sri Ramadoss M
  • [libgsf] tamil translation for gnome office., Sri Ramadoss M
  • [glib-networking] Updated Marathi Translations, Sandeep Shedmake
  • [gnome-games/sudoku-vala: 1158/1158] Really merge with master, Robert Ancell
  • [gnome-games/sudoku-vala] (1158 commits) ...Really merge with master, Robert Ancell
  • [genius] Created tag genius_1_0_15, George Lebl
  • [jhbuild] core-deps-3.4: WebKitGTK+ 1.8.0, Martin Robinson
  • [genius] Tue Mar 27 22:56:49 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [evolution/account-mgmt: 41/52] Remove default-source plugin., Matthew Barnes
  • [evolution/account-mgmt: 40/52] Add 'mail-config' module., Matthew Barnes
  • [evolution/account-mgmt: 39/52] Add 'imap-features' module., Matthew Barnes
  • [evolution/account-mgmt: 38/52] Add 'cal-config-webcal' module., Matthew Barnes
  • [evolution/account-mgmt: 37/52] Add 'cal-config-weather' module., Matthew Barnes
  • [evolution/account-mgmt: 36/52] Add 'cal-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 35/52] Add 'cal-config-contacts' module., Matthew Barnes
  • [evolution/account-mgmt: 34/52] Add 'cal-config-caldav' module., Matthew Barnes
  • [evolution/account-mgmt: 33/52] Add 'cal-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 32/52] Add 'book-config-webdav' module., Matthew Barnes
  • [evolution/account-mgmt: 31/52] Add 'book-config-ldap' module., Matthew Barnes
  • [evolution/account-mgmt: 30/52] Add 'book-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 29/52] Add 'book-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 28/52] Add 'backup-restore' module., Matthew Barnes
  • [gnome-games/sudoku-vala: 170/170] Merge with master, Robert Ancell
  • [gnome-games/sudoku-vala] (170 commits) ...Merge with master, Robert Ancell
  • [evolution-data-server/account-mgmt: 38/38] Update po/POTFILES.in., Matthew Barnes
  • [evolution-data-server/account-mgmt: 37/38] Adapt libedataserverui tests to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 36/38] Adapt test-client-examine-auth.c to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 35/38] Adapt e-client-utils.c to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 34/38] Add unit tests for ESource., Matthew Barnes
  • [evolution-data-server/account-mgmt: 33/38] Adapt ESourceSelectorDialog to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 32/38] Adapt ESourceSelector to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 31/38] Adapt ESourceComboBox to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 30/38] Adapt ENameSelectorList to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 29/38] Adapt ENameSelectorEntry to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 28/38] Adapt ENameSelector to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 27/38] Adapt e-book-auth-util.c to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 26/38] Add an ESource extension for the caldav backend., Matthew Barnes
  • [evolution-data-server/account-mgmt: 25/38] Add an ESource extension for the weather backend., Matthew Barnes
  • [evolution-data-server/account-mgmt: 24/38] Add an ESource extension for the contacts backend., Matthew Barnes
  • [evolution-data-server/account-mgmt: 23/38] Add an ESource extension for the file (cal) backend., Matthew Barnes
  • [evolution-data-server/account-mgmt: 22/38] Add an ESource extension for the ldap backend., Matthew Barnes
  • [evolution-data-server/account-mgmt: 21/38] Add an ESource extension for the vcf backend., Matthew Barnes
  • [evolution-data-server/account-mgmt: 20/38] Adapt calendar backends to the new ESource API., Matthew Barnes
  • [gnome-games/sudoku-vala] sudoku: Mark toolbar as primary, Robert Ancell
  • [evolution-data-server/account-mgmt: 19/38] Adapt libedata-cal to the new ESource API., Matthew Barnes
  • [gnome-games/sudoku-vala] Bugfix in number_picker and note_editor, Robert Ancell
  • [evolution-data-server/account-mgmt: 18/38] Adapt libecal to the new ESource API., Matthew Barnes
  • [gnome-games/sudoku-vala] Handle incorrect inputs, Gdk keybind to detect key, Robert Ancell
  • [evolution-data-server/account-mgmt: 17/38] Adapt calendar/libegdbus to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 16/38] Adapt address book backends to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 15/38] Adapt libedata-book to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 14/38] Adapt libebook to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 13/38] Adapt addressbook/libegdbus to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 12/38] Adapt libebackend to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 11/38] Adapt EClient to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 10/38] Add built-in ESource key files., Matthew Barnes
  • [evolution-data-server/account-mgmt: 9/38] Add GSettings schemas for default sources., Matthew Barnes
  • [evolution-data-server/account-mgmt: 8/38] Add new ESource classes., Matthew Barnes
  • [evolution-data-server/account-mgmt: 7/38] Add a new "evolution-source-registry" D-Bus service., Matthew Barnes
  • [evolution-data-server/account-mgmt: 6/38] Generate GDBus classes for a new D-Bus service., Matthew Barnes
  • [evolution-data-server/account-mgmt: 5/38] Require gcr-base-3 for secure password exchange over D-Bus., Matthew Barnes
  • [evolution-data-server/account-mgmt: 4/38] Remove EAccount and EAccountList. Breaks build., Matthew Barnes
  • [evolution-data-server/account-mgmt: 3/38] Remove ESourceGroup. Breaks build., Matthew Barnes
  • [evolution-data-server/account-mgmt: 2/38] Remove ESourceList. Breaks build., Matthew Barnes
  • [evolution-data-server/account-mgmt: 1/38] Add various base classes for backends., Matthew Barnes
  • [evolution-data-server] (38 commits) Created branch account-mgmt, Matthew Barnes
  • [orca/gnome-3-4] Ensure 'orca -t' works even without a Desktop, Joanmarie Diggs
  • [orca] Minor adjustments to get Orca working with Empathy 3.4, Joanmarie Diggs
  • [orca/gnome-3-4] Minor adjustments to get Orca working with Empathy 3.4, Joanmarie Diggs
  • [pitivi/ges] bin: Now use the GES 0.10 branch as master is now based on Gst 0.10, Thibault Saunier
  • [gegl] Don't try to install gegl.devhelp if ruby isn't present., =?utf-8?q?Michael_Mur=C3=A9?=
  • [orca] Fix for Empathy active descendant presentation getting incorrectly interrupted, Joanmarie Diggs
  • [orca/gnome-3-4] Fix for Empathy active descendant presentation getting incorrectly interrupted, Joanmarie Diggs
  • [ostree/wip/packfile-rebase2] core: Delete all loose objects after pack, Colin Walters
  • [orca] Ensure 'orca -t' works even without a Desktop, Joanmarie Diggs
  • [ostree/wip/packfile-rebase2] core: We can unpack <-> repack, Colin Walters
  • [ostree/wip/packfile-rebase2] core: Refactor more bits into core, Colin Walters
  • [ostree/wip/packfile-rebase2] core: Move some bits down into core, Colin Walters
  • [ostree/wip/packfile-rebase2] core: Rename repack -> pack, Colin Walters
  • [ostree/wip/packfile-rebase2] core: fsck: Use g_print() for normal information, Colin Walters
  • [ostree/wip/packfile-rebase2] core: Use splice, print after creating a pack file, Colin Walters
  • [ostree/wip/packfile-rebase2] fsck pack files, Colin Walters
  • [ostree/wip/packfile-rebase2] checkout from pack, Colin Walters
  • [ostree/wip/packfile-rebase2] core: More packfile, Colin Walters
  • [ostree/wip/packfile-rebase2] core: Add g_file_unlink(), Colin Walters
  • [gtk+] Fix for bug 672961 - Custom theme can crash apps with GtkEntryCompletion, Joanmarie Diggs
  • [gimp/goat-invasion] app: fix registration of babl formats, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] License: switch to gpl2+gpl3 as per bug #463247., Morten Welinder
  • [gnome-boxes/3.5.x] wizard: Move to URL page when file is selected, Zeeshan Ali Khattak
  • [libgee] Small typo in file header, Maciej Marcin Piechotka
  • [gcalctool] removed scientific mode mentions, Tiffany Antopolski
  • [libgee] Split SortedMap/SortedSet into bi-directional and uni-directional parts, Maciej Marcin Piechotka
  • [gimp/goat-invasion] app: fix registration of babl_format("A u8"), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [tomboy] Commiting patch for #bgo 672963 for Aditya Vaidya <kroq gar78 gmail com>, Jared L Jennings
  • [gimp/goat-invasion] rename lanczos to lohalo, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] remove deprecated lanczos-width property, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] buffer: remove lanczos sampler, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] tests: update to newer API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] affine: remove debug print, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] affine: fix scale matrix for sampler, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [jhbuild] apps-3.6: Add --disable-weather to evolution, Matthew Barnes
  • [jhbuild] core-3.6: Add --disable-weather to evolution-data-server, Matthew Barnes
  • [gnome-web-www] changed cat id for press releases, it's different on wptest, Christy Eller
  • [gnome-web-www: 5/5] Merge branch 'wptest', Christy Eller
  • [gnome-web-www] (5 commits) ...Merge branch 'wptest', Christy Eller
  • [librsvg] gtk-engine: Link against GModule, Robert Ancell
  • [gnome-games] swell-foop: Use halign/valign instead of a GtkAlignment, Thomas Hindoe Paaboel Andersen
  • [balsa/gtk3] Use a single MRU folder list, Peter Bloomfield
  • [balsa/gtk3] Remember geometry of MRU mailbox tree, Peter Bloomfield
  • [gnome-web-www/wptest] excluding press releases category, Christy Eller
  • [gnome-user-docs] Updated Swedish translation, Daniel Nylander
  • [orca] Fix for bug 672787 - Unhandled exceptions from dead accessibles in LibreOffice Calc, Joanmarie Diggs
  • [orca/gnome-3-4] Fix for bug 672787 - Unhandled exceptions from dead accessibles in LibreOffice Calc, Joanmarie Diggs
  • [vino/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [release-notes/gnome-3-4] Fix a lot of errors in Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-themes-standard] Created branch gnome-3-4, Cosimo Cecchi
  • [eog] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [vinagre/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [yelp-xsl] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [release-notes/gnome-3-4] More screenshots, Khaled Hosny
  • [yelp] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [totem] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-web-www/wptest] delete that, Christy Eller
  • [gnome-web-www/wptest] changed syntax to exclude press release posts, Christy Eller
  • [tomboy: 2/2] Merge branch 'RemoveBrokenLinks-with-search', Jared L Jennings
  • [tomboy: 1/2] Added feature to work on search results in addition to just one note, Jared L Jennings
  • [tomboy] (2 commits) ...Merge branch 'RemoveBrokenLinks-with-search', Jared L Jennings
  • [network-manager-iodine] Created tag v0.0.3, =?utf-8?q?Guido_G=C3=BCnther?=
  • [network-manager-iodine] Check password write result, =?utf-8?q?Guido_G=C3=BCnther?=
  • [cogl] Updated German translation, Christian Kirbach
  • [gimp/goat-invasion] pdb: port drawable pixel access API to GEGL, Michael Natterer
  • [seahorse/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [ekiga] Yes another removal of dbus..., Eugen Dedu
  • [gnome-boxes] Updated German translation, Christian Kirbach
  • [release-notes/gnome-3-4] More translation, Khaled Hosny
  • [release-notes/gnome-3-4] Resize, Khaled Hosny
  • [release-notes/gnome-3-4] cs: Add translator fame, Andre Klapper
  • [gnome-web-www/wptest] excluding posts from the press release category for home page, Christy Eller
  • [nemiver] En route towards 0.9.3, Dodji Seketeli
  • [nemiver] Update release text, Dodji Seketeli
  • [nemiver] Preparing 0.9.2 Release, Dodji Seketeli
  • [ekiga] Really remove all the last bits of dbus, Eugen Dedu
  • [release-notes/gnome-3-4] cs: Translate Oriya so it is not listed first, Andre Klapper
  • [release-notes/gnome-3-4] cs: Change screenshot size to 800px width, Andre Klapper
  • [orca/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [release-notes/gnome-3-4] cs: Add screenshot, Andre Klapper
  • [gimp/goat-invasion] app: correct usage of babl formats, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] buffer: make src pointer in gegl_buffer_set() const, Michael Natterer
  • [mousetweaks/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [release-notes/gnome-3-4] the last update, Daniel Korostil
  • [glade/glade-3-12] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [yelp] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [network-manager-iodine] Release 0.0.3, =?utf-8?q?Guido_G=C3=BCnther?=
  • [release-notes/gnome-3-4] cs: Update to latest string change, Andre Klapper
  • [release-notes/gnome-3-4] cs: Translate Oriya so it's not listed first, Andre Klapper
  • [metacity] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-shell] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-screenshot] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gparted] Ensure Align to MiB does not overlap following partition (#661744), Curtis Gedak
  • [gnome-packagekit] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gparted] Rework align to MiB adjustments to end sector of partition, Curtis Gedak
  • [gnome-bluetooth] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [evince] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [eog] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [glib-networking] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gdk-pixbuf] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [epiphany] Created tag 3.4.0.1, Xan Lopez
  • [glade] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [epiphany/gnome-3-4] [release] 3.4.0.1, Xan Lopez
  • [release-notes/gnome-3-4] Some Arabic screenshots, Khaled Hosny
  • [gnome-online-accounts/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [release-notes/gnome-3-4] Fixed typos in strings, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-games/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [epiphany/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [cheese/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gdl/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [accerciser/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [epiphany] resources: strip blanks from all XML files, Xan Lopez
  • [release-notes/gnome-3-4] Add Czech translation, Andre Klapper
  • [evolution-data-server/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [evolution-data-server/gnome-3-4] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [epiphany] Make the resources depend on the actual UI files, Xan Lopez
  • [evolution-data-server] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [evolution-data-server] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [sound-juicer] Update NEWS, Ross Burton
  • [sound-juicer] Bump version to 3.4.0, Ross Burton
  • [cogl] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [cogl] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [evolution] Fix typos, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-themes-standard] f, Cosimo Cecchi
  • [gnome-themes-standard] frame: set an 1px border and not a padding, Cosimo Cecchi
  • [gimp/goat-invasion] app: remove the legacy color-balance cruft, Michael Natterer
  • [libgweather] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [epiphany] Use glib resources to bundle our UI files, Xan Lopez
  • [gimp/goat-invasion] pdb: add new group plug-in-compat for compat procedures of removed plug-ins, Michael Natterer
  • [gnome-shell] Typo, Khaled Hosny
  • [gnome-system-monitor/gnome-3-4] Updated spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-settings-daemon/gnome-3-4] Updated spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [evolution/gnome-3-4] Updated spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [epiphany/gnome-3-4] Updated spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [nautilus] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gvfs] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [glib] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [libgda] Correction for bug #672874, Vivien Malerba
  • [nemiver] Created tag nemiver-0.9.2, Dodji Seketeli
  • [releng] Add initial 3.6 schedule, Andre Klapper
  • [releng] Add proposals-start-next so we can list it for both current and next development cycle, Andre Klapper
  • [gimp/goat-invasion] plugins/newsprint: remove assumption that tiles are square, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] xls: export cursor position raw, even if outside the pane., Morten Welinder
  • [nemiver] Revert "672409 - activate correct views in static layouts", Dodji Seketeli
  • [nemiver] Created tag nemiver-0.9.1, Dodji Seketeli
  • [nemiver] 672409 - activate correct views in static layouts, Dodji Seketeli
  • [gnumeric] xls: fix selection export., Morten Welinder
  • [gimp/goat-invasion] app: remove includes from app/plug-in/, Michael Natterer
  • [evolution-data-server] Bug 670457: Add bulk methods to ECalClient, Christophe Dumez
  • [jhbuild] frontends/gtkui.py: Use "help:" instead "ghelp:" uri, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gegl] buffer: move the hot tile from buffer to storage, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [planet-web] Update my hackergotchi, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gimp/goat-invasion] app: port the entire plug-in tile communication to using GeglBuffers, Michael Natterer
  • [gegl] missing header, Victor Matheus de Araujo Oliveira
  • [pan2] removed dereferencing of decrypt result (gpg), =?utf-8?q?Heinrich_M=C3=BCller?=
  • [pan2] fix for hotkey tab, =?utf-8?q?Heinrich_M=C3=BCller?=
  • [gegl] buffer: make previous cl commit compile, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution/webkit] Disable debug output, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [pan2/pre-032712] fix for hotkey tab, =?utf-8?q?Heinrich_M=C3=BCller?=
  • [pan2] Created branch pre-032712, =?utf-8?q?Heinrich_M=C3=BCller?=
  • [gtksourceview] Add callable and insteadof (added in PHP 5.4)., Ignacio Casal Quinteiro
  • [glib] GFileMonitor: fix docs bug, Dan Winship
  • [gtk+] treeview: filter out invisible columns in get_path_for_child(), Cosimo Cecchi
  • [evolution/webkit] Fix printing of nested rfc822 messages, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [pygobject] Add a ccallback type which is used to invoke callbacks passed to a vfunc, Martin Pitt
  • [evolution/webkit: 196/196] Coding style and whitespace cleanup., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 195/196] Fix various printing bugs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 194/196] Add support for printing to the itip plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 193/196] Fix crash when text/calendar part does not have attachment disposition, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 192/196] Correctly destroy printing EActivity when printing is finished, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 191/196] Use alternative 'work-process' icon in Itip view, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 190/196] Fix build after rebase, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 189/196] Port Itip formatter to HTML, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 188/196] Fix some memory leaks, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 187/196] Fix crash when free'ing EMFormatPURI, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 186/196] Change bind_func slightly, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 185/196] Rename widget_func in itip formatter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 184/196] Avoid crashes and leaking widgets when EMailDisplay is reloaded, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 183/196] Port 'Show animated images' option, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 182/196] Fix potential crash in digest formatter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 181/196] Fix crash in EMailReader init, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 180/196] Drop ESearchingTokenizer a reimplement highlighting directly in EWebView, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 179/196] Port moving between unread messages using the 'magical spacebar', =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 178/196] Port mbox importer preview to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 177/196] Fix printing of text/html emails (support external CSS, load images), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 176/196] Prevent possible crash when there's no formatter set in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 175/196] Fix printing of message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 174/196] Make most plugins GtkHTML-free (except for those interacting with the composer), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 173/196] Don't write attachments at all since the attachment writer handles this now, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 172/196] Fix possible crash when EMailDisplay when trying to create DOM bindings, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 171/196] vcard-inline plugin: render preview as HTML in <iframe> rather then WebKitWebView widget, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 170/196] Write correctly attachments with sub-PURIs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 169/196] Add PURI callback to allow modules to create DOM bindings, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 168/196] Move the contact preview HTML formatter to it's own class, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 167/196] Fix build after rebase, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 166/196] Fix itip-formatter plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 165/196] Fix vcard-inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 164/196] Fix the audio-inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 163/196] Fix headers to be expanded by default, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 162/196] Disable JavaScript in webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 160/196] Use WebKit DOM bindings to collapse/expand To/CC/BCC address fields, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 161/196] Remove obsolete JavaScript for priting, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 159/196] Use WebKit DOM bindings to collapse/expand headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 158/196] Fix possible crash when writing message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 157/196] When an <iframe> is hidden, _hide() all GtkWidget it contains, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 156/196] Fix rendering HTML-embedded attachments (images), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 155/196] Fix two minor memory leaks, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 154/196] Single-webview transition - handle resizing and showing/hiding of embedded widgets, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Prevent crash when HTTP request fails, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 153/196] Single-webview transition - fix displaying embedded messages as attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 152/196] Render attachment button description as HTML again, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 151/196] Revert "Fix position of EAttachmentButton popup menu", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 150/196] Revert "Add a GtkLabel to EAttachmentButton to display name of the attachment.", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 149/196] Render text/html parts in <iframe>, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 148/196] Resize <object> element whenever size of embedded widget changes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 147/196] Don't _write() empty EAttachmentBar, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 146/196] Backport master/63eba7c3 after rebase, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 145/196] Don't reload EMailDisplay every time set_style() is called., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 144/196] Magically, ESearchBar seems to work very well, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 143/196] Single-webview transition - fix EMailReader and displaying mail source, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 142/196] Return back to a single-webview mode, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 141/196] Revert "Convert EMFormatPURI to a thread-safe EMPart object", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 140/196] Revert "Fix the Audio Plugin", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 139/196] Revert "Use a single mutex located in EMPartClass", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 138/196] Use a single mutex located in EMPartClass, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 137/196] Fix the Audio Plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 136/196] Convert EMFormatPURI to a thread-safe EMPart object, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 135/196] Port contact maps to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 134/196] Use case-insensitive lookup of mime-type handler (fixes #668655), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 133/196] Escape query parameters in mail:// request URI (fixes #668658), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 132/196] Disable JavaScript, Flash and other plugins in webviews., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 131/196] Automatically resize webviews to prevent individual horizontal scrolling, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 130/196] Use native WebKit placeholder for missing images (fix #668582), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 129/196] Reload EMailDisplay when View->Character Encoding changes (fix #667542)", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 128/196] Don't automatically treat inline parts as attachments (fixes #668524)", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 127/196] Fix crash when loading too many images (bug #668520), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 126/196] Improve the auto-resizing of EWebView a bit more, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 125/196] Make the image caching more robust, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 124/196] Reimplement image loading policy (bugs #667536 and #667537), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 123/196] Fix rebase compilation bugs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 122/196] Force UTF-8 encoding on text/html parts, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 121/196] Make short headers aweare of text reading direction, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 120/196] Convert short headers subject to HTML and preserve 8bit encoding, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 119/196] Fix loading size of attachment (bug #667541), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 118/196] Forgot to disable a debug message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 117/196] Improve autoresizing of webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 116/196] No meeting invitation rendering for emails (bug #667538), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 115/196] Don't reload EMailDisplay when uses collapses/expands headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 114/196] Add zoom-level change proxying to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 113/196] Add caret-mode change proxying to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 112/196] Parse too big emails as attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 111/196] Display correctly color background of message encrpytion/signature button, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 110/196] No need to take care of resizing EAttachmentBar and optional attachment widget anymore, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 109/196] Port TNEF attachments plugin to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 108/196] Improve handling attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 107/196] Fix memory leaks in EWebView, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 106/196] Fix parsing multipart/alternative (broken during rebase), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 105/196] Implement e_web_view_get_selection_html() and port a forgotten GtkHTML call to it, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 104/196] Fix compilation error in widgets/misc due to missing GtkHTML includes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 103/196] Fix 'Copy Image' and 'Save Image' in mail display, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 102/196] Fix crash caused by previous commit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 101/196] Load attachments from idle callback in EFHD, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 100/196] Fix some build-time warnings and resolve WebKit FIXMEs in EMailReader, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 99/196] Port context menu for mail-links in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 98/196] Fix displaying and toggling default mail headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 97/196] Put back em_format_default_headers() and allow EMFormat to request redraw, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 96/196] Port 'drop&drop to PDF' to EMailPrinter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 95/196] Remove unused em_format_html_print_message() function, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 94/196] Finish em_format_parse_async in the main thread to avoid some issues when printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 93/196] Fix a minor memory leak, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 92/196] Implement status-message and popup-event signals to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 91/196] Always load images in header webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 90/196] Fix displaying emails that are already parsed, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 89/196] Prevent endless recursion when parsing SMIME-ecnrypted message fails, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 88/196] Handle correctly image loading policy, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 87/196] Add preparse() virtual method to EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 86/196] Make EMFormat parsing asynchronous, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 85/196] Finish porting of printing - solves all print-out rendering issues, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 84/196] Fix a few memory leaks in EMailDisplay, EMailRequest and EFHP, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 83/196] Enable collapsable headers in paned view, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 82/196] Fix position of EAttachmentButton popup menu, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 81/196] Fix the cache port, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 80/196] Port http data cache., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gnome-documents] search-provider: Make queries cancellable, Cosimo Cecchi
  • [evolution/webkit: 79/196] Store properly information about attachment signature/encryption, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 78/196] EMFormat and EMFormatHTML cleanup, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 77/196] em_utils_message_to_html() - set all validity flags found in entire processed message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 76/196] Remove FIXMEs and fix compilation warnings in plugins, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gegl] Improving cl-cache, Victor Matheus de Araujo Oliveira
  • [evolution/webkit: 75/196] Add e_web_view_{set, get}_enable_frame_flattening, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 74/196] Correctly resize images when printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 73/196] Fix memory leak and prevent some crashes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 72/196] Port EMFormatQuote to the new EMFormat format, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 71/196] EMFormat accept and correctly handle null CamelFolder, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 70/196] Port EMsgComposer to the EMailPrinter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 69/196] Make EAttachmentButton unexpandable if no attachment PURI follows, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 68/196] Fix the Audio Inline plugin to use proper CamelMimePart with the audio track, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 67/196] Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as well, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 66/196] Add missing em_format_add_puri() call to Audio Inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 65/196] Implement automatic inlining of attachments in printed emails, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 64/196] Use GtkBox instead of GtkGrid in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 63/196] Make EMailBrowser scrollable, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 62/196] Forgot to disable debug messages in EMailDisplay..., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 61/196] Add support for embedding EMailDisplays into itself, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 60/196] Handle properly embedded message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 59/196] Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 58/196] Treat parts with 'attachment' or 'inline' disposition as attachments., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 57/196] Ignore application/pgp-signature part, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 56/196] Print list of attachments at the end of email printout, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 55/196] Apply the ordering of headers to the generated message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 54/196] Improve CSS of the printed headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 53/196] Fix crash when removing headers from emf->header_list, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 52/196] Add buttons for reordering headers in the Print dialog, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 51/196] Introduce a new write_func for headers in printout, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 50/196] Update EMFormat->header_list according to headers checked in Printing dialog, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 49/196] Improve API for handling headers in EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 48/196] Assign CamelCipherValidity and flags to each final PURI, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 47/196] Fix a compilation warning, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 46/196] Continue porting of printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 45/196] Add with_html_header to all EMFormatHTMLWriteFunc()s, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 44/196] Initial port of printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 43/196] Fix memory leak in EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 42/196] Add documentation to em_format_build_mail_uri., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 41/196] Let the EMFormat object exist only for as long as it is displayed in a EMailDisplay., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 40/196] Force a single vertical scroll on EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 39/196] Misc fixes for rebase of webkit port to evolution/evolution-data-server 3.4 branches., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 38/196] Don't store formatters directly in SoupSession's data, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 37/196] EAttachmentView is not longer owned by EMFormatHTMLDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 36/196] Merge info about mail signature and encryption into one button, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 35/196] Make displaying message source work, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 34/196] em_format_build_mail_uri() accepts varying number of arguments., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gdm] Created tag 3.4.0.1, Ray Strode
  • [evolution/webkit: 33/196] Add attachments to store during parsing, not during writing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gdm] configure: bump to 3.4.0.1, Ray Strode
  • [evolution/webkit: 32/196] Fix memory leaks in formatter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 31/196] Don't destroy widgets already destroyed when parent widgets was destroyed., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 30/196] Display information about signature and encryption., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gobject-introspection] Add tests for vfuncs with callbacks as arguments, Martin Pitt
  • [evolution/webkit: 29/196] Fix webkitgtk minimum version, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gobject-introspection] Make g_callable_info_invoke public, Martin Pitt
  • [evolution/webkit: 28/196] Coding style cleanup, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 27/196] Fix minor issues caused by recent rebase against master., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 26/196] Add custom EMFormatHandler for message headers., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 25/196] Embed EWebViews in EMailDisplay into their own GtkScrolledWindows., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 24/196] Make expandable only attachments whose PURIs have write_func, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 23/196] Don't destroy EAttachmentBar when clearing EMailDisplay., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 22/196] Make attachments expandable., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 21/196] Add a GtkLabel to EAttachmentButton to display name of the attachment., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 20/196] Fix handling of attachments and multipart/digest messages, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 19/196] Fix handling multipart/alternative with more then 2 parts in prefer-plain plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 18/196] Disable padding and margin in body of all webviews., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 17/196] Adapt EMsgComposer to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 16/196] Convert EMailDisplay to GtkScrolledWindow and change the way EMFormat is used., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 15/196] Adapt all plugins to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 14/196] Adapt EMFormat subclasses to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 13/196] Split functionality of EMFormat to "parse" and "write", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 12/196] Remove workaround for embedding widgets into WebKit., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 11/196] Use custom protocol handler to provide data for mail preview, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 10/196] Create EWebViewGtkHTML class to be used by the Composer until ported, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 9/196] Fix default property value in EMFormatHTML, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 8/196] Port collapsable To/Cc/Bcc fields and collapsable headers to JavaScript, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 7/196] Port EMFormatHTML to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 6/196] Cleanup HTML code in ECalComponentPreview and update styles, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 5/196] Move common CSS styles to a .css file, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 4/196] Port EABContactDisplay to JavaScript and CSS, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 3/196] Begin hacking EMFormatHTML., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 2/196] Preliminary WebKit conversion., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 1/196] Add webkit-1.0 requirement to configure.ac., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] (196 commits) Created branch webkit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution-data-server] Remove all CAMEL_PROVIDER_CONF_DEFAULT_* symbols., Matthew Barnes
  • [nautilus-open-terminal] Update doap file: Behdad said on IRC he is not a maintainer., Andre Klapper
  • [gnome-games] Update French translation, Alexandre Franke
  • [pygobject] Regression test: marshalling GValues in GHashTable, Martin Pitt
  • [gobject-introspection] Add regression tests for GHashTable holding GValue, Martin Pitt
  • [sushi] Created tag 0.4.0, Cosimo Cecchi
  • [sushi] release: prepare for 0.4.0, Cosimo Cecchi
  • [evolution-ews] Bug #672175 - Make CamelFolderSearch cancellable, Milan Crha
  • [evolution-groupwise] Bug #672175 - Make CamelFolderSearch cancellable, Milan Crha
  • [evolution-mapi] Bug #672175 - Make CamelFolderSearch cancellable, Milan Crha
  • [evolution-exchange] Bug #672175 - Make CamelFolderSearch cancellable, Milan Crha
  • [gimp/goat-invasion] app: use below new function for shapeburst blend and cage tool progress, Michael Natterer
  • [gimp/goat-invasion] app: add gimp_gegl_progress_connect(), Michael Natterer
  • [evolution] Bug #672175 - Make CamelFolderSearch cancellable, Milan Crha
  • [gjs] Created tag GJS_1_32_0, Colin Walters
  • [gnomeweb-wml] Link to evolution-3.4.0.1., Matthew Barnes
  • [gjs] Release 1.32.0, Colin Walters
  • [evolution-data-server] Bug #672175 - Make CamelFolderSearch cancellable, Milan Crha
  • [gobject-introspection] Created tag GOBJECT_INTROSPECTION_1_32_0, Colin Walters
  • [gobject-introspection] Release 1.32.0, Colin Walters
  • [evolution] Created tag EVOLUTION_3_4_0_1, Matthew Barnes
  • [evolution/gnome-3-4-0: 2/2] NEWS update for 3.4.0.1 release., Matthew Barnes
  • [evolution/gnome-3-4-0: 1/2] Require gnome-doc-utils >= 0.20.10., Matthew Barnes
  • [evolution] (2 commits) Created branch gnome-3-4-0, Matthew Barnes
  • [glom] Dialog_Choose_ID: Remove use of a deprecated signal., Murray Cumming
  • [perl-Glib] Created tag rel-1-25-2, Brian Manning
  • [perl-Glib] Unstable release 1.252, Brian Manning
  • [perl-Glib] updated copyright dates, Brian Manning
  • [release-notes/gnome-3-4] one more paragraph completed, Praveen Arimbrathodiyil
  • [empathy] trivial: fix a GCC build warning, Cosimo Cecchi
  • [gegl] removing unused variable warning, Victor Matheus de Araujo Oliveira
  • [releng] Initial 3.4.0 changes, Matthias Clasen
  • [empathy] call-window: factor out some common code, Cosimo Cecchi
  • [empathy] call-window: don't use EmpathyRoundedActor for the floating toolbar, Cosimo Cecchi
  • [empathy] call-window: use a ClutterBoxLayout to separate previews/toolbar, Cosimo Cecchi
  • [empathy] call-window: fix incorrect comment, Cosimo Cecchi
  • [empathy] call-window: use colors from the theme for placeholders, Cosimo Cecchi
  • [empathy] rounded-rectangle: cairo_set_source_rgba() takes [0..1] arguments, Cosimo Cecchi
  • [yelp-tools] Fix "command not found" configure script messages, Shaun McCance
  • [empathy] log-window: use gtk_list_store_insert_with_values(), Guillaume Desmottes
  • [empathy] factor out add_event_to_store(), Guillaume Desmottes
  • [empathy] log-window: factor out add_date_if_needed(), Guillaume Desmottes
  • [gtk-web] download/linux.php: Update to current stable releases, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gegl] operation: add a bunch of string meta-data to the class, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtk+] Updated Marathi Translations, Sandeep Shedmake
  • [vte/vte-next] _vte_draw_set_text_font(): fix PangoContext leak if font_info in cache, Christian Persch
  • [vte/vte-0-32] _vte_draw_set_text_font(): fix PangoContext leak if font_info in cache, Christian Persch
  • [vte/vte-next] pty: Fix custom child setup function, Christian Persch
  • [vte/vte-0-32] pty: Fix custom child setup function, Christian Persch
  • [release-notes/gnome-3-4] Added British English translation, Bruce Cowan
  • [gnome-control-center] common: Make insertion of new languages quicker, Bastien Nocera
  • [gnome-control-center] common: Fix crash when filtering language list, Bastien Nocera
  • [gimp] data: add translator comment for "fuzzy", Mikael Magnusson
  • [librest] rest-xml-node: skip ref/unref() methods in introspection, Ross Burton
  • [librest] rest-proxy-call: enforce one-shot use, clean up memory lifecycle, Ross Burton
  • [librest] rest-proxy: add some basic documentation, Ross Burton
  • [librest] Rename rest_proxy_call_call_async to rest_proxy_call_invoke_async, Ross Burton
  • [librest] rest-proxy-call: add rest_proxy_call_call_async(), Ross Burton
  • [evolution/gnome-3-4] Updated Gujarati Translations, Sweta Kothari
  • [clutter/clutter-1.10] Remove unused fields from LayoutInfo, Emmanuele Bassi
  • [clutter/clutter-1.10] Properly manage timeline refcounting in clutter_animation_set_timeline(), Emmanuele Bassi
  • [gegl-qt] Build: Fix build with babl 0.1.7+git after constification, Jon Nordby
  • [clutter] Remove unused fields from LayoutInfo, Emmanuele Bassi
  • [evolution-ews/gnome-2-28] Problem while loading symbols, Punit Jain
  • [clutter] actor: Add debug annotation in add_transition(), Emmanuele Bassi
  • [clutter] actor: Add IN_DESTRUCTION checks, Emmanuele Bassi
  • [release-notes/gnome-3-4] Updated Indonesian translation, Andika Triwidada
  • [evolution-data-server/gnome-3-4] Updated Marathi Translations, Sandeep Shedmake
  • [release-notes/gnome-3-4] [figures] update the high contrast image, Allan Day
  • [ekiga] Remove last bits of the unmaintained and obsolete dbus client component, Eugen Dedu
  • [epiphany] ephy-hosts-store: listen to favicon changes in the wk database, Claudio Saavedra
  • [epiphany/gnome-3-4] ephy-hosts-store: listen to favicon changes in the wk database, Claudio Saavedra
  • [banshee] Updated Swedish translation, Daniel Nylander
  • [gnome-control-center/gnome-3-4] Updated Kannada Translation, Shankar Prasad
  • [rhythmbox] Updated Swedish translation, Daniel Nylander
  • [release-notes/gnome-3-4] Updated Japanese translation, Takayuki Kusano
  • [totem] Created tag V_3_4_0, Philip Withnall
  • [totem] 3.4.0, Philip Withnall
  • [totem] i18n: Update British English translation, Philip Withnall
  • [glib] all: s/availible/available/, Bastien Nocera
  • [release-notes/gnome-3-4] Added id to Makefile.am Added Indonesian translation, Andika Triwidada
  • [evolution-data-server/gnome-3-4] Bug #663324 - Categories not correctly aligned with Google contacts, Milan Crha
  • [evolution-data-server] Bug #663324 - Categories not correctly aligned with Google contacts, Milan Crha
  • [totem-pl-parser] Created tag V_3_4_0, Philip Withnall
  • [totem-pl-parser] 3.4.0, Philip Withnall
  • [evolution-data-server/gnome-3-4] Avoid possible use-after-free in Google's addressbook backend, Milan Crha
  • [evolution-data-server] Avoid possible use-after-free in Google's addressbook backend, Milan Crha
  • [evolution-ews/gnome-2-28] Bug #672448 memory corruption, cleanup related and other issues, Punit Jain
  • [empathy] import-widget: request the preferred height of the treeview, Guillaume Desmottes
  • [empathy] import-widget: don't manually prepare the account manager, Guillaume Desmottes
  • [empathy] help/.gitignore: use a generic ignore rule, Guillaume Desmottes
  • [gnome-session] gsm: Pass signal id in "died" signal of GsmApp, Vincent Untz
  • [gnome-session] gsm: Remove duplicated code, Vincent Untz
  • [gnome-session] gsm: Pass exit code in "exited" signal of GsmApp, Vincent Untz
  • [gnome-session] gsm: Stop disconnecting "registered" signal for GsmApp, Vincent Untz
  • [gnome-session] gsm: Share code to restart an app, Vincent Untz
  • [gnome-session] gsm: Properly move to next phase if an app dies on startup, Vincent Untz
  • [gnome-session] Created tag 3.4.0, Vincent Untz
  • [gnome-session] release: post-release bump to 3.4.1, Vincent Untz
  • [gnome-session] release: 3.4.0, Vincent Untz
  • [pitivi] Added uk translation, Daniel Korostil
  • [clutter] Properly manage timeline refcounting in clutter_animation_set_timeline(), Tristan Van Berkom
  • [gimp/goat-invasion] app: switch to gegl_buffer_sample() in GimpOperationShapeburst, Michael Natterer
  • [gnoduino/gnoduino-0-3-0] fix port detection when burning arduino as prog - take 2, Lucian Langa
  • [gnoduino/gnoduino-0-3-0] fix port detection when burning with arduino as programmer, Lucian Langa
  • [ekiga] Updated Gujarati Translations, Sweta Kothari
  • [totem] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-session] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evolution-ews/gnome-2-28] Bug #659717 free busy not working, Punit Jain
  • [evolution-ews/gnome-2-28] Bug #672448 compiler warnings when flag is set to O2, Punit Jain
  • [evolution-ews/gnome-2-28] Bug #668555 Crash in ews_cal_sync_items_ready_cb, Punit Jain
  • [evolution-data-server/gnome-3-4] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [libgweather/gnome-3-4] Updated Gujarati Translations, Sweta Kothari
  • [glib] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [glib/glib-2-30] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [libgweather] Updated Gujarati Translations, Sweta Kothari
  • [libxml2] Fix a crash with xmllint --path on empty results, Daniel Veillard
  • [libgnome] Updated Gujarati Translations, Sweta Kothari
  • [libbonobo] Updated Gujarati Translations, Sweta Kothari
  • [gnome-video-effects] Created tag 0.4.0, David King
  • [libwnck] Updated Gujarati Translations, Sweta Kothari
  • [gnome-video-effects] Created branch gnome-3-4, David King
  • [gnome-video-effects] Update NEWS for 0.4.0 release, David King
  • [gnome-video-effects] Pre-release version bump to 0.4.0, David King
  • [gnome-system-monitor/gnome-3-4] Updated Hebrew translation., Yaron Shahrabani
  • [PolicyKit-gnome] Updated Gujarati Translations, Sweta Kothari
  • [sound-juicer] Updated Gujarati Translations, Sweta Kothari
  • [gnome-control-center] Updated Kannada Translation, Shankar Prasad
  • [gnome-session] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [eog] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [pitivi/ges] Add clipmediaprops to POTFILES.in, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] Cleanup the translatable strings in project settings, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] Set a better default height for the render dialog, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] Refactor the clip media properties code, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] Allow copying a clip's properties to project settings, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [caribou] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [cogl] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [sushi] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-search-tool] Created tag 3.4.0, Matthias Clasen
  • [gnome-search-tool] 3.4.0, Matthias Clasen
  • [gnome-icon-theme-symbolic] Created tag 3.4.0, Matthias Clasen
  • [gnome-icon-theme-symbolic] 3.4.0, Matthias Clasen
  • [gdm] display: fix autologin, Ray Strode
  • [gnome-bluetooth] Bump version, Matthias Clasen
  • [gnome-bluetooth] Created tag 3.4.0, Matthias Clasen
  • [gnome-bluetooth] 3.4.0, Matthias Clasen
  • [devhelp] Bump version, Matthias Clasen
  • [devhelp] Created tag 3.4.0, Matthias Clasen
  • [devhelp] 3.4.0, Matthias Clasen
  • [caribou] Version bump, Matthias Clasen
  • [caribou] Created tag 0.4.2, Matthias Clasen
  • [caribou] 0.4.2, Matthias Clasen
  • [gegl] buffer: add fast path for nearest neighbour in gegl_buffer_sample, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gsettings-desktop-schemas] Created tag 3.4.0, Matthias Clasen
  • [gsettings-desktop-schemas] Bump version, Matthias Clasen
  • [gsettings-desktop-schemas] 3.4.0, Matthias Clasen
  • [gegl] Deleted branch soc-2011-ops, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [jhbuild] Use libcroco 0.6.5, Matthias Clasen
  • [libnotify] Created tag 0.7.5, Matthias Clasen
  • [libnotify] Bump version, Matthias Clasen
  • [libnotify] 0.7.5, Matthias Clasen
  • [notification-daemon] Created tag 0.7.4, Matthias Clasen
  • [notification-daemon] Bump version, Matthias Clasen
  • [notification-daemon] 0.7.4, Matthias Clasen
  • [pango] Created tag 1.30.0, Matthias Clasen
  • [pango] 1.30.0, Matthias Clasen
  • [jhbuild] Use dconf from git, Matthias Clasen
  • [libgda] Added UML diagrams to classes and Record class documentation, Daniel Espinosa Ortiz
  • [libgda] Added introduction to GdaData interfaces, Daniel Espinosa Ortiz
  • [gimp/goat-invasion] app: remove legacy includes from blend, Michael Natterer
  • [gnac/devel] Code refactoring, =?utf-8?q?Beno=C3=AEt_Dupasquier?=
  • [gimp/goat-invasion] app: remove the global dist_buffer variable and pass it around locally, Michael Natterer
  • [gnome-user-docs] Created tag 3.4.0, Shaun McCance
  • [gnome-user-docs] Version 3.4.0, Shaun McCance
  • [gimp/goat-invasion] app: port the rest of the shapeburst blend logic to GEGL, Michael Natterer
  • [gegl] buffer: permit gegl_buffer_sample with NULL format, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] ops: move plasma out of workshop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] ops: rename gegl:spread to gegl:noise-spread, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] ops: move noise-spread out of workshop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gcompris] minor: fixed our internal gnuchess to compile with recent GCC (4.6)., Bruno Coudoin
  • [gegl] ops: move posterize out of workshop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] ops: move color-to-alpha from workshop to common, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] ops: moved waves and ripple out of workshop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [libgda] Added doc for GdaData.Record iteration over fields, Daniel Espinosa Ortiz
  • [libgda] Added documentation for GdaData.Record class., Daniel Espinosa Ortiz
  • [gimp/goat-invasion] app: add GimpOperationShapeburst to calculate the distance map for blend, Michael Natterer
  • [gnome-system-monitor] Created tag GNOME_SYSTEM_MONITOR_3_4_0, =?utf-8?q?Chris_K=C3=BChl?=
  • [gnome-system-monitor/gnome-3-4] Release: 3.4.0, =?utf-8?q?Chris_K=C3=BChl?=
  • [gnome-user-docs] Fixing validity errors in po files, Shaun McCance
  • [gegl] ops: moved polar-coordinates from workshop to common, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] workshop: remove kuwhara-min and kuwahara-max, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] workshop/lens-distortion: use cubic interpolation, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [accerciser] Marked as 3.5.1pre, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [gnome-screensaver] Created tag 3.4.0, Ray Strode
  • [rhythmbox] rearrange dbus interface xml to shut intltool up, Jonathan Matthew
  • [gnome-screensaver] NEWS: update, Ray Strode
  • [gnome-screensaver] configure: bump to 3.4.0, Ray Strode
  • [anjuta-extras] Created tag ANJUTA_EXTRAS_3_4_0, James Liggett
  • [anjuta-extras] Updated files for 3.4.0 release, James Liggett
  • [epiphany] Review translation, Khaled Hosny
  • [epiphany/gnome-3-4] Review translation, Khaled Hosny
  • [accerciser/gnome-3-4] Marked as 3.4.1pre, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [gdm] Created tag 3.4.0, Ray Strode
  • [gdm] configure: bump to 3.4.0, Ray Strode
  • [accerciser] Created branch gnome-3-4, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [accerciser] Created tag ACCERCISER_3_4_0, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [accerciser] Prep for v3.4.0, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [cantarell-fonts] prepare for release, Jakub Steiner
  • [cantarell-fonts] Created tag 0.0.8, Jakub Steiner
  • [gnome-games] Created branch gnome-3-4, Jason Clinton
  • [gnome-games] Created tag GNOME_GAMES_3_4_0, Jason Clinton
  • [gcalctool] Created tag GCALCTOOL_6_4_0, Robert Ancell
  • [gcalctool] Releasing 6.4.0, Robert Ancell
  • [gnome-games] gnome-games 3.4.0, Jason Clinton
  • [gimp/goat-invasion] app: add place holder splash for goat invasion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [ekiga] Simplify toolbox code, Eugen Dedu
  • [folks] Post-release version bump, Philip Withnall
  • [folks] Created tag FOLKS_0_6_8, Philip Withnall
  • [folks] Release version 0.6.8, Philip Withnall
  • [folks] telepathy: Add a couple of debug messages, Philip Withnall
  • [folks] tests: Fix potential match tests in Tracker backend, Philip Withnall
  • [folks] eds: Remove Vala 0.14 code from EDS backend, Philip Withnall
  • [folks] libsocialweb: Fix the tests to work with libsocialweb 0.25.20, Philip Withnall
  • [folks] telepathy: Handle null account managers, Philip Withnall
  • [damned-lies] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gcalctool] [l10n] Updated Catalan documentation, Gil Forcada Codinachs
  • [glade-web] Fixed news, Juan Pablo Ugarte
  • [glade-web] Added news about 3.8.2 and 3.12 releases, Juan Pablo Ugarte
  • [release-notes/gnome-3-4] Updated Danish translation, Kenneth Nielsen
  • [gnome-documents] Created tag 0.4.0.1, Cosimo Cecchi
  • [gnome-documents] release: prepare for 0.4.0.1, Cosimo Cecchi
  • [gnome-documents] list-view: make sure zero is parsed as a float, Cosimo Cecchi
  • [gimp/goat-invasion] app: remove some obsolete legacy includes from gimpdrawable.c, Michael Natterer
  • [gnome-boxes/3.5.x] Sane default sound & video devices for unknown OSs, Zeeshan Ali Khattak
  • [gimp/goat-invasion] app: better GEGL code in gimp_layer_create_mask(), Michael Natterer
  • [gimp/goat-invasion] app: clean up includes in filters-commands.c, Michael Natterer
  • [glade] Created tag GLADE_3_12_0, Juan Pablo Ugarte
  • [glade/glade-3-12] Rolling 3.12.0, Juan Pablo Ugarte
  • [gnome-shell/wip/screen-shield: 3/3] Change from St.Group to St.Widget, Marina Zhurakhinskaya
  • [gnome-shell/wip/screen-shield: 2/3] lightbox: make sure this.shown set to false when start showing, Marina Zhurakhinskaya
  • [gnome-shell/wip/screen-shield: 1/3] screenShield: add initial functionality, Marina Zhurakhinskaya
  • [gnome-shell] (3 commits) Created branch wip/screen-shield, Marina Zhurakhinskaya
  • [gnome-shell] Deleted branch wip/screen-shield, Marina Zhurakhinskaya
  • [gimp/goat-invasion] .gitignore: add *~, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: add infrastructure to invoke GEGL filters from a menu item, Michael Natterer
  • [at-spi2-core] Created tag AT_SPI2_CORE_2_4_0, Mike Gorse
  • [at-spi2-core] Release v2.4.0, Mike Gorse
  • [at-spi2-atk] Created tag AT_SPI2_ATK_2_4_0, Mike Gorse
  • [at-spi2-atk] Release v2.4.0, Mike Gorse
  • [evolution/webkit] Port Itip formatter to HTML, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Fix some memory leaks, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Fix crash when free'ing EMFormatPURI, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Change bind_func slightly, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gedit-latex] Created tag 3.4.0, Ignacio Casal Quinteiro
  • [gedit-latex] Release 3.4.0, Ignacio Casal Quinteiro
  • [epiphany-extensions] Created tag 3.4.0, Diego Escalante Urrelo
  • [epiphany-extensions] [release] 3.4.0, Diego Escalante Urrelo
  • [baobab] Created tag 3.4.0, Paolo Borelli
  • [baobab] Release 3.4.0, Paolo Borelli
  • [mutter] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [eog-plugins] Created tag 3.4.0, Felix Riemann
  • [eog-plugins] Prepare for release 3.4.0, Felix Riemann
  • [pyatspi2] Created tag PYATSPI_2_4_0, Mike Gorse
  • [yelp-tools] yelp.m4: Unbreak dist when using the LINGUAS envar (again), Shaun McCance
  • [pyatspi2] Release as v2.4.0, Mike Gorse
  • [yelp-tools] Created tag 3.4.0, Shaun McCance
  • [cheese/gnome-3-4] Post-release version bump to 3.4.1, David King
  • [yelp-tools] Version 3.4.0, Shaun McCance
  • [glade] Created tag GLADE_3_8_2, Juan Pablo Ugarte
  • [cheese] Post-release version bump to 3.5.1, David King
  • [cheese] Created branch gnome-3-4, David King
  • [epiphany] epiphany.h.in: remove ephy-history mention, Diego Escalante Urrelo
  • [cheese] Created tag 3.4.0, David King
  • [cheese] Update NEWS for 3.4.0 release, David King
  • [cheese] Fix Telugu help translation, David King
  • [epiphany/gnome-3-4] epiphany.h.in: remove ephy-history mention, Diego Escalante Urrelo
  • [glade/glade-3-8] Rolling version 3.8.2, Juan Pablo Ugarte
  • [eog] Created tag 3.4.0, Felix Riemann
  • [eog] Prepare for release 3.4.0, Felix Riemann
  • [metacity] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [libpeas] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [libgda] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [hamster-applet] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gvfs] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [ghex] Created tag 3.4.0, Kalev Lember
  • [ghex] Release 3.4.0, Kalev Lember
  • [vino/gnome-3-4] Post-release version bump to 3.4.1, David King
  • [vino] Post-release version bump to 3.5.1, David King
  • [gnomeweb-wml] Update ephy screenshot, Claudio Saavedra
  • [vinagre/gnome-3-4] Post-release version bump to 3.4.1, David King
  • [vinagre] Post-release version bump to 3.5.1, David King
  • [vinagre] Created branch gnome-3-4, David King
  • [vinagre] Created tag 3.4.0, David King
  • [gucharmap] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [vinagre] Update NEWS for 3.4.0 release, David King
  • [file-roller] Created tag 3.4.0, Paolo Bacchilega
  • [file-roller] updated for version 3.4.0, Paolo Bacchilega
  • [vino] Created tag 3.4.0, David King
  • [gtksourceview] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [glom] Dialog_Import_CSV_Progress: Fix a typo., Murray Cumming
  • [libsoup] Created tag LIBSOUP_2_38_0, Dan Winship
  • [libsoup] 2.38.0, Dan Winship
  • [libsoup] gtk-doc fixes, Dan Winship
  • [gtkmm] Deprecate some API that is deprecated in the C API., Murray Cumming
  • [gtkmm-documentation] Fix the --enable-warnings=fatal build with latest gtkmm., Murray Cumming
  • [vino] Created branch gnome-3-4, David King
  • [vino] Update NEWS for 3.4.0 release, David King
  • [gnumeric] ods: leak fix., Morten Welinder
  • [release-notes/gnome-3-4] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [gnome-user-docs] disk: Removed broken xref caused by stubbing, Shaun McCance
  • [gnome-video-effects] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-user-docs] documents: Fixed incorrect xref/href confusion, Shaun McCance
  • [foundation-web] elections/2012: The address of the list of members changed, Tobias Mueller
  • [gnome-terminal/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [brasero] Created branch gnome-3-4, David King
  • [brasero] Created tag BRASERO_3_4_0, David King
  • [brasero] Bump NEWS to 3.4.0, David King
  • [brasero] Bump version to 3.4.0, David King
  • [release-notes/gnome-3-4] Added de to DOC_LINGUAS, Christian Kirbach
  • [gnome-system-monitor/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [valadoc] libvaladoc: Fix typo in ValadocDocumentationScanner, Florian Brosch
  • [valadoc] libvaladoc: documentation fixes, Florian Brosch
  • [valadoc] libvala: Add support for libvala-0.16, Florian Brosch
  • [release-notes/gnome-3-4] Updated German translation, Christian Kirbach
  • [libgnomekbd] Preparing 3.4.0.2, Sergey V . Udaltsov
  • [gnome-session] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [nautilus] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-user-docs] Updated Latvian translation., Peteris Krisjanis
  • [yelp] Created tag 3.4.0, Shaun McCance
  • [yelp] Version 3.4.0, Shaun McCance
  • [gcalctool] Updated Latvian translation., Peteris Krisjanis
  • [libgnomekbd] Fix up split_items usage, Sergey V . Udaltsov
  • [vinagre] Updated Latvian translation., Peteris Krisjanis
  • [gegl] debug: fix opencl debug filter, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gthumb/gthumb-2-14] fixed help button in preferences window, bug 671290, Michael J . Chudobiak
  • [glib-networking] Created tag 2.32.0, Dan Winship
  • [glib-networking] 2.32.0, Dan Winship
  • [gnome-contacts] Created tag 3.4.0, Alexander Larsson
  • [gimp/goat-invasion] app: factor out the "Apply GEGL Operation" functionality from GimpGeglTool, Michael Natterer
  • [gnome-contacts] Bump version to 3.4, Alexander Larsson
  • [anjuta/gnome-3-4] Post release version bump, Johannes Schmid
  • [anjuta] Post release version bump, Johannes Schmid
  • [anjuta] Created branch gnome-3-4, Johannes Schmid
  • [gdl] Post release version bump, Johannes Schmid
  • [gdl/gnome-3-4] Post release version bump, Johannes Schmid
  • [gdl] Created branch gnome-3-4, Johannes Schmid
  • [evolution] Typo fix., Matthew Barnes
  • [gdl] Created tag GDL_3_4_0, Johannes Schmid
  • [evolution/gnome-3-4] Typo fix., Matthew Barnes
  • [gnome-devel-docs] Created tag 3.4.0, Shaun McCance
  • [gnome-devel-docs] Version 3.4.0, Shaun McCance
  • [baobab] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [evolution/gnome-3-4] Require gnome-doc-utils >= 0.20.10., Matthew Barnes
  • [atk] Created branch gnome-3-4, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [evolution/gnome-3-4] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evolution] Require gnome-doc-utils >= 0.20.10., Matthew Barnes
  • [gthumb/gthumb-2-14] removed useless and potentially dangerous strncpy, Paolo Bacchilega
  • [atk] Created tag ATK_2_4_0, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [atk] Release 2.4.0, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [folks] i18n: Update British English translation, Philip Withnall
  • [gedit] Updated German translation, Christian Kirbach
  • [folks] telepathy: Fix weak_unref() warnings, Philip Withnall
  • [evolution] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gedit] Created tag 3.4.0, Paolo Borelli
  • [gthumb] use the 3 dots unicode character instead of 3 dots, Paolo Bacchilega
  • [gthumb] removed useless and potentially dangerous strncpy, Paolo Bacchilega
  • [gedit] Release 3.4.0, Paolo Borelli
  • [ghex] Add HACKING file describing how to build and run ghex from git, Kalev Lember
  • [gnome-boxes/3.5.x] Mark a user-visible string for translation, Zeeshan Ali Khattak
  • [gnome-boxes/3.5.x] express,fedora: Require password for Fedora, Zeeshan Ali Khattak
  • [gnome-shell] Created tag 3.4.0, Owen Taylor
  • [gnome-shell] Bump version to 3.4.0, Owen Taylor
  • [mutter] Created tag 3.4.0, Owen Taylor
  • [mutter] Bump version to 3.4.0, Owen Taylor
  • [mutter] Fix uninstalling default.so, Owen Taylor
  • [gnome-doc-utils] Created tag 0.20.10, Shaun McCance
  • [gnome-doc-utils] Version 0.20.10, Shaun McCance
  • [accerciser] Uploaded Ukranian, Daniel Korostil
  • [folks] i18n: Add a missing file to POTFILES.in, Philip Withnall
  • [libgweather] configure.ac: Use upstream gettext instead the glib one, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [folks] docs: Various documentation fixes, Philip Withnall
  • [evolution-ews] Bug #672448 memory corruption related and other issues, Punit Jain
  • [gdl] Uploaded Ukranian, Daniel Korostil
  • [devhelp] Uploaded Ukranian, Daniel Korostil
  • [gedit-plugins] Created tag 3.4.0, Ignacio Casal Quinteiro
  • [aisleriot] build: Do not dist generated files, Christian Persch
  • [gedit-plugins] Release 3.4.0, Ignacio Casal Quinteiro
  • [aisleriot/gnome-3-4] Version 3.4.0.1, Christian Persch
  • [aisleriot] Created tag 3.4.0.1, Christian Persch
  • [aisleriot/gnome-3-4] build: Do not dist generated files, Christian Persch
  • [gimp] app: update to new GEGL API in cage tool, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [aisleriot/gnome-3-2] Version 3.2.3.1, Christian Persch
  • [aisleriot] Created tag 3.2.3.1, Christian Persch
  • [aisleriot/gnome-3-2] build: Do not dist generated files, Christian Persch
  • [yelp-xsl] Created tag 3.4.0, Shaun McCance
  • [yelp-xsl] Version 3.4.0, Shaun McCance
  • [libgweather] build> intltool 0.50 properly support gsetting schemas, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-share] Updated Arabic translation, Khaled Hosny
  • [gedit-collaboration] Created tag 3.4.0, Ignacio Casal Quinteiro
  • [gedit-collaboration] Release 3.4.0, Ignacio Casal Quinteiro
  • [gimp/goat-invasion] app: factor out gimp_gegl_config_proxy_sync() from GimpGeglTool, Michael Natterer
  • [gtkmm] StyleContext: Added list_classes() and get_parent()., Murray Cumming
  • [gtkmm] Fix previous commit, Murray Cumming
  • [gnome-control-center/gnome-3-4] trivial: Post release version bump, Richard Hughes
  • [gnome-control-center] trivial: Post branch version bump, Richard Hughes
  • [gnome-control-center] Created branch gnome-3-4, Richard Hughes
  • [aisleriot/gnome-3-4] Uploaded Ukranian, Daniel Korostil
  • [gnome-keyring] Updated Arabic translation, Khaled Hosny
  • [tomboy] Created branch gnome-3-4, Aaron Borden
  • [tomboy] Created tag 1.10.0, Aaron Borden
  • [tomboy] Bump version to 1.11.1, Aaron Borden
  • [tomboy] Update NEWS for 1.10.0, Aaron Borden
  • [tomboy] Bump version to 1.10.0, Aaron Borden
  • [gtksourceview] Created tag 3.4.0, Ignacio Casal Quinteiro
  • [gtksourceview] Release 3.4.0, Ignacio Casal Quinteiro
  • [gtkmm] Printer: Added accepts_pdf() and accepts_ps()., Murray Cumming
  • [gegl] buffer: add abyss policy to cl iterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] buffer: add abyss policy to iterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: adapt to API changes in gegl_buffer_iterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtkmm] Settings: Wrap several new properties., Murray Cumming
  • [gtkmm] ScrolledWindow: Wrapped some new methods and a property., Murray Cumming
  • [gegl] property-types: don't comment out default value handling in GeglParamSpecColor, Michael Natterer
  • [gnome-user-docs] [l10n] fix Japanese typos, Jiro Matsuzawa
  • [gimp/goat-invasion] app: factor out the creation of GeglOperation config proxy objects, Michael Natterer
  • [gthumb] selections: fixed reordering of files, Paolo Bacchilega
  • [gthumb] fixed possible crash after closing the context menu in the folder tree, Paolo Bacchilega
  • [gimp/goat-invasion] app: more gegl_buffer_iterator_new() updates, Michael Natterer
  • [gnome-control-center] 3.4.0, Richard Hughes
  • [gnome-control-center] Fix a crash in the network panel by disconnecting idle sources, Richard Hughes
  • [gnome-control-center] Created tag GNOME_CONTROL_CENTER_3_4_0, Richard Hughes
  • [foundation-web] elections/2012: Renaming links to the new web scheme, Tobias Mueller
  • [foundation-web] elections/2012: Fixed a syntax error in mkical.py, Tobias Mueller
  • [foundation-web] elections/2012: voting instructions updated, Tobias Mueller
  • [foundation-web] elections/2012: Made the candidate list a proper HTML list, Tobias Mueller
  • [foundation-web] htaccess: linked to the election rules for elections/2012, Tobias Mueller
  • [foundation-web] elections/2012: Fixed up dates and links in voting instructions, Tobias Mueller
  • [foundation-web] elections/2012: Fixed up the links to not link to 2011 elections, Tobias Mueller
  • [foundation-web] Added files for election 2012, Tobias Mueller
  • [gitg] Added Korean translation, Changwoo Ryu
  • [gnome-backgrounds] Update version number and NEWS for 3.4.0, Thomas Wood
  • [gtkmm] Add an _IGNORE()., Murray Cumming
  • [seahorse] key-manager: remove scrolled window container border, Cosimo Cecchi
  • [gnome-boxes] Updated Korean translation, Changwoo Ryu
  • [gtkmm] TreeView: Add get_n_columns()., Murray Cumming
  • [gtkmm] MenuItem, MenuShell: Add signals., Murray Cumming
  • [gnome-system-monitor/gnome-3-4] Updated Korean translation, Changwoo Ryu
  • [epiphany] download-widget: use the "linked" style class, Cosimo Cecchi
  • [vala] Created tag 0.16.0, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [vala] Release 0.16.0, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [gtkmm] Gdk::Display: Deprecate the set_double_click_[time|distance]() methods., Kjell Ahlstedt
  • [gtkmm] Gtk::Button: Deprecate the activate signal., Kjell Ahlstedt
  • [gnome-session] Updated Korean translation, Changwoo Ryu
  • [gnome-doc-utils] gnome-doc-utils.make: Fix too-many-args problems, #672826, Shaun McCance
  • [gegl] ff-save: s/guess_format/av_guess_format/, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] make API of gegl_buffer_iterator more consistent, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: update with GEGL iterator API changes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] make ff-save compile again with newer ffmpeg, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [totem] Updated Korean translation, Changwoo Ryu
  • [gnome-settings-daemon/gnome-3-4] trivial: Post release version bump, Richard Hughes
  • [gnome-settings-daemon] trivial: Post branch version bump, Richard Hughes
  • [evolution] Bug 670609 - Delete /data/evolution.mime, Matthew Barnes
  • [gnome-settings-daemon] Created branch gnome-3-4, Richard Hughes
  • [gnome-settings-daemon] 3.4.0, Richard Hughes
  • [gnome-settings-daemon] Created tag GNOME_SETTINGS_DAEMON_3_4_0, Richard Hughes
  • [vala] glib-2.0: Add g_dir_make_tmp binding, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [gtkhtml] Bug 671434 - GtkhtmlEditor does not use the primary toolbar style, Matthew Barnes
  • [gtk+] Update Czech translation, =?utf-8?b?UGV0ciBLb3bDocWZ?=
  • [nemiver/monitor-variable: 4/4] Fix style and comments, Dodji Seketeli
  • [nemiver/monitor-variable: 3/4] Update sub-variables of the one we are looking at, Dodji Seketeli
  • [nemiver/monitor-variable: 2/4] Add logging for variables in the monitor, Dodji Seketeli
  • [nemiver/monitor-variable: 1/4] Initial import of variable monitor work, Dodji Seketeli
  • [nemiver] (4 commits) Created branch monitor-variable, Dodji Seketeli
  • [nemiver] Deleted branch monitor-variable, Dodji Seketeli
  • [epiphany] configure.ac: bump version to 3.5.0, Xan Lopez
  • [epiphany] Created tag 3.4.0, Xan Lopez
  • [epiphany/gnome-3-4] [release] 3.4.0, Xan Lopez
  • [epiphany] Created branch gnome-3-4, Xan Lopez
  • [librsvg] build: Remove obsolete file, Christian Persch
  • [evolution] Bug 671874: autocontacts.gschema: GAIM is called Pidgin now, Matthew Barnes
  • [gtk+] Updated Swedish translation, Daniel Nylander
  • [evolution-data-server] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [rygel] playbin: Notify duration change only once, Jens Georg
  • [rygel] media-export: Map proper UPnP class everywhere, Jens Georg
  • [rygel] core: Port signal handling to GLib 2.30 API, Jens Georg
  • [rygel] core: Use Soup to parse byte ranges, Jens Georg
  • [rygel] build: Re-enable strict vala compiler, Jens Georg
  • [rygel] core: Switch to new GMutex/GCond API., Jens Georg
  • [rygel] all: Adapt to new vapis, Jens Georg
  • [rygel] Fix previous NEWS entry, Jens Georg
  • [nautilus] Created tag 3.4.0, Cosimo Cecchi
  • [nautilus] release: prepare for 3.4.0, Cosimo Cecchi
  • [gthumb] location dialog: reload the list after an invalid location has been entered, Paolo Bacchilega
  • [gthumb] location dialog: do not crash if the file name is not set, Paolo Bacchilega
  • [gthumb] selection: set the file name as well, Paolo Bacchilega
  • [gthumb] selections: return an error if the selection number is invalid, Paolo Bacchilega
  • [pygobject] Bump version to 3.3.1, Martin Pitt
  • [gnome-shell] screenshot: Ensure that ShellScreenshot stays alive until the callback, Jasper St . Pierre
  • [gnome-shell] screenshot: Remove harmful empty finalizer, Jasper St . Pierre
  • [pygobject] Update .gitignore, Martin Pitt
  • [transmageddon/gtk3] Move over new translations from master, Christian Fredrik Kalager Schaller
  • [evolution-data-server] Updated Swedish translation, Daniel Nylander
  • [network-manager-applet] more translation and review, Praveen Arimbrathodiyil
  • [evolution-data-server/gnome-3-4] Bug #672258 - Error while moving messages in local folders, Milan Crha
  • [evolution-data-server] Bug #672258 - Error while moving messages in local folders, Milan Crha
  • [pygobject] Fix "distcheck" and tests with out-of-tree builds, Martin Pitt
  • [pygobject/pygobject-3-2] Release 3.2.0, Martin Pitt
  • [evolution-kolab/EDS_IMAPX_nobuild] updated IMAPX files as of EDS commit 891f5b4cf7a680135af907027ba82150cad777c8, Christian Hilberg
  • [evolution-kolab/ek-wip-porting-imapx] (78 commits) ...IMAPX: updated VERSIONS file to new upstream E-D-S commit 891f5b4cf7a680135af907027ba82150cad777c8, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (4 commits) ...IMAPX: updated VERSIONS file to new upstream E-D-S commit 891f5b4cf7a680135af907027ba82150cad777c8, Christian Hilberg
  • [evolution-kolab] Created tag EVOLUTION_KOLAB_3_4_0, Christian Hilberg
  • [evolution-kolab] Created tag EVOLUTION_DATA_SERVER_3_4_0, Christian Hilberg
  • [evolution-kolab: 8/8] NEWS update for 3.4.0 release, Christian Hilberg
  • [evolution-kolab: 7/8] IMAPX: updated VERSIONS file to new upstream E-D-S commit 891f5b4cf7a680135af907027ba82150cad777c8, Christian Hilberg
  • [evolution-data-server/gnome-3-4] Bug #671172 - camel: smtp: Make EHLO keywords check case insensitive, Milan Crha
  • [evolution-kolab: 6/8] CamelIMAPXExtdServer: fixed CamelIMAPX{Command, Job} handling, Christian Hilberg
  • [evolution-kolab: 5/8] Merge branch 'EDS_IMAPX_nobuild' into ek-wip-porting-imapx, Christian Hilberg
  • [evolution-kolab: 4/8] updated IMAPX files as of EDS commit 891f5b4cf7a680135af907027ba82150cad777c8, Christian Hilberg
  • [evolution-kolab] (8 commits) ...NEWS update for 3.4.0 release, Christian Hilberg
  • [evolution-data-server] Bug #671172 - camel: smtp: Make EHLO keywords check case insensitive, Milan Crha
  • [evolution-data-server/gnome-3-4] Bug #670470 - Do not force password for IMAPx connection, Milan Crha
  • [evolution] Bug 671876 - Improve schema descriptions for mail-notification keys, Matthew Barnes
  • [evolution-data-server] Bug #670470 - Do not force password for IMAPx connection, Milan Crha
  • [nautilus] view: ensure we show "Open with..." entries for folders, Cosimo Cecchi
  • [evolution] Bug #668976 - Capplet settings depends on local etable, Milan Crha
  • [totem] main: Don't handle Ctrl+Space, Bastien Nocera
  • [gnumeric] Map TRUE->TRUE() and FALSE->FALSE on ODF export, Andreas J . Guelzow
  • [rygel/rygel-0-14] Prepare 0.14.0, Jens Georg
  • [rygel/rygel-0-14] Fix previous NEWS entry, Jens Georg
  • [rygel/rygel-0-14] Updated Czech translation, Jens Georg
  • [rygel/rygel-0-14] Updated Galician translations, Jens Georg
  • [rygel] Created tag RYGEL_0_14_0, Jens Georg
  • [rygel/rygel-0-14] Updated Swedish translation, Jens Georg
  • [rygel/rygel-0-14] [l10n] Update Japanese translation, Jens Georg
  • [evolution] Bug #593450 - attachment-reminder-plugin: minor tweak to configuration tab, Milan Crha
  • [evolution] Bug #593449 - custom-header-plugin: minor tweak to configuration tab, Milan Crha
  • [seahorse-sharing] Created tag 3.4.0, Stefan Walter
  • [seahorse-sharing] Release 3.4.0, Stefan Walter
  • [evolution] Bug #593444 - templates-plugin: minor tweak to configuration tab, Milan Crha
  • [gtk-web] download/linux.php: Current GTK+ version is 3.4, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [seahorse-nautilus] Created tag 3.4.0, Stefan Walter
  • [seahorse-nautilus] Release 3.4.0, Stefan Walter
  • [tomboy: 2/2] Merge branch 'bgo#672482', Jared L Jennings
  • [tomboy: 1/2] Addresses Bug 672482 - After crashing Tomboy does not remember open notes, Jared L Jennings
  • [tomboy] (2 commits) ...Merge branch 'bgo#672482', Jared L Jennings
  • [gegl] tests: update pixelise test with API changes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] pixelize: rename properties, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-online-accounts] Created tag 3.4.0, Debarshi Ray
  • [gnome-online-accounts/gnome-3-4] Prepare 3.4.0, Debarshi Ray
  • [gnome-packagekit/gnome-3-4] trivial: Post release version bump, Richard Hughes
  • [gnumeric] In ODF import map TRUE()->TRUE and FALSE()->FALSE, Andreas J . Guelzow
  • [gnome-packagekit] trivial: Post branch version bump, Richard Hughes
  • [gnome-packagekit] Created branch gnome-3-4, Richard Hughes
  • [gnome-documents] Created tag 0.4.0, Cosimo Cecchi
  • [gnome-documents] release: prepare for 0.4.0, Cosimo Cecchi
  • [gnome-packagekit] Release version 3.4.0, Richard Hughes
  • [gnome-packagekit] Created tag GNOME_PACKAGEKIT_3_4_0, Richard Hughes
  • [gvfs] Created tag 1.12.0, Tomas Bzatek
  • [gvfs] Update NEWS for 1.12.0 release, Tomas Bzatek
  • [orca] Created branch gnome-3-4, Joanmarie Diggs
  • [orca] Marking as v3.4.1pre, Joanmarie Diggs
  • [dconf] Start new unstable series (bump version to 0.13.0), Ryan Lortie
  • [orca] Created tag ORCA_3_4_0, Joanmarie Diggs
  • [dconf] Created tag 0.12.0, Ryan Lortie
  • [dconf/dconf-0.12] dconf 0.12.0, Ryan Lortie
  • [dconf] Created branch dconf-0.12, Ryan Lortie
  • [orca] Prep for v3.4.0, Joanmarie Diggs
  • [evolution] Limit supported gweather to < 3.5., Matthew Barnes
  • [evolution-data-server] Limit supported gweather to < 3.5., Matthew Barnes
  • [gnome-color-manager/gnome-3-4] trivial: Post release version bump, Richard Hughes
  • [gnome-color-manager] trivial: Post branch version bump, Richard Hughes
  • [gnome-color-manager] Created branch gnome-3-4, Richard Hughes
  • [gnome-color-manager] Release version 3.4.0, Richard Hughes
  • [gnome-color-manager] Created tag GNOME_COLOR_MANAGER_3_4_0, Richard Hughes
  • [babl] palette: use INT_MAX instead of MAXINT, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [goffice] embedder: keep up with gnumeric., Morten Welinder
  • [gnumeric] embedder: typo, Morten Welinder
  • [gnome-disk-utility] Post-release version bump to 3.4.1, David Zeuthen
  • [gnome-disk-utility] Created tag 3.4.0, David Zeuthen
  • [gnome-disk-utility] Update version to 3.4.0, David Zeuthen
  • [glib] Updated Marathi Translations, Sandeep Shedmake
  • [gnome-power-manager/gnome-3-4] trivial: Post release version bump, Richard Hughes
  • [gnome-boxes] Created tag v3.4.0, Zeeshan Ali Khattak
  • [gnome-boxes] Release 3.4.0, Zeeshan Ali Khattak
  • [gnome-themes-standard] Created tag 3.4.0, Cosimo Cecchi
  • [gnome-themes-standard] release: prepare for 3.4.0, Cosimo Cecchi
  • [gnome-power-manager] trivial: Post branch version bump, Richard Hughes
  • [mousetweaks] Created branch gnome-3-4, Francesco Fumanti
  • [gtk+] Created tag 3.4.0, Matthias Clasen
  • [gnome-screenshot] Created tag 3.4.0, Cosimo Cecchi
  • [gnome-screenshot] release: prepare for 3.4.0, Cosimo Cecchi
  • [goffice] Use a fallback image when the actual image type is not supported., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [gnome-power-manager] Created branch gnome-3-4, Richard Hughes
  • [gnome-font-viewer] Created tag 3.4.0, Cosimo Cecchi
  • [gnome-font-viewer] release: prepare for 3.4.0, Cosimo Cecchi
  • [gnome-power-manager] GNOME Power Manager 3.4.0, Richard Hughes
  • [gnome-power-manager] Created tag GNOME_POWER_MANAGER_3_4_0, Richard Hughes
  • [mousetweaks] Created tag MOUSETWEAKS_3_4_0, Francesco Fumanti
  • [mousetweaks] Create release 3.4.0; pre-release increment included, Francesco Fumanti
  • [gnome-system-log] Created tag 3.4.0, Cosimo Cecchi
  • [gnome-system-log] release: prepare for 3.4.0, Cosimo Cecchi
  • [empathy] Created tag EMPATHY_3_4_0, Guillaume Desmottes
  • [empathy] release.py: update last_tag_pattern, Guillaume Desmottes
  • [empathy] prepare 3.4.0, Guillaume Desmottes
  • [gcompris] Updated Danish translation, Kenneth Nielsen
  • [seahorse] Created tag 3.4.0, Stefan Walter
  • [seahorse/gnome-3-4] Release 3.4.0, Stefan Walter
  • [evolution-data-server] Bug #658742 - Change EContact property description string, Milan Crha
  • [gimp/goat-invasion] app: properly sync the projection's tiles and their buffer, Michael Natterer
  • [glibmm] gmmproc: _WRAP_SIGNAL(): Mark deprecated signals in the _p.h and .cc files., Kjell Ahlstedt
  • [glibmm] gmmproc: _WRAP_PROPERTY(): Fix mixed-up deprecation and documentation., Kjell Ahlstedt
  • [gtk+] 3.4.0, Matthias Clasen
  • [gtk+] Add release note about scroll events, Matthias Clasen
  • [gtk+] Some updates to the installation instructions, Matthias Clasen
  • [gtk+] Update expected test output, Matthias Clasen
  • [gnome-disk-utility] Updated Odia Translation, Manoj Kumar Giri
  • [gimp/goat-invasion] app: use gegl_buffer_set_format() to "cast" a dest buffers format, Michael Natterer
  • [evolution-ews] Bug #659717 free busy not working, Punit Jain
  • [gnome-themes-standard] trivial: add a missing 'px', Cosimo Cecchi
  • [aisleriot/gnome-3-2] Post release version bump, Christian Persch
  • [aisleriot] Created tag 3.2.3, Christian Persch
  • [aisleriot/gnome-3-2] Version 3.2.3, Christian Persch
  • [glib] Updated Odia Translation, Manoj Kumar Giri
  • [aisleriot/gnome-3-4] Post release version bump, Christian Persch
  • [aisleriot] Created tag 3.4.0, Christian Persch
  • [aisleriot/gnome-3-4] Version 3.4.0, Christian Persch
  • [gnome-backgrounds] New translation for Xhosa (xh), Friedel Wolff
  • [gnome-terminal] Created tag 3.4.0.1, Christian Persch
  • [gnome-terminal/gnome-3-4] Version 3.4.0.1, Christian Persch
  • [gnome-keyring] Created tag 3.4.0, Stefan Walter
  • [gnome-keyring] Release version 3.4.0, Stefan Walter
  • [gnome-documents] Add Xhosa (xh) to LINGUAS, Friedel Wolff
  • [rhythmbox] get libxml2 libs/cflags directly from pkg-config rather than implicitly, Jonathan Matthew
  • [gucharmap] Created tag 3.4.0.1, Christian Persch
  • [gucharmap] Version 3.4.0.1, Christian Persch
  • [gimp] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [glib/glib-2-28] Revert "Updated Czech translation", =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [evolution-ews] Added Galician translations., =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [glib] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [glib/glib-2-28] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [epiphany] Created tag 3.2.2, Xan Lopez
  • [epiphany/gnome-3-2] [release] 3.2.2, Xan Lopez
  • [gucharmap] Post release version bump, Christian Persch
  • [gucharmap] Created tag 3.4.0, Christian Persch
  • [gucharmap] Version 3.4.0, Christian Persch
  • [gnomeweb-wml] Update Evolution download page for 3.4.0., Matthew Barnes
  • [gnome-shell] checkBox: Work around a height-for-width problem, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gnome-common] Version 3.4.0.1, Christian Persch
  • [gnome-common] Created tag 3.4.0.1, Christian Persch
  • [gnome-common] Post release version bump, Christian Persch
  • [gnome-common] Version 3.4.0, Christian Persch
  • [gnome-common] Created tag 3.4.0, Christian Persch
  • [gcr] Created tag 3.4.0, Stefan Walter
  • [gcr] Release 3.4.0, Stefan Walter
  • [gnome-terminal] Created tag 3.4.0, Christian Persch
  • [gnome-terminal/gnome-3-4] Post release version bump, Christian Persch
  • [gnome-terminal/gnome-3-4] build: Remove GNOME_COMPILE_WARNINGS, Christian Persch
  • [gnome-terminal/gnome-3-4] Version 3.4.0, Christian Persch
  • [gimp] fix German translation of "Linear" (#672847), Nils Philippsen
  • [drwright] Created tag 3.2.5, Christian Persch
  • [drwright] Post release version bump, Christian Persch
  • [drwright] Version 3.2.5, Christian Persch
  • [goffice] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [totem] main: Handle Clutter GTK failing to initialise, Bastien Nocera
  • [librsvg] Created tag 2.36.0, Christian Persch
  • [librsvg] Add some extra parentheses to fix GCC warnings, Christian Persch
  • [librsvg] Remove now unused or unneeded variables and functions, Christian Persch
  • [librsvg] build: Add more compiler warnings, Christian Persch
  • [librsvg] Post release version bump, Christian Persch
  • [librsvg] build: Fix distcheck, Christian Persch
  • [librsvg] Version 2.36.0, Christian Persch
  • [librsvg] Add forgotten return value in error case, Christian Persch
  • [librsvg] Fix variables that could be accessed uninitialized, Christian Persch
  • [librsvg] build: Also look for gdk-pixbuf-query-loaders-64, Christian Persch
  • [goffice] Fixed cropped images rendering., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [libgnome-keyring] Created tag 3.4.0, Stefan Walter
  • [libgnome-keyring] Release 3.4.0, Stefan Walter
  • [libcryptui] Created tag 3.4.0, Stefan Walter
  • [libcryptui] Release 3.4.0, Stefan Walter
  • [evince] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [almanah] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • =?utf-8?q?=5Bfolks=5D_Bug_660235_=E2=80=94_Consistent_signal_handlers_to_?= =?utf-8?q?a_terminal_would_be_cool?=, Philip Withnall
  • [folks] inspect: Move readline() loop into the GLib main loop, Philip Withnall
  • [libcroco] Created tag 0.6.5, Christian Persch
  • [libcroco] Post release version bump, Christian Persch
  • [libcroco] Version 0.6.5, Christian Persch
  • [eog] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [evolution-ews] Bug #672448 compiler warnings when flag is set to O2, Punit Jain
  • [seahorse/gnome-3-4] update Punjabi Translation, Amanpreet Singh Alam
  • [gedit-latex] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [epiphany] update Punjabi Translation, Amanpreet Singh Alam
  • [totem] update Punjabi Translation, Amanpreet Singh Alam
  • [evolution-ews] Bug #668555 Crash in ews_cal_sync_items_ready_cb, Punit Jain
  • [gnome-session] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-themes] Updated Gujarati Translations, Sweta Kothari
  • [gnome-session] Updated Gujarati Translations, Sweta Kothari
  • [gnome-dictionary] Post-release version bump to 3.4.1, Emmanuele Bassi
  • [gnome-dictionary] Created tag 3.4.0, Emmanuele Bassi
  • [gnome-dictionary] GNOME Dictionary 3.4.0 (stable), Emmanuele Bassi
  • [gnome-terminal/gnome-3-4] Updated Gujarati Translations, Sweta Kothari
  • [gvfs/gdbus: 17/17] gdbus: Make sure to build autogenerated sources first, Tomas Bzatek
  • [gvfs/gdbus: 16/17] gdbus: Publish metadata d-bus interface instrospection file, Tomas Bzatek
  • [gvfs/gdbus: 15/17] gdbus: Port metadata, Tomas Bzatek
  • [gvfs/gdbus: 14/17] gdbus: Don't generate object manager, it's unused, Tomas Bzatek
  • [gvfs/gdbus: 13/17] gdbus: Silence on_name_owner_appeared messages, Tomas Bzatek
  • [gvfs/gdbus: 12/17] gdbus: Don't warn if MountOp could not be found, Tomas Bzatek
  • [gvfs/gdbus: 11/17] gdbus: Restore method call timeouts, Tomas Bzatek
  • [gvfs/gdbus: 10/17] gdbus: Clean autogenerated files on `make clean`, Tomas Bzatek
  • [gvfs/gdbus: 9/17] gdbus: Don't handle method invocations in threads, Tomas Bzatek
  • [gvfs/gdbus: 8/17] gdbus: Strip unmapped GError quark strings, Tomas Bzatek
  • [gvfs/gdbus: 7/17] gdbus: Port GIO side of proxy volume monitor, Tomas Bzatek
  • [gvfs/gdbus: 6/17] gdbus: Suppose that g_bus_watch_name() never returns zero, Tomas Bzatek
  • [gvfs/gdbus: 5/17] gdbus: Use g_dbus_connection_emit_signal() for emitting signals to a specific owner, Tomas Bzatek
  • [gvfs/gdbus: 4/17] gdbus: Turn MountOp volume monitor methods on client side into signals, Tomas Bzatek
  • [gvfs/gdbus: 3/17] gdbus: Add locking for local lists, Tomas Bzatek
  • [gvfs/gdbus: 2/17] gdbus: Port GVfs side of proxy volume monitor, Tomas Bzatek
  • [gvfs/gdbus: 1/17] gdbus: Add remote volume monitor dbus interface file, Tomas Bzatek
  • [gvfs] (17 commits) Created branch gdbus, Tomas Bzatek
  • [gvfs] Deleted branch gdbus, Tomas Bzatek
  • [gdk-pixbuf] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [glib-networking] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gconf] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [mutter] stack: Fix crash when opening a full-screen window, Jasper St . Pierre
  • [gnome-system-monitor/gnome-3-4] Updated Gujarati Translations, Sweta Kothari
  • [atk] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [at-spi2-core] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [at-spi2-atk] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [folks] telepathy: Handle contact removals from groups, Philip Withnall
  • [gnome-games] Revert "Updated French doc translation", Bruno Brouard
  • [evince] Created tag 3.4.0, Carlos Garcia Campos
  • [evince] release: 3.4.0, Carlos Garcia Campos
  • [totem] Updated Gujarati Translations, Sweta Kothari
  • [gnome-system-monitor/gnome-3-4] Updated French doc translation, Bruno Brouard
  • [gnome-system-monitor] Updated French doc translation, Bruno Brouard
  • [latexila] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [evolution-data-server] Updated Marathi Translations, Sandeep Shedmake
  • [gnome-packagekit] Updated French doc translation, Bruno Brouard
  • [evince] configure: Fix scmclient detection when GDK targets contain more than one backend, Carlos Garcia Campos
  • =?utf-8?q?=5Bfolks=5D_Bug_670872_=E2=80=94_Should_be_less_sensitive_to_ac?= =?utf-8?q?centuated_chars?=, Philip Withnall
  • [folks] tests: Tidy up the tracker/match-name test a little, Philip Withnall
  • [file-roller] Updated French doc translation, Bruno Brouard
  • =?utf-8?q?=5Bfolks=5D_Bug_671900_=E2=80=94_Folks_should_not_suggest_linki?= =?utf-8?q?ng_contacts_from_telepathy-salut?=, Philip Withnall
  • [folks] core: Make PotentialMatch._inspect_im_addresses() private, Philip Withnall
  • [vinagre] Updated French doc translation, Bruno Brouard
  • [tomboy] Updated French doc translation, Bruno Brouard
  • [folks] telepathy: Handle TpProxy::invalidated signals in the Telepathy backend, Philip Withnall
  • [evolution-data-server] build: Add an --enable-code-coverage configure option to enable gcov support, Philip Withnall
  • [eog] Updated French doc translation, Bruno Brouard
  • [gnome-commander] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [empathy] Use the correct help: URI syntax, Guillaume Desmottes
  • [gnome-settings-daemon] Updated Lithuanian translation, =?utf-8?q?=C5=BDygimantas_Beru=C4=8Dka?=
  • [gnome-themes] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gcalctool] Updated French doc translation, Bruno Brouard
  • [gtk+] Revert "GtkMenuItem: Add since 3.2 tags for 2 signals.", Matthias Clasen
  • [gnome-system-tools] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-devel-docs] Updated French doc translation, Bruno Brouard
  • [evolution] User docs: Fix typo. Fixes bug #672764, Andre Klapper
  • [gtk-doc] Updated French doc translation, Bruno Brouard
  • [gucharmap] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [evince] Updated Gujarati Translations, Sweta Kothari
  • [empathy] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [evolution-data-server] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gtk+] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gnome-desktop/gnome-3-4: 2/2] release: post-release bump to 3.4.1, Vincent Untz
  • [gnome-desktop/gnome-3-4: 1/2] release: 3.4.0, Vincent Untz
  • [gnome-desktop] (2 commits) Created branch gnome-3-4, Vincent Untz
  • [gnome-desktop] Deleted branch gnome-3-4, Vincent Untz
  • [gnome-desktop/gnome-3-4] release: post-release bump to 3.4.1, Vincent Untz
  • [gnome-desktop/gnome-3-4] release: 3.4.0, Vincent Untz
  • [gnome-desktop] Created branch gnome-3-4, Vincent Untz
  • [gtk+] GtkMenuItem: Add since 3.2 tags for 2 signals., Murray Cumming
  • [gtk+] GtkColorChooser docs: Fix small typos., Murray Cumming
  • [gtk+] Docs: GtkApplication: Hint about GtkActionMap, Murray Cumming
  • [jhbuild] world-3.6: Add evolution-kolab, Andre Klapper
  • [gnome-panel] release: post-release bump to 3.4.1, Vincent Untz
  • [gnome-panel] Created tag 3.4.0, Vincent Untz
  • [gnome-panel] release: 3.4.0, Vincent Untz
  • [gnome-desktop] Created tag 3.4.0, Vincent Untz
  • [libwnck] Created tag 3.4.0, Vincent Untz
  • [libwnck] release: post-release bump to 3.4.1, Vincent Untz
  • [libwnck] release: 3.4.0, Vincent Untz
  • [gnome-desktop] gnome-rr: Add test tool to debug GnomeRR issues, Bastien Nocera
  • [mutter] Updated Gujarati Translations, Sweta Kothari
  • [gnome-menus] Created tag 3.4.0, Vincent Untz
  • [gnome-menus] release: post-release bump to 3.4.1, Vincent Untz
  • [gnome-menus] release: 3.4.0, Vincent Untz
  • [gtkmm] ComboBox: Add signal_format_entry_text()., Murray Cumming
  • [gcalctool] Updated Kannada Translation, Shankar Prasad
  • [f-spot] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [cheese] Updated Gujarati Translations, Sweta Kothari
  • [gnumeric] Register the image when importing from .xls. Fixes #672716 item 3., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [goffice] Fix pixbuf saving when cairo data has not been generated. [see #672716], =?utf-8?q?Jean_Br=C3=A9fort?=
  • [evolution-mapi/gnome-3-4] Post-release version bump, Milan Crha
  • [evolution-data-server] Updated Odia Translation, Manoj Kumar Giri
  • [gegl] Fix initialization warning, Mikael Magnusson
  • [gegl] Update some files to abyss api, Mikael Magnusson
  • [gtkmm] ColorChooser: Add add_palette., Murray Cumming
  • [gtkmm] Gtk::CellArea: Add foreach()., Murray Cumming
  • [gtkmm] Gdk::Device: Add list_axes()., Murray Cumming
  • [gtkmm] Gdk: Add AppLaunchContext., Murray Cumming
  • [gegl] gegl-buffer.h: align function prototypes, =?utf-8?q?Michael_Mur=C3=A9?=
  • [evolution-mapi] Created branch gnome-3-4, Milan Crha
  • [glibmm] Gio: Move AppLaunchContext into its own header file., Murray Cumming
  • [evolution-mapi] Created tag EVOLUTION_MAPI_3_4_0, Milan Crha
  • [evolution-mapi] NEWS update for 3.4.0, Milan Crha
  • [empathy] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [nautilus] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [network-manager-applet] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [totem] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gdm] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gnome-panel] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [metacity] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gnome-session] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gnome-screenshot] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gnome-desktop] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [baobab] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [libgdata] Malayalam translation updated by Anish, Praveen Arimbrathodiyil
  • [gnome-screensaver] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gnome-dictionary] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gnome-system-log] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [empathy] contact_widget_contact_update: check if widget_avatar is a chooser, Guillaume Desmottes
  • [libwnck] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [release-notes/gnome-3-4] Updated Arabic translation, Abderrahim Kitouni
  • [gedit] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [gnome-search-tool] Updated Crimean Tatar (Crimean Turkish) translation, =?utf-8?b?UmXFn2F0IFNhYsSxcQ==?=
  • [empathy] Update avatar chooser's account if EMPATHY_CONTACT_WIDGET_EDIT_ACCOUNT is not set, Guillaume Desmottes
  • [empathy] contact_widget_contact_update: change 'if else' block to a 'if' block inside the 'else', Guillaume Desmottes
  • [network-manager-applet] Updated Gujarati Translations, Sweta Kothari
  • [gnome-disk-utility] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [evolution-groupwise] Bump base version to 3.6., Matthew Barnes
  • [evolution-exchange] Bump base version to 3.6., Matthew Barnes
  • [evolution] Bump base version to 3.6., Matthew Barnes
  • [evolution-data-server] Bump base version to 3.6., Matthew Barnes
  • [evolution] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [totem/gnome-3-2] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [evolution-ews] Post-release version bump., Matthew Barnes
  • [evolution-ews/gnome-3-4] Post-release version bump., Matthew Barnes
  • [evolution-ews] Created branch gnome-3-4, Matthew Barnes
  • [glade-web] Glade 3.11.0 released, Juan Pablo Ugarte
  • [gegl] buffer: clean up docs for abyss policy in methods, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] buffer: add gegl_buffer_set_format:, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution-groupwise/gnome-3-4] Post-release version bump., Matthew Barnes
  • [evolution-groupwise] Created branch gnome-3-4, Matthew Barnes
  • [evolution-exchange/gnome-3-4] Post-release version bump., Matthew Barnes
  • [evolution-exchange] Created branch gnome-3-4, Matthew Barnes
  • [evolution/gnome-3-4] Post-release version bump., Matthew Barnes
  • [evolution] Created branch gnome-3-4, Matthew Barnes
  • [evolution-data-server/gnome-3-4] Post-release version bump., Matthew Barnes
  • [evolution-data-server] Created branch gnome-3-4, Matthew Barnes
  • [gtkhtml/gnome-3-4] Post-release version bump., Matthew Barnes
  • [gtkhtml] Created branch gnome-3-4, Matthew Barnes
  • [evolution-ews] Created tag EVOLUTION_EWS_3_4_0, Matthew Barnes
  • [evolution-ews] Created tag EVOLUTION_EWS_3_3_91, Matthew Barnes
  • [evolution-ews] NEWS update for 3.4.0 release., Matthew Barnes
  • [evolution-groupwise] Created tag EVOLUTION_GROUPWISE_3_4_0, Matthew Barnes
  • [evolution-groupwise] NEWS update for 3.4.0 release., Matthew Barnes
  • [evolution-exchange] Created tag EVOLUTION_EXCHANGE_3_4_0, Matthew Barnes
  • [evolution-exchange] NEWS update for 3.4.0 release., Matthew Barnes
  • [evolution] Created tag EVOLUTION_3_4_0, Matthew Barnes
  • [evolution] NEWS update for 3.4.0 release., Matthew Barnes
  • [evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_4_0, Matthew Barnes
  • [evolution-data-server] NEWS update for 3.4.0 release., Matthew Barnes
  • [gtkhtml] Created tag GTKHTML_4_4_0, Matthew Barnes
  • [gtkhtml] NEWS update for 4.4.0 release., Matthew Barnes
  • [gegl] tests: adapt to new API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] Expr: localize the code to simplify "if"., Morten Welinder
  • [gegl] gegl: fix gegl_abyss_get_type, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [almanah] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp] app: adapt to API changes in GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: adapt to API changes in GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] buffer: add abyss policy API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gdm] Updated Czech translation, =?utf-8?b?UGV0ciBLb3bDocWZ?=
  • [gvfs] Updated Czech translation, =?utf-8?b?UGV0ciBLb3bDocWZ?=
  • [gimp/goat-invasion] app: remove unused base/ includes, Michael Natterer
  • [gimp/goat-invasion] app: ask the buffer not the tile manager for its size, Michael Natterer
  • [gtk+] Updated Czech translation, =?utf-8?b?UGV0ciBLb3bDocWZ?=
  • [file-roller] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gimp] app: follow GEGL API changes, Michael Natterer
  • [evolution-data-server] CamelIMAPXServer: Prevent failed commands from starting new ones., Matthew Barnes
  • [evolution-data-server] CamelIMAPXServer: Rework some reference counting issues., Matthew Barnes
  • [evolution-data-server] CamelIMAPXCommand: Make the CamelIMAPXJob member private., Matthew Barnes
  • [evolution-data-server] imapx_command_fetch_message_done(): Avoid a refcount issue., Matthew Barnes
  • [evolution-data-server] CamelIMAPXCommand: Fill memory with a bit pattern before freeing., Matthew Barnes
  • [evolution-data-server] CamelIMAPXCommand: Add more runtime checks., Matthew Barnes
  • [evolution-data-server] CamelIMAPXJob: Fill memory with a bit pattern before freeing., Matthew Barnes
  • [evolution-data-server] CamelIMAPXJob: Add more runtime checks., Matthew Barnes
  • [libgnomekbd] Created tag libgnomekbd-3.4.0.1, Sergey V . Udaltsov
  • [gimp/goat-invasion] app: remove color_region(), Michael Natterer
  • [libgnomekbd] Making urgent 3.4.0.1 release, Sergey V . Udaltsov
  • [gimp/goat-invasion] app: remove obsolete include from gimpchannel.c, Michael Natterer
  • [gimp/goat-invasion] app: remove the TileValidateProc from gimp_channel_new_mask(), Michael Natterer
  • [gimp/goat-invasion] app: replace border_region() by GimpOperationBorder, Michael Natterer
  • [genius] Updated Romanian Translation, =?utf-8?q?Daniel_=C8=98erb=C4=83nescu?=
  • [libgnomekbd] Revert "config: plug minor leak", Sergey V . Udaltsov
  • [aisleriot] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [aisleriot] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [aisleriot/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [aisleriot/gnome-3-4] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [baobab] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [baobab] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [file-roller] [l10n] Minor cosmetic change on Catalan translation, Gil Forcada Codinachs
  • [file-roller] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [file-roller] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [pitivi/ges] viewer: Reset the pipeline to the previous position after trimming, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] viewer: Limit the live trim preview to one seek per 200 ms, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [glibmm] Correct the last ChangeLog entry., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [pitivi/ges] viewer: Clear the pipeline bus sync handler to set a new one, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] Catch signals in trimming handles and ask the viewer to preview, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] viewer: Preview the clips being trimmed, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges] utils/timeline: emit signals when trimming clips, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gimp/goat-invasion] app: replace fatten_region() by GimpOperationGrow, Michael Natterer
  • [almanah] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [pitivi] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [almanah] build: Post-release version bump, Philip Withnall
  • [almanah] Created tag V_0_9_0, Philip Withnall
  • [almanah] build: Release version 0.9.0, Philip Withnall
  • [almanah] build: Re-add MAINTAINERS file, Philip Withnall
  • [almanah] build: Update dependencies list in README, Philip Withnall
  • [almanah] l10n: Update British English translation, Philip Withnall
  • [almanah] core: Fix viewing results of import operations, Philip Withnall
  • [almanah] core: Fix text export, Philip Withnall
  • [almanah] core: Fix deserialisation of XML when searching entries, Philip Withnall
  • [almanah] core: Work around a GtkBuilder bug with more recent versions of GTK+, Philip Withnall
  • [almanah] core: Fix punctuation in a tooltip, Philip Withnall
  • [almanah] core: Add an icon to the hyperlink button, Philip Withnall
  • =?utf-8?q?=5Balmanah=5D_Bug_669927_=E2=80=94_Save_current_entry_after_a_t?= =?utf-8?q?imeout?=, Philip Withnall
  • [gimp/goat-invasion] app: clean up the new shrink op, Michael Natterer
  • [gegl] gegl/Makefile: add missing file to makefile, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl/opencl: add missing file to makefile for dist, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [planner] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gtkmm] Actionable: Ensure all virtual functions don't return freed memory., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [rhythmbox] refstring: use g_strlcpy to avoid glibc braindamage, Jonathan Matthew
  • [libgsf] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [evince] Updated French doc translation, Bruno Brouard
  • [gtkmm] Actionable: Ensure virtual functions don't return freed memory., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [glibmm] ActionGroup, DBusObject: Ensure vfunc callbacks return valid memory., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [gnome-user-docs] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [library-web] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gimp/goat-invasion] app: remove thin_region(), turns out that gimp:shrink was not slow after all, Michael Natterer
  • [gnumeric] embedder: keep up with goffice, Morten Welinder
  • [gimp/goat-invasion] app: remove "dont-cache" from gimp_apply_opeation(), Michael Natterer
  • [goffice] embedder: output simpler strings., Morten Welinder
  • [gimp/goat-invasion] app: remove "gboolean linear" from all apply_operation APIs, Michael Natterer
  • [gthumb] fixed possible crash when changing directory quickly, Paolo Bacchilega
  • [gtranslator] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [murrine] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [evolution-ews] Updated Danish translation, Kenneth Nielsen
  • [evolution-ews] Added da to list of languages, Kenneth Nielsen
  • [gnome-system-log] Updated French translation, Bruno Brouard
  • [ekiga] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [network-manager-pptp] Updated Danish translation, Kenneth Nielsen
  • [gsettings-desktop-schemas] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [nemiver] Updated Danish translation, Kenneth Nielsen
  • [glom] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [genius] Updated Danish translation, Kenneth Nielsen
  • [alleyoop] Updated Danish translation, Kenneth Nielsen
  • [gthumb] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [totem] Updated Danish translation, Kenneth Nielsen
  • [rhythmbox] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-session] Updated Danish translation, Kenneth Nielsen
  • [gcompris] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gegl] operation: pass level argument straight on to child implementations, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [ghex] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gimp/goat-invasion] app: add GimpOperationShrink which does "shrink selection", Michael Natterer
  • [gnoduino] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [evolution-ews] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-themes] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [libgsf] Python: disable old stuff., Morten Welinder
  • [gegl] Update some more files to new api, Mikael Magnusson
  • [gedit] Updated Bulgarian translation of help, Alexander Alexandrov Shopov
  • [gnome-user-docs] a11y: Marked some a11y keyboard pages final, Shaun McCance
  • [gnome-user-docs] keybaord-layouts: Added note on shortcut to change layout, final, Shaun McCance
  • [gthumb] Created tag 2.14.3, Paolo Bacchilega
  • [gthumb] Created tag 2.90.2, Paolo Bacchilega
  • [gthumb/gthumb-2-14] updated for version 2.14.3, Paolo Bacchilega
  • [gthumb] updated for version 2.90.2, Paolo Bacchilega
  • [gnome-themes] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [mutter] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnumeric] Fix object anchors on ODF import. [#667489], Andreas J . Guelzow
  • [gnome-tweak-tool] [l10n]Added Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-tweak-tool] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnumeric] COVARIANCE.S, Morten Welinder
  • [gegl] gegl_buffer_set_pattern: and now it compiled :d, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl_buffer_set_pattern: normalize offsets, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-games] [l10n] Added Catalan translation of Lights Off manual, Gil Forcada Codinachs
  • [gimp/goat-invasion] app: don't pass 1.0 as boolean value, not that it would change anything..., Michael Natterer
  • [eog-plugins] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [phonemgr] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [banshee] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [murrine] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [ocrfeeder] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [contacts] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [nautilus-actions] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-themes] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp/goat-invasion] app: fix typo that caused wrong paint apply offset in bucket fill, Michael Natterer
  • [gnome-user-docs] legal.xml: Somewhat better license blurb with links, Shaun McCance
  • [gnome-user-docs] mouse: Some small edits, final for 3.4.0, Shaun McCance
  • [nemiver] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gegl] ops: update ff-load to new API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [at-spi2-core] Fixed typo. Closes bug #605662, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-themes] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-themes] Fixed typo. Closes bug #614233, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gegl] memory leak in gegl-processor, Victor Matheus de Araujo Oliveira
  • [gegl] build: fixing problem with --enable-debug, Victor Matheus de Araujo Oliveira
  • [f-spot] Fixed some typos. Closes bug #631136, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [atk] Fixed some typos. Closes bug #593220, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gimp] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gimp] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [pitivi/ges] Preset.py: fixes bug when deletion just after save not works, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gtk-doc] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gthumb/gthumb-2-14] keep a ref of the appinfo, Paolo Bacchilega
  • [gthumb] removed duplicated code, Paolo Bacchilega
  • [gthumb] added a Location dialog to enter the path to display, Paolo Bacchilega
  • [pitivi/ges] Ensure "No preset" is translated everywhere to prevent errors, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [aisleriot/gnome-3-4] [l10n] Updated Italian translation, Milo Casagrande
  • [aisleriot] [l10n] Updated Italian translation, Milo Casagrande
  • [gcompris] electricity-activity: now each wire is draw with a random color., Bruno Coudoin
  • [gcompris] improved web site generation, now the screenshots are sorted by level., Bruno Coudoin
  • [gcompris] minor: removed uneeded difficulty level in group menu., Bruno Coudoin
  • [gparted] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [epiphany-extensions] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gsettings-desktop-schemas] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [rygel] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-system-monitor] [l10n] Updated Italian translation, Milo Casagrande
  • [gnote] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [niepce] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-shell-extensions] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [pitivi/ges] settings: Remove dead code that had translatable strings, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [dasher] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [orca] [l10n] Updated Italian translation, Milo Casagrande
  • [seahorse] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [seahorse/gnome-3-4] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-session] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [genius] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gimp] Uploaded Ukranian, Daniel Korostil
  • [gparted] Use cached method first to read UUID to shorten scan time, Curtis Gedak
  • [evolution] Updated Arabic translation, Abderrahim Kitouni
  • [gnome-packagekit] Updated Esperanto translation, Kristjan Schmidt
  • [postr] Added Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gtkmm-documentation] Fixed typo, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [glom] Added Galician translations for example_music_collection, example_project_manager and example_smallb, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [frogr] Addded Norwegian Nynorsk to LINGUAS file, =?utf-8?q?=C3=85smund_Skj=C3=A6veland?=
  • [frogr] Added Norwegian Nynorsk translation, =?utf-8?q?=C3=85smund_Skj=C3=A6veland?=
  • [gtkmm-documentation] Fixed some typos, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gtk-web] language-bindings.php: Fix typo, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gtk-web] language-bindings.php: Update Java bindings status, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gtk-web] linux.php:Update to latest stable bersions, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gtk-web] language-bindings.php: Add Go bindings, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gimp-help-2] Update save-export, Julien Hardlin
  • [orca] Updated Portuguese translation, Duarte Loreto
  • [gimp] gfig: Don't bother selecting if we're not going to fill the selection, Mikael Magnusson
  • [gimp] Bug 672793 - GFig cannot paint closed paths outside of the layer, Mikael Magnusson
  • [aisleriot/gnome-3-2] Updated Latvian translation., Peteris Krisjanis
  • [gegl] ops/workshop: adapt to newer API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [totem] Updated Latvian translation., Peteris Krisjanis
  • [release-notes/gnome-3-4] Uploaded Ukranian, Daniel Korostil
  • [gegl] ops: more fixups in ops with external deps, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution-mapi] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-system-monitor/gnome-3-4] Updated Latvian translation., Peteris Krisjanis
  • [gegl] plugins: more adaptation to level argument in process(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-session] Updated Latvian translation., Peteris Krisjanis
  • [gimp/goat-invasion] app: sprinkle level argument over process functions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Add arguments to prepare GEGL for being aware of scaling down previews., =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [ekiga] Accounts: Presentity closure is now done in a thread., Damien Sandras
  • [ekiga] Accounts: Trigger updated signal a bit earlier., Damien Sandras
  • [gnome-boxes] Updated Latvian translation., Peteris Krisjanis
  • [ekiga] Ekiga: Speedup startup in case of slow DNS queries., Damien Sandras
  • [ekiga] DBUS: Dropped client component., Damien Sandras
  • [ekiga] Notify: Added missed call and account registration notifications., Damien Sandras
  • [epiphany] ui: remove unused file, Xan Lopez
  • [gnome-tweak-tool] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [totem] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [tasks] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [glib-networking] Updated Latvian translation., Peteris Krisjanis
  • [gnome-system-monitor/gnome-3-4] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [file-roller] Some fixes in the Hungarian help translation, Gabor Keleman
  • [gnome-search-tool] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [gnome-panel] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [glib] Updated Latvian translation., Peteris Krisjanis
  • [genius] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gedit] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [gdm] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [gconf-editor] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [gcalctool] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [libgsf] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [glabels] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [glabels/glabels-3_0] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [evolution] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [evince] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [epiphany] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [eog] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [gnome-documents] [l10n] Updated Italian translation, Milo Casagrande
  • [empathy] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [gdl] Updated Latvian translation., Peteris Krisjanis
  • [devhelp] [l10n] Updated Italian translation, Milo Casagrande
  • [gdk-pixbuf] Updated Latvian translation., Peteris Krisjanis
  • [gdl] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-online-accounts] examples: Add some basic examples, Debarshi Ray
  • [damned-lies] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [glade] [l10n] Updated Italian translation, Milo Casagrande
  • [glade/glade-3-12] [l10n] Updated Italian translation, Milo Casagrande
  • [cheese] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [anjuta] [l10n] Updated Italian translation, Milo Casagrande
  • [baobab] [l10n] Updated Italian translation, Milo Casagrande
  • [glib] [l10n] Updated Italian translation, Milo Casagrande
  • [jhbuild] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-screenshot] [l10n] Updated Italian translation, Milo Casagrande
  • [aisleriot/gnome-3-2] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [devhelp] Updated Latvian translation., Peteris Krisjanis
  • [cogl] Updated Latvian translation., Peteris Krisjanis
  • [clutter] Updated Latvian translation., Peteris Krisjanis
  • [accerciser] Updated Latvian translation., Peteris Krisjanis
  • [gnome-boxes] Added Czech language, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-boxes] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [vinagre] [l10n] Updated Italian translation, Milo Casagrande
  • [yelp-xsl] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-dvb-daemon] Remove trailing whitespace, Sebastian Polsterl
  • [gnome-dvb-daemon] Update timer in SQlite database when changing start time or duration, Sebastian Polsterl
  • [gthumb] keep a ref of the appinfo, Paolo Bacchilega
  • [gnome-tweak-tool] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [metacity] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [ekiga] Call Window: Fixed call hangup., Damien Sandras
  • [gnome-control-center] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [brasero] Added Telugu to DOC_LINGUAS, Sasi Bhushan Boddepalli
  • [brasero] Added Telugu help Translations, Sasi Bhushan Boddepalli
  • [gnome-keyring] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [empathy] Updated Japanese translation., Takayuki Kusano
  • [vinagre] Updated Japanese translation., Takayuki Kusano
  • [gnome-system-monitor/gnome-3-4] Updated Telugu translation, Sasi Bhushan Boddepalli
  • [gnome-settings-daemon] Updated Telugu translation, Sasi Bhushan Boddepalli
  • [nautilus] Updated Japanese translation., Takayuki Kusano
  • [gnome-contacts] Updated Japanese translation., Takayuki Kusano
  • [gdm] Updated Japanese translation., Takayuki Kusano
  • [gedit] Updated Japanese translation., Takayuki Kusano
  • [gtk+] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [eog-plugins] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [empathy] [l10n] Add Japanese translation, Jiro Matsuzawa
  • [eog] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [totem] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [glib] Add a forgotten include guard, Matthias Clasen
  • [gegl] ops: annotate generated code with G_GNUC_UNUSED, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] Import axes data formats to ODF. Part of [#671461], Andreas J . Guelzow
  • [zenity] Bump version, Matthias Clasen
  • [zenity] Created tag 3.4.0, Matthias Clasen
  • [zenity] 3.4.0, Matthias Clasen
  • [banshee] ThickClient: Append 'Banshee' to window title, =?utf-8?q?Andr=C3=A9s_Aragoneses?=
  • [gnome-user-docs] Correct the path to the webm file., Jiro Matsuzawa
  • [seahorse/gnome-3-4] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-keyring] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [glade] Update Changelog, Juan Pablo Ugarte
  • [glade] Updated Changelog, Juan Pablo Ugarte
  • [glade] Migrated hand coded _get_type() function to G_DEFINE_TYPE() macro plus identation fixes., Juan Pablo Ugarte
  • [gdm] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [totem] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gimp/goat-invasion] app: remove gimp_drawable_process_lut(), Michael Natterer
  • [glade/glade-3-12] Updated Changelog, Juan Pablo Ugarte
  • [gimp/goat-invasion] app: add GimpOperationEqualize and port equalize to it, Michael Natterer
  • [gnome-user-docs] Rewrite and update files-disc-write, Jiro Matsuzawa
  • [libgnomekbd] Created tag libgnomekbd-3.4.0, Sergey V . Udaltsov
  • [libgnomekbd] Preparing 3.4.0, Sergey V . Udaltsov
  • [hitori] core: Use two passes to draw the cells, Philip Withnall
  • [hitori] core: Remove implicit dependency on libm through use of floor() function, Philip Withnall
  • [hitori/hitori-0-3] Release version 0.3.2, Philip Withnall
  • [hitori/hitori-0-3] core: Use two passes to draw the cells, Philip Withnall
  • [hitori/hitori-0-3] core: Remove implicit dependency on libm through use of floor() function, Philip Withnall
  • [hitori/hitori-0-3] Updated Galician translations, Philip Withnall
  • [hitori/hitori-0-3] Added Serbian translation, Philip Withnall
  • [hitori/hitori-0-3] Update version number in README, Philip Withnall
  • [hitori/hitori-0-3] Added Polish translation, Philip Withnall
  • [hitori/hitori-0-3] Updated French doc translation, Philip Withnall
  • [hitori/hitori-0-3] Romanian translation added, Philip Withnall
  • [hitori] Created tag HITORI_0_3_2, Philip Withnall
  • [hitori/hitori-0-3] build: Fix AM_MAINTAINER_MODE in configure.ac, Philip Withnall
  • [hitori/hitori-0-3] [l10n] Tweaked German translation a bit, Philip Withnall
  • [yelp-xsl/wip/api-1-0] mal2html-api: Properties for C, Shaun McCance
  • [gnome-user-docs] shell-windows-states: Rewrote for move/resize task, Shaun McCance
  • [gnome-user-docs] user-add: Remove instructions for things that don't work, Shaun McCance
  • [almanah] core: Use GtkBox instead of Gtk[H|V]Box in the print dialogue, Philip Withnall
  • =?utf-8?q?=5Balmanah=5D_Bug_671801_=E2=80=94_i18n_doesn=27t_work?=, Philip Withnall
  • [gtksourceview] Uploaded Ukranian, Daniel Korostil
  • [gnoduino] fix reading custom items, Lucian Langa
  • [gnoduino] support new programmers logic (1.0 style), Lucian Langa
  • [gegl] configure.ac: add a magic G_LOG_DOMAIN including the filename, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl-debug: fix inifinite loop in debug logging, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-user-docs] documents: Fixed validity errors and broken image ref, Shaun McCance
  • [meld] Avoid overly-tall commit dialogues by making list of files scrollable, Kai Willadsen
  • [gcompris] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [ease] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [moserial] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gimp/goat-invasion] app: move GimpHistogram from base/ to core/, Michael Natterer
  • [conglomerate] Updated French translation, Bruno Brouard
  • [gnome-video-arcade] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [glom] Updated French translation, Bruno Brouard
  • [gtk+] testgrid: add a testcase, Matthias Clasen
  • [gtk+] grid: avoid a floating point exception, Matthias Clasen
  • [gnome-packagekit] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gedit-cossa] New French translation, Bruno Brouard
  • [gimp/goat-invasion: 241/241] app: add gimp_gegl_node_set_layer_mode(), Michael Natterer
  • [gimp/goat-invasion: 240/241] app: add our own GimpOperationNormalMode so we can opt out of premultiply, Michael Natterer
  • [release-notes/gnome-3-4] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp/goat-invasion: 239/241] app: add a "premultiplied" property to GimpOperationPointLayerMode, Michael Natterer
  • [gimp/goat-invasion: 238/241] app: chnage gimp_gegl_create_apply_opacity_node()'s mask offset, Michael Natterer
  • [gimp/goat-invasion: 237/241] app: add gimp_gegl_create_apply_buffer_node(), Michael Natterer
  • [gimp/goat-invasion: 236/241] app: completely port GimpDrawable::apply_region()'s API to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 235/241] app: implement "disable layer mask" in the GEGL graph, Michael Natterer
  • [gimp/goat-invasion: 234/241] app: change GimpDrawable::replace_region() by ::replace_buffer(), Michael Natterer
  • [gimp/goat-invasion: 233/241] app: forgot to remove the Threshold cruft typedef, Michael Natterer
  • [gimp/goat-invasion: 232/241] app: remove the legacy levels cruft, Michael Natterer
  • [gimp/goat-invasion: 231/241] app: remove the legacy curves cruft, Michael Natterer
  • [gimp/goat-invasion: 230/241] app: pass the right undo buffer and extents to gimp_drawable_push_undo(), Michael Natterer
  • [gimp/goat-invasion: 229/241] app: make gimpdrawable-combine.c more readable before proceeding, Michael Natterer
  • [gimp/goat-invasion: 228/241] app: turn gimp_drawable_apply_buffer()'s src1_tiles argument into base_buffer, Michael Natterer
  • [gimp/goat-invasion: 227/241] app: turn GimpDrawable::apply_region() into ::apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 226/241] app: port gimp_paint_core_paste() to gimp_drawable_apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 225/241] app: support TempBuf backed buffer in gimp_drawable_apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 224/241] app: use gimp_drawable_apply_buffer() for legacy FS composition, Michael Natterer
  • [gimp/goat-invasion: 223/241] app: use utility functions to create a GeglBuffer from a TempBuf, Michael Natterer
  • [gimp/goat-invasion: 222/241] app: port blend to gimp_drawable_apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 221/241] app: more gimp_drawable_apply_region() -> apply_buffer(), Michael Natterer
  • [gimp/goat-invasion: 220/241] app: flush and refetch the shadow buffer before handing it out, Michael Natterer
  • [gimp/goat-invasion: 219/241] app: turn the drawable's shadow tiles into a shadow buffer, Michael Natterer
  • [gimp/goat-invasion: 218/241] app: add gimp_drawable_apply_buffer() and port edit, bucket fill, stroke, Michael Natterer
  • [gimp/goat-invasion: 217/241] app: more copy_region() -> gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 216/241] app: tile_manager_read_pixel_data_1() -> gegl_buffer_sample(), Michael Natterer
  • [gimp/goat-invasion: 215/241] app: replace GimpPaintCore's undo_tiles by a GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 214/241] app: store GimpImageMap's undo pixels as GeglBuffer, not TileManager, Michael Natterer
  • [gimp/goat-invasion: 213/241] app: remove swap_region() and its helper function, Michael Natterer
  • [gimp/goat-invasion: 212/241] app: remove width, height from GimpDrawableUndo and GimpDrawable::swap_tiles(), Michael Natterer
  • [gimp/goat-invasion: 211/241] app: port GimpDrawableUndo, GimpDrawable::push_undo() and ::swap_tiles(), Michael Natterer
  • [gimp/goat-invasion: 210/241] libgimp: flush underlying drawable on gegl_buffer_flush, Michael Natterer
  • [gimp/goat-invasion: 209/241] plug-ins: clean up goat-exercise.c so it is a better example, Michael Natterer
  • [gimp/goat-invasion: 208/241] Require GEGL in gimp-2.0.pc, Michael Natterer
  • [gimp/goat-invasion: 207/241] plug-ins: fix mkgen.pl to pass the destdir newly required by make_file(), Michael Natterer
  • [gimp/goat-invasion: 206/241] plug-ins: remove duplicate GEGL_CFLAGS from winsnap's Makefile.am, Michael Natterer
  • [gimp/goat-invasion: 205/241] libgimp: make GimpTileBackendPlugin properly private, and some cleanup, Michael Natterer
  • [gimp/goat-invasion: 204/241] plug-ins: add GEGL_CFLAGS to many Makefile.am's, Michael Natterer
  • [gimp/goat-invasion: 203/241] libgimp: add a GeglBuffer backend for plug-ins, Michael Natterer
  • [gimp/goat-invasion: 202/241] app: rename the buffer's tile_source_node to buffer_source_node, Michael Natterer
  • [gimp/goat-invasion: 201/241] app: change GimpDrawable::get_tiles() to ::get_buffer(), Michael Natterer
  • [gimp/goat-invasion: 200/241] app: change GimpDrawable::set_tiles() to ::set_buffer(), Michael Natterer
  • [gimp/goat-invasion: 199/241] app: port gimpimage-convert.c to gimp_drawable_set_buffer(), Michael Natterer
  • [gimp/goat-invasion: 198/241] app: minor cleanup and include removal, Michael Natterer
  • [gimp/goat-invasion: 197/241] app: completely port gimpdrawable-convert.c to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 196/241] app: port GimpGroupLayer to gimp_buffer_set_tiles_full(), Michael Natterer
  • [gimp/goat-invasion: 195/241] app: add gimp_gegl_buffer_get_tile_manager(), Michael Natterer
  • [gimp/goat-invasion: 194/241] app: port gimp_drawable_scale() to gimp_drawable_set_buffer_full(), Michael Natterer
  • [gimp/goat-invasion: 193/241] app: port GimpDrawableModUndo to storing pixels as GeglBuffers, Michael Natterer
  • [gimp/goat-invasion: 192/241] app: use hard-edges = TRUE when GEGL-scaling drawables, Michael Natterer
  • [gimp/goat-invasion: 191/241] app: use a GeglBuffer instead of TileManager as storage in drawables \o/, Michael Natterer
  • [gimp/goat-invasion: 190/241] app: pass the right filter when GEGL-transfomring, Michael Natterer
  • [gimp/goat-invasion: 189/241] app: replace GimpDraable's type by a Babl format, Michael Natterer
  • [gimp/goat-invasion: 188/241] app: add gimp_gegl_buffer_dup() which creates a TileManager backed dup, Michael Natterer
  • [gimp/goat-invasion: 187/241] app: remove gimp_layer_new_from_tiles(), it's now unused, Michael Natterer
  • [gimp/goat-invasion: 186/241] app: remove gimp_selection_extract_buffer() again, Michael Natterer
  • [gimp/goat-invasion: 185/241] app: port everything to gimp_selection_extract_buffer(), Michael Natterer
  • [gimp/goat-invasion: 184/241] app: port the entire transform API from TileManager to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 183/241] app: add gimp_selection_extract_buffer (), Michael Natterer
  • [gimp/goat-invasion: 182/241] app: flush the buffer in gimp_gegl_buffer_get_tiles(), Michael Natterer
  • [gimp/goat-invasion: 181/241] app: use gimp_drawable_set_buffer() in a few places, Michael Natterer
  • [gimp/goat-invasion: 180/241] app: make use of GIMP_GEGL_RECT in more places, Michael Natterer
  • [gimp/goat-invasion: 179/241] app: fix initialization of variable in gimp_layer_get_opacity_at, Michael Natterer
  • [gimp/goat-invasion: 178/241] app: add a GIMP_GEGL_RECT utility macro, Michael Natterer
  • [gimp/goat-invasion: 177/241] app: add gimp_drawable_set_buffer() and set_buffer_full(), Michael Natterer
  • [gimp/goat-invasion: 176/241] app: remove write property of GeglBuffer backend, Michael Natterer
  • [gimp/goat-invasion: 175/241] app: GeglBuffer tile backend - add ability to combine tiles, Michael Natterer
  • [gimp/goat-invasion: 174/241] app: add gimp_gegl_buffer_get_tiles(), Michael Natterer
  • [gimp/goat-invasion: 173/241] app: merge gimp_drawable_get_read_buffer() and get_write_buffer(), Michael Natterer
  • [alleyoop] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gimp/goat-invasion: 172/241] app: add gimp_gegl_buffer_new() to create a TileManager-backed buffer, Michael Natterer
  • [gimp/goat-invasion: 171/241] app: port gimp_image_crop_auto_shrink() to GEGL, Michael Natterer
  • [gimp/goat-invasion: 170/241] app: port the entire GimpScanConvert API to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 169/241] app: port gimp_scan_convert_render_full() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 168/241] app: remove unused tile-manager.h include, Michael Natterer
  • [gimp/goat-invasion: 167/241] app: remove checks from stuff that now works on indexed layers, Michael Natterer
  • [gimp/goat-invasion: 166/241] app: apply patch from Villa Sokk that implements GimpOperationDissolveMode, Michael Natterer
  • [gimp/goat-invasion: 165/241] app: port GimpBoundary to GEGL, including its API, Michael Natterer
  • [gimp/goat-invasion: 164/241] app: remove shade_pixels(), no clue when it became unused, Michael Natterer
  • [gimp/goat-invasion: 163/241] app: forgot to remove extract_alpha_region()'s declaration, Michael Natterer
  • [gimp/goat-invasion: 162/241] app: remove extract_from_region() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 161/241] app: port gimp_selection_extract() to GEGL, Michael Natterer
  • [gimp/goat-invasion: 160/241] app: save some lines of code in gimp_gegl_create_apply_opacity_node(), Michael Natterer
  • [gimp/goat-invasion: 159/241] app: change gimp_gegl_color_set_rgba() to gimp_gegl_color_new(), Michael Natterer
  • [gimp/goat-invasion: 158/241] app: add a use_gegl case in gimp_drawable_transform_tiles_affine(), Michael Natterer
  • [gimp/goat-invasion: 157/241] app: be smarter about progress in gimp_apply_operation(), Michael Natterer
  • [gimp/goat-invasion: 156/241] app: implement "show layer mask" in the GEGL graph, Michael Natterer
  • [gimp/goat-invasion: 155/241] app: make test-gimptilebackendtilemanager.c build again, Michael Natterer
  • [gimp/goat-invasion: 154/241] app: fill the smudge accum buffer with GEGL, Michael Natterer
  • [gimp/goat-invasion: 153/241] app: remove extract_alpha_region() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 152/241] app: replace some region operations in blend by GEGL, Michael Natterer
  • [gimp/goat-invasion: 151/241] app: port simple rotating and flipping to GEGL, Michael Natterer
  • [gimp/goat-invasion: 150/241] app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo(), Michael Natterer
  • [gimp/goat-invasion: 149/241] app: move base/boundary.[ch] to core/gimpboundary.[ch], Michael Natterer
  • [gimp/goat-invasion: 148/241] app: port drawable'e and projection's get_pixel_at() to gegl_buffer_sample(), Michael Natterer
  • [gimp/goat-invasion: 147/241] app: port gimp_channel_combine_mask() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 146/241] app: remove color_region_mask(), Michael Natterer
  • [gimp/goat-invasion: 145/241] app: remove pattern_region(), Michael Natterer
  • [gimp/goat-invasion: 144/241] app: remove unused include from gimp-edit.c, Michael Natterer
  • [gimp/goat-invasion: 143/241] app: port bucket fill to GEGL, Michael Natterer
  • [gimp/goat-invasion: 142/241] app: remove the !seed_fill case from gimp_drawable_bucket_fill(), Michael Natterer
  • [gimp/goat-invasion: 141/241] app: add opacity and paint_mode to gimp_edit_fill[_full](), Michael Natterer
  • [gimp/goat-invasion: 140/241] app: make the GEGL tool work on indexed images, Michael Natterer
  • [gimp/goat-invasion: 139/241] app: add gimp_edit_fill_full() which takes color and pattern, Michael Natterer
  • [gimp/goat-invasion: 138/241] app: simplify gimp_edit_fill_internal() by adding color and pattern arguments, Michael Natterer
  • [gimp/goat-invasion: 137/241] app: port coloring/patterning a stroked GimpScanConvert to GEGL, Michael Natterer
  • [gimp/goat-invasion: 136/241] app: remove unused include, Michael Natterer
  • [gimp/goat-invasion: 135/241] app: derive GimpOperationSetAlpha from GeglOperationPointComposer, Michael Natterer
  • [gimp/goat-invasion: 134/241] app: port all implementations of GimpProjectable::get_opacity_at() to Gegl, Michael Natterer
  • [gimp/goat-invasion: 133/241] app: make gimp_image_transform_rgb() transform the alpha too, Michael Natterer
  • [gimp/goat-invasion: 132/241] app: all Babls used by GIMP are now const, Michael Natterer
  • [gimp/goat-invasion: 131/241] app: remove gimpimage-colorhash.[ch], Michael Natterer
  • [gimp/goat-invasion: 130/241] app: remove gimp_image_transform_color(), Michael Natterer
  • [gimp/goat-invasion: 129/241] app: port gimp_image_transform_temp_buf() to one single babl_process(), Michael Natterer
  • [gimp/goat-invasion: 128/241] app: add image API to get Babl formats based on GimpImageType, Michael Natterer
  • [gimp/goat-invasion: 127/241] app: stop using gegl_color_set_pixel() with hand-transformed pixels, Michael Natterer
  • [gimp/goat-invasion: 126/241] app: remove gimp_drawable_apply_operation_to_tiles(), Michael Natterer
  • [gimp/goat-invasion: 125/241] app: also port gimp_channel_convert() to apply_operation_to_buffer(), Michael Natterer
  • [gimp/goat-invasion: 124/241] app: enable GEGL scaling of indexed drawables in gimp_drawable_scale(), Michael Natterer
  • [gimp/goat-invasion: 123/241] app: use gimp_drawable_apply_operation_to_buffer() in gimp_layer_flatten(), Michael Natterer
  • [gimp/goat-invasion: 122/241] app: add gimp_drawable_get_format_without_alpha(), Michael Natterer
  • [gimp/goat-invasion: 121/241] app: drop "babl" from gimp_foo_get_babl_format[_with_alpha](), Michael Natterer
  • [gimp/goat-invasion: 120/241] app: use Babl to convert colors in gimp_clone_motion(), Michael Natterer
  • [gimp/goat-invasion: 119/241] app: optimize gimp_brush_core_paint_line_pixmap_mask() a lot, Michael Natterer
  • [gimp/goat-invasion: 118/241] app: add GimpPickable::get_babl_format_with_alpha(), Michael Natterer
  • [gimp/goat-invasion: 117/241] app: add gimp_bpp_to_babl_format_with_alpha(), Michael Natterer
  • [gimp/goat-invasion: 116/241] app: sync with babl API change of babl_new_palette, Michael Natterer
  • [gimp/goat-invasion: 115/241] app: use Babl in gimp_brush_core_paint_line_pixmap_mask(), Michael Natterer
  • [gimp/goat-invasion: 114/241] app: convert colors with Babl in gimp_text_layer_render_layout(), Michael Natterer
  • [gimp/goat-invasion: 113/241] app: remove gimp_layer_new_from_region() and use from_buffer() instead, Michael Natterer
  • [gimp/goat-invasion: 112/241] app: correctly refcount the pixbuf in gimp_pixbuf_create_buffer(), Michael Natterer
  • [gimp/goat-invasion: 111/241] app: GeglBuffer-backend GeglTiles now use GDestroyNotify, Michael Natterer
  • [gimp/goat-invasion: 110/241] app: add gimp_pixbuf_create_buffer() and use it in GimpBuffer, Michael Natterer
  • [gimp/goat-invasion: 109/241] app: let Babl handle converting layers to indexed, Michael Natterer
  • [gimp/goat-invasion: 108/241] app: don't call gimp_layer_get_edit_mask() when the layer has no mask, Michael Natterer
  • [gimp/goat-invasion: 107/241] app: let Babl handle color conversion in gimp_drawable_fill(), Michael Natterer
  • [gimp/goat-invasion: 106/241] app: add gimp_pattern_create_buffer() and use it in gimp_edit_fill_internal(), Michael Natterer
  • [gimp/goat-invasion: 105/241] app: let Babl handle all color conversion in gimp_edit_fill_internal(), Michael Natterer
  • [gimp/goat-invasion: 104/241] app: require git versions of babl/GEGL, Michael Natterer
  • [gimp/goat-invasion: 103/241] app: require a Babl for all buffers created on top of tiles, Michael Natterer
  • [gimp/goat-invasion: 102/241] app: remove unused variable from last commit, Michael Natterer
  • [gimp/goat-invasion: 101/241] app: use the new Babl palette format to implement indexed images, Michael Natterer
  • [gimp/goat-invasion: 100/241] app: move the layer mask show, edit, apply API from GimpLayerMask to GimpLayer, Michael Natterer
  • [gimp/goat-invasion: 99/241] app: move variable to local scope, Michael Natterer
  • [gimp/goat-invasion: 98/241] app: use GimpOperationSetAlpha in gimp_layer_create_mask(), Michael Natterer
  • [gimp/goat-invasion: 97/241] app: add GimpOperationSetAlpha which sets the alpha channel to a value, Michael Natterer
  • [gimp/goat-invasion: 96/241] app: port gimp_palette_import_extract() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 95/241] app: add GimpPickable::get_babl_format(), Michael Natterer
  • [gimp/goat-invasion: 94/241] app: remove obsolete include in gimpchannel.c, Michael Natterer
  • [gimp/goat-invasion: 93/241] app: port gimp_channel_combine_ellipse_rect() to GeglBufferIterator, Michael Natterer
  • [gimp/goat-invasion: 92/241] app: flush both write and write buffer in gimp_drawable_update(), Michael Natterer
  • [gimp/goat-invasion: 91/241] app: port gimp_channel_real_bounds() to GeglBufferIterator, Michael Natterer
  • [gnome-shell-extensions/gnome-3-2] Updated French translation, Bruno Brouard
  • [gimp/goat-invasion: 90/241] app: minor cleanup and commenting in gimp_scan_convert_render_full(), Michael Natterer
  • [gimp/goat-invasion: 89/241] app: flush the drawable_s write_buffer in gimp_drawable_update(), Michael Natterer
  • [gimp/goat-invasion: 88/241] app: s/read_buffer/write_buffer/ in GimpTextLayer because we fill the tiles, Michael Natterer
  • [gimp/goat-invasion: 87/241] app: use GeglBufferIterator in gimp_channel_real_is_empty(), Michael Natterer
  • [gimp/goat-invasion: 86/241] app: use GeglBufferIterator in gimp_text_layer_render_layout(), Michael Natterer
  • [gimp/goat-invasion: 85/241] app: remove multiply_alpha_region() and separate_alpha_region(), Michael Natterer
  • [gimp/goat-invasion: 84/241] app: remove shade_region(), Michael Natterer
  • [gimp/goat-invasion: 83/241] app: convert drawables between RGB and GRAY using gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 82/241] app: simplify gimp_drawable_offset() a lot, Michael Natterer
  • [gimp/goat-invasion: 81/241] app: create a meta-op to apply mask and opacity, Michael Natterer
  • [gimp/goat-invasion: 80/241] app: remove the legacy brightness-contrast code and use GEGL instead, Michael Natterer
  • [gimp/goat-invasion: 79/241] app: remove flatten_region() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 78/241] app: use GEGL to create a layer mask from a grayscale copy of the layer, Michael Natterer
  • [gimp/goat-invasion: 77/241] app: add gimp_apply_operaion() as generic buffer-to-buffer utility function, Michael Natterer
  • [gimp/goat-invasion: 76/241] app: remove copy_color() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 75/241] app: remove copy_component() and its helper functions, Michael Natterer
  • [gimp/goat-invasion: 74/241] app: remove obsolete includes from gimpbrushclipboard.c, Michael Natterer
  • [gimp/goat-invasion: 73/241] app: create GimpBrushClipboard's buffers with GEGL, Michael Natterer
  • [gimp/goat-invasion: 72/241] app: use GEGL to extract an image's component into a channel, Michael Natterer
  • [gnome-online-accounts/gnome-3-4] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gimp/goat-invasion: 71/241] app: allow to "cast" a buffer's pixel format to another one, Michael Natterer
  • [gnome-shell-extensions] Updated French translation, Bruno Brouard
  • [gimp/goat-invasion: 70/241] app: add a flatten meta-op and use it for layers and channels, Michael Natterer
  • [gimp/goat-invasion: 69/241] app: don't need an attached item for applying an op to tiles/buffers, Michael Natterer
  • [gimp/goat-invasion: 68/241] app: replace some color_region() and pattern_region() by GEGL code, Michael Natterer
  • [gimp/goat-invasion: 67/241] app: fix segfault in previous commit, Michael Natterer
  • [gimp/goat-invasion: 66/241] app: avoid thrashing GEGL side of tile cache in projection, Michael Natterer
  • [gimp/goat-invasion: 65/241] app: default to use GEGL rather than legacy code paths, Michael Natterer
  • [gimp/goat-invasion: 64/241] app: implement gimp_layer_add_alpha() with gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 63/241] app: use gimp_image_transform_rgb() instead of transform_color(), Michael Natterer
  • [gimp/goat-invasion: 62/241] app: add gimp_drawable_get_babl_format(), Michael Natterer
  • [gimp/goat-invasion: 61/241] app: some more gegl_buffer_clear()/set_color() on mask objects, Michael Natterer
  • [gimp/goat-invasion: 60/241] app: use gegl_buffer_copy() in gimp_drawable_resize(), Michael Natterer
  • [gimp/goat-invasion: 59/241] app: remove unused #includes, Michael Natterer
  • [gimp/goat-invasion: 58/241] app: remove empty functions paint_funcs_setup()/free(), Michael Natterer
  • [gimp/goat-invasion: 57/241] app: replace direct low-level GeglBuffer calls with utility., Michael Natterer
  • [gimp/goat-invasion: 56/241] app: remove gaussian_blur_region() and its helpers, Michael Natterer
  • [gimp/goat-invasion: 55/241] app: implement gimp_channel_real_feather() with gegl:gaussian-blur, Michael Natterer
  • [gimp/goat-invasion: 54/241] app: remove clear_region(), it's replaced by GEGL everywhere, Michael Natterer
  • [gimp/goat-invasion: 53/241] app: clear the projection's background using GEGL, Michael Natterer
  • [gimp/goat-invasion: 52/241] app: make sure TileManagers and the GeglBuffers backed by them are in sync, Michael Natterer
  • [gimp/goat-invasion: 51/241] app: keep the undo mask around as GeglBuffer, not TileManager, Michael Natterer
  • [gimp/goat-invasion: 50/241] app: added GimpPickable::get_buffer(), Michael Natterer
  • [gimp/goat-invasion: 49/241] app: use gegl_buffer_copy() in gimp_drawable_real_push_undo(), Michael Natterer
  • [gimp/goat-invasion: 48/241] app: clear gimp_image_merge_layers()'s merged layer with gegl_buffer_clear(), Michael Natterer
  • [gimp/goat-invasion: 47/241] app: implement gimp_image_duplicate_mask() with gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 46/241] app: remove the legacy threshold lut code, Michael Natterer
  • [gimp/goat-invasion: 45/241] app: implement gimp_channel_real_sharpen() with gegl:threshold, Michael Natterer
  • [gimp/goat-invasion: 44/241] app: remove the unused copy_region_nocow(), Michael Natterer
  • [gimp/goat-invasion: 43/241] app: implement GimpMaskUndo with GEGL, Michael Natterer
  • [gimp/goat-invasion: 42/241] app: implement gimp_channel_real_clear() with GEGL, Michael Natterer
  • [gimp/goat-invasion: 41/241] app: implement gimp_channel_translate() with GEGL, Michael Natterer
  • [gimp/goat-invasion: 40/241] app: add gimp_drawable_apply_operation_to_buffer() and use it in ony place, Michael Natterer
  • [gimp/goat-invasion: 39/241] app: set GeglBuffer directly in show image-graph, Michael Natterer
  • [gimp/goat-invasion: 38/241] app: cache readable and writable buffers in the drawable, Michael Natterer
  • [gimp/goat-invasion: 37/241] app: more meticulously tickle tile ref-counts, Michael Natterer
  • [gimp/goat-invasion: 36/241] app: replace more copy_region() by gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 35/241] app: rename gimp_drawable_get_buffer() and gimp_tile_manager_get_gegl_buffer(), Michael Natterer
  • [gimp/goat-invasion: 34/241] app: replace some copy_region() by gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion: 33/241] app: completely port GimpBuffer to using GeglBuffer not TileManager, Michael Natterer
  • [gimp/goat-invasion: 32/241] app: add macro GIMP_IMAGE_TYPE_FROM_BYTES() (ignoring indexed mode), Michael Natterer
  • [gimp/goat-invasion: 31/241] app: remove GimpOperationTileSink, Michael Natterer
  • [gimp/goat-invasion: 30/241] app: stop gimp_buffer_to_tiles use GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 29/241] app: add gimp_layer_new_from_buffer(), Michael Natterer
  • [gimp/goat-invasion: 28/241] app: remove GimpOperationTileSource, Michael Natterer
  • [gimp/goat-invasion: 27/241] app: make projection use GeglBuffers, Michael Natterer
  • [gimp/goat-invasion: 26/241] app: release tile with dirty flag in gegl tile backend, Michael Natterer
  • [gimp/goat-invasion: 25/241] app: remove the legacy invert lut code, Michael Natterer
  • [gimp/goat-invasion: 24/241] app: use GEGL to invert channels/selections, Michael Natterer
  • [gimp/goat-invasion: 23/241] app: formatting cleanup in gimpdrawable-operation.c, Michael Natterer
  • [gimp/goat-invasion: 22/241] app: always use GEGL to invert drawables, Michael Natterer
  • [gimp/goat-invasion: 21/241] app: rename gimp_drawable_apply_operation_with_config(), Michael Natterer
  • [gnome-nettool] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gimp/goat-invasion: 20/241] app: cleanup in the new GimpDrawable tile source code, Michael Natterer
  • [gimp/goat-invasion: 19/241] app: resue the GeglProcessor, Michael Natterer
  • [gimp/goat-invasion: 17/241] app: remove unused lut-funcs, Michael Natterer
  • [gimp/goat-invasion: 16/241] app: remove orphaned Colorize typedef, Michael Natterer
  • [gimp/goat-invasion: 18/241] app: gimptilebackendtilemanager reduce cases with 0copy, Michael Natterer
  • [gimp/goat-invasion: 15/241] app: make gimp_drawable_get_source_node use GeglBuffer, Michael Natterer
  • [gimp/goat-invasion: 14/241] app: remove the pointless core wrappers for the below simplified color stuff, Michael Natterer
  • [gimp/goat-invasion: 13/241] app: clean up the desaturate cruft removal to look like the others, Michael Natterer
  • [gimp/goat-invasion: 12/241] app: remove the legacy colorize code, Michael Natterer
  • [gimp/goat-invasion: 11/241] app: remove the legacy threshold code, Michael Natterer
  • [gimp/goat-invasion: 10/241] app: remove the legacy posterize code, Michael Natterer
  • [gimp/goat-invasion: 9/241] app: remove the legacy desaturate implementation, Michael Natterer
  • [gimp/goat-invasion: 8/241] app: allow to opionally not implement GimpImageMapTool::map(), Michael Natterer
  • [gimp/goat-invasion: 7/241] app: use gegl: prefix for ops, Michael Natterer
  • [gimp/goat-invasion: 6/241] app: move new get_buffer() functions around; some general cleanup, Michael Natterer
  • [gimp/goat-invasion: 5/241] lie about gamma to gegl, Michael Natterer
  • [gimp/goat-invasion: 4/241] imagemap: unref buffers as soon as possible, Michael Natterer
  • [gimp/goat-invasion: 3/241] app: make gimp_drawable_apply_operation use the TileManager buffer backend, Michael Natterer
  • [gimp/goat-invasion: 2/241] app: add a util call to get the geglbuffer for a drawable, Michael Natterer
  • [gnome-games] [l10n] Ping damned-lies, Gil Forcada Codinachs
  • [gimp/goat-invasion: 1/241] app: use GeglBuffer instead of TileManager in imagemap, Michael Natterer
  • [gimp] (241 commits) Created branch goat-invasion, Michael Natterer
  • [gegl] Revert "gegl_buffer_dup: use the cache to insert duplicated tiles", =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-keyring] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-system-monitor/gnome-3-4] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-system-monitor] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-games] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [metacity] meta_display_get_tab_list(): Fix leaked GSList, Rui Matos
  • [gnome-disk-utility] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gegl] Remove HUGE matting global test images, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-disk-utility] Updated Esperanto translation, Kristjan Schmidt
  • [totem] Updated Belarusian translation., Ihar Hrachyshka
  • [seahorse/gnome-3-4] Updated Belarusian translation., Ihar Hrachyshka
  • [network-manager-applet] Updated Belarusian translation., Ihar Hrachyshka
  • =?utf-8?q?=5Bgegl=5D_AUTHORS=3A_added_Jan_R=C3=BCegg?=, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Added matting global op, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Updated Belarusian translation., Ihar Hrachyshka
  • [gnome-online-accounts] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-online-accounts/gnome-3-4] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [empathy] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [yelp] Malayalam translation updated by Aslam, Praveen Arimbrathodiyil
  • [glib] Updated Kannada Translation, Shankar Prasad
  • [ekiga] Remove very old unuseful variable, Eugen Dedu
  • [gimp] app: forgot to change the actual binary to 2.8, Michael Natterer
  • [gsettings-desktop-schemas] Added Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gdm] [l10n] Updated Italian translation, Milo Casagrande
  • [rhythmbox] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [mutter] meta_display_get_tab_list(): Fix leaked GSList, Rui Matos
  • [mutter] meta_stack_update_window_tile_matches(): Fix leaked GList, Rui Matos
  • [jhbuild] 3.[4|6]: tracker, seahorse, rhythmbox depend on libgnome-keyring, not gnome-keyring, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-3.6: These actually depend on libgnome-keyring not gnome-keyring, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] small correction in font rendering, Praveen Arimbrathodiyil
  • [release-notes/gnome-3-4] corrected one mistake in translation, Praveen Arimbrathodiyil
  • [gthumb] require gtk+ 3.0 in the package config file, Paolo Bacchilega
  • [gimp] Change "2.7" to "2.8" all over the place and set gimp_version to 2.8.0-RC1, Michael Natterer
  • [libgnomeui] reviewed and updated some translations, Praveen Arimbrathodiyil
  • [totem] [l10n] Updated Italian translation, Milo Casagrande
  • [banshee] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-boxes] Updated Hebrew translation., Yaron Shahrabani
  • =?utf-8?q?=5Bfolks=5D_Bug_672373_=E2=80=94_folks-import_segfaults_=28Arch?= =?utf-8?q?linux_x86=5F64=29?=, Philip Withnall
  • [gnome-session] Updated Swedish translation, Daniel Nylander
  • [seahorse/gnome-3-4] Updated Swedish translation, Daniel Nylander
  • [gimp] app: s/Babl/const Babl/, Michael Natterer
  • [totem] Updated Swedish translation, Daniel Nylander
  • [gnome-system-monitor/gnome-3-4] Updated Belarusian translation., Ihar Hrachyshka
  • [gnome-control-center] Updated Japanese translation., Takayuki Kusano
  • [gnome-session] Updated Belarusian translation., Ihar Hrachyshka
  • [gnome-games] Updated Belarusian translation., Ihar Hrachyshka
  • [gnome-boxes] Added Japanese translation., Takayuki Kusano
  • [gnome-session] Updated Hebrew translation., Yaron Shahrabani
  • [gimp/goat-invasion] app: add gimp_gegl_node_set_layer_mode(), Michael Natterer
  • [network-manager-applet] Updated Hebrew translation., Yaron Shahrabani
  • [gimp/goat-invasion] === squash me into previous ===, Michael Natterer
  • [gegl] expose gegl_operation_set_object in public header, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [niepce] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gtk+] Updated Hebrew translation., Yaron Shahrabani
  • [billreminder] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [ekiga] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gdm] Updated Belarusian translation., Ihar Hrachyshka
  • [gdm] Updated Hebrew translation., Yaron Shahrabani
  • [gedit] Updated Hebrew translation., Yaron Shahrabani
  • [gbrainy] In memory count dots puzzle, we were not painting all dots in some cases plus we were always asking, Jordi Mas
  • [gthumb/gthumb-2-14] fixed a good amount of memory leaks, Paolo Bacchilega
  • [gnome-keyring] Updated Hebrew translation., Yaron Shahrabani
  • [gswitchit_plugins] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-system-monitor] Updated Hebrew translation., Yaron Shahrabani
  • [mutter] Updated Hebrew translation., Yaron Shahrabani
  • [seahorse] Updated Hebrew translation., Yaron Shahrabani
  • [json-glib] Added Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gparted] Fix uninitialised read when pasting into an existing partition, Curtis Gedak
  • [gegl/soc-2011-seamless-clone] Process the buffer in tiles instead of whole at once, Barak Itkin
  • [baobab] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [glib-networking] Updated Japanese translation., Takayuki Kusano
  • [totem] Updated Hebrew translation., Yaron Shahrabani
  • [pitivi] Uploaded Ukranian, Daniel Korostil
  • [nautilus] Malayalam translation updated by Aslam, Praveen Arimbrathodiyil
  • [clutter] Uploaded Ukranian, Daniel Korostil
  • [brasero] Updated Japanese translation., Takayuki Kusano
  • [pitivi] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [empathy] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [evince] Added Latvian translation for help., Peteris Krisjanis
  • [release-notes/gnome-3-4] Added be to DOC_LINGUAS., Ihar Hrachyshka
  • [gegl] over: replace for loop with while loop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Added Belarusian translation for GNOME 3.4., Ihar Hrachyshka
  • [gegl/pippin/wip/mipmap-prerenders: 5/5] update newly added code to level aware APIs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/pippin/wip/mipmap-prerenders: 4/5] repermutate arguments of gegl_buffer_set and gegl_buffer_get, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/pippin/wip/mipmap-prerenders: 3/5] add level argument to gegl_buffer_set signature, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/pippin/wip/mipmap-prerenders: 2/5] add level parameter to gegl_iterator_api, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/pippin/wip/mipmap-prerenders: 1/5] add level argument to process functions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] (5 commits) Created branch pippin/wip/mipmap-prerenders, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Deleted branch pippin/wip/mipmap-prerenders, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gthumb] fixed a good amount of memory leaks, Paolo Bacchilega
  • [gthumb] grid view: fix display of the focused item, Paolo Bacchilega
  • [gthumb] grid view: do not use the adjustment values as it may not be configured yet, Paolo Bacchilega
  • [gthumb] copy/move dialog: save the list of the last 10 choosed folders, Paolo Bacchilega
  • [glabels/vala] Build glabels/cursors/Makefile., Jim Evins
  • [gnome-user-docs] rename dual monitors page, update pages for Brightness and Lock rename, Jeremy Bicha
  • [evolution] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [evolution] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [network-manager-applet] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [glib] Updated Swedish translation, Daniel Nylander
  • [gnome-disk-utility] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-games] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-games] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [banshee] AppleDeviceTrackInfo: Fix build against libgpod-sharp 0.8.2, Bertrand Lorentz
  • [gedit] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gedit] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [aisleriot/gnome-3-2] Updated Swedish translation, Daniel Nylander
  • [gegl/soc-2011-seamless-clone] Make the refinement limitation a function argument, Barak Itkin
  • [evolution-data-server] Updated Esperanto translation, Kristjan Schmidt
  • [aisleriot/gnome-3-2] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [aisleriot/gnome-3-2] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [glib] Created tag 2.32.0, Matthias Clasen
  • [glib] 2.32.0, Matthias Clasen
  • [glib] Release notes tweaks, Matthias Clasen
  • [gimp/goat-invasion] app: add our own GimpOperationNormalMode so we can opt out of premultiply, Michael Natterer
  • [banshee] PlaylistParser: Retry HTTP request after timeout (bgo#662909), Bertrand Lorentz
  • =?utf-8?q?=5Bgtranslator=5D_Updated_Finnish_translation_by_Jiri_Gr=C3=B6n?= =?utf-8?q?roos?=, Timo Jyrinki
  • =?utf-8?q?=5Btotem=5D_Updated_Finnish_translation_by_Jiri_Gr=C3=B6nroos?=, Timo Jyrinki
  • =?utf-8?q?=5Bgnome-system-monitor=5D_Updated_Finnish_translation_by_Jiri_?= =?utf-8?b?R3LDtm5yb29z?=, Timo Jyrinki
  • =?utf-8?q?=5Bgnome-system-monitor/gnome-3-4=5D_Updated_Finnish_translatio?= =?utf-8?q?n_by_Jiri_Gr=C3=B6nroos?=, Timo Jyrinki
  • [gnome-pilot] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [evolution/gnome-3-2] Updated French doc translation, Bruno Brouard
  • [gimp/goat-invasion] app: add a "premultiplied" property to GimpOperationPointLayerMode, Michael Natterer
  • [evolution] Updated French doc translation, Bruno Brouard
  • [network-manager-vpnc] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gimp/goat-invasion] app: chnage gimp_gegl_create_apply_opacity_node()'s mask offset, Michael Natterer
  • [rygel] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [f-spot] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [regexxer] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [release-notes/gnome-3-4] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-bluetooth] New translation for Xhosa (xh), Friedel Wolff
  • [gsettings-desktop-schemas] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gimp/goat-invasion] app: add gimp_gegl_create_apply_buffer_node(), Michael Natterer
  • [gegl] build: fix configure.ac which still expects tests/opencl/Makefile, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [rhythmbox] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-session] Updated French translation, Bruno Brouard
  • [gcompris] drawnumber activity; now the dots are in random orders each time we play this activity., Bruno Coudoin
  • [gnome-documents] embed: ensure we move out the loading spinner going back from preview, Cosimo Cecchi
  • [gnome-documents] embed: invalidate the cancellable reference once we load the doc, Cosimo Cecchi
  • [rygel] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [totem] Updated French translation, Bruno Brouard
  • [network-manager-applet] fix string format, Olav Vitters
  • [epiphany] update Malayalam translation, Praveen Arimbrathodiyil
  • [gtranslator] Unified format of plural forms, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-screenshot] Updated translation for Xhosa (xh), Friedel Wolff
  • [release-notes/gnome-3-4] small hack to make version 3.4, Praveen Arimbrathodiyil
  • [evolution] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gtranslator] Fixed typo in plural form, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [jhbuild] [3.4] These actually depend on libgnome-keyring not gnome-keyring, Stefan Walter
  • [gtranslator] Created tag 2.91.1, Ignacio Casal Quinteiro
  • [gtranslator] Release 2.91.1, Ignacio Casal Quinteiro
  • [gnome-contacts] Updated French translation, Bruno Brouard
  • [gnome-documents] New translation for Xhosa (xh), Friedel Wolff
  • [release-notes/gnome-3-4] new screenshot for better readability, Praveen Arimbrathodiyil
  • [gnome-desktop] Updated translation for Xhosa (xh), Friedel Wolff
  • [api-web] test-nameservers.py: Remove a redundant statement., Matthew Barnes
  • [release-notes/gnome-3-4] Add tr to DOC_LINGUAS, Andre Klapper
  • [release-notes/gnome-3-4] scale down image too 800x500, Praveen Arimbrathodiyil
  • [gtranslator] Use an inline toolbar for the profiles settings in the preferences dialog, Ignacio Casal Quinteiro
  • [release-notes/gnome-3-4] adding web screenshot with Malayalam interface, Praveen Arimbrathodiyil
  • [totem] Updated Portuguese translation, Duarte Loreto
  • [epiphany] small correction, Praveen Arimbrathodiyil
  • [epiphany] Malayalam translation updated, Praveen Arimbrathodiyil
  • [gtranslator] Modified TM shortcuts. Fixed bug #672079, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-session] Updated Portuguese translation, Duarte Loreto
  • [mutter] Updated French translation, Bruno Brouard
  • [gnome-terminal/gnome-3-4] Uploaded Ukranian, Daniel Korostil
  • [release-notes/gnome-3-4] [l10n]Added Turkish translation, Muhammet Kara
  • [banshee/stable-2.4] UPnPServerSource: Fix crash when getting the root object (bgo#672744), Bertrand Lorentz
  • [banshee] UPnPServerSource: Fix crash when getting the root object (bgo#672744), Bertrand Lorentz
  • [anjuta] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gtk+] Updated Kannada Translation, Shankar Prasad
  • [gtranslator] preferences dialog: use alignments, Ignacio Casal Quinteiro
  • [gedit] Uploaded Ukranian, Daniel Korostil
  • [gnome-screenshot] Malayalam translation updated by Manilal and me, Praveen Arimbrathodiyil
  • [libpeas] Malayalam translation by Manilal, Praveen Arimbrathodiyil
  • [anjuta] Created tag ANJUTA_3_3_92, Johannes Schmid
  • [gnome-keyring] Uploaded Ukranian, Daniel Korostil
  • [gnome-games] Mark a forgotten string for translation., Gabor Keleman
  • [gnome-disk-utility] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-packagekit] Uploaded Ukranian, Daniel Korostil
  • [ekiga] Fix compile error with gcc 4.7, Eugen Dedu
  • [gtranslator] Load translation memory plugin by default, Ignacio Casal Quinteiro
  • [gcalctool] Uploaded Ukranian, Daniel Korostil
  • [gtranslator] translation-memory: do not use gtk_dialog_run, Ignacio Casal Quinteiro
  • [cheese/camerabin2: 24/24] gitignore: ignore help/*.stamp files, Oleksij Rempel
  • [cheese/camerabin2: 23/24] configure: check for camerabin2 instead of camerabin, Oleksij Rempel
  • [cheese/camerabin2: 22/24] cheese: encode webm/vp8 instead of ogg/theora, Oleksij Rempel
  • [cheese/camerabin2: 21/24] cheese-camera: stop-capture is asynchronous in camerabin2, Oleksij Rempel
  • [cheese/camerabin2: 20/24] cheese-camera: image-done message is posted by camerabin2, Oleksij Rempel
  • [cheese/camerabin2: 19/24] cheese-camera: Remove unused variables warnings, Oleksij Rempel
  • [cheese/camerabin2: 18/24] libcheese: split cheese_camera_set_new_caps from cheese_camera_play, Oleksij Rempel
  • [cheese/camerabin2: 17/24] camerabin2: set ClutterTextureVideoSink sync=false, Oleksij Rempel
  • [cheese/camerabin2: 16/24] camerabin2: no need to switch mode when stopping video recording, Oleksij Rempel
  • [cheese/camerabin2: 15/24] camerabin2: set the video resolution, Oleksij Rempel
  • [cheese/camerabin2: 14/24] camerabin2: fix pixbuff-only capture, Oleksij Rempel
  • [cheese/camerabin2: 13/24] cheese-camera: Enable post-preview property when needed, Oleksij Rempel
  • [cheese/camerabin2: 12/24] cheese-camera: Remove camerabin's workaround, Oleksij Rempel
  • [cheese/camerabin2: 11/24] camerabin2: 'image-done' is now a bus message, not a signal, Oleksij Rempel
  • [cheese/camerabin2: 10/24] camerabin2: import definitions of MODE_IMAGE/VIDEO from camerabin, Oleksij Rempel
  • [cheese/camerabin2: 9/24] thumb-view: handle photo/video moved to monitored directories, Oleksij Rempel
  • [cheese/camerabin2: 8/24] camerabin2: rename filename->location capture-start/stop->start/stop-capture, Oleksij Rempel
  • [cheese/camerabin2: 7/24] camerabin2: video filter on camera_source applies to all modes, Oleksij Rempel
  • [cheese/camerabin2: 6/24] camerabin2: minimal functionality based on camerabin2, Oleksij Rempel
  • [cheese/camerabin2: 5/24] Stop warnings caused by the mode buttons, Oleksij Rempel
  • [cheese/camerabin2: 4/24] Show a timer when recording a video, Oleksij Rempel
  • [cheese/camerabin2: 3/24] Move variable declarations before code in C source, Oleksij Rempel
  • [cheese/camerabin2: 2/24] Add documentation for cheese_camera_set_tags, Oleksij Rempel
  • [cheese/camerabin2: 1/24] Add some metadata tags to produced files, Oleksij Rempel
  • [cheese] (24 commits) Created branch camerabin2, Oleksij Rempel
  • [cheese/camerabin2-format: 27/27] Set capture format at the beginning of pipe., Oleksij Rempel
  • [cheese/camerabin2-format: 26/27] try to find RAW format directly produced by webcam., Oleksij Rempel
  • [cheese/camerabin2-format: 25/27] gitignore: ignore help/*.stamp files, Oleksij Rempel
  • [cheese/camerabin2-format: 24/27] configure: check for camerabin2 instead of camerabin, Oleksij Rempel
  • [cheese/camerabin2-format: 23/27] cheese: encode webm/vp8 instead of ogg/theora, Oleksij Rempel
  • [cheese/camerabin2-format: 22/27] cheese-camera: stop-capture is asynchronous in camerabin2, Oleksij Rempel
  • [cheese/camerabin2-format: 21/27] cheese-camera: image-done message is posted by camerabin2, Oleksij Rempel
  • [cheese/camerabin2-format: 20/27] cheese-camera: Remove unused variables warnings, Oleksij Rempel
  • [cheese/camerabin2-format: 19/27] libcheese: split cheese_camera_set_new_caps from cheese_camera_play, Oleksij Rempel
  • [cheese/camerabin2-format: 18/27] camerabin2: set ClutterTextureVideoSink sync=false, Oleksij Rempel
  • [cheese/camerabin2-format: 17/27] camerabin2: no need to switch mode when stopping video recording, Oleksij Rempel
  • [cheese/camerabin2-format: 16/27] camerabin2: set the video resolution, Oleksij Rempel
  • [cheese/camerabin2-format: 15/27] camerabin2: fix pixbuff-only capture, Oleksij Rempel
  • [cheese/camerabin2-format: 14/27] cheese-camera: Enable post-preview property when needed, Oleksij Rempel
  • [cheese/camerabin2-format: 13/27] cheese-camera: Remove camerabin's workaround, Oleksij Rempel
  • [cheese/camerabin2-format: 12/27] camerabin2: 'image-done' is now a bus message, not a signal, Oleksij Rempel
  • [cheese/camerabin2-format: 11/27] camerabin2: import definitions of MODE_IMAGE/VIDEO from camerabin, Oleksij Rempel
  • [cheese/camerabin2-format: 10/27] thumb-view: handle photo/video moved to monitored directories, Oleksij Rempel
  • [cheese/camerabin2-format: 9/27] camerabin2: rename filename->location capture-start/stop->start/stop-capture, Oleksij Rempel
  • [cheese/camerabin2-format: 8/27] camerabin2: video filter on camera_source applies to all modes, Oleksij Rempel
  • [cheese/camerabin2-format: 7/27] camerabin2: minimal functionality based on camerabin2, Oleksij Rempel
  • [cheese/camerabin2-format: 6/27] Stop warnings caused by the mode buttons, Oleksij Rempel
  • [cheese/camerabin2-format: 5/27] Show a timer when recording a video, Oleksij Rempel
  • [cheese/camerabin2-format: 4/27] Avoid overwriting errors in CheeseCamera, Oleksij Rempel
  • [cheese/camerabin2-format: 3/27] Move variable declarations before code in C source, Oleksij Rempel
  • [cheese/camerabin2-format: 2/27] Add documentation for cheese_camera_set_tags, Oleksij Rempel
  • [cheese/camerabin2-format: 1/27] Add some metadata tags to produced files, Oleksij Rempel
  • [cheese] (27 commits) Created branch camerabin2-format, Oleksij Rempel
  • [cheese] Deleted branch camerabin2-format, Oleksij Rempel
  • [cheese/camerabin2-format: 2/2] Set capture format at the beginning of pipe., Oleksij Rempel
  • [cheese/camerabin2-format: 1/2] try to find RAW format directly produced by webcam., Oleksij Rempel
  • [cheese] (2 commits) Created branch camerabin2-format, Oleksij Rempel
  • [vinagre] Updated Russian translation, Yuri Myasoedov
  • [yelp] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-session] Updated Russian translation, Yuri Myasoedov
  • [seahorse/gnome-3-4] Updated Telugu translation, Sasi Bhushan Boddepalli
  • [gnome-session] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [totem] Updated Russian translation, Yuri Myasoedov
  • [gnome-session] Uploaded Ukranian, Daniel Korostil
  • [network-manager-applet] Updated Telugu translation, Sasi Bhushan Boddepalli
  • [seahorse] Updated Telugu translation, Sasi Bhushan Boddepalli
  • [metacity] Uploaded Ukranian, Daniel Korostil
  • [seahorse/gnome-3-4] Uploaded Ukranian, Daniel Korostil
  • [empathy] Updated Telugu translation, Sasi Bhushan Boddepalli
  • [cheese] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [totem] Uploaded Ukranian, Daniel Korostil
  • [gedit] [l10n] Updated German translation, =?utf-8?q?Wolfgang_St=C3=B6ggl?=
  • [api-web] Add symbolic links for authoritative name servers., Matthew Barnes
  • [api-web] Add a Python script to test symbolic links., Matthew Barnes
  • [cogl/wip/rib/gles2-context: 5/5] stash: libcogl-gles2 fixes, Robert Bragg
  • [cogl/wip/rib/gles2-context: 4/5] stash: Adds libcogl-gles2, Robert Bragg
  • [cogl/wip/rib/gles2-context: 3/5] stash: adds extra gles2 api, Robert Bragg
  • [cogl/wip/rib/gles2-context: 2/5] Adds initial GLES2 integration support, Robert Bragg
  • [cogl/wip/rib/gles2-context: 1/5] Don't include any GL header from the public GL headers, Robert Bragg
  • [cogl] (5 commits) Created branch wip/rib/gles2-context, Robert Bragg
  • [cogl] Deleted branch wip/rib/gles2-context, Robert Bragg
  • [gnome-shell] Review Arabic translation, Khaled Hosny
  • [glabels/vala] Follow modified state and adjust verbs., Jim Evins
  • [anjuta] Updated Portuguese translation, Duarte Loreto
  • [gnome-shell-extensions] Created tag 3.3.92, Giovanni Campagna
  • [gnome-shell-extensions] Bump version to 3.3.92, Giovanni Campagna
  • [gnome-shell-extensions] native-window-placement: update for gnome-shell API changes, Giovanni Campagna
  • [seahorse/gnome-3-4] Updated Portuguese translation, Duarte Loreto
  • [seahorse] Updated Portuguese translation, Duarte Loreto
  • [gnumeric] cleanups., Morten Welinder
  • [gegl] Deleted branch gsoc2009-gpu, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [aisleriot/gnome-3-4] Updated Portuguese translation, Duarte Loreto
  • [aisleriot] Updated Portuguese translation, Duarte Loreto
  • [gnome-session] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-session] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [totem] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [totem] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gegl/soc-2011-warp: 3/3] implement support for format_n buffer in the nearest neighbour sampler (not sure if working yet), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/soc-2011-warp: 2/3] gegl:warp: add code to test copy on write, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/soc-2011-warp: 1/3] configure.ac: add a check for rint, and define HAVE_RINT accordingly, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] (3 commits) Created branch soc-2011-warp, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl_buffer_dup: use the cache to insert duplicated tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl_tile_iterator: simplify again and remove a goto, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] simplify gegl_buffer_tile_iterator by removing unneeded code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl_buffer_dup: implement copy on write, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] configure.ac: add check for rint, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] add a buffer-cache op in the workshop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [network-manager-applet] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-boxes] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-boxes] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [empathy] Updated Portuguese translation, Duarte Loreto
  • [gnomeweb-wml] nm: update for 0.9.4 release, Dan Williams
  • [gnomeweb-wml] nm: update docs to 0.9.4, Dan Williams
  • [balsa] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [ghex] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [mess-desktop-entries] Added Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gegl] Deleted branch samplers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [frogr] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gimp/goat-invasion] app: completely port GimpDrawable::apply_region()'s API to GeglBuffer, Michael Natterer
  • [gnome-applets] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-dvb-daemon] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-pptp] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-openvpn] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [ocrfeeder] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [hitori] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [atomix] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [mousetrap] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [mistelix] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [monkey-bubble] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [murrine] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-pilot-conduits] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [tasks] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnoduino] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [nanny] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnac] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [phonemgr] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [giggle] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [dates] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [almanah] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [byzanz] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [krb5-auth-dialog] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnote] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gparted] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [meld] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [epiphany-extensions] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-applet] Created tag 0.9.4.1, Dan Williams
  • [network-manager-applet] release: bump version to 0.9.4.1, Dan Williams
  • [gnome-tweak-tool] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-color-manager] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [nemiver] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-openconnect] Created tag 0.9.4.0, Dan Williams
  • [network-manager-openconnect] release: bump version to 0.9.4.0, Dan Williams
  • [network-manager-pptp] Created tag 0.9.4.0, Dan Williams
  • [evolution-exchange] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-pptp] release: bump version to 0.9.4.0, Dan Williams
  • [network-manager-openvpn] Created tag 0.9.4.0, Dan Williams
  • [network-manager-openvpn] release: bump version to 0.9.4.0, Dan Williams
  • [eog-plugins] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-applet] release: bump version to 0.9.4.0, Dan Williams
  • [network-manager-vpnc] Created tag 0.9.4.0, Dan Williams
  • [network-manager-vpnc] release: bump version to 0.9.4.0, Dan Williams
  • [gedit-plugins] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-applet] Created tag 0.9.4.0, Dan Williams
  • [gnome-session] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gegl] Deleted branch soc-2010-cage, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] exr-save: fix includes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [totem] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glade] Added support for signal detail. Fixes bug #670792 "Unable to connect to specific notify signals.", Juan Pablo Ugarte
  • [epiphany] Updated Arabic translation, Abderrahim Kitouni
  • [aisleriot/gnome-3-4] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [libgdata] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [aisleriot] Updated German translation, Christian Kirbach
  • [yelp] Updated Arabic translation, Abderrahim Kitouni
  • [gtk-doc] gtk-doc.make: dist-check-gtkdoc depends on docs, Stefan Kost
  • [yelp] [l10n]Updated Turkish translation, Muhammet Kara
  • [seahorse/gnome-3-4] [l10n]Updated Turkish translation, Muhammet Kara
  • [totem] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [mutter] [l10n]Updated Turkish translation, Muhammet Kara
  • [network-manager-applet] Updated German translation, Christian Kirbach
  • [gdm] [l10n]Updated Turkish translation, Muhammet Kara
  • [gtk-doc] help: more spellchecking, Stefan Kost
  • [gtk-doc] help: Fix typo, Stefan Kost
  • [gnome-session] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [totem/gnome-3-2] Updated German translation, Christian Kirbach
  • [gtkmm-documentation] Gtk::Application examples: Correct the window titles., Murray Cumming
  • [totem] Updated German translation, Christian Kirbach
  • [glibmm] ActionGroup: list_actions_vfunc(): Do not return freed memory., Murray Cumming
  • [gtranslator] Show warning when no dir name specified. Fixes bug #591971, Ignacio Casal Quinteiro
  • [gnumeric] .gnumeric: load loading of scrollbars and spinbuttons., Morten Welinder
  • [gnome-dvb-daemon] Print all log messages using Logger, Sebastian Polsterl
  • [gnome-dvb-daemon] Do not stop EPGScanner after failure, Sebastian Polsterl
  • [aisleriot/gnome-3-2] icons: Fix blurry freecell icon, Christian Persch
  • [gtkmm-documentation] Gtk:Application app_menu example: Add the menu in on_startup()., Murray Cumming
  • [libgda] Ldap provider: added the TIME_LIMIT and SIZE_LIMIT connection options, Vivien Malerba
  • [libgda] GdaDataAccessWrapper: honor gda_data_model_get_exceptions(), Vivien Malerba
  • [libgda/LIBGDA_4.2] Improved Windows setup generation, Vivien Malerba
  • [libgda/LIBGDA_4.2] Compilation corrections (TODO), Vivien Malerba
  • [gtkmm-documentation] Fix the ChangeLog, Murray Cumming
  • [gtkmm-documentation] Gtk::Application examples: Use Glib::set_application_name()., Murray Cumming
  • [epiphany] Updated Telugu Translation, Praveen Illa
  • [giggle] docs: Remove reference to the old gnome-doc-utils file, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [clutter/clutter-1.10] configure: Fix the -o operator in a call to test, Neil Roberts
  • [gegl] creating an opencl log to keep messages, instead of using g_warning and g_printf, Victor Matheus de Araujo Oliveira
  • [totem] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-session] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [evolution] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [clutter] Don't use any GL types or defines in Clutter, Neil Roberts
  • [clutter] configure: Fix the -o operator in a call to test, Neil Roberts
  • [gtranslator] po: add correct annotation to get_current_message, Ignacio Casal Quinteiro
  • [gnome-shell] Updated Arabic translation, Abderrahim Kitouni
  • [jhbuild] core-deps-3.[4|6]: Update tracker dependencies, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [evince] Updated Telugu Translation, Praveen Illa
  • [damned-lies] Update Simplified Chinese translation., Aron Xu
  • [jhbuild] Update Simplified Chinese translation., Aron Xu
  • [release-notes/gnome-3-4] some more updates in applications section, Praveen Arimbrathodiyil
  • [library-web] Update Simplified Chinese translation., Aron Xu
  • [gnome-games] tuhaihe <wangdianjin linuxdeepin com>, Aron Xu
  • [gnome-session] Update Simplified Chinese translation., Aron Xu
  • [pitivi/ges] Fix a traceback that occured when trimming clips, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gegl] Deleted branch gsoc2008-frequency-domain-old, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Deleted branch gsoc2011-opencl-2, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Deleted branch gsoc2011-opencl, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [totem] Update Simplified Chinese translation., Aron Xu
  • [damned-lies] Review translation, Khaled Hosny
  • [ekiga] Make sure the status of an opal account is updated if user unregisters while the account is in an ba, Julien Puydt
  • [gnome-session] Udated Telugu Translations, Sasi Bhushan Boddepalli
  • [gnome-contacts] Review translation, Khaled Hosny
  • [gnome-contacts] Updated Arabic translation, Khaled Hosny
  • [extensions-web] Revert "js: Defer adding plugin to body until after the DOM has been loaded", Jasper St . Pierre
  • [gtk+] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gnome-games] gnomine/help/C/flags.page: Added images and some finishing touches., Tiffany Antopolski
  • [gtkmm-documentation] Fix 'make check' with --enable-warnings=fatal., Kjell Ahlstedt
  • [gegl] removing opencl tests, Victor Matheus de Araujo Oliveira
  • [gnome-icon-theme-symbolic] thicken wheel, Jakub Steiner
  • [gnome-icon-theme-symbolic] remove a duplicate icon., Jakub Steiner
  • [gnome-session] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-system-monitor] Created branch gnome-3-4, =?utf-8?q?Chris_K=C3=BChl?=
  • [totem] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp] menus: also disable config-use-gegl in stable, Michael Natterer
  • [evolution] [l10n] Updated Estonian translation, Priit Laes
  • [releng] Release 3.3.92, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gegl] Revert "buffer: do COW for tiles during gegl_buffer_dup", =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-session] [l10n] Updated Estonian translation, Priit Laes
  • [cogl] gles2: Support the GL_EXT_unpack_subimage extension, Neil Roberts
  • [cogl] gles: Support the GL_EXT_texture_format_BGRA8888 extension, Neil Roberts
  • [cogl] Add a context parameter to all of the texture driver virtuals, Neil Roberts
  • [cogl] Add a vtable for the driver, Neil Roberts
  • [cogl] Created branch cogl-1.10, Neil Roberts
  • [jhbuild] core-deps-3.4: GTK+2 and at-spi2 not needed when not buildind webkit2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-control-center] printers: Fix crash in actualize_printers_list(), =?utf-8?b?TWFyZWsgS2HFocOtaw==?=
  • [gimp/goat-invasion] app: implement "disable layer mask" in the GEGL graph, Michael Natterer
  • [jhbuild] apps-3.4,apps-3.6: Don't disable USB redir for spice-gtk, Zeeshan Ali Khattak
  • [jhbuild] app-3.4: No need to disable SPICE's USB redirection, Zeeshan Ali Khattak
  • [gtk+] x11: Deal better with L-shaped monitor arrangements, Matthias Clasen
  • [genius] remove glade-helper.* it's not used and produces warnings for the POTFILES even though it's not even, George Lebl
  • [jhbuild] apps-3.6: Update spice-gtk to 0.11, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] apps-3.4: Update "version" in spice-gtk, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] one more paragraph translated to Malayalam, Praveen Arimbrathodiyil
  • [totem] Assamese translation updated, Nilamdyuti Goswami
  • [gnome-session] Assamese translation updated, Nilamdyuti Goswami
  • [api-web] Refresh Evolution's autoconfig files., Matthew Barnes
  • [gthumb] fixed wrong behaviuor in navigation history, Paolo Bacchilega
  • [gegl] workshop: add a missing const Babl, Mikael Magnusson
  • [gimp/goat-invasion: 234/234] app: change GimpDrawable::replace_region() by ::replace_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 233/234] app: forgot to remove the Threshold cruft typedef, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 232/234] app: remove the legacy levels cruft, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 231/234] app: remove the legacy curves cruft, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 230/234] app: pass the right undo buffer and extents to gimp_drawable_push_undo(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 229/234] app: make gimpdrawable-combine.c more readable before proceeding, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 228/234] app: turn gimp_drawable_apply_buffer()'s src1_tiles argument into base_buffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 227/234] app: turn GimpDrawable::apply_region() into ::apply_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 226/234] app: port gimp_paint_core_paste() to gimp_drawable_apply_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 225/234] app: support TempBuf backed buffer in gimp_drawable_apply_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 224/234] app: use gimp_drawable_apply_buffer() for legacy FS composition, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 223/234] app: use utility functions to create a GeglBuffer from a TempBuf, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 222/234] app: port blend to gimp_drawable_apply_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 221/234] app: more gimp_drawable_apply_region() -> apply_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 220/234] app: flush and refetch the shadow buffer before handing it out, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 219/234] app: turn the drawable's shadow tiles into a shadow buffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 218/234] app: add gimp_drawable_apply_buffer() and port edit, bucket fill, stroke, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 217/234] app: more copy_region() -> gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 216/234] app: tile_manager_read_pixel_data_1() -> gegl_buffer_sample(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 215/234] app: replace GimpPaintCore's undo_tiles by a GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 214/234] app: store GimpImageMap's undo pixels as GeglBuffer, not TileManager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 213/234] app: remove swap_region() and its helper function, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 212/234] app: remove width, height from GimpDrawableUndo and GimpDrawable::swap_tiles(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 211/234] app: port GimpDrawableUndo, GimpDrawable::push_undo() and ::swap_tiles(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 210/234] libgimp: flush underlying drawable on gegl_buffer_flush, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 209/234] plug-ins: clean up goat-exercise.c so it is a better example, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 208/234] Require GEGL in gimp-2.0.pc, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 207/234] plug-ins: fix mkgen.pl to pass the destdir newly required by make_file(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 206/234] plug-ins: remove duplicate GEGL_CFLAGS from winsnap's Makefile.am, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 205/234] libgimp: make GimpTileBackendPlugin properly private, and some cleanup, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 204/234] plug-ins: add GEGL_CFLAGS to many Makefile.am's, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 203/234] libgimp: add a GeglBuffer backend for plug-ins, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 202/234] app: rename the buffer's tile_source_node to buffer_source_node, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 201/234] app: change GimpDrawable::get_tiles() to ::get_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 200/234] app: change GimpDrawable::set_tiles() to ::set_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 199/234] app: port gimpimage-convert.c to gimp_drawable_set_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 198/234] app: minor cleanup and include removal, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 197/234] app: completely port gimpdrawable-convert.c to GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 196/234] app: port GimpGroupLayer to gimp_buffer_set_tiles_full(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 195/234] app: add gimp_gegl_buffer_get_tile_manager(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 194/234] app: port gimp_drawable_scale() to gimp_drawable_set_buffer_full(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 193/234] app: port GimpDrawableModUndo to storing pixels as GeglBuffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 192/234] app: use hard-edges = TRUE when GEGL-scaling drawables, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 191/234] app: use a GeglBuffer instead of TileManager as storage in drawables \o/, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 190/234] app: pass the right filter when GEGL-transfomring, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 189/234] app: replace GimpDraable's type by a Babl format, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 188/234] app: add gimp_gegl_buffer_dup() which creates a TileManager backed dup, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 187/234] app: remove gimp_layer_new_from_tiles(), it's now unused, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 186/234] app: remove gimp_selection_extract_buffer() again, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 185/234] app: port everything to gimp_selection_extract_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 184/234] app: port the entire transform API from TileManager to GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 183/234] app: add gimp_selection_extract_buffer (), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 182/234] app: flush the buffer in gimp_gegl_buffer_get_tiles(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 181/234] app: use gimp_drawable_set_buffer() in a few places, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 180/234] app: make use of GIMP_GEGL_RECT in more places, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 179/234] app: fix initialization of variable in gimp_layer_get_opacity_at, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 178/234] app: add a GIMP_GEGL_RECT utility macro, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 177/234] app: add gimp_drawable_set_buffer() and set_buffer_full(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 176/234] app: remove write property of GeglBuffer backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 175/234] app: GeglBuffer tile backend - add ability to combine tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 174/234] app: add gimp_gegl_buffer_get_tiles(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 173/234] app: merge gimp_drawable_get_read_buffer() and get_write_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 172/234] app: add gimp_gegl_buffer_new() to create a TileManager-backed buffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-session] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gimp/goat-invasion: 171/234] app: port gimp_image_crop_auto_shrink() to GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 170/234] app: port the entire GimpScanConvert API to GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 169/234] app: port gimp_scan_convert_render_full() to GeglBufferIterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 168/234] app: remove unused tile-manager.h include, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 167/234] app: remove checks from stuff that now works on indexed layers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 166/234] app: apply patch from Villa Sokk that implements GimpOperationDissolveMode, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 165/234] app: port GimpBoundary to GEGL, including its API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 164/234] app: remove shade_pixels(), no clue when it became unused, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 163/234] app: forgot to remove extract_alpha_region()'s declaration, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 162/234] app: remove extract_from_region() and its helper functions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 161/234] app: port gimp_selection_extract() to GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 160/234] app: save some lines of code in gimp_gegl_create_apply_opacity_node(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 159/234] app: change gimp_gegl_color_set_rgba() to gimp_gegl_color_new(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 158/234] app: add a use_gegl case in gimp_drawable_transform_tiles_affine(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 157/234] app: be smarter about progress in gimp_apply_operation(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 156/234] app: implement "show layer mask" in the GEGL graph, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 155/234] app: make test-gimptilebackendtilemanager.c build again, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 154/234] app: fill the smudge accum buffer with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 153/234] app: remove extract_alpha_region() and its helper functions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 152/234] app: replace some region operations in blend by GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 151/234] app: port simple rotating and flipping to GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 150/234] app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 149/234] app: move base/boundary.[ch] to core/gimpboundary.[ch], =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 148/234] app: port drawable'e and projection's get_pixel_at() to gegl_buffer_sample(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 147/234] app: port gimp_channel_combine_mask() to GeglBufferIterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 146/234] app: remove color_region_mask(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 145/234] app: remove pattern_region(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 144/234] app: remove unused include from gimp-edit.c, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 143/234] app: port bucket fill to GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 142/234] app: remove the !seed_fill case from gimp_drawable_bucket_fill(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 141/234] app: add opacity and paint_mode to gimp_edit_fill[_full](), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 140/234] app: make the GEGL tool work on indexed images, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 139/234] app: add gimp_edit_fill_full() which takes color and pattern, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 138/234] app: simplify gimp_edit_fill_internal() by adding color and pattern arguments, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 137/234] app: port coloring/patterning a stroked GimpScanConvert to GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 136/234] app: remove unused include, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 135/234] app: derive GimpOperationSetAlpha from GeglOperationPointComposer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 134/234] app: port all implementations of GimpProjectable::get_opacity_at() to Gegl, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 133/234] app: make gimp_image_transform_rgb() transform the alpha too, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 132/234] app: all Babls used by GIMP are now const, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 131/234] app: remove gimpimage-colorhash.[ch], =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 130/234] app: remove gimp_image_transform_color(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 129/234] app: port gimp_image_transform_temp_buf() to one single babl_process(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 128/234] app: add image API to get Babl formats based on GimpImageType, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 127/234] app: stop using gegl_color_set_pixel() with hand-transformed pixels, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 126/234] app: remove gimp_drawable_apply_operation_to_tiles(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 125/234] app: also port gimp_channel_convert() to apply_operation_to_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 124/234] app: enable GEGL scaling of indexed drawables in gimp_drawable_scale(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 123/234] app: use gimp_drawable_apply_operation_to_buffer() in gimp_layer_flatten(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 122/234] app: add gimp_drawable_get_format_without_alpha(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 121/234] app: drop "babl" from gimp_foo_get_babl_format[_with_alpha](), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 120/234] app: use Babl to convert colors in gimp_clone_motion(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 119/234] app: optimize gimp_brush_core_paint_line_pixmap_mask() a lot, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 118/234] app: add GimpPickable::get_babl_format_with_alpha(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 117/234] app: add gimp_bpp_to_babl_format_with_alpha(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 116/234] app: sync with babl API change of babl_new_palette, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 115/234] app: use Babl in gimp_brush_core_paint_line_pixmap_mask(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 114/234] app: convert colors with Babl in gimp_text_layer_render_layout(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 113/234] app: remove gimp_layer_new_from_region() and use from_buffer() instead, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 112/234] app: correctly refcount the pixbuf in gimp_pixbuf_create_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 111/234] app: GeglBuffer-backend GeglTiles now use GDestroyNotify, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 110/234] app: add gimp_pixbuf_create_buffer() and use it in GimpBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 109/234] app: let Babl handle converting layers to indexed, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 108/234] app: don't call gimp_layer_get_edit_mask() when the layer has no mask, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 107/234] app: let Babl handle color conversion in gimp_drawable_fill(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 106/234] app: add gimp_pattern_create_buffer() and use it in gimp_edit_fill_internal(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 105/234] app: let Babl handle all color conversion in gimp_edit_fill_internal(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 104/234] app: require git versions of babl/GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 103/234] app: require a Babl for all buffers created on top of tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 102/234] app: remove unused variable from last commit, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 101/234] app: use the new Babl palette format to implement indexed images, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 100/234] app: move the layer mask show, edit, apply API from GimpLayerMask to GimpLayer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 99/234] app: move variable to local scope, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 98/234] app: use GimpOperationSetAlpha in gimp_layer_create_mask(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 97/234] app: add GimpOperationSetAlpha which sets the alpha channel to a value, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 96/234] app: port gimp_palette_import_extract() to GeglBufferIterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 95/234] app: add GimpPickable::get_babl_format(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 94/234] app: remove obsolete include in gimpchannel.c, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 93/234] app: port gimp_channel_combine_ellipse_rect() to GeglBufferIterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 92/234] app: flush both write and write buffer in gimp_drawable_update(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 91/234] app: port gimp_channel_real_bounds() to GeglBufferIterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 90/234] app: minor cleanup and commenting in gimp_scan_convert_render_full(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 89/234] app: flush the drawable_s write_buffer in gimp_drawable_update(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 88/234] app: s/read_buffer/write_buffer/ in GimpTextLayer because we fill the tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 87/234] app: use GeglBufferIterator in gimp_channel_real_is_empty(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 86/234] app: use GeglBufferIterator in gimp_text_layer_render_layout(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 85/234] app: remove multiply_alpha_region() and separate_alpha_region(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 84/234] app: remove shade_region(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 83/234] app: convert drawables between RGB and GRAY using gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 82/234] app: simplify gimp_drawable_offset() a lot, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 81/234] app: create a meta-op to apply mask and opacity, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 80/234] app: remove the legacy brightness-contrast code and use GEGL instead, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 79/234] app: remove flatten_region() and its helper functions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 78/234] app: use GEGL to create a layer mask from a grayscale copy of the layer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 77/234] app: add gimp_apply_operaion() as generic buffer-to-buffer utility function, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 76/234] app: remove copy_color() and its helper functions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 75/234] app: remove copy_component() and its helper functions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 74/234] app: remove obsolete includes from gimpbrushclipboard.c, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 73/234] app: create GimpBrushClipboard's buffers with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 72/234] app: use GEGL to extract an image's component into a channel, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 71/234] app: allow to "cast" a buffer's pixel format to another one, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 70/234] app: add a flatten meta-op and use it for layers and channels, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 69/234] app: don't need an attached item for applying an op to tiles/buffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 68/234] app: replace some color_region() and pattern_region() by GEGL code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 67/234] app: fix segfault in previous commit, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 66/234] app: avoid thrashing GEGL side of tile cache in projection, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 65/234] app: default to use GEGL rather than legacy code paths, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 64/234] app: implement gimp_layer_add_alpha() with gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 63/234] app: use gimp_image_transform_rgb() instead of transform_color(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 62/234] app: add gimp_drawable_get_babl_format(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 61/234] app: some more gegl_buffer_clear()/set_color() on mask objects, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 60/234] app: use gegl_buffer_copy() in gimp_drawable_resize(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 59/234] app: remove unused #includes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 58/234] app: remove empty functions paint_funcs_setup()/free(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 57/234] app: replace direct low-level GeglBuffer calls with utility., =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 56/234] app: remove gaussian_blur_region() and its helpers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 55/234] app: implement gimp_channel_real_feather() with gegl:gaussian-blur, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 54/234] app: remove clear_region(), it's replaced by GEGL everywhere, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 53/234] app: clear the projection's background using GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 52/234] app: make sure TileManagers and the GeglBuffers backed by them are in sync, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 50/234] app: added GimpPickable::get_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 51/234] app: keep the undo mask around as GeglBuffer, not TileManager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 49/234] app: use gegl_buffer_copy() in gimp_drawable_real_push_undo(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 48/234] app: clear gimp_image_merge_layers()'s merged layer with gegl_buffer_clear(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 47/234] app: implement gimp_image_duplicate_mask() with gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 46/234] app: remove the legacy threshold lut code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 45/234] app: implement gimp_channel_real_sharpen() with gegl:threshold, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 44/234] app: remove the unused copy_region_nocow(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 43/234] app: implement GimpMaskUndo with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 42/234] app: implement gimp_channel_real_clear() with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 41/234] app: implement gimp_channel_translate() with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 40/234] app: add gimp_drawable_apply_operation_to_buffer() and use it in ony place, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 39/234] app: set GeglBuffer directly in show image-graph, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 38/234] app: cache readable and writable buffers in the drawable, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 37/234] app: more meticulously tickle tile ref-counts, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 36/234] app: replace more copy_region() by gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 35/234] app: rename gimp_drawable_get_buffer() and gimp_tile_manager_get_gegl_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 34/234] app: replace some copy_region() by gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 33/234] app: completely port GimpBuffer to using GeglBuffer not TileManager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 32/234] app: add macro GIMP_IMAGE_TYPE_FROM_BYTES() (ignoring indexed mode), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 31/234] app: remove GimpOperationTileSink, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 30/234] app: stop gimp_buffer_to_tiles use GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 29/234] app: add gimp_layer_new_from_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 28/234] app: remove GimpOperationTileSource, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 27/234] app: make projection use GeglBuffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 26/234] app: release tile with dirty flag in gegl tile backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 25/234] app: remove the legacy invert lut code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 24/234] app: use GEGL to invert channels/selections, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 23/234] app: formatting cleanup in gimpdrawable-operation.c, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 22/234] app: always use GEGL to invert drawables, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 21/234] app: rename gimp_drawable_apply_operation_with_config(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 20/234] app: cleanup in the new GimpDrawable tile source code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 19/234] app: resue the GeglProcessor, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 18/234] app: gimptilebackendtilemanager reduce cases with 0copy, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 17/234] app: remove unused lut-funcs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 16/234] app: remove orphaned Colorize typedef, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 15/234] app: make gimp_drawable_get_source_node use GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 14/234] app: remove the pointless core wrappers for the below simplified color stuff, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 13/234] app: clean up the desaturate cruft removal to look like the others, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 12/234] app: remove the legacy colorize code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 11/234] app: remove the legacy threshold code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 10/234] app: remove the legacy posterize code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 9/234] app: remove the legacy desaturate implementation, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 8/234] app: allow to opionally not implement GimpImageMapTool::map(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 7/234] app: use gegl: prefix for ops, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 6/234] app: move new get_buffer() functions around; some general cleanup, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 5/234] lie about gamma to gegl, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 4/234] imagemap: unref buffers as soon as possible, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 3/234] app: make gimp_drawable_apply_operation use the TileManager buffer backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 2/234] app: add a util call to get the geglbuffer for a drawable, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 1/234] app: use GeglBuffer instead of TileManager in imagemap, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp] (234 commits) Created branch goat-invasion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp] Deleted branch goat-invasion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [network-manager-applet] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [extensions-web] search: Use the stemmer when generating a query, Jasper St . Pierre
  • [extensions-web] search: Don't both lower-casing search terms, Jasper St . Pierre
  • [extensions-web] js: Defer adding plugin to body until after the DOM has been loaded, Jasper St . Pierre
  • [gimp/goat-invasion] app: change GimpDrawable::replace_region() by ::replace_buffer(), Michael Natterer
  • [jhbuild] Update spice-gtk to 0.11, Christophe Fergeau
  • [nautilus] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [libgdata] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gnome-online-accounts] Remove the credentials from the keyring when an account is removed, Debarshi Ray
  • [gnome-online-accounts] Ensure const-correctness, Debarshi Ray
  • [clutter] build: Remove disabling Clutter's deprecation warnings while building it, Emmanuele Bassi
  • [cogl] Updated Hungarian translation, Gabor Keleman
  • [gegl/abyss: 3/3] abyss: get down to gegl_buffer_get_pixel in the call graph with the repeat_mode parameter and implem, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/abyss: 2/3] abyss policy: add repeat_mode parameter in gegl_buffer_get, gegl_sampler_get_from_buffer, gegl_sampl, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/abyss: 1/3] abyss policy: add a repeat_mode parameter in gegl_buffer_sample and gegl_sampler_get. Treatment not, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] (3 commits) Created branch abyss, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] Deleted branch abyss, =?utf-8?q?Michael_Mur=C3=A9?=
  • [folks] create_personas_from_contact_ids: always return all the personas, Guillaume Desmottes
  • [folks] _add_persona_from_contact: always return the persona, Guillaume Desmottes
  • [gnome-settings-daemon] wacom: check if the "last-stylus" property has been set before trying to get its associated settings, Richard Hughes
  • [jhbuild] 3.4: do not enable WebKit2 for GNOME 3.4, it's targetted to 3.6, Frederic Peters
  • [gnome-packagekit] Return with success if we try to install no packages, Richard Hughes
  • [totem] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-session] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [clutter-gtk] Post-release version bump to 1.2.1, Emmanuele Bassi
  • [clutter-gtk] Created tag 1.2.0, Emmanuele Bassi
  • [clutter-gtk] Release Clutter-GTK 1.2.0, Emmanuele Bassi
  • [clutter-gtk] Bump up the Clutter requirement to 1.9.16, Emmanuele Bassi
  • [eog] Updated Telugu Translation, Praveen Illa
  • [release-notes/gnome-3-4] Added Danish translation from last cycle, Kenneth Nielsen
  • [gnome-session] manager: Fix compile warning, Jasper St . Pierre
  • [gnome-session] fail-whale: Don't use deprecated API, Jasper St . Pierre
  • [gnome-session] shell-extensions: Don't show toggle switches for extensions, Jasper St . Pierre
  • [libgnomekbd] config: make gkbd_keyboard_config_equals more forgiving, Sergey V . Udaltsov
  • [gimp/goat-invasion] app: forgot to remove the Threshold cruft typedef, Michael Natterer
  • [totem] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [glibmm] gmmproc: _WRAP_SIGNAL(): Allow signals to be deprecated., Murray Cumming
  • [gtkmm] Gtk::Entry: Deprecate the activate signal., Murray Cumming
  • [gimp/goat-invasion] app: remove the legacy levels cruft, Michael Natterer
  • [cogl] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [clutter] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gimp/goat-invasion] app: remove the legacy curves cruft, Michael Natterer
  • =?utf-8?q?=5Bnetwork-manager-applet=5D_Updated_Finnish_translation_by_Jir?= =?utf-8?q?i_Gr=C3=B6nroos?=, Timo Jyrinki
  • =?utf-8?q?=5Bempathy=5D_Updated_Finnish_translation_by_Jiri_Gr=C3=B6nroos?=, Timo Jyrinki
  • =?utf-8?q?=5Bnautilus=5D_Updated_Finnish_translation_by_Jiri_Gr=C3=B6nroo?= =?utf-8?q?s?=, Timo Jyrinki
  • [cheese] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-system-monitor] build: Disallow building with systemd v43 due to C++ incompatibility, =?utf-8?q?Chris_K=C3=BChl?=
  • [tasks] Updated Danish translation, Kenneth Nielsen
  • [ocrfeeder] Updated Danish translation, Kenneth Nielsen
  • [network-manager-netbook] Updated Danish translation, Kenneth Nielsen
  • [netspeed] Updated Danish translation, Kenneth Nielsen
  • [murrine] Updated Danish translation, Kenneth Nielsen
  • [glibmm] Prepare NEWS for the next release., Murray Cumming
  • [network-manager-applet] applet: show an error dialog on connection failures, =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [gegl] update some docs, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] update workshop against constify of babl_format, =?utf-8?q?Michael_Mur=C3=A9?=
  • [nautilus] Updated Telugu Translation, Praveen Illa
  • [gegl] gegl-buffer-access: fix unused variable, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] write-buffer: fix implicit declaration of gegl_node_emit_computed, =?utf-8?q?Michael_Mur=C3=A9?=
  • [file-roller] Updated Telugu Transltion, Praveen Illa
  • [gegl] buffer-test.c: fix complain about including glib/gmacros.h directly, =?utf-8?q?Michael_Mur=C3=A9?=
  • [totem] Updated Telugu Translation, Praveen Illa
  • [gnome-nettool] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [totem] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [totem/gnome-3-0] Updated Telugu Translation, Praveen Illa
  • [gnome-documents] added in LINGUA, Rajesh Ranjan
  • [gnome-documents] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gtranslator] Updated Telugu Translation, Praveen Illa
  • [totem] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [totem-pl-parser] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [vino] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gegl] buffer tests: fix three warnings due to wrong pointer cast, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gnome-games] sudoku: Fix help URI for new help system, Robert Ancell
  • [glabels/vala] Some cleanup of object editor., Jim Evins
  • [jhbuild] core-deps-3.[4|6]: webkit depends on GTK+ 2 when build Webkit2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnumeric] Export axes data formats to ODF. Part of [#671461], Andreas J . Guelzow
  • [gtk+/wip/css: 37/37] stylecontext: Really queue style changes, Benjamin Otte
  • [gtk+/wip/css: 36/37] stylecontext: Optimize the common case of "style didn't change", Benjamin Otte
  • [gtk+/wip/css: 35/37] gtk: Make widget only invalidate widget positions, Benjamin Otte
  • [gtk+/wip/css: 34/37] window: Set parent context instead of just resetting style, Benjamin Otte
  • [gtk+/wip/css: 33/37] widget: Replace reset_style() calls, Benjamin Otte
  • [gtk+/wip/css: 32/37] widget: Don't go via path when resetting style, Benjamin Otte
  • [gtk+/wip/css: 31/37] widget: Add _gtk_widget_invalidate_style_context(), Benjamin Otte
  • [gtk+/wip/css: 30/37] widget: Merge function into only caller, Benjamin Otte
  • [gtk+/wip/css: 29/37] widget: Clear broken widget path in constructor, Benjamin Otte
  • [gtk+/wip/css: 28/37] THIS CODE SHOULD NOT GO IN, Benjamin Otte
  • [gtk+/wip/css: 27/37] xxx: stylecascade, Benjamin Otte
  • [gtk+/wip/css: 26/37] menu: Undo a hack with style contexts, Benjamin Otte
  • [gtk+/wip/css: 25/37] stylecontext: On failure, exit the loop, don't try again, Benjamin Otte
  • [gtk+/wip/css: 24/37] stylecontext: Invalidate when setting classes/state/regions, Benjamin Otte
  • [gtk+/wip/css: 23/37] xxx: GtkCssChange, Benjamin Otte
  • [gtk+/wip/css: 22/37] stylecontext: Use _gtk_style_context_queue_invalidate() on self, Benjamin Otte
  • [gtk+/wip/css: 21/37] stylecontext: Introduce _gtk_style_context_queue_invalidate(), Benjamin Otte
  • [gtk+/wip/css: 20/37] stylecontext: Keep track of children, Benjamin Otte
  • [gtk+/wip/css: 19/37] widget: Don't set widget path on style context, Benjamin Otte
  • [gtk+/wip/css: 18/37] stylecontext: Notify widget directly of changes, Benjamin Otte
  • [gtk+/wip/css: 17/37] stylecontext: Add setter for widget, Benjamin Otte
  • [gtk+/wip/css: 16/37] matcher: Add a superset matcher, Benjamin Otte
  • [gtk+/wip/css: 15/37] matcher: Add a matcher that matches anything, Benjamin Otte
  • [gtk+/wip/css: 14/37] widget: Create style context using regular API, Benjamin Otte
  • [gtk+/wip/css: 13/37] reftests: Add a reftest for nth-child, Benjamin Otte
  • [gtk+/wip/css: 12/37] tests: Add a parsing test for nth-child(), Benjamin Otte
  • [gtk+/wip/css: 11/37] selector: Rewrite position tracking, Benjamin Otte
  • [gtk+/wip/css: 10/37] syleprovider: Add a vfunc to get the changes, Benjamin Otte
  • [gtk+/wip/css: 9/37] selector: Rename selector class, Benjamin Otte
  • [gtk+/wip/css: 8/37] css: Add selector change types, Benjamin Otte
  • [gtk+/wip/css: 7/37] matcher: Turn GtkCssMatcher into a union, Benjamin Otte
  • [gtk+/wip/css: 6/37] matcher: Use a vtable, Benjamin Otte
  • [gtk+/wip/css: 5/37] css: Make the style provider take a matcher as an input argument, Benjamin Otte
  • [gtk+/wip/css: 4/37] css: Add GtkCssMatcher, Benjamin Otte
  • [gtk+/wip/css: 3/37] styleprovider: Add a custom object for a list of style providers, Benjamin Otte
  • [gtk+/wip/css: 2/37] stylecontext: Stop querying style providers for icon factories, Benjamin Otte
  • [gtk+/wip/css: 1/37] gdk: Add deprecation/availability macros for 3.6, Benjamin Otte
  • [gtk+] (37 commits) Created branch wip/css, Benjamin Otte
  • [zenity] [l10n] Add new Japanese translation, Jiro Matsuzawa
  • [gimp/goat-invasion] app: pass the right undo buffer and extents to gimp_drawable_push_undo(), Michael Natterer
  • [gimp/goat-invasion] app: make gimpdrawable-combine.c more readable before proceeding, Michael Natterer
  • [gegl] cl: do not use g_warning to report no cl library, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] add more padding to public structs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] operation: pad GeglOperationClass, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [ostree/wip/packfile-rebase2] core: More progress on pack files, Colin Walters
  • [ostree/wip/packfile-rebase2] tests: Add a repack test, Colin Walters
  • [ostree/wip/packfile-rebase2] core: Cleanup of checkout code, Colin Walters
  • [cheese] Updated Portuguese translation, Duarte Loreto
  • [gparted] Fix typographical error in en_CA translation, Tiffany Antopolski
  • [gparted] Fix two typos in en_CA translation, Tiffany Antopolski
  • [totem] Fix Bug 672616. Mark messages as translatable., Jiro Matsuzawa
  • [gimp/goat-invasion] app: turn gimp_drawable_apply_buffer()'s src1_tiles argument into base_buffer, Michael Natterer
  • [gnome-shell-extensions] Updated Hungarian translation, Gabor Keleman
  • [gegl] buffer: remove unused datamembers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: turn GimpDrawable::apply_region() into ::apply_buffer(), Michael Natterer
  • [gthumb] Thumbnail pane stays empty until directory change, Paolo Bacchilega
  • [gimp/goat-invasion] app: port gimp_paint_core_paste() to gimp_drawable_apply_buffer(), Michael Natterer
  • [gimp/goat-invasion] app: support TempBuf backed buffer in gimp_drawable_apply_buffer(), Michael Natterer
  • [gegl] buffer: remove unused fish variable, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] buffer: do COW for tiles during gegl_buffer_dup, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: use gimp_drawable_apply_buffer() for legacy FS composition, Michael Natterer
  • [gimp/goat-invasion] app: use utility functions to create a GeglBuffer from a TempBuf, Michael Natterer
  • [genius] Thu Mar 22 11:25:49 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [accerciser] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [zenity] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-desktop] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gtkmm-documentation] Application examples: Add an AppMenu example., Murray Cumming
  • [libgsf] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [glibmm] Gio: MenuItem: set_action_and_target(): Add one without the cariant., Murray Cumming
  • [gnome-desktop] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [release-notes] Revert "Add Esperanto translation", =?utf-8?q?Piotr_Dr=C4=85g?=
  • [release-notes] Revert "Added German translation and screen-shots", =?utf-8?q?Piotr_Dr=C4=85g?=
  • [glibmm] Gio: SimpleAction: Add a parameter that takes no VariantType., Murray Cumming
  • [gdm] slave: don't jump to text vts, Ray Strode
  • [glibmm] Gio: Menu, MenuItem: Add default parameter values., Murray Cumming
  • [glibmm] Gio: Add Menu and MenuItem., Murray Cumming
  • [gnome-user-docs] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gimp/goat-invasion] app: port blend to gimp_drawable_apply_buffer(), Michael Natterer
  • [libgsf] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gimp-web] downloads/Linux.xhtml: replaced "GNU/Linux" in the header with "Unix-like systems", Alexandre Prokoudine
  • [seahorse] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [jhbuild] core-deps-base-3.[3|4]: Compile liboauth against NSS, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [seahorse/gnome-3-4] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gimp/goat-invasion] app: more gimp_drawable_apply_region() -> apply_buffer(), Michael Natterer
  • [gthumb] fixed some performance issues when updating thumbnails, Paolo Bacchilega
  • [gthumb] added some comments to make the code clearer, Paolo Bacchilega
  • [gthumb] added a tool to import the embedded metadata in the gThumb comment system, Paolo Bacchilega
  • [anjuta-extras] Updated Russian translation, Yuri Myasoedov
  • [vinagre] Fixed help/Makefile.am, Yuri Myasoedov
  • [vinagre] Added Russian help translation, Yuri Myasoedov
  • [gimp/goat-invasion] app: flush and refetch the shadow buffer before handing it out, Michael Natterer
  • [gimp/goat-invasion] app: turn the drawable's shadow tiles into a shadow buffer, Michael Natterer
  • [gimp/goat-invasion] app: add gimp_drawable_apply_buffer() and port edit, bucket fill, stroke, Michael Natterer
  • [gimp/goat-invasion] app: more copy_region() -> gegl_buffer_copy(), Michael Natterer
  • [gimp/goat-invasion] app: tile_manager_read_pixel_data_1() -> gegl_buffer_sample(), Michael Natterer
  • [gimp/goat-invasion] app: replace GimpPaintCore's undo_tiles by a GeglBuffer, Michael Natterer
  • [gimp/goat-invasion] app: store GimpImageMap's undo pixels as GeglBuffer, not TileManager, Michael Natterer
  • [gimp/goat-invasion] app: remove swap_region() and its helper function, Michael Natterer
  • [gimp/goat-invasion] app: remove width, height from GimpDrawableUndo and GimpDrawable::swap_tiles(), Michael Natterer
  • [gimp/goat-invasion] app: port GimpDrawableUndo, GimpDrawable::push_undo() and ::swap_tiles(), Michael Natterer
  • [evince] Updated Russian translation, Yuri Myasoedov
  • [baobab] Updated Esperanto translation, Kristjan Schmidt
  • [glibmm] Dispatcher examples: Use Glib::signal_idle().connect_once()., Kjell Ahlstedt
  • [nautilus-sound-converter] Created tag NSC_3_0_2, Brian Pepple
  • [nautilus-sound-converter] Bump release for development, Brian Pepple
  • [notification-daemon] Updated Esperanto translation, Kristjan Schmidt
  • [nautilus-sound-converter] Name release, Brian Pepple
  • [gnome-system-tools] Malayalam translation updated, Praveen Arimbrathodiyil
  • [evolution-kolab/ek-wip-porting] E<Cal|Book>BackendKolab: completed previous commit (fixes #672631), Christian Hilberg
  • [file-roller] Updated Esperanto translation, Kristjan Schmidt
  • [glib-networking] Malayalam translation by Manoj K Mohan, Praveen Arimbrathodiyil
  • [gcalctool] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gimp] data: new splash image, Alexia Death
  • [gtk+] Ensure skipped row between sections has a nonzero height, William Jon McCann
  • [gtk+] Reduce row spacing in about dialog credits, William Jon McCann
  • [gnome-boxes] small correction in translator's name, Praveen Arimbrathodiyil
  • [gimp-web] fix use of &amp; in URLs, Nils Philippsen
  • [cheese] Updated Esperanto translation, Kristjan Schmidt
  • [glabels] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [nautilus-sound-converter] Do #include <config.h>, Brian Pepple
  • [nautilus-sound-converter] Clean toplevel properly, Brian Pepple
  • [nautilus-sound-converter] Add not about Serbian translation, Brian Pepple
  • [damned-lies] Fix checking team.mailing_list presence, Claude Paroz
  • [jhbuild] core-deps-3.[4|6]: Enable webkit2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [planet-web] [pgo] Removed GSoC logos from Tamara, Vinicius and Patricia, Alberto Ruiz
  • [eog] Malayalam translation updated, Praveen Arimbrathodiyil
  • [gnome-disk-utility] Updated Danish translation, Kenneth Nielsen
  • [glib] Make the `include' glib test case build on FreeBSD., Colin Walters
  • [evolution-kolab/ek-wip-porting] E<Cal|Book>BackendKolab: avoid a race condition (fixes #672631), Christian Hilberg
  • [gcalctool] help/Makefile.am: Include legal.xml, Shaun McCance
  • [seahorse/gnome-3-4] Updated Danish translation, Kenneth Nielsen
  • [release-notes/gnome-3-4] Added Brazilian Portuguese translation, Djavan Fagundes
  • [seahorse] Updated Danish translation, Kenneth Nielsen
  • [evince] Updated Danish translation, Kenneth Nielsen
  • [epiphany] Updated Danish translation, Kenneth Nielsen
  • [eog] Updated Danish translation, Kenneth Nielsen
  • [planet-web] [pgo] add Uraeus back to the Planet as he renewed his membership, Alberto Ruiz
  • [gnome-boxes] New Malayalam translation by Jaisen, Praveen Arimbrathodiyil
  • [jhbuild] core-deps-3.[4|6]: Update libpeas dependencies, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [planet-web] [pgo] Add bkonrath's hackergotchi, Alberto Ruiz
  • [pygobject] Add a pep8 check to the makefile, Johan Dahlin
  • [pygobject] PEP8: Remaining whitespace fixes, Johan Dahlin
  • [pygobject] PEP8: Add spaces before #, Johan Dahlin
  • [pygobject] PEP8: Add missing whitespace after : and ,, Johan Dahlin
  • [pygobject] PEP8: Remove too whitespace before }, Johan Dahlin
  • [pygobject] PEP8: Remove too many blank lines, Johan Dahlin
  • [pygobject] PEP8: Fix whitespace around operators, Johan Dahlin
  • [pygobject] PEP8: Remove whitespace before (, Johan Dahlin
  • [pygobject] PEP8: Remove whitespace around {}, Johan Dahlin
  • [pygobject] PEP8: run via --fix from craigds fork, Johan Dahlin
  • [pygobject] PEP8: Remove spaces around = for keyword arguments, Johan Dahlin
  • [pygobject] PEP8: Remove trailing ;, Johan Dahlin
  • [transmageddon] Update NEWS file with latest changes, Christian Fredrik Kalager Schaller
  • [transmageddon] Fix bug where choosing passthrough twice in a row on the same file would fail, Christian Fredrik Kalager Schaller
  • [gtk+] Fix keyboard label translations of Chinese (China) language., Aron Xu
  • [gtranslator] Changed label in menu, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [clutter/clutter-1.10] Post-release version bump to 1.10.1, Emmanuele Bassi
  • [clutter/clutter-1.10] Release Clutter 1.10.0 (stable), Emmanuele Bassi
  • [clutter/clutter-1.10] build: Remove disabling Clutter's deprecation warnings while building it, Emmanuele Bassi
  • [clutter/clutter-1.10] osx: Fix compilation warnings, Emmanuele Bassi
  • [clutter/clutter-1.10] table-layout: Remove dead code, Emmanuele Bassi
  • [clutter/clutter-1.10] table-layout: Fix x/y-expand for spanning actors, Emmanuele Bassi
  • [clutter/clutter-1.10] table-layout: Fix column visibility for spanning actors, Emmanuele Bassi
  • [clutter/clutter-1.10] table-layout: Remove unused 'shrink' field., Emmanuele Bassi
  • [clutter] Created tag 1.10.0, Emmanuele Bassi
  • [clutter/clutter-1.10] actor: Freeze property change notifications on destroy, Emmanuele Bassi
  • [evolution-mapi/gnome-3-2] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [pygobject] Remove all tabs and fix indentation, Johan Dahlin
  • [evolution-mapi] Revert "Updated Brazilian Portuguese translation", Djavan Fagundes
  • [empathy] roster-window: check which page to display once Folks has finished loading, Guillaume Desmottes
  • [evolution-mapi] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [library-web] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [release-notes/gnome-3-4] Updated French translation, Bruno Brouard
  • [jhbuild] apps-3.[4|6]: Switch to building from git for gtk-vnc, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] Added PA to DOC_LINGUAS, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [release-notes/gnome-3-4] Updated Persian Translations, Arash Mousavi
  • [libxml++] Created tag 2.35.2, Murray Cumming
  • [libxml++] 2.35.2, Murray Cumming
  • [gimp/goat-invasion] libgimp: flush underlying drawable on gegl_buffer_flush, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [glom] Tests: Set LC_TIME too., Murray Cumming
  • [glom] Improve the command-line parse/print locale warnings., Murray Cumming
  • [glom] Update GimpRuler from the Gimp source code., Murray Cumming
  • [release-notes/gnome-3-4] Introduction translated., Praveen Arimbrathodiyil
  • [transmageddon] Update spec file for new preset location, Christian Fredrik Kalager Schaller
  • [transmageddon] Update configure to require latest versions of GStreamer, Christian Fredrik Kalager Schaller
  • [gimp/goat-invasion] plug-ins: clean up goat-exercise.c so it is a better example, Michael Natterer
  • [clutter] version: Add 1.12 version macros, Emmanuele Bassi
  • [clutter] osx: Fix compilation warnings, Emmanuele Bassi
  • [clutter] Fix fallback profile counter macro, Emmanuele Bassi
  • [empathy] Use help:empathy to open the help, Guillaume Desmottes
  • [release-notes/gnome-3-4] add Punjabi Translation, Amanpreet Singh Alam
  • [clutter] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [mousetweaks] update Punjabi Translation, Amanpreet Singh Alam
  • [gimp/goat-invasion] Require GEGL in gimp-2.0.pc, Michael Natterer
  • [evolution-kolab/ek-wip-porting: 6/6] E<Cal|Book>BackendKolab: avoid a race condition (fixes #672614), Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (6 commits) ...E<Cal|Book>BackendKolab: avoid a race condition (fixes #672614), Christian Hilberg
  • [gimp/goat-invasion] plug-ins: fix mkgen.pl to pass the destdir newly required by make_file(), Michael Natterer
  • [libgsf] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gimp/goat-invasion] plug-ins: remove duplicate GEGL_CFLAGS from winsnap's Makefile.am, Michael Natterer
  • [release-notes/gnome-3-4] Add some trivial string to cs translation, Andre Klapper
  • [release-notes/gnome-3-4] add ml to DOC_LINGUAS, Praveen Arimbrathodiyil
  • [release-notes/gnome-3-4] Malayalam translation started, Praveen Arimbrathodiyil
  • [release-notes/gnome-3-4] Starting Malayalam translation, Praveen Arimbrathodiyil
  • [gimp/goat-invasion] libgimp: make GimpTileBackendPlugin properly private, and some cleanup, Michael Natterer
  • [release-notes/gnome-3-4] Fix wrong location of Galician translation, Andre Klapper
  • [epiphany] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [vinagre] Updated Gujarati Translations, Sweta Kothari
  • [vinagre] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [pygobject/pygobject-3-2] post-release bump, Martin Pitt
  • [pygobject] Created tag 3.1.93, Martin Pitt
  • [pygobject/pygobject-3-2] Release 3.1.93, Martin Pitt
  • [empathy] add translator comment for the sanity-cleaning-number key, Guillaume Desmottes
  • [empathy] debug-window: no need to translate the '%s' format, Guillaume Desmottes
  • [empathy] account-widget-irc: add translators comment on up/down tooltips, Guillaume Desmottes
  • [evolution-data-server] Updated Telugu Translations, Krishnababu Krothapalli
  • [gimp/goat-invasion] plugins: add GEGL_CFLAGS to many Makefile.am's, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] libgimp: add a GeglBuffer backend for plug-ins, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pygobject/pygobject-3-2] pygtkcompat test: Properly clean up PixbufLoader, Martin Pitt
  • [pygobject/pygobject-3-2] test_overrides: Find local gsettings schema with current glib, Martin Pitt
  • [pygobject/pygobject-3-2] Support marshalling GI_TYPE_TAG_INTERFACE, Martin Pitt
  • [pygobject/pygobject-3-2] Fix warnings on None values in added tree/list store rows, Martin Pitt
  • [vino] Updated Gujarati Translations, Sweta Kothari
  • [pygobject] tests: Replace deprecated Python API, Martin Pitt
  • [pygobject] Fail tests if they use or encounter deprecations, Martin Pitt
  • [dasher] Fixed the issue reported in Bug 573426, Shankar Prasad
  • [gnome-settings-daemon] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [libgnomekbd] config: plug minor leak, Sergey V . Udaltsov
  • [gnome-system-monitor] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [pygobject] Do not run tests in two phases any more, Martin Pitt
  • [gnome-user-share] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [yelp] Updated Gujarati Translations, Sweta Kothari
  • [gtk-web: 8/8] Merge branch 'support', Martyn James Russell
  • [gtk-web] (8 commits) ...Merge branch 'support', Martyn James Russell
  • [gnome-disk-utility] Assamese translation updated, Nilamdyuti Goswami
  • [pygobject] test_overrides: Find local gsettings schema with current glib, Martin Pitt
  • [gnome-applets] Updated Hungarian translation, Gabor Keleman
  • [tracker] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [network-manager-applet] Updated Lithuanian translation, =?utf-8?q?=C5=BDygimantas_Beru=C4=8Dka?=
  • [pygobject] Add GtkComboBoxEntry compatibility, Paolo Borelli
  • [seahorse-plugins] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-commander] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [nautilus-sendto] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [epiphany-extensions] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [empathy] Updated Danish translation, Kenneth Nielsen
  • [empathy] Updated Gujarati Translations, Sweta Kothari
  • [gtk+] hindi translation, Rajesh Ranjan
  • [gnome-boxes] Updated Hungarian translation, Gabor Keleman
  • [zenity] Added Hungarian translation, Gabor Keleman
  • [zenity] Added hu to DOC_LINGUAS, Gabor Keleman
  • [evolution] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gcalctool] Created tag GCALCTOOL_6_3_92_1, Robert Ancell
  • [gcalctool] Fix help not being correctly installed, Robert Ancell
  • [gtk+] cellrendereraccel: don't translate Alt+Print to SysRq, Matthias Clasen
  • [gnomeweb-wml] Add Evolution IRC meeting log for March 21, 2012., Matthew Barnes
  • [gnumeric] Import/Export marker size from/to ODF. Part of [#671461], Andreas J . Guelzow
  • [gtk+] testgtk: Show GtkSettings, Matthias Clasen
  • [gtk+] entry: Don't show a num lock warning, Matthias Clasen
  • [gnome-online-accounts/gnome-3-4] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-online-accounts/gnome-3-4] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-panel] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-online-accounts] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-online-accounts] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-dictionary] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-dictionary] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-control-center] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [ostree/wip/packfile-rebase2: 11/11] core: Delete loose objects, Colin Walters
  • [ostree/wip/packfile-rebase2: 10/11] core: Only pack currently-loose objects, Colin Walters
  • [ostree/wip/packfile-rebase2: 9/11] core: Flesh out to parse packed files, Colin Walters
  • [ostree/wip/packfile-rebase2: 8/11] core: Delete unused variable, Colin Walters
  • [ostree/wip/packfile-rebase2: 7/11] wip, Colin Walters
  • [ostree/wip/packfile-rebase2: 6/11] core: Expose API to query all object status at once, Colin Walters
  • [ostree/wip/packfile-rebase2: 5/11] repack bits, Colin Walters
  • [ostree/wip/packfile-rebase2: 4/11] repack: creating raw packfiles, Colin Walters
  • [ostree/wip/packfile-rebase2: 3/11] libostree: Add README.md, Colin Walters
  • [ostree/wip/packfile-rebase2: 2/11] RB Print total size, Colin Walters
  • [ostree/wip/packfile-rebase2: 1/11] core: Add initial stub "repack" builtin, Colin Walters
  • [ostree] (11 commits) Created branch wip/packfile-rebase2, Colin Walters
  • [glabels/vala] Hookup object size and position properties to object editor., Jim Evins
  • [epiphany] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [epiphany] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [the-board] tuhaihe <wangdianjin linuxdeepin com>, Aron Xu
  • [gnoduino] Add Simplified Chinese translation., Aron Xu
  • [libxslt] Cleanup some misplaced spaces and tabs, Daniel Veillard
  • [libxslt] Allow per-context override of xsltMaxDepth, introduce xsltMaxVars, Daniel Veillard
  • [libxml2] add function xmlTextReaderRelaxNGValidateCtxt(), Daniel Veillard
  • [gegl] matrix3: make gegl_matrix3_transform_point support perspective transforms, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [empathy] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [empathy] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [evolution] Bug 672593 - Typos in evolution.convert, Matthew Barnes
  • [gnome-boxes/3.5.x] Reset display on credentials needed, Zeeshan Ali Khattak
  • [gimp-web] release-notes: add/use 2.8 first startup screenshot, Nils Philippsen
  • [gimp-web] release-notes: remove toplevel menu of external plug-ins, Nils Philippsen
  • [gegl] buffer: do not call cl flush unless OpenCL is enabled (avoids crash), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp-web] release-notes: add screenshots, Nils Philippsen
  • [gimp-web] CSS: make flush-right images stack up better, Nils Philippsen
  • [gnome-boxes] Added Portuguese, Duarte Loreto
  • [gimp-web] release-notes: add one screenshot for tagging and brushes, Nils Philippsen
  • [gnome-boxes] Updated Portuguese translation, Duarte Loreto
  • [gimp] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-contacts] Updated Portuguese translation, Duarte Loreto
  • [libgsf] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-games] Updated Brazilian Portuguese translation, Jonh Wendell
  • [release-notes/gnome-3-4] Proofreading of Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-applet] Updated Portuguese translation, Duarte Loreto
  • [planet-web: 4/4] [pgo] Added back some people, Alberto Ruiz
  • [planet-web] (4 commits) ...[pgo] Added back some people, Alberto Ruiz
  • [seahorse/gnome-3-4] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-control-center] Updated Portuguese translation, Duarte Loreto
  • [gnome-terminal/gnome-3-4] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-nettool] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gegl] Added .gitignore files for opencl directories., Kevin Cozens
  • [gnome-settings-daemon] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gimp/goat-invasion] app: rename the buffer's tile_source_node to buffer_source_node, Michael Natterer
  • [gimp/goat-invasion] app: change GimpDrawable::get_tiles() to ::get_buffer(), Michael Natterer
  • [gimp/goat-invasion] app: change GimpDrawable::set_tiles() to ::set_buffer(), Michael Natterer
  • [gnome-system-log] Hungarian help translation fixes, Gabor Keleman
  • [gimp/goat-invasion] app: port gimpimage-convert.c to gimp_drawable_set_buffer(), Michael Natterer
  • [gnome-control-center] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gimp/goat-invasion] app: minor cleanup and include removal, Michael Natterer
  • [caribou] More translations, Khaled Hosny
  • [caribou] Updated Arabic translation, Khaled Hosny
  • [gimp/goat-invasion] app: completely port gimpdrawable-convert.c to GeglBuffer, Michael Natterer
  • [gnome-boxes] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gdm] Updated Arabic translation, Khaled Hosny
  • [gnome-bluetooth] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-backgrounds] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gdm] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gimp/goat-invasion] app: port GimpGroupLayer to gimp_buffer_set_tiles_full(), Michael Natterer
  • [eog] fix typo; double a, Olav Vitters
  • [gegl] Add missing gegl-buffer-cl-cache.h includes, Mikael Magnusson
  • [eog] fix keywords in te.po, Olav Vitters
  • [gimp/goat-invasion] app: add gimp_gegl_buffer_get_tile_manager(), Michael Natterer
  • [gimp/goat-invasion] app: port gimp_drawable_scale() to gimp_drawable_set_buffer_full(), Michael Natterer
  • [gnome-themes-standard] screensaver: add an 1px border for the unlock screensaver dialog, Cosimo Cecchi
  • [genius] Wed Mar 21 15:39:04 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [gimp/goat-invasion] app: port GimpDrawableModUndo to storing pixels as GeglBuffers, Michael Natterer
  • [gnumeric] ODF: use GsfODFOut when available., Morten Welinder
  • [goffice] GOFormat: the odf version from output., Morten Welinder
  • [libgsf] GsfODFOut: new class., Morten Welinder
  • [libgsf] GsfXMLOut: make type a little bit public., Morten Welinder
  • [gegl] Fixed error in array subscript that affected GIMP's perspective transform., Kevin Cozens
  • [gimp/goat-invasion] app: use hard-edges = TRUE when GEGL-scaling drawables, Michael Natterer
  • [gimp/goat-invasion] app: use a GeglBuffer instead of TileManager as storage in drawables \o/, Michael Natterer
  • [gimp/goat-invasion] === squash me two commits down ===, Michael Natterer
  • [gnome-system-log] filter: change license header to GPL v2+, Cosimo Cecchi
  • [gimp/goat-invasion] app: pass the right filter when GEGL-transfomring, Michael Natterer
  • [gitg] Updated French translation, Bruno Brouard
  • [nautilus] Updated Arabic translation, Khaled Hosny
  • [gnome-screensaver] Created tag 3.3.92, Ray Strode
  • [gnome-screensaver] NEWS: update for release, Ray Strode
  • [gnome-screensaver] configure: bump to 3.3.92, Ray Strode
  • [seahorse/gnome-3-4] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [seahorse] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-screensaver] fade: fix fade computation math, Ray Strode
  • [gcompris] Updated French translation, Bruno Brouard
  • [evolution-exchange] Updated French translation, Bruno Brouard
  • [pygobject] Correct review comments from Martin, Johan Dahlin
  • [evolution-couchdb] Updated French translation, Bruno Brouard
  • [gnome-shell] Deleted branch wip/wayland, Neil Roberts
  • [gegl] merge buffer's opencl cache in affine, Victor Matheus de Araujo Oliveira
  • [drwright] Updated French translation, Bruno Brouard
  • [gnome-user-share] Created tag GNOME_USER_SHARE_3_0_2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gimp/goat-invasion] app: replace GimpDraable's type by a Babl format, Michael Natterer
  • [yelp-tools] yelp-check: Make 'hrefs' command work for DocBook, Shaun McCance
  • [gnome-user-share] 3.0.2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-user-share] configure.in: Add bug-report field in AC_INIT, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-user-share] build: Follow libtool recommendations, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-user-share] configure.ac: Do not use deprecated autoconf/libtool macros, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus] Updated Portuguese translation, Duarte Loreto
  • [gegl] merge buffer's opencl cache in clone and crop, Victor Matheus de Araujo Oliveira
  • [pygobject] Correct pyflakes warnings/errors, Johan Dahlin
  • [anjuta-extras] Updated French translation, Bruno Brouard
  • [yelp-tools] yelp-check: Update usage for links with DocBook, Shaun McCance
  • [yelp-tools] yelp-check: Check DocBook @linkend with links command, Shaun McCance
  • [seahorse/gnome-3-4] Updated Russian translation, Yuri Myasoedov
  • [yelp-tools] Created branch gnome-3-4, Shaun McCance
  • [almanah] Updated French translation, Bruno Brouard
  • [gnome-boxes] Updated Russian translation, Yuri Myasoedov
  • [babl] add babl_format_is_palette, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-boxes] Updated LINGUAS file, Yuri Myasoedov
  • [gnome-boxes] Added Russian translation, Yuri Myasoedov
  • [gnome-keyring] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gegl] removing some globals and compiler warnings, Victor Matheus de Araujo Oliveira
  • [gegl] merge buffer's opencl cache in a sink operation, Victor Matheus de Araujo Oliveira
  • [mousetweaks] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-video-effects] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gimp/goat-invasion] app: add gimp_gegl_buffer_dup() which creates a TileManager backed dup, Michael Natterer
  • [gnome-screenshot] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-system-monitor] Updated Portuguese translation, Duarte Loreto
  • [mutter] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-system-monitor] [l10n] Updated Estonian translation, Priit Laes
  • [release-notes/gnome-3-4] Use correct Clutter news, as pointed out by ebassi, Andre Klapper
  • [baobab] Updated Danish translation, Kenneth Nielsen
  • [release-notes/gnome-3-4] Added old uk translation, Daniel Korostil
  • [genius] Updated Swedish translation, Daniel Nylander
  • [nautilus-sendto] evolution: mail_cmd is now part of EvolutionPlugin struct, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto] configure: Put m4 files in m4 directory and temporal autoconf ones in build-aux, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto] configure.in: Generate xz tarballs by default, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto] build: Do not use deprecated autoconf/libtool macros, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto] configure.in: Update bug-report field in AC_INIT, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto] Documentation fixes, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] ...and find a compromise for the focus-follows-mouse note, Andre Klapper
  • [release-notes/gnome-3-4] Fix and remove some stuff after review by shaunm, Andre Klapper
  • [vala] codegen: Fix delegate target C name for static fields, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [gjs] build: Require the latest g-i, Colin Walters
  • [nautilus-sendto] Created tag NAUTILUS_SENDTO_3_0_2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto/gnome-3-0] 3.0.2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto/gnome-3-0] configure.in: Update bug-report field in AC_INIT, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus-sendto/gnome-3-0] Documentation fixes, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [cogl] Updated Telugu Translations, Krishnababu Krothapalli
  • [jhbuild] Switch GNOME 3.4 to pygobject-3-2 branch, Martin Pitt
  • =?utf-8?q?=5Bepiphany=5D_Updated_Finnish_translation_by_Jiri_Gr=C3=B6nroo?= =?utf-8?q?s?=, Timo Jyrinki
  • =?utf-8?q?=5Bgnome-shell=5D_Updated_Finnish_translation_by_Jiri_Gr=C3=B6n?= =?utf-8?q?roos=2E?=, Timo Jyrinki
  • =?utf-8?q?=5Bgnome-control-center=5D_Updated_Finnish_translation_by_Jiri_?= =?utf-8?q?Gr=C3=B6nroos=2E?=, Timo Jyrinki
  • =?utf-8?q?=5Bgnome-documents=5D_Updated_Finnish_translation_by_Jiri_Gr?= =?utf-8?b?w7Zucm9vcy4=?=, Timo Jyrinki
  • [pygobject] Make tests fail on CRITICAL logs, too, and apply to all tests, Martin Pitt
  • [balsa/gtk3] Updated Danish translation, Kenneth Nielsen
  • [empathy] accounts-dialog: set a column spacing for the GtkInfoBar grid, Cosimo Cecchi
  • [empathy] account-widget: set shadow_type=in for advanced scrolled windows, Cosimo Cecchi
  • [pygobject] Support marshalling GI_TYPE_TAG_INTERFACE, Martin Pitt
  • [clutter] table-layout: Remove dead code, Jasper St . Pierre
  • [clutter] table-layout: Fix x/y-expand for spanning actors, Jasper St . Pierre
  • [clutter] table-layout: Fix column visibility for spanning actors, Jasper St . Pierre
  • [clutter] table-layout: Remove unused 'shrink' field., Jasper St . Pierre
  • [clutter] actor: Freeze property change notifications on destroy, Jasper St . Pierre
  • [release-notes/gnome-3-4] Added UK to DOC_LINGUAS, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [release-notes/gnome-3-4] Revert "Updated UK to DOC_LINGUAS", =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [release-notes/gnome-3-4] Updated UK to DOC_LINGUAS, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnumeric] tests: new tests for ods., Morten Welinder
  • [empathy] Created tag EMPATHY_3_3_92, Guillaume Desmottes
  • [empathy] Created tag EMPATHY_3_3_91, Guillaume Desmottes
  • [gtk+] gtk/gtkwin32theme.c: Remove C99ism, Chun-wei Fan
  • [gnome-system-log] Fix an off-by-one in logview_prefs_store_log, Cosimo Cecchi
  • [gnome-system-log] Fix initial setup, Cosimo Cecchi
  • [gnome-control-center] Typo, Khaled Hosny
  • [pygobject] Fix warnings on None values in added tree/list store rows, Martin Pitt
  • [evolution] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [seahorse] Assamese translation updated, Nilamdyuti Goswami
  • [seahorse/gnome-3-4] Assamese translation updated, Nilamdyuti Goswami
  • [libxml2] Fix windows build from lzma addition, Rob Richards
  • [drwright] Install gnome-typing-monitor in $(pkglibexec), Vincent Untz
  • [seahorse/gnome-3-4] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [pygobject] pygtkcompat test: Properly clean up PixbufLoader, Martin Pitt
  • [epiphany] profile-migrator: do not freak out if the history is empty, Xan Lopez
  • [gjs] Created tag GJS_1_31_22, Colin Walters
  • [gjs] Release 1.31.22, Colin Walters
  • [clutter/clutter-1.10] Fix fallback profile counter macro, Emmanuele Bassi
  • [clutter/clutter-1.10] docs: Clean up the animations sections of the Actor reference, Emmanuele Bassi
  • [clutter/clutter-1.10] interactive/scrolling: Use the implicit animation API, Emmanuele Bassi
  • [gobject-introspection] Created tag GOBJECT_INTROSPECTION_1_31_22, Colin Walters
  • [gobject-introspection] Release 1.31.22, Colin Walters
  • [gimp/goat-invasion] app: remove gimp_layer_new_from_tiles(), it's now unused, Michael Natterer
  • [gimp/goat-invasion] app: remove gimp_selection_extract_buffer() again, Michael Natterer
  • [gimp/goat-invasion] app: port everything to gimp_selection_extract_buffer(), Michael Natterer
  • [clutter] docs: Clean up the animations sections of the Actor reference, Emmanuele Bassi
  • [clutter] interactive/scrolling: Use the implicit animation API, Emmanuele Bassi
  • [gnome-boxes] Update Simplified Chinese translation., Aron Xu
  • [gimp/goat-invasion] app: port the entire transform API from TileManager to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion] === squash into previous ===, Michael Natterer
  • [gnome-bluetooth] Update Simplified Chinese translation., Aron Xu
  • [gimp/goat-invasion] app: add gimp_selection_extract_buffer (), Michael Natterer
  • [gimp/goat-invasion] app: flush the buffer in gimp_gegl_buffer_get_tiles(), Michael Natterer
  • [gnome-video-effects] Update Simplified Chinese translation., Aron Xu
  • [seahorse/gnome-3-4] Update Simplified Chinese translation, Aron Xu
  • [pygobject] Created branch pygobject-3-2, Martin Pitt
  • [gnome-control-center] Update Simplified Chinese translation., Aron Xu
  • [clutter/clutter-1.10] build: Remove superfluous ',', Rico Tzschichholz
  • [seahorse/gnome-3-4] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [clutter] build: Remove superfluous ',', Rico Tzschichholz
  • [gthumb] fixed help button in preferences window, bug 671290, Michael J . Chudobiak
  • [seahorse] Update Simplified Chinese translation., Stefan Walter
  • [seahorse] [l10n] Minor update to Catalan translation, Stefan Walter
  • [release-notes/gnome-3-4] [a11y] bikeshed, Allan Day
  • [seahorse] Assamese translation completed, Stefan Walter
  • [seahorse] Deleted branch gnome-3-4, Stefan Walter
  • [gdm] Malayalam translation updated, Praveen Arimbrathodiyil
  • [yelp-xsl/wip/api-1-0] mal2html-api: Adaptive mobile-friendly C synopses, Shaun McCance
  • [release-notes/gnome-3-4] [a11y] clarify the orca changes, Allan Day
  • [balsa/gtk3] Move generated files to POTFILES.skip, Peter Bloomfield
  • [gnome-online-accounts] Created tag 3.3.92.1, Debarshi Ray
  • [gnome-online-accounts/gnome-3-4] Prepare 3.3.92.1, Debarshi Ray
  • [release-notes/gnome-3-4] [figures] updates, strip embedded color profils, Allan Day
  • [release-notes/gnome-3-4] comment out the part about release parties, Allan Day
  • [library-web] Added galician translations for doc, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-panel] Malayalam translation updated, Praveen Arimbrathodiyil
  • [gegl] config: fix nick, blurb of "use-opencl" property, Nils Philippsen
  • [gegl] tools/introspect: harden escape() against NULL strings, Nils Philippsen
  • [release-notes/gnome-3-4] Add Telugu to DOC_LINGUAS, Andre Klapper
  • [gnome-bluetooth] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-boxes] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-contacts] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-settings-daemon] Updated Portuguese translation, Duarte Loreto
  • [release-notes/gnome-3-4] [a11y] make the orca section more human readable, Allan Day
  • [release-notes/gnome-3-4] Fixed typo in string (NGOME), =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [contacts] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [buoh] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [tracker/tracker-0.10] tracker-miner-fs: Fix use after free in extractor_process_failsafe, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [file-roller] Add hu to DOC_LINGUAS, Gabor Keleman
  • [release-notes/gnome-3-4] Imported Arabic translation from 3.2, Abderrahim Kitouni
  • [gnome-games] Updated Portuguese translation, Duarte Loreto
  • [gnome-user-docs] disk-benchmark.page enstubbed, palimpsest rewrite, Michael Hill
  • [evolution-ews] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [eog-plugins] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [emerillon] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [dates] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [libxml++] Fix a warning found by clang++, Murray Cumming
  • [gimp-web] release-notes: spiff up SWM screenshot, Nils Philippsen
  • [longomatch] Updated Danish translation, Kenneth Nielsen
  • [gimp/goat-invasion] app: use gimp_drawable_set_buffer() in a few places, Michael Natterer
  • [gnome-schedule] Updated Danish translation, Kenneth Nielsen
  • [evolution-data-server] Updated Danish translation, Kenneth Nielsen
  • [release-notes/gnome-3-4] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [release-notes/gnome-3-4] Added Telugu Translations, Sasi Bhushan Boddepalli
  • [epiphany] Created tag 3.3.92, Xan Lopez
  • [epiphany] [release] 3.3.92, Xan Lopez
  • [epiphany] ephy-hosts-store: -1 is not a valid insertion position, Claudio Saavedra
  • [epiphany] ephy-history-window: add back the favicons, Claudio Saavedra
  • [cheese] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [cheese] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-contacts] Created tag 3.3.92, Alexander Larsson
  • [gnome-contacts] Bump version to 3.3.92, Alexander Larsson
  • [epiphany] ephy-completion-model: minor cleanup, Claudio Saavedra
  • [epiphany] ephy-completion-model: fix a few leaks, Claudio Saavedra
  • [baobab] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [baobab] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-games] add Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-boxes] Assamese translation updated, Nilamdyuti Goswami
  • [gnome-settings-daemon] add Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnumeric] Fix conditional number format import from ODF. [#672489], Andreas J . Guelzow
  • [evolution] Updated Kannada Translationpo/kn.po, Shankar Prasad
  • [gnome-boxes] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [gucharmap] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gucharmap] po/vi: updated from Damned Lies, Nguyen Thai Ngoc Duy
  • [yelp] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [yelp] po/vi: updated from Damned Lies, Nguyen Thai Ngoc Duy
  • [seahorse] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [seahorse] po/vi: updated from Damned Lies, Nguyen Thai Ngoc Duy
  • [seahorse/gnome-3-4] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [seahorse/gnome-3-4] po/vi: updated from Damned Lies, Nguyen Thai Ngoc Duy
  • [aisleriot/gnome-3-2] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [gnome-boxes] add Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gvfs] Updated zh_CN translation., Funda Wang
  • [gedit] Updated zh_CN translation., Funda Wang
  • [empathy] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [gnome-documents] Updated zh_CN translation., Funda Wang
  • [baobab] Updated zh_CN translation., Funda Wang
  • [epiphany] Update Simplified Chinese translation., Aron Xu
  • [nautilus] Update Simplified Chinese translation., Aron Xu
  • [gnome-user-docs] Several typo fixes, grammar improvements & other cleanup, merged from Ubuntu, Jeremy Bicha
  • [gnome-boxes] Added Bulgarian translation, Alexander Alexandrov Shopov
  • [release-notes/gnome-3-4] Initial Japanese translation (merged from gnome-3-2 branch), Takayuki Kusano
  • [gimp/goat-invasion] app: make use of GIMP_GEGL_RECT in more places, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [glib] glib/gqsort.c: Fix C99ism/GCCism, Matthias Clasen
  • [evolution-data-server] update Punjabi Translation, Amanpreet Singh Alam
  • [libpeas] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [evolution-data-server] po/vi: updated from Damned Lies, Nguyen Thai Ngoc Duy
  • [balsa/gtk3] Add missing file to POTFILES.in, Peter Bloomfield
  • [balsa/gtk3] Work around "intltool-update -m" bug, Peter Bloomfield
  • [gimp/goat-invasion] app: fix initialization of variable in gimp_layer_get_opacity_at, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] ODS: Don't refer to gsf_ooo_ns variable., Morten Welinder
  • [gimp/goat-invasion] XXXXXXXXX squash this commit XXXXXXXXXX, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: add a GIMP_GEGL_RECT utility macro, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] ODS: get odf version string in one place only., Morten Welinder
  • [gnumeric] ODF: match new goffice., Morten Welinder
  • [goffice] GOFormat: take odf version as argument., Morten Welinder
  • [gnome-boxes/3.5.x] express, fedora: Install from remote repo for <= F16, Zeeshan Ali Khattak
  • [gimp/goat-invasion] app: add gimp_drawable_set_buffer() and set_buffer_full(), Michael Natterer
  • [release-notes/gnome-3-4] Change wording again after chat with jjmarin, Andre Klapper
  • [gimp/goat-invasion] ---XXX - rebase into parent ----, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Change style a bit, Andre Klapper
  • [gimp/goat-invasion] app: remove write property of GeglBuffer backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: GeglBuffer tile backend - add ability to combine tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: add gimp_gegl_buffer_get_tiles(), Michael Natterer
  • [release-notes/gnome-3-4] Update Czech translation, Andre Klapper
  • [release-notes/gnome-3-4] [looking forward] remove space, Juan Jose Marin Martinez
  • [libgsf] tar: gpl->lgpl, Morten Welinder
  • [gimp/goat-invasion] app: merge gimp_drawable_get_read_buffer() and get_write_buffer(), Michael Natterer
  • [release-notes/gnome-3-4] [looking forward] Accessibility changes, Juan Jose Marin Martinez
  • [release-notes/gnome-3-4] [a11y] wording of the orca integration with gnome shell and a typo., Juan Jose Marin Martinez
  • [aisleriot/gnome-3-2] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gimp/goat-invasion] app: add gimp_gegl_buffer_new() to create a TileManager-backed buffer, Michael Natterer
  • [gimp/goat-invasion] app: port gimp_image_crop_auto_shrink() to GEGL, Michael Natterer
  • [banshee] Created branch stable-2.4, Bertrand Lorentz
  • [banshee] UPnPClient: Fix output path on Windows in .csproj file, Bertrand Lorentz
  • [gimp/goat-invasion] app: port the entire GimpScanConvert API to GeglBuffer, Michael Natterer
  • [gimp/goat-invasion] app: port gimp_scan_convert_render_full() to GeglBufferIterator, Michael Natterer
  • [release-notes/gnome-3-4] reword eog old name, Olav Vitters
  • [release-notes/gnome-3-4] kill more GNOME; eye of gnome is now image viewer, Olav Vitters
  • [release-notes/gnome-3-4] reword ffm notice, Olav Vitters
  • [banshee] windows: Don't show the EULA dialog in the installer (bgo#647210), Bertrand Lorentz
  • [aisleriot/gnome-3-2] Updated French translation, Bruno Brouard
  • [gupnp-av] Fix crash introduced in previous patch, Jens Georg
  • [release-notes/gnome-3-4] Added uk translation, Daniel Korostil
  • [release-notes/gnome-3-4] Fix grammar, Andre Klapper
  • [gnome-bluetooth] applet: Fix Makefile rule to remove libgnome-bluetooth-applet.la, Colin Walters
  • [release-notes/gnome-3-4] add wikipedia link for focus-follows-mouse, Olav Vitters
  • [release-notes/gnome-3-4] close para tag, Olav Vitters
  • [release-notes/gnome-3-4] add note about focus-follows-mouse and add hiding title bar when maximized option, Olav Vitters
  • [gnome-dvb-daemon] Remove overlapping events from EPGStore, Sebastian Polsterl
  • [gnome-user-docs] Update Makefile.am according changes from commit 219b29fd8, Baptiste Mille-Mathias
  • [release-notes/gnome-3-4] remove another unneeded GNOME mention, Olav Vitters
  • [gnome-shell] Created tag 3.3.92, Owen Taylor
  • [gnome-shell] Bump version to 3.3.92, Owen Taylor
  • [mutter] Created tag 3.3.92, Owen Taylor
  • [mutter] Bump version to 3.3.92, Owen Taylor
  • [mutter] workspace: Don't try to use per-workspace MRU lists as a hint for focusing, Jasper St . Pierre
  • [mutter] stack: Make meta_window_raise() and meta_window_lower() smarter, Jasper St . Pierre
  • [gnome-user-docs] Fix broken link to gnome-documents icon, Baptiste Mille-Mathias
  • [gedit] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [release-notes/gnome-3-4] kill unneeded GNOME mentionings, Olav Vitters
  • [file-roller] Added Hungarian help translation, Gabor Keleman
  • [dia] Autotools support for new Mac OS X theme., Steffen Macke
  • [gnome-bluetooth] Created tag GNOMEBT_V_3_3_92, Cosimo Cecchi
  • [gnome-bluetooth] 3.3.92, Cosimo Cecchi
  • [release-notes/gnome-3-4] Add TODO to remember updating list of supported translations, Andre Klapper
  • [gnome-bluetooth] all: add missing files to CLEANFILES to fix distcheck, Cosimo Cecchi
  • [gnome-bluetooth] lib: remove libgnome-bluetooth-applet.so* in an uninstall-hook, Cosimo Cecchi
  • [gnome-bluetooth] i18n: fix Chinese help translations to produce correct XML, Cosimo Cecchi
  • [evolution/account-mgmt: 52/52] Update po/POTFILES.in., Matthew Barnes
  • [gnome-bluetooth] docs: disable gtk-doc check to fix make distcheck, Cosimo Cecchi
  • [evolution/account-mgmt: 51/52] Adapt API documentation to the new ESource API., Matthew Barnes
  • [gnome-bluetooth] build: fix distcheck, Cosimo Cecchi
  • [evolution/account-mgmt: 50/52] Adapt vcard-inline plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 49/52] Adapt save-calendar plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 48/52] Adapt publish-calendar plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 47/52] Adapt pst-importer plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 46/52] Adapt mailing-list-actions plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 45/52] Adapt mail-to-task plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 44/52] Adapt itip-formatter plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 43/52] Adapt email-custom-header plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 42/52] Adapt bbdb plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 41/52] Adapt backup-restore plugin to the new ESource API., Matthew Barnes
  • [gimp/goat-invasion] app: remove unused tile-manager.h include, Michael Natterer
  • [evolution/account-mgmt: 40/52] Remove default-source plugin., Matthew Barnes
  • [evolution/account-mgmt: 39/52] Add 'mail-config' module., Matthew Barnes
  • [evolution/account-mgmt: 38/52] Add 'imap-features' module., Matthew Barnes
  • [evolution/account-mgmt: 37/52] Add 'cal-config-webcal' module., Matthew Barnes
  • [evolution/account-mgmt: 36/52] Add 'cal-config-weather' module., Matthew Barnes
  • [evolution/account-mgmt: 35/52] Add 'cal-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 34/52] Add 'cal-config-contacts' module., Matthew Barnes
  • [evolution/account-mgmt: 33/52] Add 'cal-config-caldav' module., Matthew Barnes
  • [release-notes/gnome-3-4] Typo fixes as pointed out by Michael Hill, Andre Klapper
  • [evolution/account-mgmt: 32/52] Add 'cal-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 31/52] Add 'book-config-webdav' module., Matthew Barnes
  • [evolution/account-mgmt: 30/52] Add 'book-config-ldap' module., Matthew Barnes
  • [evolution/account-mgmt: 29/52] Add 'book-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 28/52] Add 'book-config-local' module., Matthew Barnes
  • [evolution/account-mgmt: 27/52] Adapt modules/startup-wizard to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 26/52] Adapt modules/online-accounts to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 25/52] Adapt modules/mdn to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 24/52] Adapt modules/mail to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 23/52] Adapt modules/calendar to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 22/52] Adapt modules/addressbook to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 21/52] Adapt evolution-settings capplet to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 20/52] Adapt mail to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 19/52] Adapt composer to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 18/52] Adapt calendar/gui to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 17/52] Adapt AlarmNotify to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 16/52] Adapt calendar/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 15/52] Adapt mail/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 14/52] Adapt addressbook/tools to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 13/52] Adapt addressbook/gui/widgets to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 12/52] Adapt addressbook/gui/merging to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 11/52] Adapt addressbook/importers to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 10/52] Adapt addressbook/util to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 9/52] Adapt EContactListEditor to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 8/52] Adapt EContactEditor to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 7/52] Adapt libeshell to the new ESource API., Matthew Barnes
  • [gimp/goat-invasion] app: remove checks from stuff that now works on indexed layers, Michael Natterer
  • [evolution/account-mgmt: 6/52] Adapt widgets/misc to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 5/52] Adapt libeutil to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 4/52] Update Glade catalog specification., Matthew Barnes
  • [evolution/account-mgmt: 3/52] Add ESourceConfig widget., Matthew Barnes
  • [evolution/account-mgmt: 2/52] Disable some top-level directories., Matthew Barnes
  • [evolution/account-mgmt: 1/52] Refactor CompEditor pages to isolate EAccount usage., Matthew Barnes
  • [evolution] (52 commits) Created branch account-mgmt, Matthew Barnes
  • [file-roller] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [evince] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [gnome-settings-daemon] Updated French translation, Bruno Brouard
  • [evolution-data-server/account-mgmt: 39/39] Camel debugging hack (temporary), Matthew Barnes
  • [evolution-data-server/account-mgmt: 38/39] Update po/POTFILES.in., Matthew Barnes
  • [empathy] Updated French translation, Bruno Brouard
  • [gnomeweb-wml] updated a11y ruler for campaign, Christy Eller
  • [cogl] Updated French translation, Bruno Brouard
  • [gnome-user-docs] Stub page added about configuring startup applications., Tiffany Antopolski
  • [gimp/goat-invasion] app: apply patch from Villa Sokk that implements GimpOperationDissolveMode, Michael Natterer
  • [gimp-web] release-notes: 2.6 -> 2.8 in one place, Nils Philippsen
  • [aisleriot/gnome-3-2] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [murrine] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [genius] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [aisleriot] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gimp/goat-invasion] app: port GimpBoundary to GEGL, including its API, Michael Natterer
  • [gobject-introspection] Update glib annotations to 2.31.22, Rico Tzschichholz
  • [metacity] release: post-release bump to 2.34.5, =?utf-8?q?Florian_M=C3=BCllner?=
  • [metacity] Created tag METACITY_2_34_3, =?utf-8?q?Florian_M=C3=BCllner?=
  • [metacity] Update NEWS with 2.34.3 changes, =?utf-8?q?Florian_M=C3=BCllner?=
  • [release-notes/gnome-3-4] [a11y] update and use sub-sections, Allan Day
  • [network-manager-applet] mobile: fix some memory leaks, Dan Williams
  • [genius] Tue Mar 20 13:13:48 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [yelp-xsl/wip/api-1-0] mal2html-api: Signals for C/GObject, Shaun McCance
  • [evolution-kolab] Created tag EVOLUTION_KOLAB_3_3_92, Christian Hilberg
  • [metacity] Correct translation domain in keybinding definitions, =?utf-8?q?Florian_M=C3=BCllner?=
  • [evolution-kolab: 36/36] NEWS update for 3.3.92 release, Christian Hilberg
  • [evolution-kolab: 35/36] Merge branch 'ek-wip-porting', Christian Hilberg
  • [evolution-kolab] (36 commits) ...NEWS update for 3.3.92 release, Christian Hilberg
  • [gnome-terminal/gnome-3-4] Update Simplified Chinese translation., Aron Xu
  • [release-notes/gnome-3-4] [a11y] fix a minor issue with the high contrast image, Allan Day
  • [gnome-terminal] Update Simplified Chinese translation., Aron Xu
  • [genius] Tue Mar 20 11:39:45 2012 Jiri (George) Lebl <jirka 5z com>, George Lebl
  • [release-notes/gnome-3-4] [a11y] update screenshots, Allan Day
  • [gucharmap] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnomeweb-wml] cheese: Populate the 3.3.92 release, David King
  • [aisleriot/gnome-3-2] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gtksourceview] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-shell] viewSelector: Allow to start navigating results using arrow keys, =?utf-8?q?Florian_M=C3=BCllner?=
  • [cogl] Created tag 1.10.0, Neil Roberts
  • [cogl] Post-release version bump to 1.10.1, Neil Roberts
  • [cogl] Release 1.10.0 (release), Neil Roberts
  • [cogl] Updates NEWS for the 1.10.0 release, Neil Roberts
  • [cogl] configure: Fix the pkg-config check for pango, Neil Roberts
  • [gnome-shell] Update Simplified Chinese translation., Aron Xu
  • [evolution-kolab/ek-wip-porting] KolabMailAccess: moved API function opmode checking inside big_lock sentinel, Christian Hilberg
  • [empathy] Update Simplified Chinese translation., Aron Xu
  • [gnome-boxes/3.5.x] Mark 'no password' string for translation, Zeeshan Ali Khattak
  • [hamster-applet] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [mutter] Update Simplified Chinese translation., Aron Xu
  • [libpeas] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [goffice] GOPixbuf: avoid critical., Morten Welinder
  • [gdk-pixbuf] Bump version, Matthias Clasen
  • [gdk-pixbuf] Created tag 2.26.0, Matthias Clasen
  • [gdk-pixbuf] 2.26.0, Matthias Clasen
  • [network-manager-applet] Update Simplified Chinese translation., Aron Xu
  • [gtk+] Update Simplified Chinese translation of property nicks, Aron Xu
  • [metacity] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-control-center] Updated Finnish translation, Timo Jyrinki
  • [gnome-boxes] Mark 'no password' string for translation, Zeeshan Ali Khattak
  • [mousetweaks] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gedit] Created tag 3.3.8, Ignacio Casal Quinteiro
  • [gedit] Release 3.3.8, Ignacio Casal Quinteiro
  • [gthumb] show "Moving" instead of "Copying" when moving a file, Paolo Bacchilega
  • [gthumb] map view: added a scale on the map, Paolo Bacchilega
  • [gnome-boxes] Created branch 3.5.x, Zeeshan Ali Khattak
  • [gnome-disk-utility] volume-grid: don't set the PRELIGHT state flag, David Zeuthen
  • [evolution-kolab/ek-wip-porting] KolabMailAccess: made API thread-safe, Christian Hilberg
  • [nautilus] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gtk+] Update Simplified Chinese translation., Aron Xu
  • [gtk+] Created tag 3.3.20, Matthias Clasen
  • [gtk+] 3.3.20, Matthias Clasen
  • [mutter/wip/wayland: 3/3] wayland: Adds basic hybrid X + Wayland support, Robert Bragg
  • [mutter/wip/wayland: 2/3] configure: Adds --with-xwayland-path option, Robert Bragg
  • [mutter/wip/wayland: 1/3] configure: Adds wayland config options, Robert Bragg
  • [mutter] (3 commits) Created branch wip/wayland, Robert Bragg
  • [murrine] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [clutter/clutter-1.10] conform: Set harsher environment for running tests, Emmanuele Bassi
  • [clutter/clutter-1.10] paint-node: Initialize ClutterPaintOperation, Emmanuele Bassi
  • [network-manager-applet] trivial: remove some unused includes, Dan Williams
  • [clutter] conform: Set harsher environment for running tests, Emmanuele Bassi
  • [clutter] paint-node: Initialize ClutterPaintOperation, Emmanuele Bassi
  • [zenity] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gdm] Update Simplified Chinese translation., Aron Xu
  • [folks] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [vino] Translations Updated with FUEL, Krishnababu Krothapalli
  • [seahorse/gnome-3-4] Update Simplified Chinese translation., Aron Xu
  • [gdk-pixbuf] Update Simplified Chinese translation., Aron Xu
  • [gnome-terminal/gnome-3-4] Translations Updated with FUEL, Krishnababu Krothapalli
  • [evolution-data-server] Update Simplified Chinese translation., Aron Xu
  • [eog] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gnome-documents] i18n: fix Bulgarian, Finnish, Chinese (HK and TW) translations, Cosimo Cecchi
  • [yelp-xsl] Translations Updated with FUEL, Krishnababu Krothapalli
  • [nautilus-sendto] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-bluetooth] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gtk+] Update expected test results, Matthias Clasen
  • [orca] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [nautilus-sendto] Translations Updated with FUEL, Krishnababu Krothapalli
  • [orca] Translations Updated with FUEL, Krishnababu Krothapalli
  • [seahorse/gnome-3-4] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [evolution] Bug 672474 - Flaw in GOA synchronization logic, Matthew Barnes
  • [f-spot] Remove a goto statement, Stephen Shaw
  • [seahorse] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [mousetweaks] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gnome-shell] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gtk+] Work around a notebook tab rendering bug, Matthias Clasen
  • [gtk+] More updates, Matthias Clasen
  • [cogl] Update Simplified Chinese translation., Aron Xu
  • [jhbuild] apps-3.4: track gnome-3-4 branch of aislerot, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [atk] Update Simplified Chinese translation., Aron Xu
  • [clutter/clutter-1.10] clutter-wayland-compositor.h: Adds missing header guards, Robert Bragg
  • [clutter/clutter-1.10] wayland: Fix some missing includes, Robert Bragg
  • [clutter/clutter-1.10] include standalone cogl-wayland-server/client headers, Robert Bragg
  • [clutter/clutter-1.10] wayland: Only try and resize the framebuffer if there is a valid framebuffer, Robert Bragg
  • [vino] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [yelp] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gimp-gap] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [glade] Update Simplified Chinese translation., Aron Xu
  • [gnote/stable-0.8] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [folks] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [glade/glade-3-12] Update Simplified Chinese translation., Aron Xu
  • [yelp-xsl] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-boxes] Created tag v3.3.92, Zeeshan Ali Khattak
  • [seahorse/gnome-3-2] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [zenity] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [vinagre] Revert "update Simplified Chinese (zh_CN) translation", YunQiang Su
  • [aisleriot] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [aisleriot/gnome-3-4] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [aisleriot/gnome-3-2] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gdl] Update simplified Chinese translation., Aron Xu
  • [aisleriot/gnome-3-2] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [clutter] clutter-wayland-compositor.h: Adds missing header guards, Robert Bragg
  • [clutter] wayland: Fix some missing includes, Robert Bragg
  • [clutter] include standalone cogl-wayland-server/client headers, Robert Bragg
  • [gnome-disk-utility] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-boxes] Release 3.3.92, Zeeshan Ali Khattak
  • [cogl] Create standalone public wayland client/server headers, Robert Bragg
  • [release-notes/gnome-3-4] Add Python for gedit as pointed out by nacho in IRC, Andre Klapper
  • [anjuta] Update Simplified Chinese translation., Aron Xu
  • [evolution-kolab/ek-wip-porting] ECalBackendKolab: improved handling of online state switching, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] EBookBackendKolab: improved handling of online state switching, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] all: Whitespace and formatting cleanup, Christian Hilberg
  • [gnome-shell] st-button: treat keypad Enter keypresses like normal Enter events, Cosimo Cecchi
  • [gimp/goat-invasion] app: remove shade_pixels(), no clue when it became unused, Michael Natterer
  • [gimp/goat-invasion] app: forgot to remove extract_alpha_region()'s declaration, Michael Natterer
  • [accerciser] Update Simplified Chinese translation., Aron Xu
  • [gimp/goat-invasion] app: remove extract_from_region() and its helper functions, Michael Natterer
  • [gimp/goat-invasion] app: port gimp_selection_extract() to GEGL, Michael Natterer
  • [cogl] bitmap-pixbuf: Fix the CoglBitmap wrapper for the STB fallback, Neil Roberts
  • [release-notes/gnome-3-4] Add translator comment, Andre Klapper
  • [jhbuild] core-deps-3.6: WebKitGTK+ 1.7.92, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-3.6: Add accountsservice as gnome-shell dependency, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-3.6: Update dconf tarball to 0.11.7, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [folks] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [aisleriot/gnome-3-4] clutter: Remove clutter from gnome-3-4 branch, Christian Persch
  • [aisleriot] Created branch gnome-3-4, Christian Persch
  • [aisleriot] Deleted branch gnome-3-4, Christian Persch
  • [clutter] wayland: Only try and resize the framebuffer if there is a valid framebuffer, Rob Bradford
  • [aisleriot] i18n: Add missing file to POTFILES.in, Christian Persch
  • [gegl] cl: clean up some compiler warnings, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] box-blur using auxiliary cl-iterator to keep intermediate results, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Bug in opencl cache in cl-iterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Fixing bugs on cl-cache, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] minor fixes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Fixing bug in cl-cache, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Support for auxiliary iterators in cl-iterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [jhbuild] core-3.4: Update dconf tarball to 0.11.7, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gegl] Support for Area filters in cl-iterator and use example in box-blur, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] error in color-temperature filter, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] choose iteration region based on device's max allocation size, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] opencl support for gegl:threshold and YA float color format, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] opencl doesn't support uchar3 loads and stores, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] opencl support for gegl:opacity and Y u8/Y float color format, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] improving error logs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCL cache of a GeglBuffer must be cleaned before editing, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: save some lines of code in gimp_gegl_create_apply_opacity_node(), Michael Natterer
  • [gegl] errors in color conversion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Test for gegl:over with OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl:over with OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCL support in GeglOperationPointComposer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Support for RGBu8, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Forgot to EnqueueUnmapMemObject, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Improving OpenCL cache, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCl Cache for Buffer regions, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCL support in some point-filter operators, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Changing color conversion to linear buffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Using opencl buffers instead of Image2D, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] organizing code a little, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] shameful bug in kernels, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] using the new color conversion scheme in gegl-buffer-cl-iterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] removal of intermediate formats, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Kernels for Y'CbCrA color format, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] removing gegl-cl-texture and gegl-cl-texture manager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] error handling in gegl-buffer-cl-iterator, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Major refactoring in point-filter-cl, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCl texture manager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] gegl-cl-texture improvements, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Output reading is done with MAP_READ, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Many changes and fixes to point-operator-cl, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] color conversion using BABL if not supported on the GPU, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Color conversion rgba8 to/from rgba float with OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Common color conversions performed in the GPU and fixing some bugs in point-filter, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] minor changes and removing warnings, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Changes in OpenCL library load in Windows, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 14/14] Add OpenCL support for vignette, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] More sophisticated tiled point operation function with OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 13/14] Add OpenCL support for pixelise, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Changes in OpenCL log messages, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 12/14] Add OpenCL support for noise-reduction, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] GEGL_USE_OPENCL enviroment variable created and OpenCL Init moved to gegl_post_parse_hook so it work, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 11/14] Add OpenCL support for gaussian-blur, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Simple test which runs Brightness-Constrast with OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 10/14] Add OpenCL support for reinhard05, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Gegl tries to use OpenCL by default, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 9/14] Add OpenCL support for motion-blur, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] GeglOperator and OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 8/14] Add OpenCL support for c2g, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] 'opencl_support' property added to GeglOperation, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 7/14] Add OpenCL support for mono-mixer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Better error management in Brightness-Contrast OpenCL version, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 6/14] Add OpenCL support for snn-mean, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Set OpenCL tile size property as a square, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 5/14] Add OpenCL support for gegl:bilateral-filter, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Changing OpenCL headers directory because of makefiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 4/14] Add OpenCL support for edge-sobel, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Brightness-Contrast op with OpenCL support, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 3/14] Add OpenCL support for gegl:edge-laplace, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Point Filter uses OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 2/14] Add OpenCL support for gegl:grey, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCl kernel cache, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl/opencl-ops: 1/14] gegl:levels with OpenCL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCL: Important OpenCL properties stored, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] (14 commits) Created branch opencl-ops, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCL Texture Class, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] OpenCL shared resources created in gegl_cl_init, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] More OpenCL functions stubs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] All makefiles include opencl [except docs], =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Dynamic loading of OpenCL libs using gmodule., =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] Added OpenCL headers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Move screenshot below text, Andre Klapper
  • [evolution-data-server] Updated Bengali India Translaion, Runa Bhattacharjee
  • [release-notes/gnome-3-4] Finalize a11y page, Andre Klapper
  • [folks] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [murrine] Fixed bug #651708, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gvfs] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [aisleriot/gnome-3-4: 2/2] i18n: Add missing file to POTFILES.in, Christian Persch
  • [aisleriot/gnome-3-4: 1/2] clutter: Remove clutter from gnome-3-4 branch, Christian Persch
  • [aisleriot] (2 commits) Created branch gnome-3-4, Christian Persch
  • [release-notes/gnome-3-4] Drop jhbuild section, Andre Klapper
  • [gnome-devel-docs] Fixed bug #560505, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [cogl] Update .gitignore, Neil Roberts
  • [cogl] Fix some documentation problems, Neil Roberts
  • [gnome-games] update Punjabi Translation, Amanpreet Singh Alam
  • [release-notes/gnome-3-4] Sort authors alphabetically, Andre Klapper
  • [release-notes/gnome-3-4] Remove outdated color chooser screenshot, Andre Klapper
  • [release-notes/gnome-3-4] Add boxes screenshot, Andre Klapper
  • [baobab] update Punjabi Translation, Amanpreet Singh Alam
  • [libgsf] docs: minor fixes., Morten Welinder
  • [libgsf] compilation: up glib dependency to 2.26 for GDateTime., Morten Welinder
  • [gtkhtml] update Punjabi Translation, Amanpreet Singh Alam
  • [libgsf] time stamp: fix parsing bug., Morten Welinder
  • [clutter/clutter-1.10] docs: Reorganize the API reference index, Emmanuele Bassi
  • [hamster-applet] update Punjabi Translation, Amanpreet Singh Alam
  • [clutter] docs: Reorganize the API reference index, Emmanuele Bassi
  • [ekiga] Better string for menu item, Eugen Dedu
  • [clutter] docs: Fix typo, Emmanuele Bassi
  • [release-notes/gnome-3-4] Add Git statistics for the last six months, Andre Klapper
  • [gdm] update Punjabi Translation, Amanpreet Singh Alam
  • [vinagre] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [network-manager-applet] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-system-monitor] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-video-effects] update Punjabi Translation, Amanpreet Singh Alam
  • [evolution-ews/gnome-2-28] Fix a corner case for a leak fix from bug #665801, Punit Jain
  • [cogl] cogl-primitives: Fix a typo in a function declaration, Neil Roberts
  • [evolution] Updated kn.po, Shankar Prasad
  • [evolution-ews/gnome-2-28] Use e_book_backend_foreach_view for notifying status messages to all the views., Punit Jain
  • [release-notes/gnome-3-4] [users] tweaks, Allan Day
  • [epiphany] ephy-history-window: fix callback for new signal signature, Xan Lopez
  • [cogl] Adds cogl_framebuffer_draw_[*_]rectangle functions, Robert Bragg
  • [release-notes/gnome-3-4] [figures] update the main screenshot, Allan Day
  • [release-notes/gnome-3-4] [users] polishing, Allan Day
  • [gnome-desktop] Malayalam translation updated, Praveen Arimbrathodiyil
  • [release-notes/gnome-3-4] Add one sentence to Anjuta as per wikipage, Andre Klapper
  • [release-notes/gnome-3-4] Fix some TODOs, Andre Klapper
  • [gnome-shell] Updated Lithuanian translation, =?utf-8?q?=C5=BDygimantas_Beru=C4=8Dka?=
  • [gnome-screenshot] Update Simplified Chinese translation., Aron Xu
  • [gnome-nettool] Update Simplified Chinese translation., Aron Xu
  • [clutter/clutter-1.10] docs: Fix typo, Emmanuele Bassi
  • [clutter/clutter-1.10] docs: Add a section on actor animations, Emmanuele Bassi
  • [clutter/clutter-1.10] property-transition: Remove animatable from the ctor, Emmanuele Bassi
  • [clutter/clutter-1.10] Use g_clear_object() instead of unref() + NULL, Emmanuele Bassi
  • [release-notes/gnome-3-4] Add reference for previous commit, Andre Klapper
  • [release-notes/gnome-3-4] Write about PyGObject compatibility module, Andre Klapper
  • [release-notes/gnome-3-4] UnTodo the Empathy/Pastebin sentence, Andre Klapper
  • [gftp] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [evolution-ews/gnome-2-28] Bug #660428 - Some calendars/task lists are missing after reconfiguring account, Punit Jain
  • [clutter] docs: Add a section on actor animations, Emmanuele Bassi
  • [clutter] property-transition: Remove animatable from the ctor, Emmanuele Bassi
  • [file-roller] Update Simplified Chinese translation., Aron Xu
  • [gtk+] win32: Remove grippies on paned, Alexander Larsson
  • [gftp] Fixed bug #509934, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [release-notes/gnome-3-4] [users] general improvements, Allan Day
  • [gnome-backgrounds] Malayalam translation updated, Praveen Arimbrathodiyil
  • [release-notes/gnome-3-4] Add language team highlights, Andre Klapper
  • [gpointing-device-settings] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-online-accounts] Post-release version bump, and update the NEWS with changes till date, Debarshi Ray
  • [gnome-online-accounts] Prepare release 3.3.92 from gnome-3-4 branch, Debarshi Ray
  • [gnome-online-accounts] Add description, download-page and bug-database to DOAP, Debarshi Ray
  • [gedit-cossa] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [dots] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [epiphany] POTFILES.in: remove ephy-history.h, Xan Lopez
  • [baobab] Malayalam translation updated, Praveen Arimbrathodiyil
  • [clutter] Use g_clear_object() instead of unref() + NULL, Emmanuele Bassi
  • [clutter/clutter-1.10] actor: Clarify and improve memory management of transitions, Emmanuele Bassi
  • [clutter] actor: Clarify and improve memory management of transitions, Emmanuele Bassi
  • [epiphany] configure.ac: we require WebKitGTK+ 1.7.92 now, Xan Lopez
  • [epiphany] doc: remove references to removed files, Xan Lopez
  • [epiphany] Remove EphyHistory from the repository. It's unused now., Xan Lopez
  • [epiphany] bookmarks: use the new favicon database, Xan Lopez
  • [epiphany] Replace EphyFaviconCache by WebKit's icon database cache, Xan Lopez
  • [gnome-power-manager] Updated Japanese translation., Takayuki Kusano
  • [gtk-web/support] support: Add Igalia to the list of companies, Martyn James Russell
  • [gtk-web/support] language-bindings: Fixed indentation issue, Martyn James Russell
  • [gtk-web/support] language-bindings: Update, now 2.20 and 2.22 are supported, Martyn James Russell
  • [gnome-video-effects] Add initial Khmer translation., Andre Klapper
  • [gnome-user-share] Add initial Khmer translation, Andre Klapper
  • [gnome-themes-standard] Add initial Khmer translation., Andre Klapper
  • [gnome-system-log] Add initial Khmer translation, Andre Klapper
  • [gnome-font-viewer] Add initial Khmer translation, Andre Klapper
  • [gnome-doc-utils] Add initial Khmer translation, Andre Klapper
  • [gnome-dictionary] Add initial Khmer translation., Andre Klapper
  • [network-manager-applet] applet: don't call nm_secret_agent_register() when the agent is registered, =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [network-manager-applet] applet: fix an uninitialized variable, =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [gconf-editor] Add initial Khmer translation., Andre Klapper
  • [gcalctool] Add initial Khmer translation, Andre Klapper
  • [gtk+] win32: Theme paned separator, Alexander Larsson
  • [gtk+] win32: More theme workaround on XP, Alexander Larsson
  • [gtk+] GtkPaned: Update orientation style classes, Alexander Larsson
  • [file-roller] Add initial Khmer translation, Andre Klapper
  • [brasero] Add initial Khmer translation, Andre Klapper
  • [baobab] Add initial Khmer translation, Andre Klapper
  • [glib-networking] Add initial Khmer translation, Andre Klapper
  • [gconf] Add initial Khmer translation, Andre Klapper
  • [glade] Add initial Khmer translation., Andre Klapper
  • [glade/glade-3-12] Add initial Khmer translation., Andre Klapper
  • [jhbuild] 3.4/core-deps: Clutter has branched, Emmanuele Bassi
  • [clutter] Created branch clutter-1.10, Emmanuele Bassi
  • [clutter] Post-branching version bump to 1.11.1, Emmanuele Bassi
  • [evolution-ews/gnome-2-28] Bug #656375 Out of Office Implementation, Punit Jain
  • [libxml++] Remove the --disable-api-exceptions configure option., Murray Cumming
  • [libxml++] A fix for the previous commit., Murray Cumming
  • [empathy] prepare 3.3.92, Guillaume Desmottes
  • [empathy] actually check the required clutter-gtk version, Guillaume Desmottes
  • [empathy] Depend on a specific version of clutter-gst, Guillaume Desmottes
  • [gnome-color-manager] trivial: fix up a translator comment, Richard Hughes
  • [gimp/goat-invasion] app: change gimp_gegl_color_set_rgba() to gimp_gegl_color_new(), Michael Natterer
  • [glib] Fix the tests on win32, Alexander Larsson
  • [glib] Use g_unsetenv, not unsetenv, Alexander Larsson
  • [glib] Only build actions test on unix, Alexander Larsson
  • [gedit-collaboration] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-shell] Updated Portuguese translation, Duarte Loreto
  • [jhbuild] 3.4: WebKitGTK+ 1.7.92, Xan Lopez
  • [evolution] Update Danish translation, Kenneth Nielsen
  • [evolution] Updated Danish translation, Kenneth Nielsen
  • [evolution] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [clutter] Update Visual C++ property sheets, Chun-wei Fan
  • [clutter] Update test-interactive Visual C++ projects, Chun-wei Fan
  • [gnome-control-center] Updated Odia Translation, Manoj Kumar Giri
  • [libgdata] Updated Marathi Translations, Sandeep Shedmake
  • [gnote] Updated Swedish translation, Daniel Nylander
  • [brasero] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [rygel] Updated Swedish translation, Daniel Nylander
  • [evince] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [libgdata] Added Arabic translation, Abderrahim Kitouni
  • [gnome-bluetooth] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gnome-control-center] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gnome-packagekit] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [cogl] Fix VS property sheets, Chun-wei Fan
  • [gnome-power-manager] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [vinagre] Post-release version bump to 3.4.0, David King
  • [vino] Post-release version bump to 3.4.0, David King
  • [cheese] Post-release version bump to 3.4.0, David King
  • [gnome-screenshot] Updated Gujarati Translations, Sweta Kothari
  • [gnome-dictionary] Updated Gujarati Translations, Sweta Kothari
  • [evolution] Updated Kannada Translation, Shankar Prasad
  • [gtk+] label: Don't use the selection too easily, Matthias Clasen
  • [evolution/gnome-3-2] Updated kn.po, Shankar Prasad
  • [evolution/gnome-3-2] Updated Kannada Translation, Shankar Prasad
  • [gtk+] Updates, Matthias Clasen
  • [postr] Added help button., Tiffany Antopolski
  • [the-board] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [netspeed] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [mousetrap] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [libsocialweb] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [libslab] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [istanbul] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [hotssh] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gswitchit_plugins] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-web-photo] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-applets/gnome-3-2] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-tweak-tool] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [network-manager-applet] applet: track GNOME Shell version, not just whether it's running, Dan Williams
  • [gparted] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-commander] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-commander] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-system-tools] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-shell] dnd: Improve special-handling of St.Button, =?utf-8?q?Florian_M=C3=BCllner?=
  • [jhbuild] core-3.4: Add accountsservice as gnome-shell dependency, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gtk+] gdk: A TOUCHPAD device behaves like a mouse, Benjamin Otte
  • [gtk+] tests: Remove unused variables, Benjamin Otte
  • [jhbuild] Fix generation of example xsession file, William Jon McCann
  • [gnome-documents] Updated Portuguese translation, Duarte Loreto
  • [gegl] build: disable introspection by default, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution] Updated Portuguese translation, Duarte Loreto
  • [gnome-doc-utils] Created tag 0.20.9, Shaun McCance
  • [gnome-doc-utils] Version 0.20.9, Shaun McCance
  • [gnome-themes-standard] notebook: fix scaling of rendered background, Cosimo Cecchi
  • [seahorse/gnome-3-4] [l10n] Minor update to Catalan translation, Gil Forcada Codinachs
  • [seahorse/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [seahorse/gnome-3-4] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [seahorse] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [seahorse] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-devel-docs] Created tag 3.3.92, Shaun McCance
  • [gnome-devel-docs] Version 3.3.92, Shaun McCance
  • [gnome-devel-docs] integration-guide: Fixed validity error, Shaun McCance
  • [gparted/psusi/refactor: 19/19] Remove execute_command and execute_command_timed, Phillip Susi
  • [gparted/psusi/refactor: 18/19] Refactor linux_swap to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 17/19] Refactor nilfs2 to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 16/19] Refactor hfsplus to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 15/19] Refactor hfs to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 14/19] Refactor reiser4 to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 13/19] Refactor reiserfs to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 12/19] Refactor jfs to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 11/19] Refactor ntfs to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 10/19] Refactor xfs to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 9/19] Refactor fat32 to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 8/19] Refactor fat16 to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 7/19] Refactor ext2 to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 6/19] Refactor ext3 to use execute_command_async, Phillip Susi
  • [gparted/psusi/refactor: 5/19] Refactor ext4 to use execute_command, Phillip Susi
  • [gparted/psusi/refactor: 4/19] Refactor btrfs to use async execute_command, Phillip Susi
  • [gparted/psusi/refactor: 3/19] Add async version of FileSystem::execute_command(), Phillip Susi
  • [gparted/psusi/refactor: 2/19] Switch Dialog_Progress to use Glib thread instead of pthread, Phillip Susi
  • [gparted/psusi/refactor: 1/19] Refactor Win_GParted::show_pulsebar, Phillip Susi
  • [gparted] (19 commits) Created branch psusi/refactor, Phillip Susi
  • [accerciser] Marked as 3.4.0pre, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [accerciser] Created tag ACCERCISER_3_3_92, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [gnome-shell] st: Add rudimentary support for CLUTTER_SCROLL_SMOOTH events, =?utf-8?q?Florian_M=C3=BCllner?=
  • [accerciser] Prep for v3.3.92, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [gegl] affine: parse full 3x3 matrices, try to do perspective, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-system-monitor] Created tag GNOME_SYSTEM_MONITOR_3_3_92, =?utf-8?q?Chris_K=C3=BChl?=
  • [gnome-devel-docs] new-platform-overview: Markup and links tweaks, Shaun McCance
  • [gnome-system-monitor] Release: 3.3.92, =?utf-8?q?Chris_K=C3=BChl?=
  • [file-roller] Created tag 3.3.92, Paolo Bacchilega
  • [file-roller] updated for version 3.3.92, Paolo Bacchilega
  • [atk] Created tag ATK_2_3_95, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [atk] Release 2.3.95, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [tracker] utils: Add tracker-sandbox, Sam Thursfield
  • [tracker] tests: Fix build with GLib 2.28, Sam Thursfield
  • [release-notes/gnome-3-4] [a11y] Fix some typos, Juan Jose Marin Martinez
  • [rhythmbox] dbus-media-server: use the new page-inserted signal, Jonathan Matthew
  • [rhythmbox] mpris: use the new page-inserted signal (bug #672410), Jonathan Matthew
  • [rhythmbox] display-page-model: add page-inserted signal, Jonathan Matthew
  • [gimp/goat-invasion] app: add a use_gegl case in gimp_drawable_transform_tiles_affine(), Michael Natterer
  • [release-notes/gnome-3-4] [a11y] Make the TODO more visible, Juan Jose Marin Martinez
  • [gimp/goat-invasion] app: be smarter about progress in gimp_apply_operation(), Michael Natterer
  • [gtksourceview] Created tag 3.3.5, Paolo Borelli
  • [gtksourceview] Release 3.3.5, Paolo Borelli
  • [gtksourceview] Technically sizeof is an operator, Paolo Borelli
  • [orca] Marking as Orca 3.4.0pre, Joanmarie Diggs
  • [release-notes/gnome-3-4] [a11y] First imcomplete version, Juan Jose Marin Martinez
  • [orca] Created tag ORCA_3_3_92, Joanmarie Diggs
  • [glade] Removed padding to keep ABI compatibility, Juan Pablo Ugarte
  • [glade/glade-3-12] Removed padding to keep ABI compatibility, Juan Pablo Ugarte
  • [orca] Prep for v3.3.92, Joanmarie Diggs
  • =?utf-8?q?=5Bglade=5D_Implemented_GladeSignalEditor=3A=3Acallback-suggest?= =?utf-8?q?ions_signal_=28based_on_patch_by_Marco_Diego_Aur=C3=A9lio_M?=, Juan Pablo Ugarte
  • [glade] Fixed bogus runtime warning in glade_signal_model_iter_n_children() when it is called with a NULL it, Juan Pablo Ugarte
  • =?utf-8?q?=5Bglade/glade-3-12=5D_Implemented_GladeSignalEditor=3A=3Acallb?= =?utf-8?q?ack-suggestions_signal_=28based_on_patch_by_Marco_Diego_Aur?= =?utf-8?q?=C3=A9lio_M?=, Juan Pablo Ugarte
  • [glade/glade-3-12] Fixed bogus runtime warning in glade_signal_model_iter_n_children() when it is called with a NULL it, Juan Pablo Ugarte
  • [gnome-system-monitor] Remove n_rows and n_columns GtkGrid properties from ui file, =?utf-8?q?Chris_K=C3=BChl?=
  • [gnome-shell] workspaceThumbnail: move event handling to ThumbnailsBox, Stefano Facchini
  • [release-notes/gnome-3-4] correctly scale the power settings screenshot, Allan Day
  • [anjuta] am-project: Fix failures due to the previous patches in the regression test, Sebastien Granjoux
  • [release-notes/gnome-3-4] correctly scale the color chooser screenshot, Allan Day
  • [gdm] Created tag 3.3.92.1, Ray Strode
  • [gdm] configure: bump for release, Ray Strode
  • [release-notes/gnome-3-4] update the headline screenshot, Allan Day
  • [gdm] server: call ck-x11-get-display-device even w/o WITH_CONSOLE_KIT, Ray Strode
  • [f-spot] This removes a call to libgnomeui, Stephen Shaw
  • [gnome-documents] Created tag 0.3.92, Cosimo Cecchi
  • [gnome-documents] release: prepare for 0.3.92, Cosimo Cecchi
  • [banshee] Created tag 2.4.0, Bertrand Lorentz
  • [gdm] server: get X tty from consolekit if not with with systemd, Ray Strode
  • [network-manager-applet] Add NotShowIn=KDE to .desktop files (bgo #660046), Dan Williams
  • [network-manager-applet] applet: fix pixbuf leak when mobile broadband is connected (lp:939802), Dan Williams
  • [network-manager-applet] applet: unregister secret agent when GNOME Shell is running, Dan Williams
  • [gnome-documents] Revert "preview: don't call gtk_menu_popup_for_device() from JS", Cosimo Cecchi
  • [glib-networking] Created tag 2.31.22, Dan Winship
  • [glib-networking] 2.31.22, Dan Winship
  • [libsoup] 2.37.92, Dan Winship
  • [libsoup] Created tag LIBSOUP_2_37_92, Dan Winship
  • [banshee] OpticalDisc: Add missing references in .csproj to build on Windows, Bertrand Lorentz
  • [banshee] UPnPClient: Fix .csproj to build on Windows, Bertrand Lorentz
  • [pyatspi2] Created tag PYATSPI_2_3_92, Mike Gorse
  • [pyatspi2] Release v2.3.92, Mike Gorse
  • [evolution] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [at-spi2-core] Created tag AT_SPI2_CORE_2_3_92, Mike Gorse
  • [at-spi2-atk] Created tag AT_SPI2_ATK_2_3_92, Mike Gorse
  • [at-spi2-core] Release v2.3.92, Mike Gorse
  • [at-spi2-atk] Release v2.3.92, Mike Gorse
  • [epiphany] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-shell] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-devel-docs] Fixed bug #614315, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [nautilus] Created tag 3.3.92, Cosimo Cecchi
  • [nautilus] release: prepare for 3.3.92, Cosimo Cecchi
  • [gnome-devel-docs] Fixed bug #614314 and other typos, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [librsvg] styles: Don't try parsing empty <style>, Christian Persch
  • [eog] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [cheese] Created tag 3.3.92, David King
  • [gtk+] tests: Add missing file, Benjamin Otte
  • [brasero] Bump NEWS to 3.3.92, David King
  • [brasero] Bump version to 3.3.92, David King
  • [gnome-themes-standard] Created tag 3.3.92, Cosimo Cecchi
  • [gnome-themes-standard] release: prepare for 3.3.92, Cosimo Cecchi
  • [anjuta] Created tag ANJUTA_3_3_91, Johannes Schmid
  • [gedit] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-devel-docs] Fixed bug #614210, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gimp/goat-invasion] app: implement "show layer mask" in the GEGL graph, Michael Natterer
  • [cheese] Update NEWS for 3.3.92 release, David King
  • [cheese] Bump version to 3.3.92, David King
  • [cheese] Avoid overwriting errors in CheeseCamera, David King
  • [cheese] Move variable declarations before code in C source, David King
  • [cheese] Handle smooth scroll wheel events in EogThumbNav, David King
  • [glib] GDBusConnection: Avoid dereferencing vtable for unregistered objects, David Zeuthen
  • [gnome-dvb-daemon] Created tag version-0.2.8, Sebastian Polsterl
  • [gnome-dvb-daemon] Post release version bump to 0.2.9, Sebastian Polsterl
  • [gnome-dvb-daemon] Added release notes, Sebastian Polsterl
  • [eog-plugins] Created tag 3.3.92, Felix Riemann
  • [eog-plugins] Prepare for release 3.3.92, Felix Riemann
  • [banshee] UPnPClient: Remove unneeded reference and using statements, Bertrand Lorentz
  • [eog] Created tag 3.3.92, Felix Riemann
  • [eog] Prepare for release 3.3.92, Felix Riemann
  • [glib] Created tag 2.31.22, Matthias Clasen
  • [gucharmap] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [sushi] Created tag 0.3.92, Cosimo Cecchi
  • [sushi] release: prepare for 0.3.92, Cosimo Cecchi
  • [sushi] utils: don't use deprecated clutter_cairo_texture_create(), Cosimo Cecchi
  • [gnome-system-log] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gnome-screenshot] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gnome-packagekit] Update Telugu Translation, Sasi Bhushan Boddepalli
  • [gnome-nettool] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [libxslt] Fixed bug #616839, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-games] Created tag GNOME_GAMES_3_3_92, Thomas Hindoe Paaboel Andersen
  • [mousetweaks] Created tag MOUSETWEAKS_3_3_92, Francesco Fumanti
  • [mousetweaks] Pre-release version increment and preparation for 3.3.92, Francesco Fumanti
  • [eog-plugins] postr: Drop unused variable, Felix Riemann
  • [libxml2] Fixed bug #617016, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [libxml2] Fixed bug #667946, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [sushi] all: stop using delete to track objects/timeouts, Cosimo Cecchi
  • [sushi] folder: disconnect signals from the FileLoader on clear(), Cosimo Cecchi
  • [sushi] audio: don't redeclare existing variable, Cosimo Cecchi
  • [sushi] audio: disconnect signals from the player on clear(), Cosimo Cecchi
  • [sushi] fallback-renderer: disconnect signals from the FileLoader on clear(), Cosimo Cecchi
  • [sushi] main-window: remove toolbar timeout on toolbar destruction, Cosimo Cecchi
  • [banshee] release: Small changes and fixes to NEWS, Bertrand Lorentz
  • [gnome-keyring] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gdm] Created tag 3.3.92, Ray Strode
  • [gdm] NEWS: update for release, Ray Strode
  • [aisleriot] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [aravis] gv_device: only set gvsp packet size if it is obviously incorrect., Emmanuel Pacaud
  • [vino] Created tag 3.3.92, David King
  • [vino] Update NEWS for 3.3.92 release, David King
  • [vino] Version bump to 3.3.92, David King
  • [cheese] [l10n] Updated Italian translation, Milo Casagrande
  • [glade] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [glade] Fixed bug #662046, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [eog-plugins] pythonconsole: Drop unneeded semicolon, Felix Riemann
  • [banshee] release: Bump version to 2.4.0, Bertrand Lorentz
  • [brasero] Created tag BRASERO_3_3_92, David King
  • [gnome-devel-docs] Fixed bug #560146, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gimp/goat-invasion] app: make test-gimptilebackendtilemanager.c build again, Michael Natterer
  • [vinagre] Created tag 3.3.92, David King
  • [yelp] Created tag 3.3.92, Shaun McCance
  • [yelp] Version 3.3.92, Shaun McCance
  • [gnome-games] NEWS update for 3.3.92, Thomas Hindoe Paaboel Andersen
  • [vinagre] Update NEWS for 3.3.92 release, David King
  • [vinagre] Version bump to 3.3.92, David King
  • [gimp/goat-invasion] app: fill the smudge accum buffer with GEGL, Michael Natterer
  • [evolution-kolab/ek-wip-porting] ECalBackendKolab: free() data conditionally at end of start_view(), Christian Hilberg
  • [evolution-kolab/ek-wip-porting] EBookBackendKolab: added backend property getter function, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] kolab-util-contact: added function to get EContact supported fields, Christian Hilberg
  • [jhbuild] 3.4: Track rygel 0.14, Jens Georg
  • [gimp/goat-invasion] app: remove extract_alpha_region() and its helper functions, Michael Natterer
  • [gdm] configure: bump version, Ray Strode
  • [gdm] user-switching: fix session migration, Ray Strode
  • [gdm] user-switching: fix sd_session_get_uid check, Ray Strode
  • [gdm] user-switching: don't bail if login screen isn't running, Ray Strode
  • [gdm] user-switching: don't set PAM_TTY when using systemd, Ray Strode
  • [rygel] Created branch rygel-0-14, Jens Georg
  • [rygel] Created tag RYGEL_0_13_4, Jens Georg
  • [rygel] Prepare 0.13.4, Jens Georg
  • [gimp/goat-invasion] app: replace some region operations in blend by GEGL, Michael Natterer
  • [gnome-icon-theme-symbolic] Created tag 3.3.91.1, Jakub Steiner
  • [gnome-shell] networkAgent: Fix external-ui dialogs, =?utf-8?q?Florian_M=C3=BCllner?=
  • [sushi] main-window: use a ClutterBoxLayout for the title actor, Cosimo Cecchi
  • [sushi] style: fix scrollbar slider colors, Cosimo Cecchi
  • [rygel] core: Prevent crash if User-Agent is not in UTF-8, Jens Georg
  • [release-notes/gnome-3-4] [users] simplify the structure, Allan Day
  • [rygel] Revert "core: Do not treat 'npt=0-' as seek request", Jens Georg
  • [folks] core: Improve quiescence timeout, Philip Withnall
  • [release-notes/gnome-3-4] [users] more screenshots, Allan Day
  • [gnome-online-accounts] Created tag 3.3.92, Debarshi Ray
  • [gimp/goat-invasion] app: port simple rotating and flipping to GEGL, Michael Natterer
  • [gparted] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • =?utf-8?q?=5Bfolks=5D_eds=3A_Tie_favourite_status_to_=E2=80=9CStarred_in_?= =?utf-8?q?Android=E2=80=9D_group_for_Google_Contacts?=, Philip Withnall
  • [pyatspi2] Fix for configure always enabling tests, Mike Gorse
  • [orca] Fix for bug 672276 - Tracebacks seen when interacting with Thunderbird's message filter rules dialog, Joanmarie Diggs
  • [folks] telepathy: Handle null birthday strings, Philip Withnall
  • [rygel] core: Set X_DLNACAP according to configuration, Jens Georg
  • [gnome-online-accounts/gnome-3-4] Prepare release 3.3.92, Debarshi Ray
  • [gnome-font-viewer] Created tag 3.3.92, Cosimo Cecchi
  • [gnome-font-viewer] release: prepare for 3.3.92, Cosimo Cecchi
  • [gnome-font-viewer] font-view: fix some ununsed variables GCC warnings, Cosimo Cecchi
  • [gnome-system-log] Created tag 3.3.92, Cosimo Cecchi
  • [gnome-system-log] release: prepare for 3.3.92, Cosimo Cecchi
  • [gnome-system-log] all: fix some unused variables GCC warnings, Cosimo Cecchi
  • [gnome-system-log] filter-manager: set the computed title on the dialog, Cosimo Cecchi
  • [gnome-system-log] window: actually insert the converted data into the buffer, Cosimo Cecchi
  • [nautilus-sound-converter] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-backgrounds] Update version number and NEWS for 3.3.92, Thomas Wood
  • [gnome-games] [l10n] Updated Italian translation, Milo Casagrande
  • [nautilus-share] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [nautilus-ideviceinfo] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [glib] 2.31.22, Matthias Clasen
  • [baobab] Created tag 3.3.4, Paolo Borelli
  • [baobab] Release 3.3.4, Paolo Borelli
  • [gnome-user-docs] Fixed some typos, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-screenshot] Created tag 3.3.92, Cosimo Cecchi
  • [gnome-screenshot] release: prepare for 3.3.92, Cosimo Cecchi
  • [clutter] cookbook/examples: Use real implicit animations, Emmanuele Bassi
  • [dconf] Created tag 0.11.7, Ryan Lortie
  • [dconf] dconf 0.11.7, Ryan Lortie
  • [banshee] release: Add number of bugs fixed in NEWS, Bertrand Lorentz
  • [banshee] release: Update NEWS for the 2.4.0 release, Bertrand Lorentz
  • [banshee] i18n: Add names of previous translators in pl.po, Bertrand Lorentz
  • [banshee] release: Update AUTHORS and contributors.xml for 2.4.0, Bertrand Lorentz
  • [jhbuild] Add GNOME 3.6 modulesets, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [clutter] timeline: Increment current-repeat after ::completed, Emmanuele Bassi
  • [evolution-kolab/ek-wip-porting] E<Cal|Book>BackendKolab: fixed book/cal view handling, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] ECalBackendKolab: argument fixups in modify_object(), Christian Hilberg
  • [evolution-kolab/ek-wip-porting] kolab-util-calendar: fixups in kolab_util_calendar_store(), Christian Hilberg
  • [gegl] buffer: fix gegl_buffer_set_pattern, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtk+] Undo the gtk_menu_popup_for_device rename-to annotation, Matthias Clasen
  • [seahorse] Fix ngettext usage, Stefan Walter
  • [glib] Updates, Matthias Clasen
  • [vte] Created tag 0.32.0, Christian Persch
  • [vte/vte-0-32] Post release version bump, Christian Persch
  • [vte/vte-0-32] Version 0.32.0, Christian Persch
  • [glib] Don't return from a void function, Matthias Clasen
  • [gparted] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [glib] Fix a C99ism, Matthias Clasen
  • [glib] Silence a compiler warning, Matthias Clasen
  • [gnome-themes-standard] image: set a color for images over a selection, Cosimo Cecchi
  • [mutter/wip/wayland] wayland: Adds basic hybrid X + Wayland support, Robert Bragg
  • [mutter] Created branch wip/wayland, Robert Bragg
  • [gnome-applets/gnome-3-2] Updated spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [release-notes/gnome-3-4] [users] small updates, Allan Day
  • [gnome-icon-theme-symbolic] bugger, last unwanted fill fix., Jakub Steiner
  • [gparted] Make all move warning strings translatable, Curtis Gedak
  • [gnome-icon-theme-symbolic] more stroke/fill fixes exposed by the HC theme, Jakub Steiner
  • [mutter/wip/wayland-kms] wayland: fix built_sources rules, Rico Tzschichholz
  • [glib] GDBus: set no-reply flag on calls with no callback, Ryan Lortie
  • [glib] GDBusProxy: report an error instead of leaking it, Ryan Lortie
  • [gdm] pam: set XDG_SESSION_CLASS variable to "greeter" when setting up greeter PAM session, Ray Strode
  • [gdm] Revert "welcome: set XDG_SESSION_CLASS", Ray Strode
  • [gdm] user-switching: fix seat id confusion, Ray Strode
  • [gvfs] Created tag 1.11.5, Tomas Bzatek
  • [gvfs] Post release version bump, Tomas Bzatek
  • [gvfs] Update NEWS for 1.11.5 release, Tomas Bzatek
  • [network-manager-openconnect] Created tag 0.9.4-rc1, Dan Williams
  • [network-manager-openconnect] Created tag 0.9.3.997, Dan Williams
  • [network-manager-openconnect] release: bump version to 0.9.3.997 (0.9.4-rc1), Dan Williams
  • [network-manager-pptp] Created tag 0.9.4-rc1, Dan Williams
  • [network-manager-pptp] Created tag 0.9.3.997, Dan Williams
  • [network-manager-pptp] release: bump version to 0.9.3.997 (0.9.4-rc1), Dan Williams
  • [network-manager-openvpn] Created tag 0.9.4-rc1, Dan Williams
  • [network-manager-openvpn] Created tag 0.9.4-beta1, Dan Williams
  • [network-manager-openvpn] Created tag 0.9.3.997, Dan Williams
  • [network-manager-openvpn] release: bump version to 0.9.3.997 (0.9.4-rc1), Dan Williams
  • [network-manager-vpnc] Created tag 0.9.4-rc1, Dan Williams
  • [network-manager-openvpn] Created tag 0.9.3.995, Dan Williams
  • [network-manager-vpnc] release: bump version to 0.9.3.997 (0.9.4-rc1), Dan Williams
  • [network-manager-openvpn] auth-dialog: fix auth failure due to ea9812bbec074c35f600104397a0414b55057b46, Dan Williams
  • [network-manager-vpnc] Created tag 0.9.3.997, Dan Williams
  • [network-manager-vpnc] auth-dialog: fix auth failure due to ea9812bbec074c35f600104397a0414b55057b46, Dan Williams
  • [gnome-themes-standard] HighContrast: update icon data from symbolic theme, Cosimo Cecchi
  • [nautilus] places-sidebar: add support for the "network" volume class identifier, Cosimo Cecchi
  • [gnome-icon-theme-symbolic] more rectangle fills :(, Jakub Steiner
  • [network-manager-openswan] auth-dialog: fix memory leak in ea9812bbec074c35f600104397a0414b55057b46, Dan Williams
  • [gnome-icon-theme-symbolic] ungroup within the container to avoid false fills., Jakub Steiner
  • [network-manager-pptp] auth-dialog: fix memory leak in ea9812bbec074c35f600104397a0414b55057b46, Dan Williams
  • [pygobject] post-release bump, Martin Pitt
  • [damned-lies] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [mutter] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [release-notes/gnome-3-4] [users] fix the document search screenshot, Allan Day
  • [gnome-system-monitor] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [release-notes/gnome-3-4] [users] add a bunch of screenshots, Allan Day
  • [yelp-tools] Created tag 3.3.4, Shaun McCance
  • [yelp-tools] Version 3.3.4, Shaun McCance
  • [pygobject] Created tag 3.1.92, Martin Pitt
  • [pygobject] Release 3.1.92, Martin Pitt
  • [dconf] dconf update: ignore dotfiles, Ryan Lortie
  • [dconf] dconf engine: don't leak lock table on reload, Ryan Lortie
  • [dconf] dbus-1: Call g_slist_remove_link instead of g_slist_remove, Ryan Lortie
  • [dconf] dconf update: don't warn on a key set twice, Ryan Lortie
  • [dconf] dconf update: Read keyfiles in a defined order, Ryan Lortie
  • [babl] palette: return the BablModel created, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-online-accounts] Update DOAP file and MAINTAINERS, Debarshi Ray
  • [libsigc++2] Enable test_lambda in 'make check'., Kjell Ahlstedt
  • [nautilus] places-sidebar: focus the first non-heading row on focus-in, Cosimo Cecchi
  • [nautilus] places-sidebar: use gtk_tree_view_set_cursor() to move selection, Cosimo Cecchi
  • [nautilus] places-sidebar: make find_prev_or_next_row() start from the passed iter, Cosimo Cecchi
  • [release-notes/gnome-3-4] [looking forward] fix the markup, Allan Day
  • [release-notes/gnome-3-4] [users] [devs] more, including empathy notes, Allan Day
  • [gnome-shell] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gnomeweb-wml] Update for Tomboy 1.9.10, Aaron Borden
  • [clutter] Post-release version bump to 1.9.17, Emmanuele Bassi
  • [clutter] Release Clutter 1.9.16 (1.10 release candidate 1), Emmanuele Bassi
  • [clutter] Created tag 1.9.16, Emmanuele Bassi
  • [network-manager-applet] Created tag 0.9.4-rc1, Dan Williams
  • [network-manager-applet] Created tag 0.9.3.997, Dan Williams
  • [network-manager-applet] release: bump version to 0.9.3.997 (0.9.4-rc1), Dan Williams
  • [tomboy] Created tag 1.9.10, Aaron Borden
  • [tomboy] Update NEWS for 1.9.10, Aaron Borden
  • [gnome-online-accounts] oauth2provider: Make the function pointer point to the default method, Debarshi Ray
  • [gnome-online-accounts] oauth2provider: Hide dialog buttons during the authorization step, Debarshi Ray
  • [gnome-games] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [pygobject] README: Update current maintainers, Martin Pitt
  • [seahorse-sharing] Created tag 3.3.92, Stefan Walter
  • [seahorse-sharing] Release 3.3.92, Stefan Walter
  • [pygobject] Bump version to 3.1.92, in sync with GNOME, Martin Pitt
  • [gtk-web/support: 4/4] support: Don't comment out screenshots page in menu, Martyn James Russell
  • [gtk-web/support: 3/4] support: Randomise businesses listed and improve general content, Martyn James Russell
  • [seahorse] Created tag 3.3.92, Stefan Walter
  • [gtk-web/support: 2/4] template: Fix year, was copyright only until 2011, Martyn James Russell
  • [gtk-web/support: 1/4] Add support page with companies that can help, Martyn James Russell
  • [gtk-web] (4 commits) Created branch support, Martyn James Russell
  • [gtk-web] Deleted branch support, Martyn James Russell
  • [seahorse] Release version 3.3.92, Stefan Walter
  • [pygobject] Correct Gtk.TreePath.__iter__ to work with Python 3, Johan Dahlin
  • [mutter] screen: don't use unreffed pointer, Lionel Landwerlin
  • [gedit-code-assistance] Fixed wrong flag for vala header, Jesse van den Kieboom
  • [pygobject] Fix pygtkcompat.py to work with Python 3, Martin Pitt
  • [cogl] framebuffer: Fix a closing tag in the documentation, Neil Roberts
  • [gnome-keyring] Created tag 3.3.92, Stefan Walter
  • [cogl] Add cogl_framebuffer_read_pixels(), Neil Roberts
  • [gnome-keyring] Release version 3.3.92, Stefan Walter
  • [clutter] conform/anchors: Fix a dubious test, Emmanuele Bassi
  • [clutter] x11/keymap: Silence deprecation warnings around a fallback, Emmanuele Bassi
  • [clutter] x11: Add support for touch events, Emmanuele Bassi
  • [clutter] event: Add ClutterTouchEvent, Emmanuele Bassi
  • [clutter] gdk: Relay scroll delta from GDK, Emmanuele Bassi
  • [clutter] x11: Reset scroll valuators, Emmanuele Bassi
  • [clutter] x11: Add support for scroll valuators on XInput2.2, Emmanuele Bassi
  • [clutter] event: Expose precise scrolling information, Emmanuele Bassi
  • [clutter] Check for XInput 2.2 extension, Emmanuele Bassi
  • [gnome-shell] Assamese translation updated, Nilamdyuti Goswami
  • [gcr] Created tag 3.3.92, Stefan Walter
  • [gcr] Release version 3.3.92, Stefan Walter
  • [gnome-shell] st-texture-cache: Ensure we return a ClutterTexture, not a plain Actor, Rui Matos
  • [pygobject] Fix test_everything.TestSignals.test_object_param_signal test case, Martin Pitt
  • [gnome-online-accounts/gnome-3-4] facebook: offline_access has been removed since it is deprecated, Xavier Claessens
  • [gnome-online-accounts/gnome-3-4] facebook: Unref the JSON parser, Xavier Claessens
  • [gnome-online-accounts/gnome-3-4] configure.ac: remove the facebook client secret, Xavier Claessens
  • [gnome-online-accounts/gnome-3-4] FacebookProvider: move to client-side flow, Xavier Claessens
  • [gnome-online-accounts/gnome-3-4] OAuth2Provider: add support for facebook client side auth flow, Xavier Claessens
  • [folks] Updated Swedish translation, Daniel Nylander
  • [network-manager-applet] applet: do not shadow dup() symbol, =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [gnome-shell] a11y: Set an accessible-name to the overview, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: add a property accessible-name on StWidget, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gimp/goat-invasion] app: BoundSeg -> GimpBoundSeg, boundary_foo() -> gimp_boundary_foo(), Michael Natterer
  • [gimp-help-2] Update text tool, Julien Hardlin
  • [pygobject] pygtkcompat: Remove first argument for get_origin(), Johan Dahlin
  • [pygobject] GtkViewport: Add a default values for the adjustment constructor parameters, Johan Dahlin
  • [pygobject] GtkIconSet: Add a default value for the pixbuf constructor parameter, Johan Dahlin
  • [pygobject] PangoLayout: Add a default value for set_markup(), Johan Dahlin
  • [pygobject] Gtk[HV]Scrollbar: Add a default value for the adjustment constructor parameter, Johan Dahlin
  • [pygobject] GtkToolButton: Add a default value for the stock_id constructor parameter, Johan Dahlin
  • [pygobject] GtkIconView: Add a default value for the model constructor parameter, Johan Dahlin
  • [pygobject] Add a default value for column in Gtk.TreeView.get_cell_area(), Johan Dahlin
  • [folks] build: Add missing entry to NEWS, Philip Withnall
  • =?utf-8?q?=5Bfolks=5D_core=3A_Don=E2=80=99t_modify_a_HashSet_while_iterat?= =?utf-8?q?ing_over_it?=, Philip Withnall
  • [gtk-web] language-bindings: Fixed indentation issue, Martyn James Russell
  • [gtk-web] language-bindings: Update, now 2.20 and 2.22 are supported, Martyn James Russell
  • [folks] Persona: make sure to NULL-ify the individual when it's destroyed, Guillaume Desmottes
  • =?utf-8?q?=5Blatexila=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [network-manager-applet] core: remove connection validation and filtering functions, use libnm-glib ones, =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [network-manager-applet] applet: fix a memory leak in idle_check_avail_access_point_notification(), =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [gedit-plugins] Malayalam translation updated by Afsal, Praveen Arimbrathodiyil
  • [pygobject] Atomic inserts in Gtk.{List,Tree}Store overrides, Martin Pitt
  • =?utf-8?q?=5Bgnome-blog=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gimp/goat-invasion] app: move base/boundary.[ch] to core/gimpboundary.[ch], Michael Natterer
  • [gnome-panel] release: post-release bump to 3.4.0, Vincent Untz
  • [gnome-panel] Created tag 3.3.92, Vincent Untz
  • [gnome-panel] release: 3.3.92, Vincent Untz
  • [gnome-panel] panel: Fix random grey box on logout, Vincent Untz
  • [gnome-session] release: post-release bump to 3.4.0, Vincent Untz
  • [gnome-session] Created tag 3.3.92, Vincent Untz
  • [gnome-session] release: 3.3.92, Vincent Untz
  • [gtk+] Make collate default to enabled, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-system-monitor] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [evince] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-control-center] Assamese translation updated, Nilamdyuti Goswami
  • [babl] disable gobject introspection by default, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnomeweb-wml] Update Evolution download page for 3.3.92., Matthew Barnes
  • [gnome-desktop] Created tag 3.3.92, Vincent Untz
  • [gnome-desktop] release: post-release bump to 3.4.0, Vincent Untz
  • [gnome-desktop] release: 3.3.92, Vincent Untz
  • [gnome-applets/gnome-3-2] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gtranslator] Changed some labels: This commit fixes bug #569313, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gucharmap] Uploaded Ukranian, Daniel Korostil
  • [gcalctool] Assamese translation updated, Nilamdyuti Goswami
  • [epiphany] Translations Updated with FUEL, Krishnababu Krothapalli
  • [atk] Updated Bengali India Translations, Runa Bhattacharjee
  • [gnome-user-docs] Fix Bug 672382. Remove the tip without contents., Jiro Matsuzawa
  • [gnome-user-docs] Replace the problematic cmd element with the file element., Jiro Matsuzawa
  • [gnome-keyring] Updated Gujarati Translations, Sweta Kothari
  • [gtranslator] Updated list of plural forms for several languages, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [empathy] Malayalam translation updated by Sadiq and me, Praveen Arimbrathodiyil
  • [libxml++] Node: Add get_first_child()., Murray Cumming
  • [gnome-search-tool] Translations Updated with FUEL, Krishnababu Krothapalli
  • [libgnome-keyring] Created tag 3.3.92, Stefan Walter
  • [libgnome-keyring] Release version 3.3.92, Stefan Walter
  • [evolution-rss] post release version bump, Lucian Langa
  • [orca] Uploaded Ukranian, Daniel Korostil
  • [aisleriot] Malayalam translation updated by Sadiq, Praveen Arimbrathodiyil
  • [brasero] Malayalam translation updated by Sadiq and me, Praveen Arimbrathodiyil
  • [libgxps] Created tag 0.2.2, Carlos Garcia Campos
  • [evolution-rss] Created tag EVOLUTION-RSS_0_3_91, Lucian Langa
  • [libgxps] release: 0.2.2, Carlos Garcia Campos
  • [gcalctool] Updated Gujarati Translations, Sweta Kothari
  • [release-notes/gnome-3-4] [users] general updates, Allan Day
  • [gtk+] combobox: Make scrolling work again, Matthias Clasen
  • [evince] Created tag 3.3.92, Carlos Garcia Campos
  • [evolution-kolab/ek-wip-porting] kolab-util-calendar: fixed password handling, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] libekolabutil: fixed KolabUtilHttpJob password handling for Camel changes, Christian Hilberg
  • [evince] release: 3.3.92, Carlos Garcia Campos
  • [gtksourceview] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gtk-vnc] Add Sasi Bhushan Boddepalli <sasi swecha net> to AUTHORS, Daniel P . Berrange
  • [anjuta-extras] [l10n] Added German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [pdfmod] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gdm] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gnome-color-manager/gnome-3-2] Add an environment variable of ENABLE_COLORHUG=1 for ArgyllCMS V1.3.6, Richard Hughes
  • [gnome-color-manager] Add an environment variable of ENABLE_COLORHUG=1 for ArgyllCMS V1.3.6, Richard Hughes
  • [accerciser] Translations Updated with FUEL, Krishnababu Krothapalli
  • [file-roller] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gnome-color-manager] Optimize printer target patch count for ColorMunki & A4/Letter paper, Richard Hughes
  • [gnome-documents] Updated Gujarati Translations, Sweta Kothari
  • [gnome-control-center] 3.3.92, Richard Hughes
  • [gnome-control-center] Created tag GNOME_CONTROL_CENTER_3_3_92, Richard Hughes
  • [gimp/goat-invasion] app: port drawable'e and projection's get_pixel_at() to gegl_buffer_sample(), Michael Natterer
  • [gnome-online-accounts/gnome-3-4] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gnome-disk-utility] Updated Gujarati Translations, Sweta Kothari
  • [evince] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gnome-dictionary] Translations Updated with FUEL, Krishnababu Krothapalli
  • [yelp] Translations Updated with FUEL, Krishnababu Krothapalli
  • =?utf-8?q?=5Bgnome-tweak-tool=5D_Updated_Norwegian_bokm=C3=A5l_translatio?= =?utf-8?q?n?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-tweak-tool/gnome-3-2=5D_Updated_Norwegian_bokm=C3=A5l_?= =?utf-8?q?translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-shell-extensions/gnome-3-2=5D_Updated_Norwegian_bokm?= =?utf-8?q?=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-applets/gnome-3-2=5D_Updated_Norwegian_bokm=C3=A5l_tra?= =?utf-8?q?nslation?=, Kjartan Maraas
  • [gsettings-desktop-schemas] Created tag 3.3.92, Richard Hughes
  • [gdm] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gsettings-desktop-schemas] 3.3.92, Richard Hughes
  • [gsettings-desktop-schemas] Created tag 3_3_92, Richard Hughes
  • =?utf-8?q?=5Bgnome-applets=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bsound-juicer/gnome-3-2=5D_Updated_Norwegian_bokm=C3=A5l_tran?= =?utf-8?q?slation?=, Kjartan Maraas
  • [gnome-settings-daemon] 3.3.92, Richard Hughes
  • [gnome-settings-daemon] trivial: Fix unused-variable compile warning, Richard Hughes
  • [gnome-settings-daemon] Created tag GNOME_SETTINGS_DAEMON_3_3_92, Richard Hughes
  • =?utf-8?q?=5Bsound-juicer=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [transmageddon] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [telegnome] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-system-monitor] Assamese translation updated, Nilamdyuti Goswami
  • [tbo] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [tasque] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [tasks] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [accerciser] Assamese translation completed, Nilamdyuti Goswami
  • [accerciser] Added as to LINGUAS, Nilamdyuti Goswami
  • [postr] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [phonemgr] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [file-roller] Updated Danish translation, Kenneth Nielsen
  • [gnome-control-center] Updated Danish translation, Kenneth Nielsen
  • [gnome-bluetooth] Updated Danish translation, Kenneth Nielsen
  • [gedit] Updated Danish translation, Kenneth Nielsen
  • [gdm] Updated Danish translation, Kenneth Nielsen
  • [yelp] Updated Danish translation, Kenneth Nielsen
  • [network-manager-applet] Updated Danish translation, Kenneth Nielsen
  • [mutter] Updated Danish translation, Kenneth Nielsen
  • [glibmm] Fix some warnings found by clang++., Murray Cumming
  • [mousetweaks] Updated Danish translation, Kenneth Nielsen
  • [gnome-video-effects] Updated Danish translation, Kenneth Nielsen
  • [gnome-system-monitor] Updated Danish translation, Kenneth Nielsen
  • [gnome-settings-daemon] Updated Danish translation, Kenneth Nielsen
  • [gnome-screenshot] Updated Danish translation, Kenneth Nielsen
  • [gnome-keyring] Updated Danish translation, Kenneth Nielsen
  • [gnome-games] Updated Danish translation, Kenneth Nielsen
  • [gnome-user-docs] Use the file element to mark up file names., Jiro Matsuzawa
  • =?utf-8?q?=5Bgtk+=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gtk+] docs: update links to point to developer.gnome.org, Frederic Peters
  • [gedit] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [gnome-power-manager/gnome-3-0] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [anjuta/gnome-3-2] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [totem] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [gnome-system-monitor] Updated Russian translation, Yuri Myasoedov
  • [vino] hindi translation by Chandan Kumar, correcting and commiting right file, Rajesh Ranjan
  • [glib] Update glibconfig.h.win32(.in), Chun-wei Fan
  • [evolution-mapi] Created tag EVOLUTION_MAPI_3_3_92, Milan Crha
  • [evolution-mapi] NEWS update for 3.3.92, Milan Crha
  • [anjuta-extras] scintilla: Include scintilla-marshal.h in scintilla-marshal.c, James Liggett
  • [vino] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [cheese] Updated Malayalam, Ani Peter
  • [yelp] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [evolution-ews] post release version bump, Chenthill Palanisamy
  • [evolution-groupwise] post release version bump, Chenthill Palanisamy
  • [evolution-exchange] post release version bump, Chenthill Palanisamy
  • [evolution] post release version bump, Chenthill Palanisamy
  • [evolution-data-server] post release version bump, Chenthill Palanisamy
  • [gtkhtml] post release version bump, Chenthill Palanisamy
  • [evolution-ews] Created tag EVOLUTION_EWS_3_3_92, Chenthill Palanisamy
  • [evolution-ews] Update release version, Chenthill Palanisamy
  • [evolution-ews] News update for 3.3.92 release, Chenthill Palanisamy
  • [evolution-groupwise] Created tag EVOLUTION_GROUPWISE_3_3_92, Chenthill Palanisamy
  • [evolution-groupwise] News update for 3.3.92 release, Chenthill Palanisamy
  • [evolution-exchange] Created tag EVOLUTION_EXCHANGE_3_3_92, Chenthill Palanisamy
  • [evolution-exchange] News update for 3.3.92 release, Chenthill Palanisamy
  • [evolution] Created tag EVOLUTION_3_3_92, Chenthill Palanisamy
  • [evolution] News update for 3.3.92 release, Chenthill Palanisamy
  • [evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_3_92, Chenthill Palanisamy
  • [evolution-data-server] News update for 3.3.92 release, Chenthill Palanisamy
  • [gtkhtml] Created tag GTKHTML_4_3_92, Chenthill Palanisamy
  • [gtkhtml] News update for 4.3.92 release, Chenthill Palanisamy
  • [gnome-backgrounds] Updated Gujarati Translations, Sweta Kothari
  • [gnome-bluetooth] Updated Gujarati Translations, Sweta Kothari
  • [empathy] Updated Kannada Translation, Shankar Prasad
  • [mutter] util: Quit early once we've found and removed a later, Jasper St . Pierre
  • [evolution-data-server] Bug 736655 (bnc) - Deadlocks when auto-completing address in email composer, Chenthill Palanisamy
  • [gconf] dbus: fix shutdown, Ray Strode
  • [gtk+/wip/css: 20/20] widget: Don't set widget path on style context, Benjamin Otte
  • [gtk+/wip/css: 19/20] stylecontext: Notify widget directly of changes, Benjamin Otte
  • [gtk+/wip/css: 18/20] stylecontext: Add setter for widget, Benjamin Otte
  • [gtk+/wip/css: 17/20] widget: Clear broken widget path in constructor, Benjamin Otte
  • [gtk+/wip/css: 16/20] matcher: Add a superset matcher, Benjamin Otte
  • [gtk+/wip/css: 15/20] matcher: Add a matcher that matches anything, Benjamin Otte
  • [gtk+/wip/css: 14/20] widget: Create style context using regular API, Benjamin Otte
  • [gtk+/wip/css: 13/20] reftests: Add a reftest for nth-child, Benjamin Otte
  • [gtk+/wip/css: 12/20] tests: Add a parsing test for nth-child(), Benjamin Otte
  • [gtk+/wip/css: 11/20] selector: Rewrite position tracking, Benjamin Otte
  • [gtk+/wip/css: 10/20] syleprovider: Add a vfunc to get the changes, Benjamin Otte
  • [gtk+/wip/css: 9/20] selector: Rename selector class, Benjamin Otte
  • [gtk+/wip/css: 8/20] css: Add selector change types, Benjamin Otte
  • [gtk+/wip/css: 7/20] matcher: Turn GtkCssMatcher into a union, Benjamin Otte
  • [gtk+/wip/css: 6/20] matcher: Use a vtable, Benjamin Otte
  • [gtk+/wip/css: 5/20] css: Make the style provider take a matcher as an input argument, Benjamin Otte
  • [gtk+/wip/css: 4/20] css: Add GtkCssMatcher, Benjamin Otte
  • [gtk+/wip/css: 3/20] styleprovider: Add a custom object for a list of style providers, Benjamin Otte
  • [gtk+/wip/css: 2/20] stylecontext: Stop querying style providers for icon factories, Benjamin Otte
  • [gtk+/wip/css: 1/20] gdk: Add deprecation/availability macros for 3.6, Benjamin Otte
  • [gtk+] (20 commits) Created branch wip/css, Benjamin Otte
  • [gnome-shell] tweener: make timeline loop indefinitely, Ray Strode
  • [gtk+] builder: Remove a questionable test, Matthias Clasen
  • [babl] palette: optimize rgb(a) -> palette index computation, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [goffice] Do not unneccessarily include numbers in number formats when exporting to ODF. [#671860], Andreas J . Guelzow
  • [libdmapsharing] Change "Ignoring local service..." message from g_warning to g_debug, W . Michael Petullo
  • [libdmapsharing] Use pkg-config's uninstalled feature with vapigen, W . Michael Petullo
  • [glabels/vala] Object editor shadow property fixes., Jim Evins
  • [gimp/goat-invasion] app: port gimp_channel_combine_mask() to GeglBufferIterator, Michael Natterer
  • [goffice] License change: gpl v2 -> gpl v3., Morten Welinder
  • [gimp/goat-invasion] app: remove color_region_mask(), Michael Natterer
  • [gimp/goat-invasion] app: remove pattern_region(), Michael Natterer
  • [gimp/goat-invasion] app: remove unused include from gimp-edit.c, Michael Natterer
  • [gimp/goat-invasion] app: port bucket fill to GEGL, Michael Natterer
  • [gimp-gap] Updated italian translation, Marco Ciampa
  • [gtk+] tests: Remove deleted rows from cache, Benjamin Otte
  • [gtk+] treemodelfilter: Don't unref deleted rows, Benjamin Otte
  • [gtk+] gtk: Get gtkwidgetpath.h includes out of the public headers, Benjamin Otte
  • [gtk+] a11y: Add back the 'toggle' actions, Benjamin Otte
  • [gnome-doc-utils] Adding back RNG files for now, Shaun McCance
  • [gtk+] build: require cups >= 1.2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-settings-daemon] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-settings-daemon] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [zenity] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [zenity] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [nautilus] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [nautilus] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-system-monitor] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-keyring] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-keyring] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-control-center] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-control-center] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [clutter] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [clutter] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [anjuta] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [anjuta] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [mutter] Revert "window: Stop a gcc warning", Rui Matos
  • [orca] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [orca] Fix little error in Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-bluetooth] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [cogl] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-games] Added glchess Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [cogl] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gimp/goat-invasion] app: remove the !seed_fill case from gimp_drawable_bucket_fill(), Michael Natterer
  • [latexila] Update the copyright, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [babl] palette: add fast paths for adding and removing alpha channel, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: add opacity and paint_mode to gimp_edit_fill[_full](), Michael Natterer
  • [yelp-xsl] Created tag 3.3.92, Shaun McCance
  • [yelp-xsl] Version 3.3.92, Shaun McCance
  • [anjuta] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evolution-kolab] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-user-docs] Updated French doc translation, Bruno Brouard
  • [gimp/goat-invasion] app: make the GEGL tool work on indexed images, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: add gimp_edit_fill_full() which takes color and pattern, Michael Natterer
  • [gtk+] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp/goat-invasion] app: simplify gimp_edit_fill_internal() by adding color and pattern arguments, Michael Natterer
  • [gtranslator] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [jhbuild] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [dia] Build fixes for Mac app: fonts, svg image support, gtk-engines2 theme., Steffen Macke
  • [seahorse] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [seahorse/gnome-3-4] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [clutter] Updated French translation, Bruno Brouard
  • [gnome-doc-utils] Created tag 0.20.8, Shaun McCance
  • [gnome-doc-utils] Version 0.20.8, Shaun McCance
  • [evolution-mapi] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [libgda] GdaSql: improved visual rendering using bold and red text, Vivien Malerba
  • [libgda] Minor corrections, Vivien Malerba
  • [gnome-settings-daemon] color: Don't use the username in the profile ID, it's optional and not-required, Richard Hughes
  • [gnome-settings-daemon] power: Don't print a message when no backlights are detected, Richard Hughes
  • [gnome-settings-daemon] power: Do not emit DBus interface change signals when doing the idle dim and undim, Richard Hughes
  • [gnome-power-manager] trivial: Update upstream Fedora spec file, Richard Hughes
  • [gnome-power-manager] trivial: Post release version bump, Richard Hughes
  • [gnome-power-manager] GNOME Power Manager 3.3.92, Richard Hughes
  • [gnome-power-manager] Created tag GNOME_POWER_MANAGER_3_3_92, Richard Hughes
  • [gimp/goat-invasion] app: port coloring/patterning a stroked GimpScanConvert to GEGL, Michael Natterer
  • [gtranslator] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gimp/goat-invasion] app: remove unused include, Michael Natterer
  • [gedit-latex] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gupnp-av] Don't loop endlessly on large protocol-info, Jens Georg
  • [gupnp-av] Remove unused variables, Jens Georg
  • [gupnp-av] Fix possible dereference of NULL namespace, Jens Georg
  • [gupnp-av] Add missing breaks, Jens Georg
  • [jhbuild] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-system-monitor] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [glabels/glabels-3_0] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gtkmm-documentation] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-packagekit] trivial: Post release version bump, Richard Hughes
  • [gnome-packagekit] Release version 3.3.92, Richard Hughes
  • [gnome-packagekit] Created tag GNOME_PACKAGEKIT_3_3_92, Richard Hughes
  • [gtk+] gtkbox: avoid warning when removing a widget with refcount of 1, Matthias Clasen
  • [evolution-ews] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp/goat-invasion] app: derive GimpOperationSetAlpha from GeglOperationPointComposer, Michael Natterer
  • [gegl] exit: clarify GeglBuffer leak message, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] VLOOKUP/HLLOKUP/MATCH: Fix pattern matching., Morten Welinder
  • [gnome-color-manager/gnome-3-2] trivial: Post release version bump, Richard Hughes
  • [banshee] Update copyright statements to 2012, =?utf-8?q?Andr=C3=A9s_Aragoneses?=
  • [gnome-color-manager] Created tag GNOME_COLOR_MANAGER_3_3_91, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Release version 3.2.3, Richard Hughes
  • [gnome-color-manager] Created tag GNOME_COLOR_MANAGER_3_2_3, Richard Hughes
  • [gnumeric] VLOOKUP/HLOOKUP: allow wildcard searches., Morten Welinder
  • [gimp/goat-invasion] app: port all implementations of GimpProjectable::get_opacity_at() to Gegl, Michael Natterer
  • [goffice] Fix output of scientific number formats to ODF. [#672353], Andreas J . Guelzow
  • [cheese] Updated Kannada Translation, Shankar Prasad
  • [gnome-settings-daemon] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [ekiga] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gtranslator] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [eog] Revert "Do not show the titlebar when eog is maximized.", Felix Riemann
  • [ocrfeeder] Created tag release_0.7.8, Joaquim Manuel Pereira Rocha
  • [ocrfeeder] Update for release 0.7.8, Joaquim Manuel Pereira Rocha
  • [eog] Add gtk version check around changes of commit 22618a75, Felix Riemann
  • [gnome-packagekit] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-tweak-tool] [l10n] Updated Italian translation, Milo Casagrande
  • [eog] EogThumbNav: Fix mousewheel scrolling with gtk-3.3.18 and xserver-1.12, Felix Riemann
  • [gimp] app: silence a harmless critical warning, Massimo Valentini
  • [eog-plugins] [l10n] Updated Italian translation, Milo Casagrande
  • [eog] [l10n] Updated Italian translation, Milo Casagrande
  • [balsa] Updated Danish translation, Kenneth Nielsen
  • [gnumeric] Fixed warning., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [goffice] GoComboText: gone., Morten Welinder
  • [goffice] Correct., Morten Welinder
  • [rygel] media-export: Really set proper UPnP class, Jens Georg
  • [gnumeric] GUI: Inhibit typing an underline style in the format dialog., Morten Welinder
  • [gimp-gap] Updated Greek translation from Dimitris Spingos, Alexandre Prokoudine
  • [evolution-kolab/ek-wip-porting] EBookBackendKolab: ported old 2.30 code over to 3.3.x, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] ECalBackendKolab: added backend removal notification, Christian Hilberg
  • [gdm] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gimp] Updated Greel translation from Dimitris Spingos, Alexandre Prokoudine
  • [gnome-system-monitor] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [hamster-applet] Uploaded Ukranian, Daniel Korostil
  • [gimp-help-2] Updated Greek translation from Dimitris Spingos, Alexandre Prokoudine
  • [ekiga] Main Window: Moved the "show offline contacts" pref here., Damien Sandras
  • [gimp/goat-invasion] app: make gimp_image_transform_rgb() transform the alpha too, Michael Natterer
  • [babl] tests: constify tests, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: all Babls used by GIMP are now const, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [baobab] Uploaded Ukranian, Daniel Korostil
  • [gegl] complete babl constification, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-boxes] Uploaded Ukranian, Daniel Korostil
  • [ekiga] Notifications: Started moving libnotify things in a separate file., Damien Sandras
  • [gnome-nettool] Uploaded Ukranian, Daniel Korostil
  • [gimp/goat-invasion] app: remove gimpimage-colorhash.[ch], Michael Natterer
  • [gimp/goat-invasion] app: remove gimp_image_transform_color(), Michael Natterer
  • [gnome-color-manager] Updated Russian translation, Alexandre Prokoudine
  • [gnome-online-accounts/gnome-3-4] Uploaded Ukranian, Daniel Korostil
  • [gimp/goat-invasion] app: port gimp_image_transform_temp_buf() to one single babl_process(), Michael Natterer
  • [gnome-session] Fixed Russian translation, Yuri Myasoedov
  • [gegl] buffer: Babl's have been constified, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Fixed typo: two also together, Gil Forcada Codinachs
  • [gimp/goat-invasion] app: add image API to get Babl formats based on GimpImageType, Michael Natterer
  • [gnumeric] Fixed labels vectors made of multiple ranges. [#672330], =?utf-8?q?Jean_Br=C3=A9fort?=
  • [nautilus-share] Fixed Russian translation, Yuri Myasoedov
  • [gnome-video-effects] Uploaded Ukranian, Daniel Korostil
  • [libgweather] Updated Russian translation, Yuri Myasoedov
  • [gegl] exr-load: cast a babl format, since it will become const, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [babl] constify API, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [mousetweaks] Uploaded Ukranian, Daniel Korostil
  • [nautilus-sendto] Uploaded Ukranian, Daniel Korostil
  • [gnome-bluetooth] Uploaded Ukranian, Daniel Korostil
  • [gimp/goat-invasion] app: stop using gegl_color_set_pixel() with hand-transformed pixels, Michael Natterer
  • [gnome-doc-utils] Remove remnants of RNG stuff, Shaun McCance
  • [cogl] Added Russian translation, Yuri Myasoedov
  • [gparted] Ensure space for EBR when resizing Extended partition (#664050), Curtis Gedak
  • [gparted] Add requested partition details to log when resize/move fails, Curtis Gedak
  • [gnome-backgrounds] Uploaded Ukranian, Daniel Korostil
  • [gimp/goat-invasion] app: remove gimp_drawable_apply_operation_to_tiles(), Michael Natterer
  • [gimp/goat-invasion] app: also port gimp_channel_convert() to apply_operation_to_buffer(), Michael Natterer
  • [babl] palette: add fastish path for alpha<->no alpha, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: enable GEGL scaling of indexed drawables in gimp_drawable_scale(), Michael Natterer
  • [cogl] Updated Portuguese translation, Duarte Loreto
  • [gimp/goat-invasion] app: use gimp_drawable_apply_operation_to_buffer() in gimp_layer_flatten(), Michael Natterer
  • [gtk+/wip/css: 17/17] matcher: Add a superset matcher, Benjamin Otte
  • [gtk+/wip/css: 16/17] matcher: Add a matcher that matches anything, Benjamin Otte
  • [gtk+/wip/css: 15/17] widget: Create style context using regular API, Benjamin Otte
  • [gtk+/wip/css: 14/17] reftests: Add a reftest for nth-child, Benjamin Otte
  • [gtk+/wip/css: 13/17] tests: Add a parsing test for nth-child(), Benjamin Otte
  • [gtk+/wip/css: 12/17] selector: Rewrite position tracking, Benjamin Otte
  • [gtk+/wip/css: 11/17] syleprovider: Add a vfunc to get the changes, Benjamin Otte
  • [gtk+/wip/css: 10/17] selector: Rename selector class, Benjamin Otte
  • [gtk+/wip/css: 9/17] css: Add selector change types, Benjamin Otte
  • [gtk+/wip/css: 8/17] matcher: Turn GtkCssMatcher into a union, Benjamin Otte
  • [libgda] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gtk+/wip/css: 7/17] matcher: Use a vtable, Benjamin Otte
  • [gtk+/wip/css: 6/17] css: Make the style provider take a matcher as an input argument, Benjamin Otte
  • [gtk+/wip/css: 5/17] css: Add GtkCssMatcher, Benjamin Otte
  • [gtk+/wip/css: 4/17] styleprovider: Add a custom object for a list of style providers, Benjamin Otte
  • [gtk+/wip/css: 3/17] stylecontext: Stop querying style providers for icon factories, Benjamin Otte
  • [evolution-data-server] Update API documentation., Matthew Barnes
  • [gtk+/wip/css: 2/17] gdk: Add deprecation/availability macros for 3.6, Benjamin Otte
  • [gtk+/wip/css: 1/17] gtk: Get gtkwidgetpath.h includes out of the public headers, Benjamin Otte
  • [gtk+] (17 commits) Created branch wip/css, Benjamin Otte
  • [gimp/goat-invasion] app: add gimp_drawable_get_format_without_alpha(), Michael Natterer
  • [gtk+] Deleted branch wip/css, Benjamin Otte
  • [gimp/goat-invasion] app: drop "babl" from gimp_foo_get_babl_format[_with_alpha](), Michael Natterer
  • [library-web] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [jhbuild] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [damned-lies] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [empathy] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-nettool] Updated Arabic translation, Abderrahim Kitouni
  • [pygobject] Fix Gtk.Button constructor to accept use_stock parameter, Martin Pitt
  • [gimp/goat-invasion] app: use Babl to convert colors in gimp_clone_motion(), Michael Natterer
  • [gnome-dictionary] Updated Arabic translation, Abderrahim Kitouni
  • [eog] Updated Arabic translation, Abderrahim Kitouni
  • [libpeas] Uploaded Ukranian, Daniel Korostil
  • [gedit-plugins] bookmarks: include stdlib.h to have atoi() defined., Paolo Borelli
  • [gimp/goat-invasion] app: optimize gimp_brush_core_paint_line_pixmap_mask() a lot, Michael Natterer
  • [banshee] build: Add a --disable-webkit flag to configure (bgo#628518), Bertrand Lorentz
  • [gimp/goat-invasion] app: add GimpPickable::get_babl_format_with_alpha(), Michael Natterer
  • [cheese] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [vinagre] Uploaded Ukranian, Daniel Korostil
  • [totem] Created tag V_3_3_92, Philip Withnall
  • [totem] 3.3.92, Philip Withnall
  • [baobab] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [aisleriot] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [baobab] Remove duplicated sentemce., Paolo Borelli
  • [gnome-system-monitor] Updated Persian Translations, Arash Mousavi
  • [gtk+] Updated Lithuanian properties translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [evince] help/C: modified more key sequences, Tiffany Antopolski
  • [babl] carry around user data in BablConversion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [zenity] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [mutter] Add META_TAB_LIST_NORMAL_ALL to MetaTabList enum, Stefano Facchini
  • [gnome-shell] altTab: take into account all windows when computing app icon ordering, Stefano Facchini
  • [gimp/goat-invasion] app: add gimp_bpp_to_babl_format_with_alpha(), Michael Natterer
  • [glabels/vala] Initial hookup of selected object to object editor., Jim Evins
  • [evince] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [ekiga] Roster: Fixed groups expand/collapse bug., Damien Sandras
  • [vinagre/gnome-3-2] Uploaded Ukranian, Daniel Korostil
  • [gnome-shell] st-theme-node-drawing: Fix implementation of cover and contain, Jasper St . Pierre
  • [gnome-shell] tests: Refactor background-size test to support non-square containers, Jasper St . Pierre
  • [evolution-data-server] Updated Portuguese translation, Duarte Loreto
  • [gnome-shell] tests: Add a cogl rendering option to the background-size test, Jasper St . Pierre
  • [empathy] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-shell] tests: Fix font color for tests, Jasper St . Pierre
  • [glabels] Hint about the migration from gnome-doc-utils to itstool, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [vino] Uploaded Ukranian, Daniel Korostil
  • [yelp] Uploaded Ukranian, Daniel Korostil
  • [rygel] core: Prevent crash on missing element, Jens Georg
  • [rygel] build: Drop max version requirements, Jens Georg
  • [yelp-xsl] Uploaded Ukranian, Daniel Korostil
  • [evolution-ews] Updated Hungarian translation, Gabor Keleman
  • [gimp/goat-invasion] app: sync with babl API change of babl_new_palette, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [babl] palette: changed API to have aplha and non-alpha formats in out arguments, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [babl] make babl pass valgrinding, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [babl] palette: initialize with 8bit fast path buffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gbrainy] Update Polish translation, Jordi Mas
  • [libpeas] Updated Arabic translation, Abderrahim Kitouni
  • [gtranslator] Update credits and maintainers, Ignacio Casal Quinteiro
  • [glabels/glabels-3_0] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp/goat-invasion] app: use Babl in gimp_brush_core_paint_line_pixmap_mask(), Michael Natterer
  • [glabels] Added missing xml files to Makefile.am, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glabels] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glabels] Added new Igepa and Rayfilm templates, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glabels] Added missing xml files to POTFILES.in, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glabels/glabels-3_0] Added missing xml files to POTFILES.in, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glabels/glabels-3_0] Added missing xml files to Makefile.am, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-documents] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-documents] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-boxes] [l10n]Added Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-contacts] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-contacts] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [glabels/glabels-3_0] Added new vendor definitions, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glabels/glabels-3_0] Added new Igepa and Rayfilm templates, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-boxes] [l10n] Added Catalan translation, Gil Forcada Codinachs
  • [release-notes/gnome-3-4] Imported Catalan translation from GNOME 3.2 release notes, Gil Forcada Codinachs
  • [perl-Gtk3] Created tag v0.004, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [perl-Gtk3] Release v0.004, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [perl-Gtk3] Avoid a warning from the tests, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [libsoup] soup-session.c: add soup_session_prefetch_dns, Sergio Villar Senin
  • [gtranslator] The translation memory is now a plugin, Ignacio Casal Quinteiro
  • [epiphany] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [libcroco] cr-rgb: Fix mapping for 'green', Adel Gadllah
  • [gimp] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gimp-help-2] Remove some stale source files, Ulf-D . Ehlert
  • [perl-Gtk3] Add global copyright statement, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [perl-Glib-Object-Introspection] Add a global copyright statement, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [zenity] Uploaded Ukranian, Daniel Korostil
  • [perl-Gtk3] Clarify licensing terms, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [perl-Glib] Make the thread-safety improvements work for non-threaded perls too, =?utf-8?q?Torsten_Sch=C3=B6nfeld?=
  • [gnome-shell] gdm: Only create the Manager we're going to use, Adel Gadllah
  • [gnome-shell] gnome-shell-extension-tool: Fix example extension for 3.3.90 API, Jasper St . Pierre
  • [gnome-shell] st-texture-cache: Deduplicate async URI requests, Jasper St . Pierre
  • [gnome-shell] st-texture-cache: Remove now unused methods, Jasper St . Pierre
  • [gnome-shell] st-entry: Remove unused set_icon_from_file methods, Jasper St . Pierre
  • [gnome-shell] st-texture-cache: Remove unused fields from AsyncTextureLoadData, Jasper St . Pierre
  • [gnome-shell] st-texture-cache: Remove an unused argument from create_default_texture, Jasper St . Pierre
  • [gedit-code-assistance] Fixed distcheck, Jesse van den Kieboom
  • [brasero] Updated Kannada Translation, Shankar Prasad
  • [gnumeric] Fixed an array access issue., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [caribou] Updated Kannada Translation, Shankar Prasad
  • [clutter] Updated Swedish translation, Daniel Nylander
  • [gtk+] Updated Portuguese translation, Duarte Loreto
  • [empathy] Updated Swedish translation, Daniel Nylander
  • [gdm] Updated Swedish translation, Daniel Nylander
  • [pango] Guard for an accumulated glyph count of zero in CoreText shape engine, Kristian Rietveld
  • [glib] Updated French translation, Bruno Brouard
  • [gdm] [l10n] Updated Estonian translation, Priit Laes
  • [glib-networking] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [seahorse] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [seahorse/gnome-3-4] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [clutter] actor: Add ::transitions-completed signal, Emmanuele Bassi
  • [gnome-system-monitor] Updated Arabic doc translation, Abderrahim Kitouni
  • [devhelp] Updated Arabic translation, Abderrahim Kitouni
  • [jhbuild] Update header comment about JHBuild in source files (GNOME bug 671353), Craig Keogh
  • [clutter] script-parser: Fix build, Jasper St . Pierre
  • [jhbuild] build: Use new documentation infraestructure, Craig Keogh
  • [clutter] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-packagekit] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [evince] help/C: fixed markup for arrow keys, Tiffany Antopolski
  • [evince] help/C: minor markup adjustments, Tiffany Antopolski
  • [yelp-xsl/wip/api-1-0] mal2html-api: Basic Python support, Shaun McCance
  • [yelp-xsl/wip/api-1-0] mal2html-links: Always use div.contents, Shaun McCance
  • [glib] Make inf testcase more forgiving, Matthias Clasen
  • [glib] Use __builtin_bswap* for GUINT*_SWAP_LE_BE if building with GCC, Matthias Clasen
  • [glib] Fix out of tree build for MinGW/MSYS, Matthias Clasen
  • [gnome-online-accounts] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-system-monitor] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [epiphany-extensions] Updated Hungarian translation, Gabor Keleman
  • [mutter] window: Stop a gcc warning, Jasper St . Pierre
  • [gnome-tweak-tool] Updated Hungarian translation, Gabor Keleman
  • [eog-plugins] Updated Hungarian translation, Gabor Keleman
  • [banshee] Updated Hungarian help translation, Gabor Keleman
  • [gtk+] Fixed little issue in Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gtk+/wip/css: 14/14] reftests: Add a reftest for nth-child, Benjamin Otte
  • [gtk+/wip/css: 13/14] tests: Add a parsing test for nth-child(), Benjamin Otte
  • [gtk+/wip/css: 12/14] selector: Rewrite position tracking, Benjamin Otte
  • [gtk+/wip/css: 11/14] syleprovider: Add a vfunc to get the changes, Benjamin Otte
  • [gtk+/wip/css: 10/14] selector: Rename selector class, Benjamin Otte
  • [gtk+/wip/css: 9/14] css: Add selector change types, Benjamin Otte
  • [gtk+/wip/css: 8/14] matcher: Turn GtkCssMatcher into a union, Benjamin Otte
  • [gtk+/wip/css: 7/14] matcher: Use a vtable, Benjamin Otte
  • [gtk+/wip/css: 6/14] css: Make the style provider take a matcher as an input argument, Benjamin Otte
  • [gtk+/wip/css: 5/14] css: Add GtkCssMatcher, Benjamin Otte
  • [gtk+/wip/css: 4/14] styleprovider: Add a custom object for a list of style providers, Benjamin Otte
  • [gtk+/wip/css: 3/14] stylecontext: Stop querying style providers for icon factories, Benjamin Otte
  • [gtk+/wip/css: 2/14] gdk: Add deprecation/availability macros for 3.6, Benjamin Otte
  • [gtk+/wip/css: 1/14] gtk: Get gtkwidgetpath.h includes out of the public headers, Benjamin Otte
  • [gtk+] (14 commits) Created branch wip/css, Benjamin Otte
  • [banshee] Updated Hungarian translation, Gabor Keleman
  • [gnome-shell] Environment: don't fail in toString(), Giovanni Campagna
  • [gnome-shell] Don't set the autorestart hint for gnome-session, Giovanni Campagna
  • [anjuta-extras] Updated Hungarian translation, Gabor Keleman
  • [gnome-control-center] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-shell] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [nautilus] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [PolicyKit-gnome] Updated Hungarian translation, Gabor Keleman
  • =?utf-8?q?=5Bpinpoint=5D_AUTHORS=3A_added_Vladim=C3=ADr_Kincl?=, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pinpoint] AUTHORS: add Antonio Terceiro, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pinpoint] Identify window titles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pinpoint] Skip play/pause logic without a speaker screen, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pinpoint] Whitespace fixes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pinpoint] Extra keyboard and mouse bindings, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pinpoint] Avoid crash when speaker window is closed, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-shell] shell-app: Evict faded app icons on icon theme change, Jasper St . Pierre
  • [glib] Updated Portuguese translation, Duarte Loreto
  • [evolution] Bug 671509 (2/2) - Some small UI/theming improvements, Matthew Barnes
  • [evolution] Bug 671509 (1/2) - Some small UI/theming improvements, Matthew Barnes
  • [evolution] Add dbus-glib flags to evolution binary., Matthew Barnes
  • [clutter] x11/stage: fix multi-stage support, Lionel Landwerlin
  • [clutter/clutter-1.8] x11/stage: fix multi-stage support, Lionel Landwerlin
  • [gnumeric] fix typo in opendoc_content_dtd, Andreas J . Guelzow
  • [babl] add 8bit fast path for pal -> rgba, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [clutter] Updated Portuguese translation, Duarte Loreto
  • [babl] add bablformats that match the hosts endianness, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [baobab] Updated Portuguese translation, Duarte Loreto
  • [release-notes/gnome-3-4] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [eog] Updated Portuguese translation, Duarte Loreto
  • [yelp] configure: Remove "Search backend" from configure summary, Michael Biebl
  • [epiphany] Updated Portuguese translation, Duarte Loreto
  • [gimp/goat-invasion] app: convert colors with Babl in gimp_text_layer_render_layout(), Michael Natterer
  • [release-notes/gnome-3-4] Added Korean translation, Changwoo Ryu
  • [evince] Updated Portuguese translation, Duarte Loreto
  • [gimp/goat-invasion] app: remove gimp_layer_new_from_region() and use from_buffer() instead, Michael Natterer
  • [gimp/goat-invasion] app: correctly refcount the pixbuf in gimp_pixbuf_create_buffer(), Michael Natterer
  • [file-roller] Updated Portuguese translation, Duarte Loreto
  • [planner] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gdm] Updated Portuguese translation, Duarte Loreto
  • [gnumeric] Improve annotation import from ODF., Andreas J . Guelzow
  • [gimp/goat-invasion] app: GeglBuffer-backend GeglTiles now use GDestroyNotify, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] buffer: handle the case of direct gegl_free correctly, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-games] [l10n] Updated German doc translation, removed unused screenshots, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [clutter] script: Add 'context' to the translatable definitions, Emmanuele Bassi
  • [gegl] buffer: use GDestroyNotify for linear buffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Move Boxes to 'Looking Forward' section. I do not consider it ready yet., Andre Klapper
  • [evolution-kolab/ek-wip-porting: 10/10] ECalBackendKolab: ported old 2.30 code over to 3.3.x, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 9/10] EBookBackendKolab: do not clean up KolabMailAccess tables on backend disposal, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 8/10] kolab-util-calendar-cache: separated out code for getting timezone into own function, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 7/10] kolab-util-calendar: re-added calendar data extration function, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 6/10] EBookBackendKolab: removed unneeded notification after online state switching, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 5/10] ECalBackendKolab: removed unneeded notification after online state switching, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 4/10] Merge branch 'ek-wip-porting-imapx' into ek-wip-porting, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (10 commits) ...ECalBackendKolab: ported old 2.30 code over to 3.3.x, Christian Hilberg
  • [gcalctool] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [vinagre] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp/goat-invasion] app: add gimp_pixbuf_create_buffer() and use it in GimpBuffer, Michael Natterer
  • [gegl] buffer: fix type of destroy_fn for linear buffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: let Babl handle converting layers to indexed, Michael Natterer
  • [gimp/goat-invasion] app: don't call gimp_layer_get_edit_mask() when the layer has no mask, Michael Natterer
  • [file-roller] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [tomboy] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp/goat-invasion] app: let Babl handle color conversion in gimp_drawable_fill(), Michael Natterer
  • [gimp/goat-invasion] app: add gimp_pattern_create_buffer() and use it in gimp_edit_fill_internal(), Michael Natterer
  • [gimp/goat-invasion] app: let Babl handle all color conversion in gimp_edit_fill_internal(), Michael Natterer
  • [mess-desktop-entries] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [libgconf-bridge] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [libepc] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [hitori] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-themes-extras] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [emerillon-plugins] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gimp/goat-invasion] app: require git versions of babl/GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [bakery] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gimp/goat-invasion] app: require a Babl for all buffers created on top of tiles, Michael Natterer
  • [libgda] Updated italian translation, Marco Ciampa
  • [banshee] Updated Telugu Translations, Praveen Illa
  • [gimp/goat-invasion] app: remove unused variable from last commit, Michael Natterer
  • [gnome-system-monitor] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gdm] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [babl] palette: cache the double version of the palette internally, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: use the new Babl palette format to implement indexed images, Michael Natterer
  • [pango] Make relative paths work in pango.modules files, Behdad Esfahbod
  • [jhbuild] Only run triggers if we actually install, Giovanni Campagna
  • [gegl/soc-2011-seamless-clone: 17/17] Rename GEGL_INTERPOLATION_* according to commit 500bef586, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 16/17] Handle most cases where parts of the paste are outside the background, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 15/17] Make the two-step seamless clone realtime!, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 14/17] Extract a function to do the preprocessing for the mesh rendering, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 13/17] Fix seamless-clone-prepare to save the result, rename things in render, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 12/17] Remove accidently pasted text from Makefile.am and fix the build, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 11/17] Introduce a new WIP two-step seamless-cloning procedure, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 10/17] Also build the poly2tri-c command line program (p2tc), Barak Itkin
  • [gegl/soc-2011-seamless-clone: 9/17] Work in gamma corrected RGB to get much better results!, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 8/17] Don't do malloc for the entire paste - sample it instead, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 7/17] Optimize calculation area, fix wrong sampling list calculation, cache colors, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 6/17] Lots of bug fixing, the operations now works, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 5/17] More small fixed for autotools and code, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 4/17] Fix warnings of all types - compiler and autotools, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 3/17] Add the necessary automake files and modiy configure.ac. Still needs work, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 2/17] Finish removing old cairo code, put most operation logic in place, Barak Itkin
  • [gegl/soc-2011-seamless-clone: 1/17] Introduce work in progress code of the Seamless Clone Operation, Barak Itkin
  • [gegl] (17 commits) Created branch soc-2011-seamless-clone, Barak Itkin
  • [gegl] Deleted branch soc-2011-seamless-clone, Barak Itkin
  • [dia] Restructured Mac app files., Steffen Macke
  • [dia] Improving Mac Look'n'feel and font handling. Code copied from Inkscape., Steffen Macke
  • [gnome-online-accounts] oauthprovider: Hide dialog buttons during the authorization step, Debarshi Ray
  • [gnome-system-monitor] Updated Arabic translation, Abderrahim Kitouni
  • [gnome-system-monitor] mark data/preferences.ui as a glade file in POTFILES.in, Abderrahim Kitouni
  • [gegl] add missing gegl-apply header, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion] app: move the layer mask show, edit, apply API from GimpLayerMask to GimpLayer, Michael Natterer
  • [gnome-control-center] Fix a small error in Arabic translation, Abderrahim Kitouni
  • [gimp/goat-invasion] app: move variable to local scope, Michael Natterer
  • [evolution] mail.error.xml: Fix a typo., Matthew Barnes
  • [banshee] Daap: Always send revision-number in update requests (bgo#659146), Bertrand Lorentz
  • [at-spi2-core] Fix crash fetching error when retrieving a property, Mike Gorse
  • [babl] palette: add capability to use palette formats with separate alpha, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [aravis/pending_ack] gv_device: add support for PENDING_ACK packets., Emmanuel Pacaud
  • [glib-networking] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [glib] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [clutter] actor: Avoid popping the easing state stack once too many, Emmanuele Bassi
  • [clutter] actor: Remove the implicit easing state save, Emmanuele Bassi
  • [cheese] Updated Arabic translation, Abderrahim Kitouni
  • [gdk-pixbuf] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [evolution-data-server] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-shell] userMenu: Consider account-validity for sensitivity, =?utf-8?q?Florian_M=C3=BCllner?=
  • [glib] man pages: document the order of schema overrides, Ryan Lortie
  • [clutter] Use G_VALUE_INIT instead of { 0, }, Emmanuele Bassi
  • [aravis] Created branch pending_ack, Emmanuel Pacaud
  • [clutter] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [clutter] Add initializer utilities for ClutterVertex, Emmanuele Bassi
  • [clutter] actor: Fix set_scale_with_gravity(), Emmanuele Bassi
  • [dconf] editor: set 'wrap' property on default value label, Ryan Lortie
  • [gimp] Updated italian translation, Marco Ciampa
  • [accerciser] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote/stable-0.8] Use const_cast to cast const away, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote/stable-0.8] Fix casting const away in actionmanager.cpp, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote/stable-0.8] Add virtual destructor for IKeybinder, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Use const_cast to cast const away, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Fix casting const away in actionmanager.cpp, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Add virtual destructor for IKeybinder, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [banshee] AudioscrobblerConnection: Fix crash during scrobbling (bgo#662122), Bertrand Lorentz
  • [gnome-online-accounts/gnome-3-4] Add a border on the webkit view, Debarshi Ray
  • [gegl] GeglNode: invalidate when disconnecting a connectinon on a source pad, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-documents] Updated Arabic translation, Abderrahim Kitouni
  • [totem-pl-parser] Created tag V_3_3_92, Philip Withnall
  • [totem-pl-parser] 3.3.92, Philip Withnall
  • [totem-pl-parser] docs: Ignore the AMZ parser, Philip Withnall
  • [clutter] Add some utility initializers to ClutterActorBox, Emmanuele Bassi
  • [gimp/goat-invasion] app: use GimpOperationSetAlpha in gimp_layer_create_mask(), Michael Natterer
  • [gimp/goat-invasion] app: add GimpOperationSetAlpha which sets the alpha channel to a value, Michael Natterer
  • [gimp/soc-2011-seamless-clone2: 10/10] Fix the the preview to redraw correctly! Also clean-up the code, Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 9/10] Fix the preprocessing. It now works without UV caching., Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 8/10] Add work in progress for preprocessing before rendering the op, Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 7/10] Quick-Fix to the previous commit - return the right value on key press, Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 6/10] Fix bug in tilemanager unreffing and support committing the result, Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 5/10] Image map interaction works, and so are movement and drawing, Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 4/10] Another WIP commit. There is a known tile manager leak, rest is OK, Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 3/10] Another WIP commit. It now compiles, and runs with no runtime errors., Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 2/10] commit of a WIP, introducing some of the actual tool logic, Barak Itkin
  • [gimp/soc-2011-seamless-clone2: 1/10] Add a skeleton for the seamless clone tool, based on the cage tool, Barak Itkin
  • [gimp] (10 commits) Created branch soc-2011-seamless-clone2, Barak Itkin
  • [gimp] Deleted branch soc-2011-seamless-clone2, Barak Itkin
  • [folks] folks: Don't set G_MESSAGES_DEBUG unconditionally, Jasper St . Pierre
  • [gimp/goat-invasion] app: port gimp_palette_import_extract() to GeglBufferIterator, Michael Natterer
  • [gnome-shell] endSessionDialog: Use lookup_heuristic_basename for vendor prefix lookup, Jasper St . Pierre
  • [gegl] buffer: turn an abort into a console warning, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-shell] endSessionDialog: Fix inhibitor list, Jasper St . Pierre
  • [gegl] add an API to directly invoke commands on buffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-dvb-daemon] Removed obsolete MAINTAINERS file, Sebastian Polsterl
  • [gnome-dvb-daemon] Removed custom bindings of signal.h, Sebastian Polsterl
  • [gnome-dvb-daemon] Raise required pygobject version to 3.0.4, Sebastian Polsterl
  • [gimp/goat-invasion] app: add GimpPickable::get_babl_format(), Michael Natterer
  • [gimp/goat-invasion] app: remove obsolete include in gimpchannel.c, Michael Natterer
  • [gdm] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-dvb-daemon] Added --target-glib option to VALAFLAGS, Sebastian Polsterl
  • [vala] glib-2.0: Hide Thread constructors when targeting GLib < 2.32, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [banshee] Mpris: Fix list of supported URI schemes, Bertrand Lorentz
  • [banshee] Mpris: Fix OpenUri method to also support http URIs, Bertrand Lorentz
  • [epiphany] Updated French translation, Bruno Brouard
  • [babl] add file missing from last commit, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtranslator] Show the percent in the status bar progress bar., Ignacio Casal Quinteiro
  • [babl] add API for managing palette based formats, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [babl] babl: add ability to register user data with BablModel, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [seahorse] Updated French translation, Bruno Brouard
  • [cheese] Updated Hindi translation, Guntupalli Karunakar
  • [seahorse/gnome-3-4] Updated French translation, Bruno Brouard
  • [jhbuild] git: replace 'fc' typo with 'fd', Craig Keogh
  • [jhbuild] autotools: Don't run make check in parallel, Craig Keogh
  • [gupnp] Fix make distcheck, Jens Georg
  • [gupnp/gupnp-0.18] Fix make distcheck, Jens Georg
  • [gupnp] Created tag gupnp-0.18.2-fixed, Jens Georg
  • [gupnp/gupnp-0.18: 20/20] Prepare 0.18.2, Jens Georg
  • [gupnp/gupnp-0.18: 19/20] Drop dead code, Jens Georg
  • [gupnp/gupnp-0.18: 18/20] Fix handling byte range request, Jens Georg
  • [gupnp/gupnp-0.18: 17/20] Add test for byte-range requests, Jens Georg
  • [gupnp/gupnp-0.18: 16/20] Ensure that the callback is NULL, Jens Georg
  • [gupnp/gupnp-0.18: 15/20] gupnp-service-proxy: check timeout value before using it, Jens Georg
  • [gupnp/gupnp-0.18: 14/20] Revert "Declare docs as stable", Jens Georg
  • [gupnp/gupnp-0.18: 13/20] Revert "Properly quote charset in SOAP requests", Jens Georg
  • [gupnp/gupnp-0.18: 12/20] Prepare 0.18.1, Jens Georg
  • [gupnp/gupnp-0.18: 11/20] Declare docs as stable, Jens Georg
  • [gupnp/gupnp-0.18: 10/20] Minor doc fixup, Jens Georg
  • [gupnp/gupnp-0.18: 9/20] cleanup code from dead assignments, Jens Georg
  • [gupnp/gupnp-0.18: 8/20] Always send initial event., Jens Georg
  • [gupnp/gupnp-0.18: 7/20] Drop unused import, fix datatype error handling, Jens Georg
  • [gupnp/gupnp-0.18: 6/20] Documentation spelling fixes, Jens Georg
  • [gupnp/gupnp-0.18: 5/20] Silence warning from AC_CANONICAL_TARGET, Jens Georg
  • [gupnp/gupnp-0.18: 4/20] Correct a typo in a GIR annotation, Jens Georg
  • [gupnp/gupnp-0.18: 3/20] Add gupnp_context_manager_create() to docs, Jens Georg
  • [gupnp] Created tag gupnp-0.18.2, Jens Georg
  • [gupnp/gupnp-0.18: 2/20] Minor clean-up, Jens Georg
  • [gupnp/gupnp-0.18: 1/20] Properly quote charset in SOAP requests, Jens Georg
  • [gupnp] (20 commits) Created branch gupnp-0.18, Jens Georg
  • [gupnp] Deleted branch gupnp-0.18, Jens Georg
  • [gvfs] Updated French translation, Bruno Brouard
  • [gimp/goat-invasion] app: port gimp_channel_combine_ellipse_rect() to GeglBufferIterator, Michael Natterer
  • [gnote] update Punjabi Translation, Amanpreet Singh Alam
  • [network-manager-openvpn] update Punjabi Translation, Amanpreet Singh Alam
  • [gimp/goat-invasion] app: flush both write and write buffer in gimp_drawable_update(), Michael Natterer
  • [gupnp-dlna] Release 0.6.6, Jens Georg
  • [gupnp-dlna] xml: Add AVC_MP4_HP_HD_EAC3 profile, Jens Georg
  • [gupnp-dlna] xml: Rename AVC_MKV restriction to AVC-L4, Jens Georg
  • [gupnp-dlna] xml: Add EAC3-3024 restriction, Jens Georg
  • [gupnp-dlna] xml: Add AVC_MP4_MP_SD_EAC3, Jens Georg
  • [gupnp-dlna] Created tag gupnp-dlna-0.6.6, Jens Georg
  • [gupnp-dlna] xml: Losen bitrate restrictions, Jens Georg
  • [gupnp-dlna] xml: Add EAC3 audio format, Jens Georg
  • [gupnp-dlna] xml: Add MKV profiles, Jens Georg
  • [gnome-tweak-tool] added Punjabi Translation and update LINGUAS file, Amanpreet Singh Alam
  • [libpeas] Updated Portuguese translation, Duarte Loreto
  • [gnome-contacts] [l10n]Updated Turkish translation, Muhammet Kara
  • [gnome-user-docs] Added Vietnamese notification-buttons.png, Nguyen Thai Ngoc Duy
  • [gnome-shell-extensions] update Punjabi Translation, Amanpreet Singh Alam
  • [jhbuild] 3.4: libgxps depends on lcms2 (GNOME bug 671365), Craig Keogh
  • [gnome-bluetooth] [l10n]Updated Turkish translation, Muhammet Kara
  • [jhbuild] 3.4: Move libgsf from core deps to apps (GNOME bug 671700), Craig Keogh
  • [jhbuild] core-deps-3.4: build libgsf from git, Craig Keogh
  • [mutter] window: Disallow maximization for windows that can't be maximized, Jasper St . Pierre
  • [mutter] Simplify the frame testing logic in callers to grab borders, Jasper St . Pierre
  • [jhbuild] fix for supports-non-srcdir-builds in autotools (GNOME bug 671634), Craig Keogh
  • [gedit] [l10n]Updated Turkish translation, Muhammet Kara
  • [eog] Added Latvian translation., Peteris Krisjanis
  • [sound-juicer] Updated Latvian translation., Peteris Krisjanis
  • [rygel] Updated Latvian translation., Peteris Krisjanis
  • [gnome-packagekit] Updated French translation, Bruno Brouard
  • [jhbuild] fix for using bzr with dvcs_mirror_dir (GNOME bug 672172), Craig Keogh
  • [jhbuild] 3.4: Bump mx to version 1.4.3, Craig Keogh
  • [jhbuild] moduleset.dtd: added pkg-config, removed ant (GNOME bug 672206), Craig Keogh
  • [gnome-documents] Updated French translation, Bruno Brouard
  • [gnome-nettool] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-nettool] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [rygel] mpris: Don't abort if client uses wrong type, Jens Georg
  • [file-roller] [l10n]Updated Turkish translation, Muhammet Kara
  • [gnome-games] version bump, Thomas Hindoe Paaboel Andersen
  • [gnome-games] swell-foop: Scale the text actor so it remains within the board, Thomas Hindoe Paaboel Andersen
  • [pybliographer] Updated Latvian translation., Peteris Krisjanis
  • [glib] Updated Russian translation, Yuri Myasoedov
  • [evince] [l10n]Updated Turkish translation, Muhammet Kara
  • [gtk+] Updated Arabic translation, Abderrahim Kitouni
  • [gnome-disk-utility] Updated Hungarian translation, Gabor Keleman
  • [gnome-bluetooth] Updated Arabic translation, Abderrahim Kitouni
  • [metacity] Updated Arabic translation, Abderrahim Kitouni
  • [notification-daemon] Updated Arabic translation, Abderrahim Kitouni
  • [epiphany] [l10n]Updated Turkish translation, Muhammet Kara
  • [eog] [l10n]Updated Turkish translation, Muhammet Kara
  • [rhythmbox] don't store embedded images if we don't have an artist name, Jonathan Matthew
  • [gedit] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-control-center] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-shell] st-texture-cache: Don't implicitly return a fallback icon, Jasper St . Pierre
  • [gtk+] css: Add reftest for background-position, Benjamin Otte
  • [gtk+] Deleted branch wip/css-background-position, Benjamin Otte
  • [gtk+] tests: Add background-position parsing test, Benjamin Otte
  • [gtk+] css: Support background-position property, Benjamin Otte
  • [gtk+] css: Support GtkBackgroundPosition in cssvalue, Benjamin Otte
  • [gtk+] css: GtkBackgroundSize type, Benjamin Otte
  • [evolution] update Punjabi Translation, Amanpreet Singh Alam
  • [gtk+] Update Translation Punjabi, Amanpreet Singh Alam
  • [gnome-screenshot] update Punjabi Translation, Amanpreet Singh Alam
  • [network-manager-applet] editor: disable Ad-Hoc WPA connections (lp:905748), Dan Williams
  • [network-manager-applet] release: update NEWS, Dan Williams
  • [gcalctool] Fix acos/asin/atan not working (found by Cathy Garrett), Robert Ancell
  • [gcalctool] Releasing 6.3.92, Robert Ancell
  • [gcalctool] Created tag GCALCTOOL_6_3_92, Robert Ancell
  • [mutter] window: Fix meta_window_get_workspaces when a window isn't on a workspace, Jasper St . Pierre
  • [gedit] Updated Portuguese translation, Duarte Loreto
  • [gimp/goat-invasion] app: port gimp_channel_real_bounds() to GeglBufferIterator, Michael Natterer
  • [gnome-boxes] Don't wait for domain creation event, Zeeshan Ali Khattak
  • [pitivi] Updated Latvian translation., Peteris Krisjanis
  • [gnome-backgrounds] Updated Portuguese translation, Duarte Loreto
  • [gnome-bluetooth] Updated Portuguese translation, Duarte Loreto
  • [gnome-shell] AppMenuButton: Check input mode only on application focus changes, Rui Matos
  • [gnome-shell] AppMenuButton: Don't set the actor reactive if it's not really visible, Rui Matos
  • [gimp/goat-invasion] app: minor cleanup and commenting in gimp_scan_convert_render_full(), Michael Natterer
  • [gnome-keyring] Updated Portuguese translation, Duarte Loreto
  • [nautilus] icon-container: set a range base selection icon on _set_selection(), Cosimo Cecchi
  • [gnome-terminal/gnome-3-4] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-terminal/gnome-3-4] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gimp/goat-invasion] app: flush the drawable_s write_buffer in gimp_drawable_update(), Michael Natterer
  • [gimp/goat-invasion] app: s/read_buffer/write_buffer/ in GimpTextLayer because we fill the tiles, Michael Natterer
  • [gnome-screenshot] Updated Dutch translation, Wouter Bolsterlee
  • [gdm] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gdm] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [empathy] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [clutter] osx/stage: Synthesize an enter event on show, Emmanuele Bassi
  • [gimp/goat-invasion] app: use GeglBufferIterator in gimp_channel_real_is_empty(), Michael Natterer
  • [gimp/goat-invasion] app: use GeglBufferIterator in gimp_text_layer_render_layout(), Michael Natterer
  • [gegl] Revert "remove internal profiling code", =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [anjuta] [l10n] Added German faq translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gjs] arg: Remove JS_VERSION check, Jasper St . Pierre
  • [gegl] buffer: add gegl_buffer_iterator_stop, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] remove internal profiling code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [orca/orca-xdesktop] Updated Latvian translation., Peteris Krisjanis
  • [gnome-shell] st-texture-cache: Remove unused St.IconType.APPLICATION/DOCUMENT, Jasper St . Pierre
  • [anjuta] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [network-manager-vpnc] Updated Latvian translation., Peteris Krisjanis
  • [gnome-backgrounds] Updated Dutch translation, Wouter Bolsterlee
  • [network-manager-pptp] Updated Latvian translation., Peteris Krisjanis
  • [network-manager-openvpn] Updated Latvian translation., Peteris Krisjanis
  • [mutter] Updated Dutch translation, Wouter Bolsterlee
  • [latexila] Updated Latvian translation., Peteris Krisjanis
  • [gparted] Updated Latvian translation., Peteris Krisjanis
  • [epiphany] Updated Dutch translation, Wouter Bolsterlee
  • [gnome-terminal/gnome-3-4] Updated Dutch translation, Wouter Bolsterlee
  • [gnome-tweak-tool] Updated Latvian translation., Peteris Krisjanis
  • [gnome-shell-extensions] Updated Latvian translation., Peteris Krisjanis
  • [gnome-color-manager] Updated Latvian translation., Peteris Krisjanis
  • [gtkhtml/gnome-3-2] Updated Dutch translation, Wouter Bolsterlee
  • [eog] Updated Dutch translation, Wouter Bolsterlee
  • [nautilus] eel: delete unused code, Cosimo Cecchi
  • [nautilus] icon-container: avoid using EelDPoint, Cosimo Cecchi
  • [gnome-applets] Updated Latvian translation., Peteris Krisjanis
  • [empathy] Updated Dutch translation, Wouter Bolsterlee
  • [ghex] Updated Latvian translation., Peteris Krisjanis
  • [gedit-plugins] Updated Latvian translation., Peteris Krisjanis
  • [evolution-kolab/ek-wip-porting-imapx: 3/3] IMAPX: updated VERSIONS file to new upstream E-D-S commit 7efd1e7969c70fb497febd455591041994bbf90b, Christian Hilberg
  • [evolution-kolab/ek-wip-porting-imapx: 2/3] Merge branch 'EDS_IMAPX_nobuild' into ek-wip-porting-imapx, Christian Hilberg
  • [evolution-kolab/ek-wip-porting-imapx] (3 commits) ...IMAPX: updated VERSIONS file to new upstream E-D-S commit 7efd1e7969c70fb497febd455591041994bbf90b, Christian Hilberg
  • [anjuta] dir-project: Avoid duplicated files in project view when reloading project, Sebastien Granjoux
  • [anjuta] dir-project: Avoid a crash when closing a project, Sebastien Granjoux
  • [anjuta] am-project: Keep sibling when reloading a node, Sebastien Granjoux
  • [anjuta] am-project: Avoid a crash when adding a second group at an upper level, Sebastien Granjoux
  • [anjuta] project-manager: Allow to add groups to the root of directory project, Sebastien Granjoux
  • [evolution-kolab/EDS_IMAPX_nobuild] updated IMAPX files as of EDS commit 7efd1e7969c70fb497febd455591041994bbf90b, Christian Hilberg
  • [evolution-data-server] Updated Dutch translation, Wouter Bolsterlee
  • [gtk+] wayland: hide predefined_atoms, Mathias Hasselmann
  • [gnome-shell] st-widget: Remove some potentially dangerous but dead code, Jasper St . Pierre
  • [gnome-shell] st-scroll-view: Remove some dead code, Jasper St . Pierre
  • [gnome-shell] st-widget: Correct annotations for navigate_focus vfunc, Jasper St . Pierre
  • [gnome-shell] Revert "configure: Turn off -Werror by default", Jasper St . Pierre
  • [network-manager-vpnc] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [at-spi2-core] Increase the keystroke event timeout, Mike Gorse
  • [network-manager-openswan] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [network-manager-pptp] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-keyring] Fix copyright headers., Stefan Walter
  • [gtk+/wip/css-background-position: 4/4] css: Add reftest for background-position, Alexander Larsson
  • [gtk+/wip/css-background-position: 3/4] css: Support background-position property, Alexander Larsson
  • [gtk+/wip/css-background-position: 2/4] css: Support GtkBackgroundPosition in cssvalue, Alexander Larsson
  • [gtk+/wip/css-background-position: 1/4] css: GtkBackgroundSize type, Alexander Larsson
  • [gtk+] (4 commits) Created branch wip/css-background-position, Alexander Larsson
  • [glib] gmain: Use sig_atomic_t for list of pending Unix signals, Colin Walters
  • [metacity] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gedit-plugins] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [eog-plugins] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-shell] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gcr] Fix copyright headers., Stefan Walter
  • [nautilus] icon-view: fix wheel scrolling for compact view, Cosimo Cecchi
  • [anjuta-extras] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [evolution-rss] bump version, Lucian Langa
  • [aisleriot] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [evolution-exchange] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [evolution-couchdb] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-color-manager] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [f-spot] Updated Latvian translation - small typo fix., Peteris Krisjanis
  • [gnome-applets] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-shell-extensions] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-tweak-tool] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [evolution-couchdb] Updated Latvian translation - small typo fix., Peteris Krisjanis
  • [gedit] Updated Latvian translation - small typo fix., Peteris Krisjanis
  • [gnome-online-accounts] live: Add wl.skydrive_update to scopes, Debarshi Ray
  • [gnome-online-accounts] live: Change how the show_account method displays information, Debarshi Ray
  • [rygel] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [epiphany-extensions] Updated Latvian translation., Peteris Krisjanis
  • [ekiga] Updated Latvian translation., Peteris Krisjanis
  • [gnome-themes-standard] build: don't add Makefile-icons.am to CLEANFILES, Cosimo Cecchi
  • [sound-juicer] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [pygobject] Correct bad rebase, remove duplicate Window, Johan Dahlin
  • [gnome-terminal/gnome-3-4] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [yelp-xsl/wip/api-1-0] mal-link: Implicit api:name link role, Shaun McCance
  • [yelp-xsl/wip/api-1-0] mal2html-api: Loop over links in lang-specific templates, Shaun McCance
  • [yelp-xsl/wip/api-1-0] mal2html-api: Make C padding values xsl:variables, Shaun McCance
  • [yelp-xsl/wip/api-1-0] mal2html-api: Sort according to api:name first, Shaun McCance
  • [evolution-data-server] Fix some crashes in imapx_command_start_next()., Matthew Barnes
  • [solang] Added Telugu Translation, Praveen Illa
  • [solang] Updated Telugu Transltion, Praveen Illa
  • [nautilus] 2012-03-16 Reinout van Schouwen <reinouts gnome org>, Reinout van Schouwen
  • [pygobject] Add a PyGTK compatibility layer, Johan Dahlin
  • [pygobject/pygtk-compat: 10/10] GtkViewport: Add a default values for the adjustment constructor parameters, Johan Dahlin
  • [pygobject] Add bw-compatible arguments to Gtk.Adjustment, Johan Dahlin
  • [pygobject/pygtk-compat: 9/10] GtkIconSet: Add a default value for the pixbuf constructor parameter, Johan Dahlin
  • [pygobject/pygtk-compat: 8/10] PangoLayout: Add a default value for set_markup(), Johan Dahlin
  • [pygobject/pygtk-compat: 7/10] Gtk[HV]Scrollbar: Add a default value for the adjustment constructor parameter, Johan Dahlin
  • [pygobject/pygtk-compat: 5/10] GtkIconView: Add a default value for the model constructor parameter, Johan Dahlin
  • [pygobject/pygtk-compat: 6/10] GtkToolButton: Add a default value for the stock_id constructor parameter, Johan Dahlin
  • [pygobject/pygtk-compat: 4/10] Add a PyGTK compatibility layer, Johan Dahlin
  • [pygobject/pygtk-compat: 3/10] Add a default value for column in Gtk.TreeView.get_cell_area(), Johan Dahlin
  • [pygobject/pygtk-compat: 2/10] Remove first argument returned from Gdk.Window.get_origin() which is not used, Johan Dahlin
  • [pygobject/pygtk-compat: 1/10] Add bw-compatible arguments to Gtk.Adjustment, Johan Dahlin
  • [pygobject] (10 commits) Created branch pygtk-compat, Johan Dahlin
  • [gnome-disk-utility] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [pygobject] GtkTreePath: make it iterable, Johan Dahlin
  • [pygobject] Add a default argument to TreeModelFilter.set_visible_func(), Johan Dahlin
  • [gnome-contacts] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [banshee] Updated Latvian translation., Peteris Krisjanis
  • [pygobject] Add a default argument to Gtk.TreeView.set_cursor, Johan Dahlin
  • [pygobject] Add a default argument to Pango.Context.get_metrics(), Johan Dahlin
  • [evolution-kolab/ek-wip-porting] ECalBackendKolab: implemented online/offline state switching, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] EBookBackendKolab: implemented online/offline state switching, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] kolab-util-{contact, backend}: moved util functions, Christian Hilberg
  • [libxml2] Fixed two typos in the README document, Tiffany Antopolski
  • [gnome-documents] icon-view: remove unused code, Cosimo Cecchi
  • [gimp] Added Telugu Translation, Praveen Illa
  • [gimp] Added and updated Telugu Translation, Praveen Illa
  • [release-notes/gnome-3-4] autogen.sh: Call gnome-doc-prepare, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] Revert "build: Use new documentation infrastructure", =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-devel-docs] tutorials: added missing <item> tag to image-viewer.cpp.page, Tiffany Antopolski
  • [release-notes/gnome-3-4] [users] rewrites, added boxes, Allan Day
  • [cogl] journal: Don't push and pop the framebuffer when flushing, Neil Roberts
  • [cogl] journal: Always keep a pointer back to the framebuffer, Neil Roberts
  • [mutter] MetaWindowActor: don't draw shadows for tiled windows with a match, Rui Matos
  • [mutter] window: Introduce meta_window_get_tile_match(), Rui Matos
  • [clutter] docs: Change the short description of ClutterActor, Emmanuele Bassi
  • [clutter] Annotate functionality added in 1.10, Emmanuele Bassi
  • [gnome-themes-standard] metacity: Don't draw the right border in focused left tiled windows, Rui Matos
  • [release-notes/gnome-3-4] [users] new stuff, Allan Day
  • [gimp/goat-invasion] app: remove multiply_alpha_region() and separate_alpha_region(), Michael Natterer
  • [glib] gio: Only show mounts in /run/media/$USER, Tomas Bzatek
  • [gimp/goat-invasion] app: remove shade_region(), Michael Natterer
  • [evolution] Add a comment about Bcc headers to searchtypes.xml., Matthew Barnes
  • [evolution] Bug #665399 - Cannot change File Under to custom value, Milan Crha
  • [gimp/goat-invasion] app: convert drawables between RGB and GRAY using gegl_buffer_copy(), Michael Natterer
  • [evolution] Revert "Include searching Bcc header while looking for recipients", Matthew Barnes
  • [gimp/goat-invasion] app: simplify gimp_drawable_offset() a lot, Michael Natterer
  • [goffice] go_url_encode: make this a thin wrapper around glib code., Morten Welinder
  • [orca] Interim fix for bug 672242 - Orca presents an extra panel on places&devices and documents search res, Joanmarie Diggs
  • [atk] Bump glib dep to 2.31.2, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gtk+] stylecontext: Get rid of unused parameter, Benjamin Otte
  • [gtk+] docs: Add missing Since tag, Benjamin Otte
  • [gtk+] iconview: Don't resize on size allocation, Benjamin Otte
  • [evolution] Mention the return of dbus-glib in a NEWS blurb., Matthew Barnes
  • [evolution-data-server] Mention the return of dbus-glib in a NEWS blurb., Matthew Barnes
  • [gnome-documents] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [cogl/cogl-1.8] Drive by leak fix when code spelunking, Neil Roberts
  • [cogl] Drive by leak fix when code spelunking, Neil Roberts
  • [gdm] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gimp/goat-invasion] app: create a meta-op to apply mask and opacity, Michael Natterer
  • [pyclutter] Remove StageWindow type, Kalev Lember
  • [gnome-shell] overview: Don't show workspaces when entering the overview, =?utf-8?q?Florian_M=C3=BCllner?=
  • [clutter] Debugging cleanups, Emmanuele Bassi
  • [clutter] actor: Remove an has_allocation() check, Emmanuele Bassi
  • [clutter] interactive/image-box: Clarify the label contents, Emmanuele Bassi
  • [gnome-shell] autoWorkspaces: fix creation of new workspaces with application launchers, Stefano Facchini
  • [glib] Continue searching in PATH on ENODEV and ETIMEDOUT, Colin Walters
  • [glib] gtype: Note idempotency of g_type_init(), Colin Walters
  • [gtk+] win32: Theme statusbars, Alexander Larsson
  • [gtk+] win32: Theme paned separators, Alexander Larsson
  • [gtk+] win32: Dim menubar text for non-active windows, Alexander Larsson
  • [gtk+] win32: Ensure we update GDK_WINDOW_STATE_FOCUSED, Alexander Larsson
  • [gtk+] win32: Better color for separators, Alexander Larsson
  • [gtk+] win32: Don't use separators in comboboxes, Alexander Larsson
  • [gtk+] win32: Some theming of color selector, Alexander Larsson
  • [mutter] Updated Hungarian translation, Gabor Keleman
  • [release-notes/gnome-3-4] remove unneeded GNOME mention, Olav Vitters
  • [gegl] process: get rid of warning about 0px processing, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] [users] add the new background, Allan Day
  • [libgweather/gnome-3-4] Assamese translation completed, Nilamdyuti Goswami
  • [release-notes/gnome-3-4] use &gnomeversion;, Olav Vitters
  • [evolution] Bug #659756 - Initialize dbus-glib threading for GConf, Milan Crha
  • [gdm] Assamese translation updated, Nilamdyuti Goswami
  • [evolution-data-server] Bug #659756 - Initialize dbus-glib threading for GConf, Milan Crha
  • [release-notes/gnome-3-4] make more personal, Olav Vitters
  • [gtksourceview] Assamese translation completed, Nilamdyuti Goswami
  • [goffice] go_url_show: remove., Morten Welinder
  • [glib] Remove now unused qsort_r checks, Alexander Larsson
  • [glib] Make g_array_sort* methods use a stable sort, Alexander Larsson
  • [glib] Make g_qsort_with_data stable, based on glibc msort, Alexander Larsson
  • [gdm] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [goffice] GUI: Fix minor multihead issue with help buttons., Morten Welinder
  • [release-notes/gnome-3-4] Fix a typo, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [release-notes/gnome-3-4] Fix some typos, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnumeric] Compilation: remove the use of go_url_decode., Morten Welinder
  • [goffice] go_url_decode: Remove, Morten Welinder
  • [clutter] actor: Restore a lost queue_relayout(), Emmanuele Bassi
  • [mango] argh, fix the foundation's url again., Andrea Veri
  • [gimp/goat-invasion] app: remove the legacy brightness-contrast code and use GEGL instead, Michael Natterer
  • [gnome-boxes] wizard: Only show ISO files in file chooser, Zeeshan Ali Khattak
  • [gnomeweb-wml] cheese: Populate the 3.3.5 and 3.3.90 releases, David King
  • [gdm] Updated British English translation, Bruce Cowan
  • [accerciser] Updated British English translation, Bruce Cowan
  • [gimp/goat-invasion] app: remove flatten_region() and its helper functions, Michael Natterer
  • [release-notes] Use 3.2/3.4 installation section, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gimp/goat-invasion] app: use GEGL to create a layer mask from a grayscale copy of the layer, Michael Natterer
  • [gimp/goat-invasion] app: add gimp_apply_operaion() as generic buffer-to-buffer utility function, Michael Natterer
  • [gdm] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [libpeas] Updated British English translation, Bruce Cowan
  • [mousetweaks] Updated British English translation, Bruce Cowan
  • [nautilus-sendto] Updated British English translation, Bruce Cowan
  • [release-notes/gnome-3-4] Use autoreconf instead gnome-common, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-video-effects] Updated British English translation, Bruce Cowan
  • [release-notes] Add basic skel structure, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gdl] Updated British English translation, Bruce Cowan
  • [vino] Updated British English translation, Bruce Cowan
  • [hamster-applet] Updated British English translation, Bruce Cowan
  • [gnome-terminal] Updated British English translation, Bruce Cowan
  • [gnome-terminal/gnome-3-4] Updated British English translation, Bruce Cowan
  • [vinagre] Updated British English translation, Bruce Cowan
  • [devhelp] Assamese translation completed, Nilamdyuti Goswami
  • [devhelp] Added as to LINGUAS, Nilamdyuti Goswami
  • [eog] Updated British English translation, Bruce Cowan
  • [orca] Updated British English translation, Bruce Cowan
  • [gnome-control-center] color: Prevent a crash when hotplugging monitors when the color panel is open, Richard Hughes
  • [yelp-xsl/wip/api-1-0] mal2html-api: Change how api links templates are handled, Shaun McCance
  • [yelp-xsl] Created branch wip/api-1-0, Shaun McCance
  • [yelp] Updated British English translation, Bruce Cowan
  • [gnome-backgrounds] Updated British English translation, Bruce Cowan
  • [gimp/goat-invasion] app: remove copy_color() and its helper functions, Michael Natterer
  • [release-notes/gnome-3-4] write screen recorder section, Olav Vitters
  • [gimp/goat-invasion] app: remove copy_component() and its helper functions, Michael Natterer
  • [gimp/goat-invasion] app: remove obsolete includes from gimpbrushclipboard.c, Michael Natterer
  • [release-notes/gnome-3-4] configure.ac: Use aux directory to store autogenerated files, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] build: Use new documentation infrastructure, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] autogen.sh: Add execute permission, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] configure.ac: Use maintainer mode by default, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [release-notes/gnome-3-4] configure.ac: Do not use deprecated autoconf macros, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-online-accounts] facebook: Change how the show_account method displays information, Debarshi Ray
  • [gnome-online-accounts] Free the markup, Debarshi Ray
  • [gnome-online-accounts] Use PresentationIdentity instead of Identity while showing an account, Debarshi Ray
  • [gimp/goat-invasion] app: create GimpBrushClipboard's buffers with GEGL, Michael Natterer
  • [gnumeric] INTERPOLATION: fix crash., Morten Welinder
  • [damned-lies] Updated Brazilian Portuguese translation, Jonh Wendell
  • [release-notes/gnome-3-4] wanda the fish, Olav Vitters
  • [evolution-rss] Bug #672216 - Memory leaks in evolution-plugin part, Milan Crha
  • [release-notes/gnome-3-4] simplify theora->webm change, Olav Vitters
  • [gimp/goat-invasion] app: use GEGL to extract an image's component into a channel, Michael Natterer
  • [gucharmap] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gtksourceview] Updated Brazilian Portuguese translation, Jonh Wendell
  • [evolution-rss] Adapt to evolution 3.3.91 changes, Milan Crha
  • [file-roller] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [release-notes/gnome-3-4] nautilus only has 1 level of undo; try to be clear it only has 1 level, Olav Vitters
  • [gnome-packagekit] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gimp/goat-invasion: 73/73] app: allow to "cast" a buffer's pixel format to another one, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 72/73] app: add a flatten meta-op and use it for layers and channels, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 71/73] app: don't need an attached item for applying an op to tiles/buffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 70/73] app: replace some color_region() and pattern_region() by GEGL code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 69/73] app: fix segfault in previous commit, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 68/73] app: avoid thrashing GEGL side of tile cache in projection, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 67/73] app: default to use GEGL rather than legacy code paths, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 66/73] app: implement gimp_layer_add_alpha() with gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 65/73] app: use gimp_image_transform_rgb() instead of transform_color(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 64/73] app: add gimp_drawable_get_babl_format(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 63/73] app: some more gegl_buffer_clear()/set_color() on mask objects, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 62/73] app: use gegl_buffer_copy() in gimp_drawable_resize(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 61/73] app: remove unused #includes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 60/73] app: remove empty functions paint_funcs_setup()/free(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 59/73] app: replace direct low-level GeglBuffer calls with utility., =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 58/73] app: remove gaussian_blur_region() and its helpers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 57/73] app: implement gimp_channel_real_feather() with gegl:gaussian-blur, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 56/73] app: remove clear_region(), it's replaced by GEGL everywhere, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 55/73] app: clear the projection's background using GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 54/73] app: make sure TileManagers and the GeglBuffers backed by them are in sync, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 53/73] app: keep the undo mask around as GeglBuffer, not TileManager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 52/73] app: added GimpPickable::get_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 51/73] app: use gegl_buffer_copy() in gimp_drawable_real_push_undo(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 50/73] app: clear gimp_image_merge_layers()'s merged layer with gegl_buffer_clear(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 49/73] app: implement gimp_image_duplicate_mask() with gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 48/73] app: remove the legacy threshold lut code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 47/73] app: implement gimp_channel_real_sharpen() with gegl:threshold, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 46/73] app: remove the unused copy_region_nocow(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 45/73] app: implement GimpMaskUndo with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 44/73] app: implement gimp_channel_real_clear() with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 43/73] app: implement gimp_channel_translate() with GEGL, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 42/73] app: add gimp_drawable_apply_operation_to_buffer() and use it in ony place, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 41/73] app: set GeglBuffer directly in show image-graph, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 40/73] app: cache readable and writable buffers in the drawable, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 39/73] app: more meticulously tickle tile ref-counts, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 38/73] app: revert f5c7e7483b9dc, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 37/73] app: replace more copy_region() by gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 36/73] app: rename gimp_drawable_get_buffer() and gimp_tile_manager_get_gegl_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 35/73] app: replace some copy_region() by gegl_buffer_copy(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 34/73] app: gimptilebackendtilemanager fix missing last row/col of tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 33/73] app: completely port GimpBuffer to using GeglBuffer not TileManager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 32/73] app: add macro GIMP_IMAGE_TYPE_FROM_BYTES() (ignoring indexed mode), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 31/73] app: remove GimpOperationTileSink, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 30/73] app: stop gimp_buffer_to_tiles use GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 29/73] app: add gimp_layer_new_from_buffer(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 28/73] app: remove GimpOperationTileSource, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 27/73] app: make projection use GeglBuffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 26/73] app: release tile with dirty flag in gegl tile backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 25/73] app: remove the legacy invert lut code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 24/73] app: use GEGL to invert channels/selections, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 23/73] app: formatting cleanup in gimpdrawable-operation.c, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 22/73] app: always use GEGL to invert drawables, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 21/73] app: rename gimp_drawable_apply_operation_with_config(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 20/73] app: cleanup in the new GimpDrawable tile source code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 19/73] app: resue the GeglProcessor, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 18/73] app: gimptilebackendtilemanager reduce cases with 0copy, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 17/73] app: remove unused lut-funcs, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [file-roller] fixed typo., Andre Klapper
  • [gimp/goat-invasion: 16/73] app: remove orphaned Colorize typedef, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 15/73] app: make gimp_drawable_get_source_node use GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 14/73] app: remove the pointless core wrappers for the below simplified color stuff, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 13/73] app: clean up the desaturate cruft removal to look like the others, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 12/73] app: remove the legacy colorize code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 11/73] app: remove the legacy threshold code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 10/73] app: remove the legacy posterize code, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 9/73] app: remove the legacy desaturate implementation, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 8/73] app: allow to opionally not implement GimpImageMapTool::map(), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 7/73] app: use gegl: prefix for ops, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 6/73] app: move new get_buffer() functions around; some general cleanup, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 5/73] lie about gamma to gegl, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 4/73] imagemap: unref buffers as soon as possible, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 3/73] make gimp_drawable_apply_operation use the TileManager buffer backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 2/73] add a util call to get the geglbuffer for a drawable, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/goat-invasion: 1/73] imagemap: use GeglBuffer instead of TileManager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp] (73 commits) Created branch goat-invasion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [clutter] build: Remove maintainer flags from cookbook/examples, Emmanuele Bassi
  • [clutter] Rename 'bilinear' scaling filter to 'trilinear', Emmanuele Bassi
  • [gnome-shell] Malayalam translations updated by Sadiq and me, Praveen Arimbrathodiyil
  • [clutter] docs: Add ClutterActorClass.paint_node() description, Emmanuele Bassi
  • [clutter] paint-nodes: Make part of the API internal, Emmanuele Bassi
  • [clutter] docs: Fixes for ClutterImage's API reference, Emmanuele Bassi
  • [clutter] Update release notes, Emmanuele Bassi
  • [clutter] docs: Fixes for the API reference, Emmanuele Bassi
  • [clutter] interactive/image-box: Remove unneeded stuff, Emmanuele Bassi
  • [clutter] actor: Unconditionally emit ::paint, Emmanuele Bassi
  • [clutter] po: Update POTFILES.in, Emmanuele Bassi
  • [clutter] paint-node: Make texture template pipeline clamp to edge, Emmanuele Bassi
  • [clutter] image: Add set_area() method, Emmanuele Bassi
  • [clutter] image: Add get_texture(), Emmanuele Bassi
  • [clutter] actor: Fix RESIZE_ASPECT mode for the content box, Emmanuele Bassi
  • [clutter] Documentation fixes, Emmanuele Bassi
  • [clutter] interactive/image-box: Add a pure Image test, suitable for docs, Emmanuele Bassi
  • [clutter] interactive/image: Test ClutterImage, Emmanuele Bassi
  • [clutter] build: Check for gdk-pixbuf, Emmanuele Bassi
  • [clutter] Update clutter.symbols, Emmanuele Bassi
  • [clutter] interactive/canvas: Set the scaling filters, Emmanuele Bassi
  • [clutter] Use the content scaling filters, Emmanuele Bassi
  • [clutter] actor: Add minification/magnification filters, Emmanuele Bassi
  • [clutter] Add ClutterImage, and image data content, Emmanuele Bassi
  • [clutter] canvas: Fix single header inclusion guard, Emmanuele Bassi
  • [clutter] canvas: Add canvas size to the ::draw signal, Emmanuele Bassi
  • [clutter] Add ClutterCanvas, a drawing content, Emmanuele Bassi
  • [clutter] paint-node: Remove redundant declarations, Emmanuele Bassi
  • [clutter] content: Make get_preferred_size() public, Emmanuele Bassi
  • [clutter] conform: Skip actor-offscreen-redirect, Emmanuele Bassi
  • [clutter] conform/text-cache: Use the stage paint signal, Emmanuele Bassi
  • [clutter] actor: Make paint_node() and ::paint mutually exclusive, Emmanuele Bassi
  • [clutter] paint-nodes: Fix compiler warning, Emmanuele Bassi
  • [gimp/pippin/goat-invasion] app: use GEGL to extract an image's component into a channel, Michael Natterer
  • [clutter] interactive/content: Define the size of the text geometry, Emmanuele Bassi
  • [clutter] paint-nodes: Use logical extents for the TextNode::draw, Emmanuele Bassi
  • [clutter] content: Turn attached and detached into signals, Emmanuele Bassi
  • [clutter] content: Make vfuncs optional, Emmanuele Bassi
  • [clutter] paint-node: Use JSON-GLib for debug serialization, Emmanuele Bassi
  • [clutter] docs: Update the API reference, Emmanuele Bassi
  • [evolution] Bug #665130 - Memory leaks in Preferences and ETable, Milan Crha
  • [clutter] docs: Update documentation on the paint sequence, Emmanuele Bassi
  • [clutter] Add ClutterContent, Emmanuele Bassi
  • [clutter] actor: Add paint_node virtual function, Emmanuele Bassi
  • [clutter] Add PaintNode, an element on the render object tree, Emmanuele Bassi
  • [pygobject] Fix double-freeing GValues in arrays, Martin Pitt
  • [gnome-control-center] Malayalam translation updated by Sadiq and me, Praveen Arimbrathodiyil
  • [gimp/pippin/goat-invasion] app: allow to "cast" a buffer's pixel format to another one, Michael Natterer
  • [empathy] Bump Gtk+ dep, Guillaume Desmottes
  • [baobab] Updated Kannada Translation, Shankar Prasad
  • [gnome-tweak-tool] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnoduino] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [babl] tests: add missing test, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [network-manager-applet/bond-editor: 4/4] connection-editor: add support for Bond connections, Dan Winship
  • [network-manager-applet/bond-editor: 3/4] connection-editor: pass the NMRemoteSettings object to page constructors, Dan Winship
  • [network-manager-applet/bond-editor: 2/4] connection-editor: add some handling for master/slave relationships, Dan Winship
  • [network-manager-applet/bond-editor: 1/4] connection-editor: move a bunch of code out of NMConnectionList, Dan Winship
  • [network-manager-applet] (4 commits) Created branch bond-editor, Dan Winship
  • [release-notes/gnome-3-4] retake colour chooser screenshot with Adwaita theme, Frederic Peters
  • [gimp/pippin/goat-invasion] app: add a flatten meta-op and use it for layers and channels, Michael Natterer
  • [gdl] Edited LINGUAS, Nilamdyuti Goswami
  • [gdm] Malayalam translation updated by Sadiq, Praveen Arimbrathodiyil
  • [network-manager-applet/new-editor: 7/7] connection-editor: add InfiniBand support, Dan Winship
  • [network-manager-applet/new-editor: 6/7] connection-editor: add WiMAX support, Dan Winship
  • [network-manager-applet/new-editor: 5/7] connection-editor: Move VPN subtypes into the main New Connection dialog, Dan Winship
  • [network-manager-applet/new-editor: 4/7] connection-editor: redo as a single page with a tree of connections, Dan Winship
  • [network-manager-applet/new-editor: 3/7] connection-editor: move VPN import/export, Dan Winship
  • [network-manager-applet/new-editor: 2/7] connection-editor: update .ui file, Dan Winship
  • [network-manager-applet/new-editor: 1/7] Fix some leaks, Dan Winship
  • [network-manager-applet] (7 commits) Created branch new-editor, Dan Winship
  • [evolution] Bug #665129 - Memory leak in EBufferTagger, Milan Crha
  • [mutter] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [pygobject] Renamed "property" class to "Property", Martin Pitt
  • [babl] add ability to extract component with 1 component formats, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [pygobject] Fix Python to C marshalling of GValue arrays, Martin Pitt
  • [gnome-shell-extensions] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [anjuta/gnome-3-2] Translations Updated with FUEL, Krishnababu Krothapalli
  • [evolution] Bug #665106 - Memory leak from composer setup when opening Preferences, Milan Crha
  • [gimp/pippin/goat-invasion] app: don't need an attached item for applying an op to tiles/buffers, Michael Natterer
  • [release-notes/gnome-3-4] consistently name Documents, don't pretend we only have 2 tools, Olav Vitters
  • [gnome-color-manager] trivial: add some translation comments, Richard Hughes
  • [empathy] Fix crash on hangup with no video, Guillaume Desmottes
  • [empathy] POTFILES.in: add empathy-calendar-button.c, Guillaume Desmottes
  • [gnome-settings-daemon/gnome-3-2] color: Set model and vendor to 'unknown' if not specified or unavailable, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color plugin: prevent sysfs warning on !linux, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color: Create a color device even if the device has an invalid EDID, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color: Apply the color profile even if the device has an invalid EDID, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color: Create the correct device ID for EDIDs with no text data, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color: Make displays without EDID data use the correct device ID, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color: Fix up a critical warning, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color: Correctly set the _ICC_PROFILE when there is no primary device specified, Richard Hughes
  • [gnome-settings-daemon/gnome-3-2] color: Use the enum of the correct type, Richard Hughes
  • [sysadmin-bin] fix git fetch, Olav Vitters
  • [gtk-vnc] Updated Telugu Translations, Sasi Bhushan Boddepalli
  • [release-notes/gnome-3-4] more GNOME removal; no need to mention stuff is GNOME in a GNOME release-notes document, Olav Vitters
  • [release-notes/gnome-3-4] computer, not device, Olav Vitters
  • [gtk-vnc] Added new language Telugu translation, Sasi Bhushan Boddepalli
  • [release-notes/gnome-3-4] fix typo; double a, Olav Vitters
  • [release-notes/gnome-3-4] more removal of GNOME mentions, Olav Vitters
  • [gnome-settings-daemon] power: Lock the screensaver if the lid is closed and lock is enabled, Richard Hughes
  • [gnome-settings-daemon] power: Make the idle dim time 90 seconds to match OSX, Richard Hughes
  • [release-notes/gnome-3-4] notification section: clarify 2nd point and add a third one, Olav Vitters
  • [empathy] Don't restart a call if one already in progress, Guillaume Desmottes
  • [glib] Updated Hungarian translation, Gabor Keleman
  • [baobab] Updated Telugu Translation, Sasi Bhushan Boddepalli
  • [genius] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [aisleriot] Assamese translation completed, Nilamdyuti Goswami
  • [evolution-kolab/ek-wip-porting] ECalBackendKolab: added backend property getter implementation, Christian Hilberg
  • [gcalctool] hindi translation, Rajesh Ranjan
  • [releng] update schedule with assignments, Frederic Peters
  • [sysadmin-bin] fetch all branches, Olav Vitters
  • [gtkmm] CellArea: Add properties., Murray Cumming
  • [gtkmm] Ignore some C convenience functions., Murray Cumming
  • [release-notes/gnome-3-4] It is GDK_SCROLL_SMOOTH, not GTK_SCROLL_SMOOTH, Murray Cumming
  • [file-roller] hindi translation, Rajesh Ranjan
  • [gnome-system-monitor] Updated Gujarati Translations, Sweta Kothari
  • [gtk+] Unbreak win32 build, Alexander Larsson
  • [empathy] contact-widget: right align contact info fields, Guillaume Desmottes
  • [empathy] contact-widget: don't display the account when editing our info, Guillaume Desmottes
  • [empathy] Don't display parameters if Parameters_Exact is not Set, Guillaume Desmottes
  • [empathy] contact-widget: use EmpathyCalendarButton, Guillaume Desmottes
  • [empathy] add EmpathyCalendarButton, Guillaume Desmottes
  • [gtkmm] Minor regeneration of gdk enums., Murray Cumming
  • [nautilus] Translations Updated with FUEL, Krishnababu Krothapalli
  • [gnome-desktop] gnome-rr: Detect Apple DFP outputs as internal, Richard Hughes
  • [gtkmm] Widget: Add signal_touch_event()., Murray Cumming
  • [release-notes/gnome-3-4] say our and so on instead of GNOME, Olav Vitters
  • [release-notes/gnome-3-4] add link for Every Detail Matters, Olav Vitters
  • [release-notes/gnome-3-4] Add Allan to authors' list, Andre Klapper
  • [release-notes/gnome-3-4] Add gdm to GSettings conversion list, Andre Klapper
  • [release-notes/gnome-3-4] Documents, not GNOME Documents, Olav Vitters
  • [release-notes/gnome-3-4] mention something about hidden menu bars + focus-follows-mouse, Olav Vitters
  • [pygobject] Correct the Gtk.Window hierarchy, Martin Pitt
  • [gvfs] Updated Gujarati Translations, Sweta Kothari
  • [gnome-nettool] Updated Portuguese translation, Duarte Loreto
  • [gnome-desktop] hindi translation, Rajesh Ranjan
  • [rygel] core: Return 404 on missing thumbnail, Jens Georg
  • [gnome-games] [l10n] Updated Estonian translation, Priit Laes
  • [nautilus-sendto] hindi translation, Rajesh Ranjan
  • [glom] Remove some commented-out includes, Murray Cumming
  • [gnome-boxes] added as in LINGUAS, Nilamdyuti Goswami
  • [gdl] added as in LINGUAS, Nilamdyuti Goswami
  • [clutter] Assamese translation updated, Nilamdyuti Goswami
  • [gdl] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-shell] messageTray: show the summary with new notifications when the user becomes active, Marina Zhurakhinskaya
  • [glibmm] Gio::DBus::Object: Add the signals of the interface., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [gegl] buffer: do more efficient voiding of buffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] tests: restore old reference images for some tests, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-themes-standard] HighContrast: fix background color for selected text in entries, Cosimo Cecchi
  • [gnome-themes-standard] HighContrast: add generated PNG data, Cosimo Cecchi
  • [gnome-themes-standard] HighContrast: add infrastructure to create the icon theme from symbolic, Cosimo Cecchi
  • [gnome-boxes] Cancel notificationbar actions before exiting, Zeeshan Ali Khattak
  • [gimp/pippin/goat-invasion] app: replace some color_region() and pattern_region() by GEGL code, Michael Natterer
  • [gimp/pippin/goat-invasion] app: fix segfault in previous commit, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: avoid thrashing GEGL side of tile cache in projection, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-online-accounts/gnome-3-4] Updated Portuguese translation, Duarte Loreto
  • [gnome-online-accounts] Updated Portuguese translation, Duarte Loreto
  • [gnome-screenshot] Updated Portuguese translation, Duarte Loreto
  • [gnome-terminal/gnome-3-4] Updated Portuguese translation, Duarte Loreto
  • [gnome-video-effects] Updated Portuguese translation, Duarte Loreto
  • [gtksourceview] Updated Portuguese translation, Duarte Loreto
  • [gnome-web-wppo] remove lang from query_vars as it is not handled in wordpress anymore, Vinicius Scopel Depizzol
  • [gimp/pippin/goat-invasion] app: default to use GEGL rather than legacy code paths, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [epiphany] Fix bookmarklet's titles when they are created, Xan Lopez
  • [gegl] buffer: add one more column/row, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnumeric] debug improvements., Morten Welinder
  • [gegl] buffer: use the correct memory for gegl_buffer_set_color, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-web-wppo] manually replace all the self-contained tags generated by ITS Tool, Vinicius Scopel Depizzol
  • [gnome-devel-docs] direct people to the desktop menu specification, Tiffany Antopolski
  • [gegl] geglcolor: swap fishes for conversions to and from pixel, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-devel-docs] conform to the current version of the desktop file spec, Tiffany Antopolski
  • [gnome-terminal] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-terminal] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gucharmap] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gucharmap] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gimp/pippin/goat-invasion] app: implement gimp_layer_add_alpha() with gegl_buffer_copy(), Michael Natterer
  • [vinagre] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [vinagre] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [vino] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [vino] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gdm] greeter: stop warning message in log, Ray Strode
  • [gimp/pippin/goat-invasion] app: use gimp_image_transform_rgb() instead of transform_color(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: add gimp_drawable_get_babl_format(), Michael Natterer
  • [gdm] Fix .xsession-errors.old, Ray Strode
  • [gegl] buffer: add gegl_buffer_set_pattern, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evolution-kolab/ek-wip-porting: 8/8] calendar: get the cal loading again, various fixups, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 7/8] addressbook: get the book loading again, various fixups, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 6/8] EPlugin: fixed ESource generation for calendar types, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 5/8] kolab-util-backend: fixed ESource UID handling, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 4/8] KolabSettingsHandler: added char field for ESource UID, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (8 commits) ...calendar: get the cal loading again, various fixups, Christian Hilberg
  • [gdm] Migrate GDM off GConf to GSettings., Ray Strode
  • [gdm] greeter: drop gdm-recent-option-widget, Ray Strode
  • [gdm] greeter: drop 'nochooser' banner text, Ray Strode
  • [gvfs] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gvfs] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-system-monitor] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-system-monitor] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-disk-utility] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-disk-utility] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [empathy] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [empathy] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-web-wppo] properly added ITS rules when updating translations, Vinicius Scopel Depizzol
  • [gtk+] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gtk+] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gegl] buffer: use gegl_color_get_pixel in gegl_buffer_set_color, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [glib] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [glib] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-system-monitor] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-web-wppo] added force option trough the url when checking for translation changes, Vinicius Scopel Depizzol
  • [gnome-video-effects] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-video-effects] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gtksourceview] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gtksourceview] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [metacity] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [network-manager-vpnc] core: pass multiple domains back to NM if given by vpnc, Dan Williams
  • [mutter] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [mutter] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [network-manager-applet] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [network-manager-applet] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [babl] constify source argument of babl_process, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [yelp-xsl] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [yelp-xsl] [l10n]Updated Catalan translation, Gil Forcada Codinachs
  • [gnome-shell] browser-plugin: Make sure to initialize GType, Jasper St . Pierre
  • [gegl] geglcolor: add api to set and get based on pixel in given bablformat, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: some more gegl_buffer_clear()/set_color() on mask objects, Michael Natterer
  • [mutter] ui: Kill tooltips, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gegl] buffer: fix gegl_buffer_set_color, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtk+] Updated Latvian translation., Peteris Krisjanis
  • [epiphany-extensions] [l10n] Updated Italian translation, Milo Casagrande
  • [baobab] baobab-ringschart: fix visibility of outmost items, Stefano Facchini
  • [epiphany] [l10n] Updated Italian translation, Milo Casagrande
  • [gimp/pippin/goat-invasion] app: use gegl_buffer_copy() in gimp_drawable_resize(), Michael Natterer
  • [gnoduino] support custom hardware (arduino platforms), Lucian Langa
  • [mutter] Automaximize large windows on map, Adel Gadllah
  • [mutter] Don't unmaximize to nearly maximized size, Adel Gadllah
  • [gnac] [l10n] Updated Italian translation, Milo Casagrande
  • [brasero] Fix formatting error in man page, Michael Biebl
  • [banshee] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-keyring] [l10n] Updated Italian translation, Milo Casagrande
  • [gegl] buffer: added gegl_buffer_set_color, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [yelp-xsl] Updated French translation, Bruno Brouard
  • [gnome-disk-utility] [l10n] Updated Italian translation, Milo Casagrande
  • [banshee] WebBrowser: Implement SSL certificate validation (bgo#671536), Bertrand Lorentz
  • [gnome-tweak-tool] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gjs] Add missing phony target declarations., Giovanni Campagna
  • [gjs] Show a debug message when DBus introspection fails, Giovanni Campagna
  • [gvfs] Keep using ~/.gvfs as fallback, Alexander Larsson
  • [gtk+] win32: Fix typo in css, Alexander Larsson
  • [gimp/pippin/goat-invasion] app: remove unused #includes, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: remove empty functions paint_funcs_setup()/free(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: replace direct low-level GeglBuffer calls with utility., =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtk+] win32: Theme assistants, Alexander Larsson
  • [gtk+] win32: No frames around scrolled windows directly in tabs, Alexander Larsson
  • [gtk+] win32: Fix listview checkbox prelight problems, Alexander Larsson
  • [gimp/pippin/goat-invasion] app: remove gaussian_blur_region() and its helpers, Michael Natterer
  • [gtk+] win32: Make spinner animate, Alexander Larsson
  • [gtk+] win32: Add borders around scrolled windows, Alexander Larsson
  • [gtk+] win32: Fix entry theming, Alexander Larsson
  • [gtk+] win32: Support frameless entries in theme, Alexander Larsson
  • [gtk+] win32: Fix up theme for menus on XP, Alexander Larsson
  • [gtk+] win32: Fix tabs themeing on XP, Alexander Larsson
  • [gtk+] win32: Add more theme workarounds on XP, Alexander Larsson
  • [gtk+] Remove broken approach to get stable sort of CSS rules, Alexander Larsson
  • [gtk+] win32: Fix up progressbar themeing on XP, Alexander Larsson
  • [gtk+] win32: Clean up spinbutton themeing, Alexander Larsson
  • [baobab] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gimp/pippin/goat-invasion] app: implement gimp_channel_real_feather() with gegl:gaussian-blur, Michael Natterer
  • [libgda] Make git ignore vala generated files, Vivien Malerba
  • [gtk+] Updated POTFILES.skip, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [banshee] Update Catalan translation, Jordi Mas
  • [gnome-terminal/gsettings] server: Validate the given name, Christian Persch
  • [gegl] buffer: only flush non-internal tile backends in dispose, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-shell] a11y: Setting label_actor and role for Contacts on the overview, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: Setting proper label_actor of dash elements, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: Make DashItemContainer._label public, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [sysadmin-bin] revert another change, Olav Vitters
  • [gimp/pippin/goat-invasion] app: remove clear_region(), it's replaced by GEGL everywhere, Michael Natterer
  • [gimp/pippin/goat-invasion] app: clear the projection's background using GEGL, Michael Natterer
  • [gnome-shell] a11y: set CHECKED state on Activities button, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: adding checked state on the popup menu items, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gtk+] Fix keynames in the Hungarian translation, thanks Bastien, Gabor Keleman
  • [cogl/cogl-1.8] Fix the 1.0 wrapper for cogl_path_curve_to, Neil Roberts
  • [cogl] Fix the 1.0 wrapper for cogl_path_curve_to, Neil Roberts
  • [gnome-shell] a11y: added EXPANDABLE and EXPANDED state on Alt+Tab popup menu, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gimp/pippin/goat-invasion] app: make sure TileManagers and the GeglBuffers backed by them are in sync, Michael Natterer
  • [gimp/pippin/goat-invasion] app: keep the undo mask around as GeglBuffer, not TileManager, Michael Natterer
  • [gimp/pippin/goat-invasion] app: added GimpPickable::get_buffer(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: use gegl_buffer_copy() in gimp_drawable_real_push_undo(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: clear gimp_image_merge_layers()'s merged layer with gegl_buffer_clear(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: implement gimp_image_duplicate_mask() with gegl_buffer_copy(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: remove the legacy threshold lut code, Michael Natterer
  • [gimp/pippin/goat-invasion] app: implement gimp_channel_real_sharpen() with gegl:threshold, Michael Natterer
  • [gimp/pippin/goat-invasion] app: remove the unused copy_region_nocow(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: implement GimpMaskUndo with GEGL, Michael Natterer
  • [gimp/pippin/goat-invasion] app: implement gimp_channel_real_clear() with GEGL, Michael Natterer
  • [gimp/pippin/goat-invasion] app: implement gimp_channel_translate() with GEGL, Michael Natterer
  • [gimp/pippin/goat-invasion] app: add gimp_drawable_apply_operation_to_buffer() and use it in ony place, Michael Natterer
  • [gnome-shell/wip/wayland: 4/4] Don't pass on X events to Clutter, Neil Roberts
  • [gnome-shell/wip/wayland: 3/4] Don't link directly to libGL, Neil Roberts
  • [gnome-shell/wip/wayland: 2/4] Don't try to use GLX if Cogl isn't using that Winsys, Neil Roberts
  • [gnome-shell/wip/wayland: 1/4] Remove shell-screen-grabber, Neil Roberts
  • [gnome-shell] (4 commits) Created branch wip/wayland, Neil Roberts
  • [release-notes/gnome-3-4] [users] minor updates, Allan Day
  • [mutter/wip/wayland-input: 9/9] plugins: Don't assume the plugins will pass events to Clutter, Neil Roberts
  • [mutter/wip/wayland-input: 8/9] wayland: Implement shell_surface_move(), Neil Roberts
  • [mutter/wip/wayland-input: 7/9] wayland: Add a hack to give focus to Wayland clients on mouse clicks, Neil Roberts
  • [mutter/wip/wayland-input: 6/9] wayland: Add support for translating Clutter scroll events, Neil Roberts
  • [mutter/wip/wayland-input: 5/9] wayland: Install a device manager, Neil Roberts
  • [mutter/wip/wayland-input: 4/9] wayland: Add an actor for the cursor, Neil Roberts
  • [mutter/wip/wayland-input: 3/9] wayland: Add keyboard support, Neil Roberts
  • [mutter/wip/wayland-input: 2/9] wayland: Add basic mouse input support, Neil Roberts
  • [mutter/wip/wayland-input: 1/9] Track the X Shape input region and use it for picking, Neil Roberts
  • [mutter] (9 commits) Created branch wip/wayland-input, Neil Roberts
  • [mutter] Deleted branch wip/wayland-kms, Neil Roberts
  • [mutter] Deleted branch wip/wayland-input, Neil Roberts
  • [extensions-web] review: Actually show the "Reject" combobox for extension authors, Jasper St . Pierre
  • [extensions-web] Only put the search bar on places that make sense, Jasper St . Pierre
  • [gnome-web-www] removed friends20.css from style.css, Christy Eller
  • [glib] GDBusConnection: Don't store GCancellable in qdata, David Zeuthen
  • [glib] GDBus: make use of reliable async cancellation, David Zeuthen
  • [cogl] Don't directly link to libGL from the EGL/KMS platform, Neil Roberts
  • [gnome-shell] a11y: userMenu: support for IMStatus combobox and suspend/power-off label, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [evolution-mapi] Bump OpenChange dependency to 1.0, Milan Crha
  • [gnome-shell] a11y: Setting role on several panel ui elements, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [damned-lies] Make translator-credits more damned-lies friendly, Khaled Hosny
  • [clutter] Deleted branch wip/apocalypses/apocalypse-3, Emmanuele Bassi
  • [damned-lies] Updated Arabic translation, Khaled Hosny
  • [clutter] animator: Fix NULL check, Emmanuele Bassi
  • [evolution] Bug #669490 - Window resizes with many activities (gtk 3.3.14+), Milan Crha
  • [clutter] interactive/texture-async: Use implicit animations, Emmanuele Bassi
  • [clutter] actor: Remove G_SIGNAL_NO_RECURSE, Emmanuele Bassi
  • [gnome-screenshot] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [clutter] I should compile the changes I make, Emmanuele Bassi
  • [clutter] actor: Fix get_transition() method, Emmanuele Bassi
  • [gtk+] paned: remove old default for cursor type, Stefano Facchini
  • [mousetweaks] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [clutter] (17 commits) ...doc: Reference fixes, Emmanuele Bassi
  • [gobject-introspection] configure: Comment why doctool is disabled by default for now, Colin Walters
  • [clutter/wip/apocalypses/apocalypse-6: 17/17] doc: Reference fixes, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 16/17] symbols: Update, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 15/17] actor: Add generic transition support, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 14/17] transition: Clear the animatable member when removing on complete, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 13/17] transition: Check the repeat count to remove on complete, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 12/17] timeline: Add more state accessors, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 11/17] actor: Add delay to the easing state, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 10/17] interactive/bin-layout: Use implicit animations, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 9/17] interactive/actor: Do not use clutter_actor_animate(), Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 8/17] interactive/transitions: An easing demo without animate(), Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 7/17] docs: Update the API reference, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 6/17] symbols: Update, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 5/17] actor: Implement implicit animatable properties, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 4/17] Add ClutterPropertyTransition, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 3/17] Add ClutterTransition, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 2/17] types: Declare new Transition classes, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 1/17] interval: Add variadic arguments for initial/final setters, Emmanuele Bassi
  • [clutter] (17 commits) Created branch wip/apocalypses/apocalypse-6, Emmanuele Bassi
  • [clutter] Deleted branch wip/apocalypses/apocalypse-6, Emmanuele Bassi
  • [clutter] docs: Update reference symbols, Emmanuele Bassi
  • [gnome-control-center] Updated Persian Translations, Arash Mousavi
  • [gnome-web-www] (18 commits) ...changed font size of active text in boxes on friends20.css, Christy Eller
  • [pitivi/ges: 287/287] Set the main official repository to be git.gnome.org/pitivi, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 286/287] Make the media library clip previewer work again, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 285/287] viewer: Compact code, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 284/287] viewer: Document _store_pixbuf and do_realize methods, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 283/287] Comment the useless sink.expose() in viewer.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 282/287] viewer: Update the widgets when seeking while paused, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 281/287] Compact the video codec names some more, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 280/287] Handle pipeline state change messages in mainwindow, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 279/287] ruler: Remove useless seek methods, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 278/287] viewer: Remove useless _getDefaultAction method, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 277/287] viewer: Reorder bus methods and remove _eosCb, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 276/287] Set a default timeout value in the seeker, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 275/287] utils/playback.py: Comment the creation of the Seeker singleton, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 274/287] utils/widgets.py: Document and cleanup, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 273/287] utils/widgets.py: Gray out the "No properties" label, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 272/287] utils/widgets.py: Fix the creation of property widgets for effects, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 271/287] project: Update the saveProject method's signature comment, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 270/287] project: Do not try to save backup files for closed projects, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 269/287] Compact the code of project.py's _setProperties method, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 268/287] Remove the unused ProjectError class, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 267/287] viewer: Get rid of redundant seeker methods, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 266/287] viewer: Document the setZoom method, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 265/287] viewer: Make the settings more compact, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 264/287] viewer: Do not call set_state without parameters, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 263/287] viewer: Replace pipeline.flushSeekVideo() by Seeker's flush(), =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 262/287] viewer: Cleanup/reindent for better legibility, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 261/287] Only show the preview widget when not in folder import mode, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 260/287] Make the Media Library's import progressbar more accurate, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 259/287] Really pass a URI to the formatter (not a path), =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 258/287] Properly handle URIs and paths when loading projects, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 257/287] Add some debugging for project backups and clarify the code, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi] Update the GStreamer mailing list address in the release docs, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 256/287] Properly clear backup files, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 255/287] Make the saveProject method bulletproof, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 254/287] Refactor the mainwindow to avoid using public local variables, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 253/287] Update the recently used items when saving, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 252/287] Rename some callbacks for clarity, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 251/287] Remove the unused "loop" method and associated menu entry, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 250/287] Simplify changing the timeline UI's state, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 249/287] timeline.py: Cleanup and comment some methods, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 248/287] Remove the unused PlayheadController class, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 247/287] Remove the unused ViewerError class, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 246/287] manual: Clip previews now open in standalone windows, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 245/287] Work around glade/gtkbuilder's broken auto scrollbar policy, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 244/287] mainwindow: Reorganize the tabs code in _createUi, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 243/287] bin: Update pitivi-git, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 242/287] Make the missing files dialog correctly add clips to the library, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 241/287] mainwindow: Safely clamp the seeker to the end of the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 240/287] Cleanup timeline var names and fix the render button sensitivity, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 239/287] Offer to to load the autosaved backup instead of the project file, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 238/287] Show the time for the unsaved changes confirmation dialog, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 237/287] utils: Allow showing human-readable time deltas, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 236/287] viewer: Fix seeking to the end of the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 235/287] manual: document the frame snapshot/screenshot feature, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 234/287] Allow saving a snapshot of the current frame as an image file, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 233/287] mainwindow: Wait for clips to be loaded before updating the UI, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 232/287] viewer: Only check the pipeline's position when playing, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 231/287] medialibrary: Make discovery asynchroneous and show progress, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 230/287] medialibrary: Rename addNextSource to insertNextSource, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 229/287] Connect sources removed from the library to the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 228/287] Add a method to remove all instances of a timeline object, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 227/287] Correct the description of the FullGuiPitivi method, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 226/287] Update the viewer when the timeline position really changes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 225/287] Do not log an error for ID3 streams when beautifying, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 224/287] When possible, get the store model reference directly from GTK, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 223/287] When searching unused clips, use quote_uri on timeline objects, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 222/287] medialibrary: Use quote_uri systematically to prevent errors, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 221/287] medialibrary: Add a "Preview Clip" menu item, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 220/287] Disable timeline accels when focusing Media Library contents, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 219/287] Prevent Delete from being sensitive in Media Library and Effects, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 218/287] Make the search bars use focus-in events to ensure you can't have sensitive actions that prevent the, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 217/287] Kill the "Preview" menu and reorganize the "Timeline" menu, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 216/287] Move the PlayPause action to timeline's playhead actions, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 215/287] mainwindow: Remove some unused callbacks, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 214/287] timeline: Cleanup the gtk actions, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 213/287] medialibrary: Cleanup the gtk actions, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 212/287] mainwindow: Cleanup the gtk actions, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 211/287] Rename project.sources to project.medialibrary for clarity, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 210/287] Make some MediaLibraryWidget functions private, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 209/287] undo: Make UndoableActionLog loggable, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 208/287] loggable: Fix the loggable filename as we moved it, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gnome-shell-design] better labels, Jakub Steiner
  • [pitivi/ges: 207/287] undo: call get_uri on GstDiscovererInfo to get the uri, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 206/287] Rename _checkUsedSource to _sourceIsUsed and document, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 205/287] Restore unused sources selection, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 204/287] Make quote_uri bulletproof and RFC 2396 compliant, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 203/287] Selectively use the word "encoder" when talking about codecs, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 202/287] Use the correct placeholder for MediaLibrary menus/buttons, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 201/287] Rename rendering dialog classes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 200/287] undo: Move effect related classes to effect.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 199/287] dialogs: Rename pitivi/ui into pitivi/dialogs, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 198/287] mainwindow: Move to the root pitivi/ directory, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 197/287] viewer: Move to the root pitivi/ folder, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [clutter/wip/apocalypses/apocalypse-6] actor: Add generic transition support, Emmanuele Bassi
  • [pitivi/ges: 196/287] tabsmanager: Rename basetabs to tabsmanager, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 195/287] basetabs: Move from to root pitivi/, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 194/287] preset: Moved to pitivi/, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 193/287] mediafilespreviewer: Renamed from pitivi/ui/filechooserpreview.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 192/287] clipproperties: Move from pitivi/ui/ to pitivi/, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 191/287] autoaligner: Move all code related to autoaligner to autoaligner.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 190/287] thumbnailing: Move all thumbnailing code to timeline/thumbnailing.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 189/287] ui: Merge previewer.py into preview.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 188/287] timeline: Cleaup imports, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 187/287] project: Move ProjectSettingsDialog to project.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 186/287] project: Move projectmanager into project.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 185/287] timeline: Merge timelinecanvas.py into timeline.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 184/287] timeline: Remove trackobject.py and move everything to track.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 183/287] timeline: remove timelinecontrols, and mobe its content around, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 182/287] timeline: Create a timeline/ folder containing timeline drawing related classes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 181/287] utils/timeline: Move interfaces used in the Timeline to the utils folder, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 180/287] Rename encode to render so the naming is the same in the code as in the UI, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 179/287] encode: Move everything related to encoding into encode.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 178/287] Rename SourceList into MediaLibrary, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 177/287] Remove encodingprogress.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 176/287] utils: Create a utils/widget.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 175/287] effects: Move all effect related classes to effects.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 174/287] utils: Movbe ripple_update_group to utils/, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 173/287] utils: Move PathWalker to misc utils, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 172/287] utils: Move UI utils to ui.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 171/287] filechooserpreview: Change the way we create the playbin, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 170/287] utils: Move the Point class to utils/ui.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 169/287] utils: Move togglePayback() from misc.py to playback.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 168/287] utils: Move receiver to utils, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 167/287] utils: move pitivi/thread.py into utils, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 166/287] utils: Move system.py into utils, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 165/287] sourcelist: Remove ui/sourcelist and put everything into sourcelist.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 164/287] utils: Create a utils/ui.py file that contains UI constants and helpers, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 163/287] signal: Add a utils/signal.py file, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 162/287] pitivi: remove the reflect.py file which is unused, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 161/287] playback: Create a utils/playback.py file, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 160/287] undo: move PropertyChangeTracker to undo/undo.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 159/287] utils: Add logging functions/classes in pitivi/utils, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 158/287] undo: Create a pitivi/undo folder, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 157/287] utils: Remove gaps.py and add its content to utils/timeline.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 156/287] pitivi: Create a 'utils' directory where we add all the helper classes and functions, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 155/287] timeline: Make use of GESTimeline.duration instead of calculate it, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 154/287] mainwindow: Rework a bit the seeking method, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 153/287] mainwindow: Handle DND in the viewer properly after GES port, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 152/287] loggable: Let user set log category at init, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 151/287] mainwindow: Cleanup imports, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [gparted] Improve reiser4 file system uuid reading method, Curtis Gedak
  • [pitivi/ges: 150/287] common: Handle unhandled discoverered stream types gracefully, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 149/287] pitivi: Some debug logging enhancements, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 148/287] projectmanager: Make use of the new GESFormatter::loaded signal, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 147/287] system: Disable notifications on inhibit, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 146/287] docs: Update ges_port.notes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 145/287] encodingdialog: Do not forget systems, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 144/287] pitivi: Cleanup project setting code, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 143/287] fix incorrect backup project file uri, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 142/287] bin: Update the pitivi-git script, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 141/287] tests: Run and fix test_system_*, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 140/287] Properly connect to the pipeline state when rendering to inhibit sleep, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 139/287] pitivi/ui/encodingdialog.py: inhibit logging out, inhibit suspend/shutdown etc. when rendering, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 138/287] pitivi/ui/viewer.py: inhibit screensaver whilst previewing videos., =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 137/287] pitivi/application.py: get a system when initialising, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 136/287] tests/test_system.py: test that adding and removing keys occurs properly tests/test_system_gnome.py:, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 135/287] pitivi/Makefile.am: add system.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 134/287] pitivi/system.py: implement getSystem(), gets the best available *System, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 133/287] pitivi/system.py: implement GnomeSystem, adds power inhibition for GNOME, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 132/287] pitivi/system.py: implement FreedesktopOrgSystem, a base class for desktops implementing fd.o sp, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 131/287] pitivi/system.py: implement System, a base class for other systems, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 130/287] Fix the resolution and framerate parsing in the Media Library, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 129/287] bin: Update pitivi.in to check for GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 128/287] Add to string to check if we have "text" in the stream caps., =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 127/287] ui: Add some debuging logs when seeking went wrong, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 126/287] ui/viewer: Fix the "Go to the end of the timeline" button, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 125/287] ui/viewer: Correctly set a default aspect ratio on startup, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 124/287] ui/viewer.py: Remove the slider since we don't use it anymore, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 123/287] ui: Handle wrong framerate detection from the discoverer, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 122/287] ui: Get source thumbs from the Freedesktop thumbnail cache spec, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 121/287] ui/common: increase the precision of video framerates, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 120/287] Properly show the sample rate for audio in the Media Library, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 119/287] Fix the resolution and framerate parsing in the Media Library, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 118/287] ui: Fix clip names in the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 117/287] ui: Use the ges enum in the encoding dialog, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 116/287] ui: Properly handle play/pause in the previewer widget, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 115/287] Make the Media Library previewer refresh faster, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 114/287] Ensure that previewed videos fit within a reasonable size, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 113/287] Put the Media Library previewer's playback controls at the top, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 112/287] Automatically set the size of the Media Library previewer, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 111/287] Remove a print statement when reaching end of stream, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 110/287] Prevent the render dialog from having a blank output filename, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 109/287] Fix a traceback when closing render dialog, cleanup the code, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 108/287] ui/sourcelist: clarify _addNextSource and _trackObjectAddedCb, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 107/287] Make filechooser audio previews work again, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 106/287] Re-enable property descriptions (blurbs) for codecs, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 105/287] Re-disable icons on buttons, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 104/287] ui: cleanup preview playback reimplementation, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 103/287] ui: Properly handle Subtitles discovery in media files, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 102/287] Reimplementation of the previewing from the sourcelist., =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 101/287] Silly workaround to restore import of all my videos., =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 100/287] pitivi: Make use of the ges enum instead of hacky around., =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 99/287] ui: Finnish the "Insert at end of timeline" port to GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 98/287] Initial fix for the "Insert at End of Timeline" feature with GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 97/287] Update ges ports notes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 96/287] Misc fixes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 95/287] docs: Update ges_port state file, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 94/287] ui: Rework the encoding dialog, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 93/287] utils: Add a togglePipeline utility function, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 92/287] utils: Add a setPosition method to Seeker, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 91/287] Fix the seekRelative method and make use of it in the viewer, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 90/287] ui: Handle encoder settings on rendering, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 89/287] Misc fixes after GES port, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 88/287] ui: Fix the way we handle object movements in the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 87/287] ui: Enhance layer and vertical scrollbar management in the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 86/287] ui: Wait for TrackObject to be created before creating the MoveContext, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 85/287] utils: Add a seekRelative method to the Seeker, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 84/287] Misc fixes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 83/287] ui: Layer height as been set to 1000 in GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 82/287] Restore effects after GES port + cleanup, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 81/287] utils: Make the Seeker class a singleton and add a flush() method, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 80/287] utils: Cleanup the utils file, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 79/287] ui: Handle track height properly using layers instead of calculation ourself, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 78/287] timeline: rivive the Selection class and use it, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 77/287] ui: Make TrimHandle a Loggable, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 76/287] ui: Make the controller Loggable, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 75/287] ui: Fixup, do not used method that do no exist in GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 74/287] bin: Update pitivi-git script documentation, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 73/287] bin: Add a script to use pitivi and ges from git without installing anything, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 72/287] timeline: Do not readd same file when trying to add a new one, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 71/287] Update ges_port.notes, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 70/287] timeline: properly handle the vertical adjustement, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 69/287] context: Handle priority properly in default mode, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 68/287] Add a GES port TODO list, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 67/287] Do not try to seek where it is not possible, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 66/287] Cleanup all around, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 65/287] clipproperties: Fix bugs in SelectionChangesCb, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 64/287] Start reimplementing Drag and drop better, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 63/287] Reintroduce the Gap class, ported to the GES context, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 62/287] Remove the background layer as it is now handled by GES itself, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 61/287] Properly handle timeline duration, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 60/287] Properly handle projects and seeking, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 59/287] Handle formatters properly, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 58/287] clipproperties: Hide again hidden effects, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 57/287] Use a global variable for the GES timeline background, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 56/287] Misc minor fixes after GES port, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 55/287] Remove pitivigstutils as we now depend on recent enough version of PyGst, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 54/287] test: Fix clean-local in the makefile, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 53/287] Check for GES at startup, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 52/287] application: remove command line mode, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 51/287] Initialise GES the right way, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 50/287] build: Fix the build system, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 49/287] viewer: Fix play/pause button, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 48/287] Cleaning up the codebase, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 47/287] mainwindow: Comment the seeking code as it is now done in the viewer, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 46/287] timeline: Use GES types as needed, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 45/287] project: Use the GstPipeline method on GstPipelines, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 44/287] Rename EffectFactory to Effect and adapt move it to effect.py, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 43/287] Clean up rendering so we can remove unused code later, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 42/287] Cleanup the effects after the GES port, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 41/287] Port the application startup to GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 40/287] Better usage of the DiscovererInfo so we can actually kill the file factories, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 39/287] This finishes enabling the transformation box, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 38/287] Track object : change in the movement policy, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 37/287] Don't call object removed when the background layer is removed, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 36/287] Enables the display of encoder's properties, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 35/287] Enables choosing directory, encoders and muxer for the rendering, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 34/287] Restores the start up wizard, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 33/287] Use the standard gst.Discoverer everywhere, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 32/287] Set pipeline to NULL when deleting for the while, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 31/287] Handle setting pipeline to pause properly, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 30/287] Starts fixing the clip properties, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 29/287] Make the sources always have a 1 priority by default, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 28/287] Add missing ges imports, and make it pass pep8, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 27/287] Enable saving, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 26/287] Modifies undo.py to prevent it from bugging us, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 25/287] Enable basic rendering, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 24/287] Enable effects, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 23/287] Fix drag and drop and trimming, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 22/287] Disable updates when needed, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 21/287] Add the split function, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 20/287] Add the group an ungroup selected function, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 19/287] Implement the delete selected function, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 18/287] Make the layers be represented accurately, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 17/287] Reimplements the snap function, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 16/287] Inits GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 15/287] Adapts the Movecontexts, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 14/287] Set auto transitions to true, and add a dummy background, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 13/287] Add a selected attribute to the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 12/287] GES : make it so you can drag and drop tl objects, trim them and adds transitions automatically, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 11/287] GES : make it so the background source lasts till the start of the last track object, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 10/287] GES : make sure the position callback doesn't fail, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 9/287] GES : make sure the source is not added to the background layer, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 8/287] Handle timeline object position when adding to timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 7/287] GES : add sources to the sourcelist when loading a project, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 6/287] GES : make it so transitions' track objects don't have a name field, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 5/287] GES : make it so the projects load from menu and startupwizard, also don't start position callback i, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 4/287] Always show transitions' track objects on top, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 3/287] Implement the seek function, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 2/287] GES : Add time handling to the timeline, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi/ges: 1/287] Implement import and playback of 1 clip or project using GES, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [pitivi] (287 commits) Created branch ges, =?utf-8?q?Jean-Fran=C3=A7ois_Fortin_Tam?=
  • [file-roller] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-online-accounts] Deleted branch facebook, Debarshi Ray
  • [gnome-online-accounts] oauth2provider: Provide a default implementation for get_token_uri, Debarshi Ray
  • [gnome-online-accounts] facebook: offline_access has been removed since it is deprecated, Debarshi Ray
  • [gnome-online-accounts] facebook: Fix the error message, Debarshi Ray
  • [gnome-online-accounts] facebook: Unref the JSON parser, Debarshi Ray
  • [gnome-online-accounts] configure.ac: remove the facebook client secret, Debarshi Ray
  • [gnome-online-accounts] FacebookProvider: move to client-side flow, Debarshi Ray
  • [gnome-online-accounts] OAuth2Provider: add support for facebook client side auth flow, Debarshi Ray
  • [cogl] winsys-glx: Don't assume that copy_sub_buffer is synchronized, Robert Bragg
  • [gnome-games] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [baobab/wip/vala] Show mount point in the volume chooser, Stefano Facchini
  • [baobab/wip/vala] baobab-scanner: replace boolean argument with a bit flag, Stefano Facchini
  • [baobab/wip/vala] Move logic for excluded mount points to Scanner, Stefano Facchini
  • [baobab/wip/vala] baobab-application: use default argument for scan_directory, Stefano Facchini
  • [gconf] gsettings-schema-convert: Don't fail to convert lists without default element, =?utf-8?q?Guido_G=C3=BCnther?=
  • [gobject-introspection] g-ir-doc-tool: Fix -o option, use abspath instead of dirname, Tomeu Vizoso
  • [gnome-shell-design] sub par message tray interaction for touch., Jakub Steiner
  • [gnome-shell-design] Only now I noticed :), Jakub Steiner
  • [gnome-shell-design] we might have a problem wrt onscreen kbd, Jakub Steiner
  • [gobject-introspection] scanner: Remove array fields from List.clone(), Colin Walters
  • [empathy] Disconnect when a call is ENDED, Guillaume Desmottes
  • [empathy] reload the account widget when connection is (dis)connected, Guillaume Desmottes
  • [empathy] create_dialog_content: check if the TpConnection is still valid, Guillaume Desmottes
  • [empathy] factor out account_is_selected(), Guillaume Desmottes
  • [gnome-disk-utility] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-online-accounts/facebook] oauth2provider: Provide a default implementation for get_token_uri, Debarshi Ray
  • [gucharmap] Updated Arabic translation, Khaled Hosny
  • [gtk+] gdk: Update translator comment for "keyboard label", Bastien Nocera
  • [gnome-documents] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-backgrounds] update Punjabi Translation, Amanpreet Singh Alam
  • [libpeas] update Punjabi Translation, Amanpreet Singh Alam
  • [vino] update Punjabi Translation, Amanpreet Singh Alam
  • [nautilus-sendto] update Punjabi Translation, Amanpreet Singh Alam
  • [yelp-xsl] update Punjabi Translation, Amanpreet Singh Alam
  • [zenity] update Punjabi Translation, Amanpreet Singh Alam
  • [gtksourceview] update Punjabi Translation, Amanpreet Singh Alam
  • [baobab] baobab-chart: allow to zoom out by clicking on central sector, Stefano Facchini
  • [baobab] baobab-chart: add dummy handler for GDK_SCROLL_SMOOTH, Stefano Facchini
  • [gegl] buffer: flush on dispose, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-online-accounts/facebook: 6/6] facebook: offline_access has been removed since it is deprecated, Debarshi Ray
  • [gnome-online-accounts/facebook: 5/6] facebook: Fix the error message, Debarshi Ray
  • [gnome-online-accounts/facebook: 4/6] facebook: Unref the JSON parser, Debarshi Ray
  • [gnome-online-accounts/facebook: 3/6] configure.ac: remove the facebook client secret, Debarshi Ray
  • [gnome-online-accounts/facebook: 2/6] FacebookProvider: move to client-side flow, Debarshi Ray
  • [gnome-online-accounts/facebook: 1/6] OAuth2Provider: add support for facebook client side auth flow, Debarshi Ray
  • [gnome-online-accounts] (6 commits) Created branch facebook, Debarshi Ray
  • [gnome-terminal] Updated Arabic translation, Khaled Hosny
  • [gnome-terminal/gnome-3-4] Updated Arabic translation, Khaled Hosny
  • [clutter/wip/apocalypses/apocalypse-6] transition: Clear the animatable member when removing on complete, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6] transition: Check the repeat count to remove on complete, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6] timeline: Add more state accessors, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6] actor: Add delay to the easing state, Emmanuele Bassi
  • [gtk+/gtk-2-24] printing: Make sure destroy function is always called by gtk_enumerate_printers, Carlos Garcia Campos
  • [gtk+] printing: Make sure destroy function is always called by gtk_enumerate_printers, Carlos Garcia Campos
  • [eog] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-boxes] Assamese translation completed, Nilamdyuti Goswami
  • [gimp] Introduce configure options to bypass bzip2 and Ghostscript, Mukund Sivaraman
  • [seahorse] Revert ""IM account" string is not translatable", Stefan Walter
  • [evolution-mapi] Fix possible use of uninitialized variable, Milan Crha
  • [evince] Updated Arabic translation, Khaled Hosny
  • [evolution] Fix possible use of uninitialized variable, Milan Crha
  • [release-notes/gnome-3-4] [users] add some flesh to them bones, Allan Day
  • [gedit] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [gnome-terminal/gnome-3-4] hindi translation by Chandan Kumar, Rajesh Ranjan
  • [empathy] Assamese translation updated, Nilamdyuti Goswami
  • [evolution] Assamese translation updated, Nilamdyuti Goswami
  • [gedit] hindi translation, Rajesh Ranjan
  • [sysadmin-bin] Direclty exit without any output if no new members have been subscribed to the list., Andrea Veri
  • [gnome-keyring] Build fixes to rpc-layer Makefile, Stefan Walter
  • [sysadmin-bin] grab password from /home/admin/secret/anonvoting, Olav Vitters
  • [gnome-keyring] Use runtime dir instead of tmp for sockets, Stefan Walter
  • [gnome-games] Mark forgotten strings for translation. Correct string looked up by dpgettext2() to match the existi, Gabor Keleman
  • [gedit-plugins] Updated Hungarian translation, Gabor Keleman
  • [pygobject] Renamed getter/setter instance attributes to fget/fset respectively., Martin Pitt
  • [release-notes/gnome-3-4] Reuse previously existing string, Andre Klapper
  • [gtkmm] Tests: Fix a warning found by clang++., Murray Cumming
  • [gtkmm] Main: Undeprecate init_gtkmm_internals()., Murray Cumming
  • [clutter/wip/apocalypses/apocalypse-3: 35/35] interactive/image-box: Remove unneeded stuff, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 34/35] actor: Unconditionally emit ::paint, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 33/35] po: Update POTFILES.in, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 32/35] paint-node: Make texture template pipeline clamp to edge, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 31/35] image: Add set_area() method, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 30/35] image: Add get_texture(), Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 29/35] actor: Fix RESIZE_ASPECT mode for the content box, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 28/35] Documentation fixes, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 27/35] interactive/image-box: Add a pure Image test, suitable for docs, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 26/35] interactive/image: Test ClutterImage, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 25/35] build: Check for gdk-pixbuf, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 24/35] Update clutter.symbols, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 23/35] interactive/canvas: Set the scaling filters, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 22/35] Use the content scaling filters, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 21/35] actor: Add minification/magnification filters, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 20/35] Add ClutterImage, and image data content, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 19/35] canvas: Fix single header inclusion guard, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 10/10] interactive/bin-layout: Use implicit animations, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 18/35] canvas: Add canvas size to the ::draw signal, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 9/10] interactive/actor: Do not use clutter_actor_animate(), Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 17/35] Add ClutterCanvas, a drawing content, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 8/10] interactive/transitions: An easing demo without animate(), Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 16/35] paint-node: Remove redundant declarations, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 7/10] docs: Update the API reference, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 15/35] content: Make get_preferred_size() public, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 6/10] symbols: Update, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 14/35] conform: Skip actor-offscreen-redirect, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 5/10] actor: Implement implicit animatable properties, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 13/35] conform/text-cache: Use the stage paint signal, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 4/10] Add ClutterPropertyTransition, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 12/35] actor: Make paint_node() and ::paint mutually exclusive, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 3/10] Add ClutterTransition, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 11/35] paint-nodes: Fix compiler warning, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 2/10] types: Declare new Transition classes, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 10/35] interactive/content: Define the size of the text geometry, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-6: 1/10] interval: Add variadic arguments for initial/final setters, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 9/35] paint-nodes: Use logical extents for the TextNode::draw, Emmanuele Bassi
  • [clutter] (10 commits) Created branch wip/apocalypses/apocalypse-6, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 8/35] content: Turn attached and detached into signals, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 7/35] content: Make vfuncs optional, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 6/35] paint-node: Use JSON-GLib for debug serialization, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 5/35] docs: Update the API reference, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 4/35] docs: Update documentation on the paint sequence, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 3/35] Add ClutterContent, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 2/35] actor: Add paint_node virtual function, Emmanuele Bassi
  • [clutter/wip/apocalypses/apocalypse-3: 1/35] Add PaintNode, an element on the render object tree, Emmanuele Bassi
  • [clutter] (35 commits) Created branch wip/apocalypses/apocalypse-3, Emmanuele Bassi
  • [gtksourceviewmm] Fix an error in the previous commit, Murray Cumming
  • [gtksourceviewmm] Tests: Use Gtk::Application instead of Main., Murray Cumming
  • [gnome-control-center] color: Don't allow the user to add existing profiles to devices, Richard Hughes
  • [release-notes/gnome-3-4] Eloborate on Evolution Kolab support, Andre Klapper
  • [gnome-settings-daemon] Updated Gujarati Translations, Sweta Kothari
  • [release-notes/gnome-3-4] Added translated images for Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gedit/gnome-3-2] Updated Czech translation, =?utf-8?q?Marek_=C4=8Cernock=C3=BD?=
  • [release-notes/gnome-3-4] Added Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [goocanvasmm] Fix warnings found by clang++., Murray Cumming
  • [network-manager-applet] Updated Hungarian translation, Gabor Keleman
  • [gimp/pippin/goat-invasion] app: set GeglBuffer directly in show image-graph, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-settings-daemon] color: Create a color device even if the device has an invalid EDID, Richard Hughes
  • [gnome-settings-daemon] color: Apply the color profile even if the device has an invalid EDID, Richard Hughes
  • [gnome-control-center] Fixed Russian translation, Yuri Myasoedov
  • [epiphany] ephy-web-view: return an actual visit type instead of just '0', Xan Lopez
  • [epiphany] The security certificate code is a no-op, remove it, Xan Lopez
  • [epiphany] ephy-web-view: remove gtk-doc snippet for a private method, Xan Lopez
  • [aisleriot] Updated Kannada Translation, Shankar Prasad
  • [file-roller] Updated Gujarati Translations, Sweta Kothari
  • [gedit-code-assistance] Fix distcheck, Ignacio Casal Quinteiro
  • [empathy] sanity-cleaning: set fallback-servers on Facebook accounts, Guillaume Desmottes
  • [empathy] Set chat.facebook.com:443 as fallback server, Guillaume Desmottes
  • [empathy] goa plugin: set chat.facebook.com as 'server' param, Guillaume Desmottes
  • [gtkmm] Fix some missing sentinel warnings found by clang++, Murray Cumming
  • [eog] Updated Gujarati Translations, Sweta Kothari
  • [gdm] Updated Gujarati Translations, Sweta Kothari
  • [gnome-system-monitor] Updated Hungarian translation, Gabor Keleman
  • [gnome-shell] Fixed Russian translation, Yuri Myasoedov
  • [gedit] Updated Gujarati Translations, Sweta Kothari
  • [libgdata] Malayalam translation by Anish, Praveen Arimbrathodiyil
  • [clutter] Fix "install" paths in VS 2010 property sheets, Chun-wei Fan
  • [gnome-tweak-tool] translator note, John Stowers
  • [gnome-tweak-tool] Add nautils always-use-location-entry, John Stowers
  • [json-glib] Fix "install" paths in VS property sheets, Chun-wei Fan
  • [json-glib/json-glib-0-14] Fix "install" paths in VS property sheets, Chun-wei Fan
  • [epiphany] ephy-web-view: use plain g_signal_connect always, Xan Lopez
  • [gtk+/gtk-2-24] Fix "install" paths in VS property sheets, Chun-wei Fan
  • [epiphany] ephy-web-view: connect to WebView signals in just one place, Xan Lopez
  • [gtk+] Fix "install" paths in VS property sheets, Chun-wei Fan
  • [pango] Fix "install" paths in VS property sheets, Chun-wei Fan
  • [epiphany] ephy-web-view: we already have a reference to the history service, Xan Lopez
  • [metacity] Updated Telugu translation, Sasi Bhushan Boddepalli
  • [epiphany] ephy-web-view: do not duplicate code for the uri->title fallback, Xan Lopez
  • [atk] Fix "install" paths in VS property sheets, Chun-wei Fan
  • [gnome-shell] Updated Gujarati Translations, Sweta Kothari
  • [glib] Fix "install" paths in VS property sheets, Chun-wei Fan
  • [epiphany] ephy-web-view: remove can_go_up/go_up code, Xan Lopez
  • [epiphany] ephy-web-view: make ephy_web_view_clear_history private, Xan Lopez
  • [epiphany] configure.ac: remove epiphany_branch define, Xan Lopez
  • [gparted] Malayalam translation updated by Anish, Praveen Arimbrathodiyil
  • [gtkmm] Scale: Add set/get_has_origin() and property., Murray Cumming
  • [gtkmm] FontChooser: Add set_filter()., Murray Cumming
  • [empathy] Free the GError in Geoclue callbacks, Guillaume Desmottes
  • [empathy] location-manager: use geoclue_master_client_create_address_async(), Guillaume Desmottes
  • [empathy] location-manager: use geoclue_master_client_create_position_async(), Guillaume Desmottes
  • [empathy] location-manager: use geoclue_master_client_set_requirements_async(), Guillaume Desmottes
  • [empathy] location-manager: use geoclue_master_create_client_async(), Guillaume Desmottes
  • [empathy] Bump geoclue dep, Guillaume Desmottes
  • [zenity] Updated Telugu Translations, Krishnababu Krothapalli
  • [yelp-xsl] Updated Telugu Translations, Krishnababu Krothapalli
  • [yelp] Updated Telugu Translations, Krishnababu Krothapalli
  • [vino] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-control-center] Updated Gujarati Translations, Sweta Kothari
  • [vinagre] Updated Telugu Translations, Krishnababu Krothapalli
  • [orca] Updated Telugu Translations, Krishnababu Krothapalli
  • [nautilus-sendto] Updated Telugu Translations, Krishnababu Krothapalli
  • [mousetweaks] Updated Telugu Translations, Krishnababu Krothapalli
  • [gtksourceview] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-terminal] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-terminal/gnome-3-4] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-shell] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-search-tool] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-online-accounts/gnome-3-4] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-online-accounts] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-dictionary] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-bluetooth] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-backgrounds] Updated Telugu Translations, Krishnababu Krothapalli
  • [gdm] Updated Telugu Translations, Krishnababu Krothapalli
  • [file-roller] Updated Telugu Translations, Krishnababu Krothapalli
  • [evince] Updated Telugu Translations, Krishnababu Krothapalli
  • [epiphany] Updated Telugu Translations, Krishnababu Krothapalli
  • [aisleriot] updated Tamil translation, Thirumurthi Vasudeven
  • [gnome-system-monitor] Updated Swedish translation, Daniel Nylander
  • [seahorse] updated Tamil translation, Thirumurthi Vasudeven
  • [gnome-contacts] updated Tamil translation, Thirumurthi Vasudeven
  • [gnome-disk-utility] updated Tamil translation, Thirumurthi Vasudeven
  • [gnome-packagekit] updated Tamil translation, Thirumurthi Vasudeven
  • [gnome-terminal] updated Tamil translation, Thirumurthi Vasudeven
  • [java-libglom] Created tag 1.21.7, Murray Cumming
  • [java-libglom] 1.21.7, Murray Cumming
  • [gnome-boxes] Updated Swedish translation, Daniel Nylander
  • [cogl] Updated Swedish translation, Daniel Nylander
  • [epiphany] updated Tamil translation, Thirumurthi Vasudeven
  • [gnome-games] updated Tamil translation, Thirumurthi Vasudeven
  • [eog] Updated Telugu Translations, Krishnababu Krothapalli
  • [accerciser] Updated Telugu Translations, Krishnababu Krothapalli
  • [glibmm] DateTime: Correct the declaration of the TimeVal struct., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [glibmm] Gio::DBus: Add the Interface and Object interfaces., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [gnome-user-docs] Added Vietnamese screenshots, Nguyen Thai Ngoc Duy
  • [orca] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gtk+] reftests: Add a test for specificity of @import, Benjamin Otte
  • [gtk+] win32: Fix compiler warning, Benjamin Otte
  • [cogl/wip/rib/gles2-context] Adds initial GLES2 integration support, Robert Bragg
  • [cogl] Created branch wip/rib/gles2-context, Robert Bragg
  • [gegl] Revert "buffer: avoid inadvertently increasing revision of tile", =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [metacity] update Punjabi Translation, Amanpreet Singh Alam
  • [mutter] update Punjabi Translation, Amanpreet Singh Alam
  • [network-manager-applet] update Punjabi Translation, Amanpreet Singh Alam
  • [vinagre] update Punjabi Translation, Amanpreet Singh Alam
  • [gucharmap] update Punjabi Translation, Amanpreet Singh Alam
  • [gegl] buffer: avoid inadvertently increasing revision of tile, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: cache readable and writable buffers in the drawable, Michael Natterer
  • [gnome-terminal/gnome-3-4] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-settings-daemon] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-shell] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-nettool] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-keyring] update Punjabi Translation, Amanpreet Singh Alam
  • [gnome-control-center] update Punjabi Translation, Amanpreet Singh Alam
  • [gedit] update Punjabi Translation, Amanpreet Singh Alam
  • [cheese] update Punjabi Translation, Amanpreet Singh Alam
  • [gimp/pippin/goat-invasion] app: more meticulously tickle tile ref-counts, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: revert f5c7e7483b9dc, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [evince] update Punjabi Translation, Amanpreet Singh Alam
  • [eog] update Punjabi Translation, Amanpreet Singh Alam
  • [gitg] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [empathy] update Punjabi Translation, Amanpreet Singh Alam
  • [gimp/pippin/goat-invasion] app: replace more copy_region() by gegl_buffer_copy(), Michael Natterer
  • [folks] build: Add --disable-fatal-warnings configure flag, Philip Withnall
  • [gucharmap] Updated Portuguese translation, Duarte Loreto
  • [gnome-online-accounts] google: Add the btmpl parameter to the authorization URI, Debarshi Ray
  • [gnumeric] Cell: use less memory., Morten Welinder
  • [gvfs] Updated Portuguese translation, Duarte Loreto
  • [hamster-applet] Updated Portuguese translation, Duarte Loreto
  • [metacity] Updated Portuguese translation, Duarte Loreto
  • [mousetweaks] Updated Portuguese translation, Duarte Loreto
  • [release-notes/gnome-3-4] [users] more restructuring, Allan Day
  • [gimp/pippin/goat-invasion] app: rename gimp_drawable_get_buffer() and gimp_tile_manager_get_gegl_buffer(), Michael Natterer
  • [gimp/pippin/goat-invasion] app: replace some copy_region() by gegl_buffer_copy(), Michael Natterer
  • [gnome-games] swell-foop: only score 1000 points when cleaning the board, Thomas Hindoe Paaboel Andersen
  • [longomatch] Fix traceback when the count of tags is 0, Andoni Morales Alastruey
  • [longomatch] Fix rendering of playlists from the players list, Andoni Morales Alastruey
  • [gimp/pippin/goat-invasion] app: gimptilebackendtilemanager fix missing last row/col of tiles, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [metacity] Updated Brazilian Portuguese translation, Jonh Wendell
  • [hamster-applet] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gimp/pippin/goat-invasion] app: completely port GimpBuffer to using GeglBuffer not TileManager, Michael Natterer
  • [gimp/pippin/goat-invasion] app: add macro GIMP_IMAGE_TYPE_FROM_BYTES() (ignoring indexed mode), Michael Natterer
  • [eog-plugins] Updated Latvian translation., Peteris Krisjanis
  • [mutter] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [mousetweaks] Updated Latvian translation., Peteris Krisjanis
  • [metacity] Updated Latvian translation., Peteris Krisjanis
  • [gnome-devel-docs] Fix issues reported in bug #672054, Andre Klapper
  • [libpeas] Updated Latvian translation., Peteris Krisjanis
  • [yelp-xsl] Updated Latvian translation., Peteris Krisjanis
  • [yelp] Updated Latvian translation., Peteris Krisjanis
  • [hamster-applet] Updated Latvian translation., Peteris Krisjanis
  • [gvfs] Updated Latvian translation., Peteris Krisjanis
  • [gtk+] Revert "Updated French translation" It was po-properties file instead of po !, Bruno Brouard
  • [gucharmap] Updated Latvian translation., Peteris Krisjanis
  • [gtksourceview] Updated Latvian translation., Peteris Krisjanis
  • [gnome-video-effects] Updated Latvian translation., Peteris Krisjanis
  • [gnome-terminal/gnome-3-4] Updated Latvian translation., Peteris Krisjanis
  • [gtk+] Updated French translation, Bruno Brouard
  • [gnome-disk-utility] Updated Latvian translation., Peteris Krisjanis
  • [gnome-user-docs] shell-keyboard-shortcuts: Edits to help keyboard-nav, Shaun McCance
  • [gnome-user-docs] Updates to some window management pages, Shaun McCance
  • [gucharmap] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-shell] Updated Latvian translation., Peteris Krisjanis
  • [rhythmbox] magnatune: fix crash opening preferences dialog (bug #672084), Jonathan Matthew
  • [gnome-settings-daemon] Updated Latvian translation., Peteris Krisjanis
  • [gnome-nettool] Updated French translation, Bruno Brouard
  • [gimp/pippin/goat-invasion] app: remove GimpOperationTileSink, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: stop gimp_buffer_to_tiles use GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-keyring] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-contacts] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-keyring] Updated French translation, Bruno Brouard
  • [glib] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-screenshot] Updated Latvian translation., Peteris Krisjanis
  • [gnome-documents] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [jhbuild] 3.4: WebKit parellel builds are broken, Craig Keogh
  • [evolution] Updated German help translation, Christian Kirbach
  • [seahorse] Remove translator comment, since string is used for certain forms, Stefan Walter
  • [gnome-packagekit] Updated Latvian translation., Peteris Krisjanis
  • [evolution/gnome-3-2] Updated German help translation, Christian Kirbach
  • [seahorse] "IM account" string is not translatable, Stefan Walter
  • [seahorse/gnome-3-4] Fix problem where label isn't changed when edited, Stefan Walter
  • [at-spi2-core] [registry] Send a ping to a process when marking as hung, Mike Gorse
  • [seahorse] Fix problem where label isn't changed when edited, Stefan Walter
  • [gnome-online-accounts/gnome-3-4] Updated Latvian translation., Peteris Krisjanis
  • [gnome-terminal/gnome-3-4] window: Use correct scroll direction, Christian Persch
  • [gnome-terminal/gsettings] window: Use correct scroll direction, Christian Persch
  • [gnome-terminal/gsettings] window: Handle GDK_SCROLL_SMOOTH, Christian Persch
  • [gnome-terminal/gsettings] server: Allow specifying a different unique name, Christian Persch
  • [gnome-terminal/gsettings] migration: Migrate the encoding profile setting, Christian Persch
  • [gnome-terminal/gnome-3-4] window: Handle GDK_SCROLL_SMOOTH, Christian Persch
  • [gnome-nettool] Updated Latvian translation., Peteris Krisjanis
  • [gnome-games] Updated Latvian translation., Peteris Krisjanis
  • [gnome-control-center] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-bluetooth] Updated Latvian translation., Peteris Krisjanis
  • [gimp/pippin/goat-invasion] app: add gimp_layer_new_from_buffer(), Michael Natterer
  • [gnome-backgrounds] Updated Latvian translation., Peteris Krisjanis
  • [nautilus-sendto] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gedit] Updated Latvian translation., Peteris Krisjanis
  • [orca] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gimp/pippin/goat-invasion] app: remove GimpOperationTileSource, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [yelp] Updated Brazilian Portuguese translation, Jonh Wendell
  • [vino] Updated Brazilian Portuguese translation, Jonh Wendell
  • [anjuta] Prevent multiple declarations for the same member widget., Johannes Schmid
  • [gegl] buffer: add GEGL_IS_BUFFER to header, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gdm] Updated Latvian translation., Peteris Krisjanis
  • [vinagre] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gimp/pippin/goat-invasion] app: make projection use GeglBuffers, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: release tile with dirty flag in gegl tile backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] use 3.2 installation section, Olav Vitters
  • [file-roller] Updated Latvian translation., Peteris Krisjanis
  • [evince] Updated Latvian translation., Peteris Krisjanis
  • [gnome-user-docs] [l10n] Fixed mail address in German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [epiphany] Updated Latvian translation., Peteris Krisjanis
  • [eog] Updated Latvian translation., Peteris Krisjanis
  • [release-notes/gnome-3-4] [users] update indentation, fix markup, Allan Day
  • [gnome-user-docs] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [release-notes/gnome-3-4] Added Polish translation from gnome-3-2 branch, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [evolution-ews] Fix a corner case for a leak fix from bug #665801, Milan Crha
  • [gnome-boxes] Added Latvian translation., Peteris Krisjanis
  • [gnome-user-docs] mouse-mousekeys: Change steps to use keyboard only, Shaun McCance
  • [cheese] Updated Latvian translation., Peteris Krisjanis
  • [eog] EogFileChooser: Use GnomeThumbnailFactory to create preview image, Felix Riemann
  • [gnome-shell] keyboard: Enforce LTR layout for keyboard layout, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gtk+/gtk-2-24] build: require glib 2.28, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [sysadmin-bin] remove --mirror, Olav Vitters
  • [baobab] Updated Latvian translation., Peteris Krisjanis
  • [gnome-web-www/wptest] changed font size of active text in boxes on friends20.css, Christy Eller
  • [aisleriot] Updated Latvian translation., Peteris Krisjanis
  • [gnome-web-www/wptest] removed friends folder, as all files have been added to the theme, Christy Eller
  • [gtk+/gtk-2-24] configure.ac: require Glib 2.30, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gtk+/wip/events: 25/25] win32: Fix compiler warning, Benjamin Otte
  • [gtk+/wip/events: 24/25] testgestures: Update for gestures, Benjamin Otte
  • [gtk+/wip/events: 23/25] swipe: Move to GtkGesture, Benjamin Otte
  • [gtk+/wip/events: 22/25] pinchpan: Move to GtkGesture, Benjamin Otte
  • [gtk+/wip/events: 21/25] API: gtk: Add GtkGesture, Benjamin Otte
  • [gtk+/wip/events: 20/25] eventtracker: Add some private APIs for use by gestures, Benjamin Otte
  • [gtk+/wip/events: 19/25] reftests: Add a test for specificity of @import, Benjamin Otte
  • [gtk+/wip/events: 18/25] tests: Update testgestures example for new widget APIs, Benjamin Otte
  • [gtk+/wip/events: 17/25] gdk: Add debug printout for adding axes, Benjamin Otte
  • [gtk+/wip/events: 16/25] API: widget: Change recognizer addition/removal API, Benjamin Otte
  • [gtk+/wip/events: 15/25] tests: Update testgestures example for pinch/pan gesture., Benjamin Otte
  • [gtk+/wip/events: 14/25] API: Add a pinch/pan/rotate gesture, Benjamin Otte
  • [gtk+/wip/events: 13/25] eventtracker: Redo list implementation, Benjamin Otte
  • [gtk+/wip/events: 12/25] tests: Add a simple test for gestures, Benjamin Otte
  • [gtk+/wip/events: 11/25] API: gtk: Add a swipe gesture, Benjamin Otte
  • [gtk+/wip/events: 10/25] gtk: Add sequence trackers, Benjamin Otte
  • [gtk+/wip/events: 9/25] gtk: Invoke trackers and recognizers, Benjamin Otte
  • [gtk+/wip/events: 8/25] API: widget: Add API for adding recognizers, Benjamin Otte
  • [gtk+/wip/events: 7/25] docs: Add docs for event recognizers, Benjamin Otte
  • [gtk+/wip/events: 6/25] API: Add the basics of the event recognizer implementation, Benjamin Otte
  • [gtk+/wip/events: 5/25] API: gdk: Add GdkAxisUse entries for relative axes, Benjamin Otte
  • [gtk+/wip/events: 4/25] x11: Use the new event sequence to store axis values, Benjamin Otte
  • [gtk+/wip/events: 3/25] gdk: Make event sequences real objects, Benjamin Otte
  • [gtk+/wip/events: 2/25] gdk: Move GdkEventSequence declaration, Benjamin Otte
  • [gtk+/wip/events: 1/25] API: gdk: Add gdk_device_get_axis_label(), Benjamin Otte
  • [gtk+] (25 commits) Created branch wip/events, Benjamin Otte
  • [evolution/webkit] Rename widget_func in itip formatter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Avoid crashes and leaking widgets when EMailDisplay is reloaded, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gnumeric] ods: remove debug print., Morten Welinder
  • [gnome-user-docs] contacts-access-and-privacy.page.stub: Fixed validity error, Shaun McCance
  • [gnome-user-docs] keyboard-nav: Overhaul, more focus on accessibility, Shaun McCance
  • [release-notes/gnome-3-4] restructure for users section, Allan Day
  • [gnome-web-www/wptest] adding the friends footer art graphics, Andreas Nilsson
  • [gedit-code-assistance] Added python backend, Jesse van den Kieboom
  • [gedit-code-assistance] Make more binding friendly, Jesse van den Kieboom
  • [gedit-code-assistance] Do not register types dynamically, Jesse van den Kieboom
  • =?utf-8?q?=5Bgnome-disk-utility/gnome-3-2=5D_Updated_Norwegian_bokm=C3=A5?= =?utf-8?q?l_translation?=, Kjartan Maraas
  • [gnome-web-www/wptest] remove these extra css files as we don't need them, Andreas Nilsson
  • [gnome-web-www/wptest] where we remove things and watch them break, Andreas Nilsson
  • =?utf-8?q?=5Bgnome-shell-extensions=5D_Updated_Norwegian_bokm=C3=A5l_tran?= =?utf-8?q?slation?=, Kjartan Maraas
  • [gnome-color-manager/gnome-3-2] trivial: fix make check, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Connect to GSD to change the brightness, not GPM, Richard Hughes
  • [gnome-color-manager/gnome-3-2] trivial: Update the FSF address, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Fix compile with newer versions of clutter, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Remove the final vestiges of gcm-session, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Ensure the sensor is unlocked after failing to get a sample in gcm-picker, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Correctly spawn profiles with spaces in the filename when using gcm-import, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Allow the calibration to ask more than one interaction question, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Ensure the user can quit if the calibration fails, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Ensure the VTE is flushed when the spawned program exits, Richard Hughes
  • [gnome-color-manager/gnome-3-2] Limit display profiles to Single shaper matrix, to keep greyscale neutral, Richard Hughes
  • [gnome-web-www/wptest] loader.js to the header to get new friends page work properly, Andreas Nilsson
  • [gnome-panel] panel: Add style class for orientation to PanelToplevel, Vincent Untz
  • [gnome-panel] libpanel-applet: Add style class for orientation to PanelApplet, Vincent Untz
  • [gnome-panel] panel: Add style class for orientation to PanelWidget, Vincent Untz
  • [gnome-panel] panel: Add style class for orientation to PanelAppletFrame, Vincent Untz
  • [gnome-panel] panel: Add style class for orientation to menubar, Vincent Untz
  • [aravis] gvcp: 0x89 is PENDING_ACK., Emmanuel Pacaud
  • [moserial] point out the lrzsz dependency in the README file, Michael J . Chudobiak
  • [gnumeric] tests: new test t6003-lookfuns.pl, Morten Welinder
  • [release-notes/gnome-3-4] Added Spanish to DOC_LINGUAS, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [release-notes/gnome-3-4] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [evince] libdocument: fix typos in ev-form-field.h, Carlos Garcia Campos
  • [aravis] build: minor naming fix., Emmanuel Pacaud
  • [nautilus-sendto] evolution: Update for ancient API change, Bastien Nocera
  • [nautilus-sendto/gnome-3-0] main: Remove obsolete property, Bastien Nocera
  • [nautilus-sendto/gnome-3-0] evolution: Update for ancient API change, Bastien Nocera
  • [gnome-bluetooth] wizard: fix pairing for devices with a pin in the DB, Cosimo Cecchi
  • [gnome-bluetooth] wizard: fix semicolon oops, Cosimo Cecchi
  • [gnome-bluetooth] pin-database: add another entry for the Apple Magic Trackpad, Cosimo Cecchi
  • [rygel] core: Do not abort on invalid indices, Jens Georg
  • [epiphany] Automatically prefix existing absolute paths with file://, Gustavo Noronha Silva
  • [nautilus-sendto] evolution: Fix getting default mailer for GNOME 3.0, Bastien Nocera
  • [nautilus-sendto] evolution: Remove unused assignment, Bastien Nocera
  • [nautilus-sendto] evolution: Port to newest e-d-s using GSettings, Bastien Nocera
  • [nautilus-sendto] main: Update for deprecation, Bastien Nocera
  • [nautilus-sendto/gnome-3-0] evolution: Fix getting default mailer for GNOME 3.0, Bastien Nocera
  • [nautilus-sendto/gnome-3-0] evolution: Remove unused assignment, Bastien Nocera
  • [nautilus-sendto/gnome-3-0] evolution: Port to newest e-d-s using GSettings, Bastien Nocera
  • [nautilus-sendto/gnome-3-0] main: Add --xid command-line option, Bastien Nocera
  • [epiphany] Revert "ephy-embed-single: remove some dead code", Xan Lopez
  • [pygobject] Add Gtk.Arrow/Gtk.Window constructor override, Johan Dahlin
  • [accerciser] Malayalam translation update by Anish, Praveen Arimbrathodiyil
  • [epiphany] Fix distcheck, Xan Lopez
  • [epiphany] Run distcheck builds with debug enabled, Xan Lopez
  • [anjuta-extras] Updated Thai translation., Theppitak Karoonboonyanan
  • [gnome-color-manager] trivial: Post release version bump, Richard Hughes
  • [gnome-color-manager] Release version 3.3.91, Richard Hughes
  • [gnome-online-accounts] Add a border on the webkit view, Debarshi Ray
  • [epiphany] floating-bar: set a max-width to the label, Cosimo Cecchi
  • [cogl] buffer: Remove const from cogl_is_buffer (const void *), Neil Roberts
  • [cogl] Add a public cogl_bitmap_new_for_data, Neil Roberts
  • [cogl] texture: When reading, convert data directly into user's buffer, Neil Roberts
  • [cogl] context: Enable new feature testing on COGL_ENABLE_EXPERIMENTAL_API, Neil Roberts
  • [release-notes/gnome-3-4] Move Shell Search Providers after chat with fmuellner, Andre Klapper
  • [epiphany] ephy-embed-single: remove network status, Xan Lopez
  • [epiphany] window-commands: forcing offline mode has been a no-op for a while, Xan Lopez
  • [epiphany] Don't go to EphyEmbedSingle just to get the network status, Xan Lopez
  • [ostree] core: Add helper functions to convert (checksum, objtype) pair to/from string, Colin Walters
  • [rhythmbox] ipod: Fix segfault when syncing playlists (bz 661217), Jonathan Matthew
  • [rhythmbox] ipod: Move all playlist handlers to private playlist code, Jonathan Matthew
  • [rhythmbox] ipod: playlist handlers shouldn't need private source access, Jonathan Matthew
  • [release-notes/gnome-3-4] Misc updates, Andre Klapper
  • [epiphany] ephy-embed-single: remove some dead code, Xan Lopez
  • [glib] GSimpleAsyncResult: support reliable cancellation, Ryan Lortie
  • [release-notes/gnome-3-4] Misc updates wrt Evolution/e-d-s, Andre Klapper
  • [release-notes/gnome-3-4] Misc changes, Andre Klapper
  • [release-notes/gnome-3-4] Rearrange items, Andre Klapper
  • [gimp/soc-2011-warp: 72/72] imagemap: add a mutex to protect the queuing, not sure if really needed, but here it is anyway, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 71/72] warp tool: fix undo when imagemap is busy, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 70/72] imagemap: disable the queuing for the legacy code, due to regression, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 69/72] imagemap: do nothing if the area to render is outside the drawable, to avoid warning in gegl, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 68/72] warp tool: range the range of the strength to 1-->100, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 67/72] remove operationwarp from POTFILES, since it moved to gegl, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 66/72] warp tool: fix the undo to update the whole dirtied area, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 65/72] remove the warp operator, since it moved to GEGL, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 64/72] warp tool: fix one reason that make the outline not moving along the stroke, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 63/72] warp tool: fix wrong computation of the area to update and remove an uneeded anymore preview timer, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 62/72] warp tool: fix commiting the deformation not working, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 61/72] imagemap: implement queuing for apply_region, not sure if it works or not, due to problem in other a, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 60/72] warp-tool: temporary fix to update the preview with imagemap apply_region, not totally working, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 59/72] imagemap: always update the translate node to avoid trouble, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 58/72] imagemap: don't set properties if not needed to avoid invalidating the graph, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 57/72] imagemap: rename internal function _gimp_image_map_apply to gimp_image_map_apply_real, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 56/72] warp-tool: probably bad change to use the apply_region of imagemap, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 55/72] imagemap: add an apply_region function, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 54/72] warptool: enable the caching in imagemap, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 53/72] imagemap: add a gegl-caching property to make the caching in gegl optional, default to false, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 52/72] warptool: use the warp operator imported to gegl, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 51/72] gimpoperationwarp: mitch styled cleaning, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 50/72] app: change interpolation for warp tool, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 49/72] gimpoperationwarp: fix warning about uninitialysed values, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 48/72] gimpoperationwarp: add a handler to invalidate region when the stroke change, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 47/72] warptool: some quick cleaning, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 46/72] GimpImageMap: add some docs, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 45/72] gimpoperationwarp: add a hardness property, and use it to compute influence with a gaussian like cur, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 44/72] gimpimagemap: add doc + TODO, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 43/72] gimpimagemap: move the creation of the gegl graph to a dedicated function, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 42/72] gimpitem: add a quick doc for gimp_item_mask_intersect, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 41/72] gimpoperationwarp: implement erase and smooth behavior, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 40/72] warp-tool: implement swirl clockwise and counter-clockwise, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 39/72] warp-tool: remove unneeded options_notify, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 38/72] warptool: change range value for strength to 0-1, max 10, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 37/72] gimpoperationwarp: perform an interpolation throught distance and time to have and airbrush style st, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 36/72] warp tool: implement basic undo, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 35/72] gimpoperationwarp: implement grow ans shrink behavior, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 34/72] gimpwarptool: add basic UI to choose the behavior, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 33/72] gimpoperationwarp: prepare for adding more behavior + clean/comments, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 32/72] gimpwarptool: achieve good interpolation along the stroke, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 31/72] gimpwarptool: ask for exact motion event, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 30/72] gimpoperationwarp: make stamp round shapped, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 29/72] gimpoperationwarp: memorize the last point to move the pixels accordingly, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 28/72] gimpwarptool: use a second timer to refresh the preview, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 27/72] gimpwarptool: use a timer to add regularly point to the stroke, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 26/72] gimpoperationwarp: act along the stroke, only size is taken in account for now, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 25/72] gimpwarptool: build a stroke to pass to the op, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 24/72] gimpwarptool: move the test code to the gegl op, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 23/72] gimpwarptool: create a gegl graph to render the transformation, and insert warp operation for each s, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 22/72] gimpwarptool: add another missing file in POTFILES, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 21/72] gimpwarptool: use gimp_draw_tool_add_arc instead of gimp_draw_tool_add_handle to draw the effect siz, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 20/72] gimpwarptool: draw the effect size with taking care of zoom level, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 19/72] gimpwarptool: add files to POTFILES.in, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 18/72] gimpoperationwarp: use the good format for input/output, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 17/72] gimpoperationwarp: install strength, size and stroke property, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 16/72] gimpoperationwarp: remove useless overriding, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 15/72] add missing registering for GimpWarp Geggl op, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 14/72] add boilerplate for a GimpWarp Gegl operator, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 13/72] gimpwarptool: add logic to commit the transformation, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 12/72] gimpwarptool: start the tool if the cursor is over an image and not started somewhere else, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 11/72] gimpwarptool: don't draw the effect size if under 3.0, to avoid warning/crash, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 10/72] gimpwarptooloptions: follow convention for option's naming, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 9/72] gimpwarptool: draw a circle around the cursor to indicate the size of the effect, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 8/72] gimpwarptool: add strenght and size in the tool's options, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 7/72] gimpwarptool: proof of concept code to act on the coords buffer, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 6/72] gimpwarptool: use gegl:map-relative instead of map-absolute, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 5/72] gimpwarptool: enable macro to get options class, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 4/72] gimpwarptool: add gegl infrastructure and image map for preview, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 3/72] gimpwarptool: setup a dumb icon for the tool, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 2/72] gimpwarptool: adjust description of the tool, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp/soc-2011-warp: 1/72] GimpWarpTool: skeleton of the tool, with options, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp] (72 commits) Created branch soc-2011-warp, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gimp] Deleted branch soc-2011-warp, =?utf-8?q?Michael_Mur=C3=A9?=
  • [cogl] Move the fallback define for GL_PACK_INVERT_MESA, Neil Roberts
  • [gegl/soc-2011-warp: 8/8] implement support for format_n buffer in the nearest neighbour sampler (not sure if working yet), =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/soc-2011-warp: 7/8] gegl:warp: add code to test copy on write, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/soc-2011-warp: 6/8] gegl_buffer_dup: use the cache to insert duplicated tiles, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/soc-2011-warp: 5/8] gegl_tile_iterator: simplify again and remove a goto, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/soc-2011-warp: 4/8] simplify gegl_buffer_tile_iterator by removing unneeded code, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/soc-2011-warp: 3/8] gegl_buffer_dup: implement copy on write, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/soc-2011-warp: 2/8] configure.ac: add a check for rint, and define HAVE_RINT accordingly, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl/soc-2011-warp: 1/8] add a buffer-cache op in the workshop, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] (8 commits) Created branch soc-2011-warp, =?utf-8?q?Michael_Mur=C3=A9?=
  • [gegl] Deleted branch soc-2011-warp, =?utf-8?q?Michael_Mur=C3=A9?=
  • [epiphany] ephy-embed: do not pull in string.h for strcmp, Xan Lopez
  • [epiphany] ephy-embed: remove a few useless includes, Xan Lopez
  • [evolution-ews] Bug #660428 - Some calendars/task lists are missing after reconfiguring account, Milan Crha
  • [gnome-settings-daemon] background: Debug output by default in test app, Bastien Nocera
  • [epiphany] Deleted branch newmenus, Xan Lopez
  • [epiphany] Deleted branch new-toolbar-layout, Xan Lopez
  • [gimp/pippin/goat-invasion: 25/25] app: remove the legacy invert lut code, Michael Natterer
  • [gimp/pippin/goat-invasion: 24/25] app: use GEGL to invert channels/selections, Michael Natterer
  • [gimp/pippin/goat-invasion: 23/25] app: formatting cleanup in gimpdrawable-operation.c, Michael Natterer
  • [gimp/pippin/goat-invasion: 22/25] app: always use GEGL to invert drawables, Michael Natterer
  • [epiphany] Deleted branch gnome-keyring-v2, Xan Lopez
  • [epiphany: 14/14] ephy-web-view: also reset page visit type on load failed, Xan Lopez
  • [gimp/pippin/goat-invasion: 21/25] app: rename gimp_drawable_apply_operation_with_config(), Michael Natterer
  • [epiphany] Deleted branch gnome-keyring, Xan Lopez
  • [epiphany: 13/14] ephy-web-view: style fixes, Xan Lopez
  • [gimp/pippin/goat-invasion: 20/25] app: cleanup in the new GimpDrawable tile source code, Michael Natterer
  • [epiphany: 12/14] ephy-embed: remove history service, Xan Lopez
  • [gimp/pippin/goat-invasion: 19/25] app: resue the GeglProcessor, Michael Natterer
  • [epiphany: 11/14] ephy-web-view: move history management to EphyWebView, Xan Lopez
  • [gimp/pippin/goat-invasion: 18/25] app: gimptilebackendtilemanager reduce cases with 0copy, Michael Natterer
  • [epiphany: 10/14] ephy-web-view: move zoom handling to EphyWebView, Xan Lopez
  • [gimp/pippin/goat-invasion: 17/25] app: remove unused lut-funcs, Michael Natterer
  • [epiphany: 9/14] ephy-web-view: let EphyWebView clear its own history, Xan Lopez
  • [release-notes/gnome-3-4] Move translator comment and cross fingers that xgettext puts it in the right place now, Andre Klapper
  • [gimp/pippin/goat-invasion: 16/25] app: remove orphaned Colorize typedef, Michael Natterer
  • [epiphany: 8/14] ephy-web-view: get a reference to the history service, Xan Lopez
  • [gimp/pippin/goat-invasion: 15/25] app: make gimp_drawable_get_source_node use GeglBuffer, Michael Natterer
  • [epiphany: 7/14] history: remember visit types, Xan Lopez
  • [gimp/pippin/goat-invasion: 14/25] app: remove the pointless core wrappers for the below simplified color stuff, Michael Natterer
  • [epiphany] (14 commits) ...ephy-web-view: also reset page visit type on load failed, Xan Lopez
  • [gimp/pippin/goat-invasion: 13/25] app: clean up the desaturate cruft removal to look like the others, Michael Natterer
  • [gimp/pippin/goat-invasion: 12/25] app: remove the legacy colorize code, Michael Natterer
  • [gimp/pippin/goat-invasion: 11/25] app: remove the legacy threshold code, Michael Natterer
  • [gimp/pippin/goat-invasion: 10/25] app: remove the legacy posterize code, Michael Natterer
  • [gimp/pippin/goat-invasion: 9/25] app: remove the legacy desaturate implementation, Michael Natterer
  • [gimp/pippin/goat-invasion: 8/25] app: allow to opionally not implement GimpImageMapTool::map(), Michael Natterer
  • [gimp/pippin/goat-invasion: 7/25] app: use gegl: prefix for ops, Michael Natterer
  • [gimp/pippin/goat-invasion: 6/25] app: move new get_buffer() functions around; some general cleanup, Michael Natterer
  • [gimp/pippin/goat-invasion: 5/25] lie about gamma to gegl, Michael Natterer
  • [gimp/pippin/goat-invasion: 4/25] imagemap: unref buffers as soon as possible, Michael Natterer
  • [gimp/pippin/goat-invasion: 3/25] make gimp_drawable_apply_operation use the TileManager buffer backend, Michael Natterer
  • [gimp/pippin/goat-invasion: 2/25] add a util call to get the geglbuffer for a drawable, Michael Natterer
  • [gimp/pippin/goat-invasion: 1/25] imagemap: use GeglBuffer instead of TileManager, Michael Natterer
  • [gimp] (25 commits) Created branch pippin/goat-invasion, Michael Natterer
  • [glom] Created tag 1.21.7, Murray Cumming
  • [glom] 1.21.7, Murray Cumming
  • [glom] Fixed the tests build., Murray Cumming
  • [release-notes/gnome-3-4] Translate some easy strings in cs, Andre Klapper
  • [gimp/pippin/goat-invasion] app: fix header in gimpoperationbrightnesscontrast.[ch], =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Realizing that the cs translation from 3.0 has better coverage..., Andre Klapper
  • [gimp/pippin/goat-invasion] app: initialize also GimpRGB's alpha component, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: initialize all members of a GimpAnchor, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: initialize a GtkTreeIter, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [release-notes/gnome-3-4] Commit cs translation from 3.2 so damned-lies can merge on the server, Andre Klapper
  • [release-notes/gnome-3-4] Add Anjuta news; finalize rndevelopers page, Andre Klapper
  • [clutter] actor: Annotate signals to enable some optimization, Emmanuele Bassi
  • [gnome-shell] a11y: Setting LIST_ITEM role for Categories items on Applications view, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: exposing StButton:label as StButton accessible name, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gimp/pippin/goat-invasion] app: remove the legacy invert lut code, Michael Natterer
  • [gimp/pippin/goat-invasion] app: use GEGL to invert channels/selections, Michael Natterer
  • [gimp/pippin/goat-invasion] app: formatting cleanup in gimpdrawable-operation.c, Michael Natterer
  • [release-notes/gnome-3-4] Update from wikipage, Andre Klapper
  • [gnome-session] shell-extensions: Fix memory leak, Vincent Untz
  • [gnome-settings-daemon] media-keys: Call Shutdown for the logout action, Bastien Nocera
  • [gnome-settings-daemon] media-keys: Avoid hard-coded shortcuts not working, Bastien Nocera
  • [gnome-launch-box] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-settings-daemon] mouse: Stop syndaemon when settings-daemon dies, Martin Pitt
  • [evolution-ews/gnome-2-28] Bug #654810 finditem API implementation, Punit Jain
  • [evolution-ews/gnome-2-28] Bug #654810 conversion of evolution query to ews restriction and test function, Punit Jain
  • [planner] Better use of fields in the .desktop file, Alexandre Franke
  • [network-manager-pptp] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gtkmm] PaperSize: Correct the PaperSizeTraits pre-declaration., Murray Cumming
  • [evolution-kolab: 9/9] Merge branch 'ek-wip-porting', Christian Hilberg
  • [evolution-kolab] (9 commits) ...Merge branch 'ek-wip-porting', Christian Hilberg
  • [gnome-contacts] Updated Thai translation., Theppitak Karoonboonyanan
  • [glom] set_document(), init() methods: Avoid the appearance that these are virtual., Murray Cumming
  • [glom] FlowTable::add(): Rename to add_widgets()., Murray Cumming
  • [glom] Dialog_ImportCSVProgress: rename a signal handler., Murray Cumming
  • [glom] Make sure that get_appwindow() overrides are const., Murray Cumming
  • [glom] Fix some simple warnings found by clang++, Murray Cumming
  • [network-manager-vpnc] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [glib] Invalidate single_va_closure when adding an emission hook, Matthias Clasen
  • [gnome-shell] Updated Danish translation, Kenneth Nielsen
  • [gnome-packagekit] Updated Danish translation, Kenneth Nielsen
  • [gnome-documents] Updated Danish translation, Kenneth Nielsen
  • [gnome-contacts] Updated Danish translation, Kenneth Nielsen
  • [gnome-boxes] Updated Danish translation, Kenneth Nielsen
  • [gnome-boxes] Added da to list of languages, Kenneth Nielsen
  • [gimp/pippin/goat-invasion] app: always use GEGL to invert drawables, Michael Natterer
  • =?utf-8?q?=5Bgnome-boxes=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gimp/pippin/goat-invasion] app: rename gimp_drawable_apply_operation_with_config(), Michael Natterer
  • =?utf-8?q?=5Bbrasero=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bcaribou=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gimp/pippin/goat-invasion] app: cleanup in the new GimpDrawable tile source code, Michael Natterer
  • [empathy: 1/2] Fix GST_PLUGIN_LOADING_WHITELIST in HACKING, Guillaume Desmottes
  • [pybliographer] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [orca] Updated Hungarian translation by Attila Hammer, Gabor Keleman
  • [gnome-color-manager] Provide a way for a program to find out if calibration is enabled, Richard Hughes
  • [gnome-color-manager] Don't assume dispcal is /usr/bin/dispcal, Richard Hughes
  • [gnome-color-manager] trivial: some whitespace fixups, Richard Hughes
  • [planner] Update French translation, Alexandre Franke
  • [evolution-ews/gnome-2-28] Bug #658347 - Harmonize mnemonic for "Check new messages for Junk contents", Punit Jain
  • [evolution-ews/gnome-2-28] Fix memory leak during autodiscover (as part of Bug #665801), Punit Jain
  • [evolution-ews/gnome-2-28] Bug 665801 - Crash in SoupSessionAsync::finalize, Punit Jain
  • [evolution-ews/gnome-2-28] Bug 669338 - Wrong Content-Type in Autodiscover xml soap, Punit Jain
  • [evolution-ews/gnome-2-28] Bug #665104 - Possible memory leaks, Punit Jain
  • [evolution-ews/gnome-2-28] Bug #667185 - Menu items from plugins not translated, Punit Jain
  • [evolution-ews/gnome-2-28] Fix a critical warning crasher, Punit Jain
  • [glabels/vala] Initial hookup of label to object editor., Jim Evins
  • [gimp/pippin/goat-invasion] app: resue the GeglProcessor, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: gimptilebackendtilemanager reduce cases with 0copy, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] processor: do not run process for 0px contexts, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] processor: make a processor reusable by restting its rectangle, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-games] Review for 3.4, pages marked final, Michael Hill
  • [gnome-desktop] gnome-bg: remove unused GdkScreen* arguments, Ryan Lortie
  • [gnome-control-center] Updated Hungarian translation, Gabor Keleman
  • [gimp/pippin/goat-invasion] app: remove unused lut-funcs, Michael Natterer
  • [gimp/pippin/goat-invasion] app: remove orphaned Colorize typedef, Michael Natterer
  • [mutter] Updated Portuguese translation, Duarte Loreto
  • [vinagre] Updated Portuguese translation, Duarte Loreto
  • [vino] Updated Portuguese translation, Duarte Loreto
  • [gimp/pippin/goat-invasion] app: make gimp_drawable_get_source_node use GeglBuffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] app: remove the pointless core wrappers for the below simplified color stuff, Michael Natterer
  • [gegl] buffer: add a command to the tile architecture for reiniting, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [yelp] Updated Portuguese translation, Duarte Loreto
  • [yelp-xsl] Updated Portuguese translation, Duarte Loreto
  • [glib] g_log: mask log level before checking prefix flags, Ryan Lortie
  • [glib] glib-init: restore default for G_MESSAGES_PREFIXED, Ryan Lortie
  • [glib] glib-init: fix obvious buffer size mismatch, Ryan Lortie
  • [gimp/pippin/goat-invasion] app: clean up the desaturate cruft removal to look like the others, Michael Natterer
  • [gimp/pippin/goat-invasion] app: remove the legacy colorize code, Michael Natterer
  • [gnome-online-accounts/gnome-3-4] Updated British English translation, Bruce Cowan
  • [gimp/pippin/goat-invasion] app: remove the legacy threshold code, Michael Natterer
  • [gimp/pippin/goat-invasion] app: remove the legacy posterize code, Michael Natterer
  • [network-manager-applet] editor: implement blank CA certificate nag dialog, Dan Williams
  • [gnome-shell] dash: Fix placeholder jumps while dragging a dash item, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gimp/pippin/goat-invasion] app: remove the legacy desaturate implementation, Michael Natterer
  • [gnome-contacts] Updated Latvian translation., Peteris Krisjanis
  • [gimp/pippin/goat-invasion] app: allow to opionally not implement GimpImageMapTool::map(), Michael Natterer
  • [gnome-documents] Updated Latvian translation., Peteris Krisjanis
  • [gnome-keyring] Updated Latvian translation., Peteris Krisjanis
  • [mutter] Updated Latvian translation., Peteris Krisjanis
  • [empathy: 8/8] Merge remote-tracking branch 'gulic/buttons-668464', Danielle Madeley
  • [empathy: 7/8] Toolbar and Treeview merged, Danielle Madeley
  • [empathy: 6/8] Remove size group from Blocked Contacts dialog, Danielle Madeley
  • [empathy: 5/8] Server field expanded, Danielle Madeley
  • [empathy: 4/8] IRC network dialog: use the use the right style for the buttons, Danielle Madeley
  • [empathy: 3/8] status preset dialog: use the right style for the remove button, Danielle Madeley
  • [empathy: 2/8] favorite chatrooms dialog: use the right style for the remove button, Danielle Madeley
  • [empathy: 1/8] contact-blocking-dialog: use the right style for the remove button, Danielle Madeley
  • [empathy] (8 commits) ...Merge remote-tracking branch 'gulic/buttons-668464', Danielle Madeley
  • [nautilus] Updated Latvian translation., Peteris Krisjanis
  • [nautilus-sendto] Updated Latvian translation., Peteris Krisjanis
  • [network-manager-applet] Updated Latvian translation., Peteris Krisjanis
  • [vino] Updated Latvian translation., Peteris Krisjanis
  • [gnome-user-docs] Add topics to the Makefile.am file., Julita Inca
  • [zenity] Updated Latvian translation., Peteris Krisjanis
  • [gnome-user-docs] Add and write topic in the question section., Julita Inca
  • [orca] Updated Latvian translation., Peteris Krisjanis
  • [gcompris] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-system-monitor] Updated Latvian translation., Peteris Krisjanis
  • [gdk-pixbuf] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-user-docs] Edit introuction of Documents., Julita Inca
  • [gnome-control-center] Updated Latvian translation., Peteris Krisjanis
  • [ostree] ostbuild: Add preserve_net config option, Colin Walters
  • [gnome-games] Updated French doc translation, Bruno Brouard
  • [gimp] app: fix header in gimpoperationbrightnesscontrast.[ch], Mikael Magnusson
  • [empathy] [l10n] Updated Italian translation, Milo Casagrande
  • [seahorse] [l10n] Finally updated Italian translation, Milo Casagrande
  • [seahorse/gnome-3-4] [l10n] Finally updated Italian translation, Milo Casagrande
  • [evolution] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [seahorse/gnome-3-4] [l10n] Updated Italian translation, Milo Casagrande
  • [seahorse] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-web-www/wptest] moved some jsfiles around for new friends20 donation form, Christy Eller
  • [gnumeric] tests: new tests., Morten Welinder
  • [jhbuild] apps-3.4: Use gnome-3-4 branch of seahorse, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] core-3.4: Use gnome-3-4 branch of gnome-online-accounts, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-icon-theme-symbolic] bounding box issue again., Jakub Steiner
  • [gnome-web-www/wptest] deleted some conflicting css for friends20, Christy Eller
  • [gimp] app: initialize also GimpRGB's alpha component, Massimo Valentini
  • [gimp] app: initialize all members of a GimpAnchor, Massimo Valentini
  • [gimp] app: initialize a GtkTreeIter, Massimo Valentini
  • [gnome-web-www/wptest] added js and images for friends20, Christy Eller
  • [gnome-icon-theme-symbolic] Fix the bounding box fill, Jakub Steiner
  • [gnome-shell] main: Ignore some modifiers when matching events to keybindings, =?utf-8?q?Florian_M=C3=BCllner?=
  • [mutter] display: Add accessor function for ignored_modifier_mask, =?utf-8?q?Florian_M=C3=BCllner?=
  • [epiphany-extensions] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-web-www/wptest] called import of css sheets for friends20, Christy Eller
  • [drwright] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evolution-mapi] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-terminal/wip/newsearch] Add new search widget, Ignacio Casal Quinteiro
  • [gnome-terminal] Created branch wip/newsearch, Ignacio Casal Quinteiro
  • [gnome-web-www/wptest] added new files for friends20 css, Christy Eller
  • [releng] Release 3.3.91, Colin Walters
  • [gnome-user-docs] Edit supported formats by documents., Julita Inca
  • [gimp/pippin/goat-invasion] app: use gegl: prefix for ops, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gtk-vnc] Add Alexandre Rostovtsev to AUTHORS, Daniel P . Berrange
  • [gtk-vnc] tools/gvnccapture: unbreak pod syntax, Daniel P . Berrange
  • [gtk-vnc] Ensure syntax-check files are included in dist, Daniel P . Berrange
  • [gtk-vnc] Change the way header files are handled by automake, Daniel P . Berrange
  • [evolution] Assamese translation completed, Nilamdyuti Goswami
  • [linux-user-chroot] Created tag v3, Colin Walters
  • [linux-user-chroot] Release v3, Colin Walters
  • [gimp/pippin/goat-invasion] app: move new get_buffer() functions around; some general cleanup, Michael Natterer
  • [linux-user-chroot] newnet: Improve docs some more, Colin Walters
  • [linux-user-chroot] newnet: Use correct argv for child, Colin Walters
  • [gnome-shell] remoteSearch: fix scope of a variable, Stefano Facchini
  • [gnome-bluetooth] wizard: Add more debug output when fetching PIN, Bastien Nocera
  • [epiphany] Deleted branch wip/history-window, Claudio Saavedra
  • [epiphany] Deleted branch history-rewrite-second, Claudio Saavedra
  • [linux-user-chroot] docs: Add README.newnet, tweak README a bit, Colin Walters
  • [mutter] default plugin: animate minimization to icon geometry, Owen Taylor
  • [gnome-control-center] mouse: Don't enable two-finger scrolling based on width, Bastien Nocera
  • [epiphany] Deleted branch wip/frecency, Xan Lopez
  • [epiphany/wip/frecency: 7/7] history: remember visit types, Xan Lopez
  • [epiphany/wip/frecency: 6/7] history: generate gtypes for the history types, Xan Lopez
  • [epiphany/wip/frecency: 5/7] lib: link to the internal libraries instead of copying source files, Xan Lopez
  • [epiphany/wip/frecency: 4/7] ephy-private: add missing header, Xan Lopez
  • [epiphany/wip/frecency: 3/7] ephy-web-view: fix indentation, Xan Lopez
  • [epiphany/wip/frecency: 2/7] ephy-web-view: remove useless includes, Xan Lopez
  • [epiphany/wip/frecency: 1/7] ephy-web-view: move header to the new coding style, Xan Lopez
  • [epiphany] (7 commits) Created branch wip/frecency, Xan Lopez
  • [gdk-pixbuf] Updated British English translation, Bruce Cowan
  • [libgnome-media-profiles] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-online-accounts] Updated British English translation, Bruce Cowan
  • [gnome-system-log] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [zenity] Updated British English translation, Bruce Cowan
  • [gnome-search-tool] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-nettool] Updated British English translation, Bruce Cowan
  • [linux-user-chroot] linux-user-chroot-newnet: New optional helper program, Colin Walters
  • [gnome-bluetooth] Updated British English translation, Bruce Cowan
  • [gnome-font-viewer] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-dictionary] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-shell-design] muting a conversation to avoid banners, Jakub Steiner
  • [evince] Updated British English translation, Bruce Cowan
  • [gtksourceview] Updated British English translation, Bruce Cowan
  • [metacity] Updated British English translation, Bruce Cowan
  • [gucharmap] Updated British English translation, Bruce Cowan
  • [yelp-xsl] Updated British English translation, Bruce Cowan
  • [gnumeric] ods: share expressions also during load., Morten Welinder
  • [gimp/pippin/goat-invasion] lie about gamma to gegl, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] imagemap: unref buffers as soon as possible, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] make gimp_drawable_apply_operation use the TileManager buffer backend, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp/pippin/goat-invasion] add a util call to get the geglbuffer for a drawable, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [clutter] Install clutter-version.h, Stefano Facchini
  • [gtk+] gtk: Prefer group-0 keycodes, Bastien Nocera
  • [gedit-code-assistance] Added units for border-width gcp style, Jesse van den Kieboom
  • [gedit-code-assistance] Moved backends to peas based plugin system, Jesse van den Kieboom
  • [seahorse/gnome-3-4] Updated Latvian translation., Peteris Krisjanis
  • [gnome-settings-daemon] wacom: Add README about configuration storage, Bastien Nocera
  • [ostree] manifest: Move ostree back to master branch from git, Colin Walters
  • [evolution-kolab/ek-wip-porting: 14/14] KolabMailImapClient: fixed the Camel settings and service handling, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 13/14] KolabMailInfoDb: cleaned up dead code, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 12/14] KolabSettingsHandler: added a Camel cache directory char field, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 11/14] CamelKolabSession: fixups for authentication, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 10/14] libekolab: added (transient) utility functions for account UIDs, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 9/14] libekolabutil: added some defines, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 8/14] CamelKolabIMAPXStore, CamelKolabIMAPXServer: moved metadata code, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 7/14] IMAPX: cleanups in CamelIMAPXExtdFolder, CamelIMAPXExtdStore, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (14 commits) ...KolabMailImapClient: fixed the Camel settings and service handling, Christian Hilberg
  • [gjs] Reference GjsCallbackTrampoline during callbacks to JS, Owen Taylor
  • [gegl] code cleanups - move an unref to where it is meant to be, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [ostree] gnomeos: Move gnomeos/yocto into poky tree, Colin Walters
  • [gnome-online-accounts] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [orca] Sanity check that we have a desktop to get before we attempt to get its apps., Joanmarie Diggs
  • [gtk+] win32: Fix up toolbar rendering on XP, Alexander Larsson
  • [gtk+] win32: Fixup XP version of menu radio/checks, Alexander Larsson
  • [mutter] Fix move-to-corner keybindings, Owen Taylor
  • [gnome-system-monitor] Assamese translation completed, Nilamdyuti Goswami
  • [totem-pl-parser] lib: Handle RSS feeds for video sites, Bastien Nocera
  • [rygel] tracker: Clean-up alternative property keys, Jens Georg
  • [rygel] playbin: Emit LastChange when duration is known, Jens Georg
  • [orca] Tweak to the fix for Gecko combo boxes., Joanmarie Diggs
  • [gnome-shell-design/message-tray-redesign] fix, Jakub Steiner
  • [orca] Fix for bug 659839 - Gecko combobox selection is no longer presented, Joanmarie Diggs
  • [damned-lies] Don't escape diff content in freeze notification message, Claude Paroz
  • [epiphany] ephy-web-view: remove stale code, Xan Lopez
  • [nautilus] view: improve scroll-zooming for smooth scrolling devices, Stefano Facchini
  • [banshee] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [damned-lies] Refactor stats tests to not require a live git checkout, Claude Paroz
  • [gnome-shell-design/message-tray-redesign] simple notifications list, Jakub Steiner
  • [gnome-shell-design] Created branch message-tray-redesign, Jakub Steiner
  • [nautilus] pathbar: make dragging from toolbar work again, Cosimo Cecchi
  • [clutter] Dist clutter-version.h, Chun-wei Fan
  • [clutter] clutter-master-clock.c: Set frame_budget conditionally, Chun-wei Fan
  • [cogl] cogl.symbols: Cleanup, Chun-wei Fan
  • [tbo] Added Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [cogl] Revert "cogl.symbols: Reinstate cogl2_clip_push_from_path", Chun-wei Fan
  • [pdfmod] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [seahorse/gnome-3-4] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-shell] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gtk+] Convert to unix line endings, Alexander Larsson
  • [gtk+] win32: Fix up notebook theming a bit, Alexander Larsson
  • [cheese/camerabin2] gitignore: ignore help/*.stamp files, Oleksij Rempel
  • [ostree] ostbuild: Re-unify into one snapshot.json file, Colin Walters
  • [ostree] ostbuild: Rename manifest for clarity, Colin Walters
  • [ostree] ostbuild: Rework again, split into components.json and targets.json, Colin Walters
  • [ostree] manifest: Drop duplicated components (oops!), Colin Walters
  • [ostree] ostbuild: Only check out source if we need to, Colin Walters
  • [ostree] ostbuild: Ensure we enable soup-gnome for ostree, Colin Walters
  • [ostree] ostbuild: Stop generating git mirror config, Colin Walters
  • [ostree] ostbuild: Further work on regenerating a snapshot from a compose, Colin Walters
  • [ostree] ostbuild: Change to name-prefix and base-prefix in manifest, Colin Walters
  • [ostree] ostbuild: Switch to composing via checkouts+commit, Colin Walters
  • [ostree] ostbuild: Stop using "compose" to make buildroots, Colin Walters
  • [ostree] ostbuild: Drop "commit-artifacts" builtin, Colin Walters
  • [ostree] ostbuild: Kill "autodiscover-meta", Colin Walters
  • [ostree] ostbuild: Adapt "status" to expanded manifest, Colin Walters
  • [ostree] ostbuild: Adapt "build" to newly updated expanded manifest, Colin Walters
  • [ostree] ostbuild: Write out separate arch-component snapshots, Colin Walters
  • [ostree] ostbuild: 'checkout' command now also applies patches, Colin Walters
  • [ostree] ostbuild: Pull patches from specified patches git repository, Colin Walters
  • [ostree] ostbuild: Change metadata keys for artifacts, Colin Walters
  • [ostree] ostbuild: Copy snapshot JSON into artifact trees, Colin Walters
  • [ostree] ostbuild: Sort keys in JSON snapshot, Colin Walters
  • [ostree] ostbuild: Rename build manifest to "snapshot.json", Colin Walters
  • [ostree] ostbuild: Move more intelligence into chroot-compile-one, Colin Walters
  • [baobab] Updated British English translation, Bruce Cowan
  • [mutter] Updated British English translation, Bruce Cowan
  • [cogl] cogl.symbols: Reinstate cogl2_clip_push_from_path, Chun-wei Fan
  • [gnome-online-accounts] google: Change how the show_account method displays information, Debarshi Ray
  • [gnome-online-accounts] google: Change how the "Identity" is shown is for an account, Debarshi Ray
  • [gedit] Updated British English translation, Bruce Cowan
  • [nautilus] view: threshold the delta information when scroll-zooming, Cosimo Cecchi
  • [gnome-screenshot] Updated British English translation, Bruce Cowan
  • [gnome-online-accounts] Created branch gnome-3-4, Debarshi Ray
  • [cheese] Deleted branch camerabin, Oleksij Rempel
  • [cheese] Created branch camerabin2, Oleksij Rempel
  • [glade] Updated British English translation, Bruce Cowan
  • [glade/glade-3-12] Updated British English translation, Bruce Cowan
  • [gtk+] win32: Use a separate css file for xp, Alexander Larsson
  • [gtk+] win32: Bump up padding on entry and button, Alexander Larsson
  • [gtk+] win32: Fix up notebook themeing, Alexander Larsson
  • [gnome-keyring] Updated British English translation, Bruce Cowan
  • [baobab] Fix help link, Jeremy Bicha
  • [network-manager-applet] Updated British English translation, Bruce Cowan
  • [gvfs] Updated British English translation, Bruce Cowan
  • [gnome-shell] Updated British English translation, Bruce Cowan
  • [gimp] app: create an own GimpOperationBrightnessContrast, Michael Natterer
  • [gnome-documents] Updated British English translation, Bruce Cowan
  • [gnome-boxes] Added British English translation, Bruce Cowan
  • [gimp] Deleted branch pippin/goat-invasion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp] app: the usual formatting cleanup in GimpTileBackendTileManager, Michael Natterer
  • [nautilus] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-contacts] Updated British English translation, Bruce Cowan
  • [glib] Updated British English translation, Bruce Cowan
  • [cogl] cogl-matrix-stack: fix use after free in matrix stack., Robert Bragg
  • [cogl] cogl-glyph-cache: fix use of uninitialised value., Robert Bragg
  • [gnome-user-docs] Fixed typo in string, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-user-docs] net-fixed-ip-address: Add link to net-what-is-ip-address, Shaun McCance
  • [gimp/pippin/goat-invasion] imagemap: use GeglBuffer instead of TileManager, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gimp] Created branch pippin/goat-invasion, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [epiphany] ephy-embed: cancel the pending history queries during finalize, Claudio Saavedra
  • [epiphany] ephy-history-service: make the async API cancellable, Claudio Saavedra
  • [gtk+] Use gdk_event_triggers_context_menu() instead of checking for event->button == 3, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gtk+] Use GDK symbolic names for button numbers, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gimp] tests: update API usage of gimptilebackendtilemanager test, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gnome-user-docs] backup-why: Fixed typo, #671978, Shaun McCance
  • [yelp-xsl] mal2html-links: Use apply page styles to links for topics, Shaun McCance
  • [evolution-ews/gnome-2-28] Implement GetFolder request. Refactor the code to request for additional properties., Punit Jain
  • [evolution-ews/gnome-2-28] Bug #665065 - Updates changed items forever, Punit Jain
  • [evolution-ews/gnome-2-28] Bug 664637 - Deleted messages appear in Inbox, Punit Jain
  • [evolution-ews/gnome-2-28] Bug 656376 - Support for delegation, Punit Jain
  • [gedit] Don't list the action groups in the middle of the file it creates issues, Sebastien Bacher
  • [gimp] gimptilebackendtilemanager: add utility call to construct buffer, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [mobile-broadband-provider-info] pk: add CDMA provider WorldCall Wireless (lp: #939828) (bgo #671015), =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [gtk+] Updated Brazilian Portuguese translation, Jonh Wendell
  • [release-notes/gnome-3-4] Add latest items added to wikipage, Andre Klapper
  • [release-notes/gnome-3-4] Link to screenshot guidelines though I might ignore them, Andre Klapper
  • [mobile-broadband-provider-info] nl: mark T-Mobile as the primary provider for MCC/MNC 204/16 (rh #671372), =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [evolution-ews/gnome-2-28] Fixing an error in previous patch applied, Punit Jain
  • [gnome-games] Update documentation as per latest menu changes, Andre Klapper
  • [mobile-broadband-provider-info] ru: update Russian Megafon provider (bgo #671823), =?utf-8?b?SmnFmcOtIEtsaW1lxaE=?=
  • [gedit-latex] use combined toolbar by default, John Stowers
  • [gedit-latex] language model: support cleverref, John Stowers
  • [gnome-settings-daemon] Simplify previous commit, Martin Pitt
  • [gnome-boxes] Updated Persian Translations, Arash Mousavi
  • [gnome-specimen] Updated Korean translation, Changwoo Ryu
  • [gegl] update contribute doc, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [rhythmbox] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gimp] GimpTileBackendTileManager: make it work, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [empathy: 2/2] Merge remote-tracking branch 'em/trivia', Guillaume Desmottes
  • [empathy: 1/2] Explain how to load custom GStreamer plugins, Guillaume Desmottes
  • [empathy] (2 commits) ...Merge remote-tracking branch 'em/trivia', Guillaume Desmottes
  • [gegl] node: serialize computed emits, =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] write-buffer: make the node of write-buffer emit computed events., =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [gegl] op/multiply.c: update autogenerated file (why is it in git anyways?), =?utf-8?b?w5h5dmluZCBLb2zDpXM=?=
  • [empathy] individual-menu: only use 'gnome-contacts' with individuals from Folks, Guillaume Desmottes
  • [empathy] Revert "remove empathy-individual-information-dialog", Guillaume Desmottes
  • [evolution-ews/gnome-2-28] Bug #664116 - Fetch URL doesn't always work, Punit Jain
  • [gtkmm] TreeView: Work around a HP-UX aCC compiler error., Murray Cumming
  • [gtkmm-documentation] Created tag 3.3.18, Murray Cumming
  • [gtkmm-documentation] 3.3.18, Murray Cumming
  • [aisleriot/gnome-3-2] Updated Slovak translation, =?utf-8?q?Pavol_=C5=A0imo?=
  • [aisleriot] Updated Slovak translation, =?utf-8?q?Pavol_=C5=A0imo?=
  • [gnome-bluetooth] Updated Thai translation., Theppitak Karoonboonyanan
  • [gtkmm] RGBA: set_grey(), set_grey_u(): Correct the default alpha values., Murray Cumming
  • [gtk+] Updated Danish translation of the properties, Kenneth Nielsen
  • [gimp] INSTALL: Mention Ghostscript next to libgs, Mukund Sivaraman
  • [gimp] INSTALL: Use our canonical way of writing plug-in, Mukund Sivaraman
  • [epiphany] ephy-history-view: open pages in a new tab on middle click, Claudio Saavedra
  • [epiphany] ephy-history-view: add row-middle-clicked signal, Claudio Saavedra
  • [anjuta] Updated Thai translation., Theppitak Karoonboonyanan
  • [glib] Updated Danish translation, Kenneth Nielsen
  • [clutter] Updated Danish translation, Kenneth Nielsen
  • [anjuta] Updated Danish translation, Kenneth Nielsen
  • [accerciser] Updated Danish translation, Kenneth Nielsen
  • [mutter] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-games] Updated Slovak translation, =?utf-8?q?Pavol_=C5=A0imo?=
  • [gnumeric] Update goffice requirement., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [gnomeweb-wml] fog: Updating donors, Emmanuele Bassi
  • [atk] Malayalam translations updated by Anish, Praveen Arimbrathodiyil
  • [cheese/cheese-next] Stop warnings caused by the mode buttons, David King
  • [gimp-web] downloads: Linux is GNU/Linux really, Alexandre Prokoudine
  • [mutter] theme-viewer: Fix invisible borders, Jasper St . Pierre
  • [mutter] display: Add signals for plugins to know when a grab op begins/ends, Jasper St . Pierre
  • [gcompris] geo_country: added china countries., Bruno Coudoin
  • [gcompris] goe_country: minor removed sound background.ogg, Bruno Coudoin
  • [gcompris] geography: fixed reference to audio files for sudan and congo., Bruno Coudoin
  • [gcompris] instruments-activity: minor, typo fixed., Bruno Coudoin
  • [gnumeric] xls: export sets., Morten Welinder
  • [gnome-games] Even glchess makes use of librsvg-2.0 now so make it compulsary, Chandni Verma
  • [gtk+] Avoid infinite recursion when removing a grab, Matthias Clasen
  • [gnome-games] Deleted branch make-librsvg-compulsary-671925, Chandni Verma
  • [gnome-games/make-librsvg-compulsary-671925] Even glchess makes use of librsvg-2.0 now so make it compulsary, Chandni Verma
  • [gnome-games] Created branch make-librsvg-compulsary-671925, Chandni Verma
  • [gnome-user-docs] keyboard-cursor-blink: Changed some wording back for consistency, Shaun McCance
  • [gnome-documents] application: use addDocumentFromCursor to inesrt the preview item, Cosimo Cecchi
  • [gnome-documents] view: trivial cleanup, Cosimo Cecchi
  • [gnome-documents] embed: don't fire a flashspot at startup, Cosimo Cecchi
  • [gnome-documents] tracker-controller: perform count query after refresh, Cosimo Cecchi
  • [gnome-documents] application: set overview window mode from application activation, Cosimo Cecchi
  • [gnome-documents] tracker-controller: don't start automatically at construction, Cosimo Cecchi
  • [gnome-web-www/wptest] added all files for Andreas' new friends donation form, Christy Eller
  • [gcompris/voices] voices: a bunch of file renames to fix naming errors., Bruno Coudoin
  • [gcompris/voices] voices: a lot of fixes in the names of files., Bruno Coudoin
  • [gtk+/wip/events: 19/19] tests: Update testgestures example for new widget APIs, Benjamin Otte
  • [gtk+/wip/events: 18/19] xxx: testgestures for pinch/pan, Benjamin Otte
  • [gtk+/wip/events: 17/19] gdk: Add debug printout for adding axes, Benjamin Otte
  • [gtk+/wip/events: 16/19] API: widget: Change recognizer addition/removal API, Benjamin Otte
  • [gtk+/wip/events: 15/19] tests: Update testgestures example for pinch/pan gesture., Benjamin Otte
  • [gtk+/wip/events: 14/19] API: Add a pinch/pan/rotate gesture, Benjamin Otte
  • [gtk+/wip/events: 13/19] eventtracker: Redo list implementation, Benjamin Otte
  • [gtk+/wip/events: 12/19] tests: Add a simple test for gestures, Benjamin Otte
  • [gtk+/wip/events: 11/19] API: gtk: Add a swipe gesture, Benjamin Otte
  • [gtk+/wip/events: 10/19] gtk: Add sequence trackers, Benjamin Otte
  • [gtk+/wip/events: 9/19] gtk: Invoke trackers and recognizers, Benjamin Otte
  • [gtk+/wip/events: 8/19] API: widget: Add API for adding recognizers, Benjamin Otte
  • [gtk+/wip/events: 7/19] docs: Add docs for event recognizers, Benjamin Otte
  • [gtk+/wip/events: 6/19] API: Add the basics of the event recognizer implementation, Benjamin Otte
  • [gtk+/wip/events: 5/19] API: gdk: Add GdkAxisUse entries for relative axes, Benjamin Otte
  • [gtk+/wip/events: 4/19] x11: Use the new event sequence to store axis values, Benjamin Otte
  • [gtk+/wip/events: 3/19] gdk: Make event sequences real objects, Benjamin Otte
  • [gtk+/wip/events: 2/19] gdk: Move GdkEventSequence declaration, Benjamin Otte
  • [gtk+/wip/events: 1/19] API: gdk: Add gdk_device_get_axis_label(), Benjamin Otte
  • [gtk+] (19 commits) Created branch wip/events, Benjamin Otte
  • [gnome-web-www/wptest] renamed step2, Christy Eller
  • [gimp] devel-docs: update ftp directory in release-howto.txt, Michael Natterer
  • [evolution-exchange] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-boxes] Added Hungarian translation, Gabor Keleman
  • [gnome-boxes] Add hu to LINGUAS, Gabor Keleman
  • [gimp] configure: bump version to 2.7.6, Michael Natterer
  • [gimp-web] downloads: add 2.7.5, Michael Natterer
  • [network-manager-applet] connection-editor: Fix reparenting of GtkBuilder widgets, Dan Winship
  • [network-manager-applet] Fix use of GError, Dan Winship
  • [network-manager-applet] Use the new typed nm_connection_get_setting_*() methods, Dan Winship
  • [gimp] Created tag GIMP_2_7_5, Michael Natterer
  • [glade/glade-3-12] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [glade] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [gdl] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [empathy] Deleted branch call1, Danielle Madeley
  • [gnome-contacts] l10n: updated Italian translaion, Luca Ferretti
  • [network-manager-applet] Deleted branch wimax, Dan Williams
  • [network-manager-applet] Deleted branch rm-userset, Dan Williams
  • [gimp] gimp-splash: less irregular mesh gradient grid, Alexandre Prokoudine
  • [gnome-documents] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [network-manager-vpnc] po: fix "Use hybrid authentication" translation for some languages, Dan Williams
  • [network-manager-vpnc/NM_0_8] po: fix "Use hybrid authentication" translation for some languages, Dan Williams
  • [network-manager-vpnc/NM_0_8] trivial: fix spelling in UI, Dan Williams
  • [gnomeweb-wml] fog: Update the list of donors for 2012, Emmanuele Bassi
  • [pygobject/pygobject-2-28] gio-types.defs: change some enums to flags, Ryan Lortie
  • [glib] GSocketMsgFlags: annotate as a flags, Ryan Lortie
  • [accerciser] Updated Catalan translation, David Planella
  • [gnome-shell] Updated Catalan translation, David Planella
  • [gnome-screenshot] Updated Catalan translation, David Planella
  • [gnome-packagekit] Updated Catalan translation, David Planella
  • [gnome-bluetooth] Updated Catalan translation, David Planella
  • [eog] Updated Catalan translation, David Planella
  • [glib-networking] Updated Catalan translation, David Planella
  • [cheese] Updated Catalan translation, David Planella
  • [gimp] AUTHORS: regenerated, Michael Natterer
  • [gnome-web-www/wptest] added all files for friends pages donation form, Christy Eller
  • [gnome-web-www/wptest] added css for friends pages donation form, Christy Eller
  • [gnome-settings-daemon] daemon: Support explicitly setting G_MESSAGES_DEBUG, Bastien Nocera
  • [rhythmbox] artsearch: fix typo in local search (bug #671950), Jonathan Matthew
  • [seahorse/gnome-3-4] Updated Latvian translation again., Peteris Krisjanis
  • [gimp] Sort authors.xml, Mikael Magnusson
  • [seahorse] Updated Latvian translation again., Peteris Krisjanis
  • [gnome-user-docs] Fix Bug 671935. Correct a menu label., Jiro Matsuzawa
  • [gnome-web-www/wptest] added step 2 to donation form for friends pages, Christy Eller
  • [f-spot] Clean up some warnings, Stephen Shaw
  • [f-spot] Convert all project files to mono/.net 3.5, Stephen Shaw
  • [seahorse] Updated Latvian translation., Peteris Krisjanis
  • [gnome-documents] view: simplify code, Cosimo Cecchi
  • [evolution-data-server] Updated Latvian translation., Peteris Krisjanis
  • [evolution] Updated Latvian translation., Peteris Krisjanis
  • [libgdata] build: Fix NEWS entry for 0.11.1, Philip Withnall
  • [gnome-screenshot] Updated French translation, Bruno Brouard
  • [gnome-themes-standard] Style "not-found" search entry, Paolo Borelli
  • [evolution/gnome-3-2] Updated Slovak translation, =?utf-8?q?Pavol_=C5=A0imo?=
  • [gthumb] added librsvg libs to gthumb, Paolo Bacchilega
  • [gthumb] always compile the cairo png loader, Paolo Bacchilega
  • [evolution] Updated Slovak translation, =?utf-8?q?Pavol_=C5=A0imo?=
  • [nautilus] build: remove unused --enable-profiler build option, Cosimo Cecchi
  • [gucharmap] [l10n] Updated Italian translation, Milo Casagrande
  • [gnote/stable-0.8] Remove use of GtkStyle, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [nautilus] properties-window: ellipsize the Type field, Cosimo Cecchi
  • [gimp] Add new contributors for 2.8, Mikael Magnusson
  • [gimp] Update last-active fields for known contributors for 2.8, Mikael Magnusson
  • [network-manager-applet] [l10n] Updated Italian translation, Milo Casagrande
  • [gnote] Include glibmm/main.h to syncmanager.hpp, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Remove use of GtkStyle, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Remove gdk locks around g_application_run, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [baobab] Small corrections in the Hungarian help translation, Gabor Keleman
  • [zenity] [l10n] Updated Italian translation, Milo Casagrande
  • [nautilus] pathbar: refresh label size request every time it changes, Cosimo Cecchi
  • [nautilus] pathbar: don't set use-markup before resetting the label, Cosimo Cecchi
  • [gnome-games] Updated French translation, Bruno Brouard
  • [gnumeric] xls: export graph object header with new escher code. Export name., Morten Welinder
  • [nautilus-actions] tools/release-tarball.sh: fix stable attribute computing, Pierre Wieser
  • [nautilus-actions] configure.ac: post release version bump, Pierre Wieser
  • [eog] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [cheese/cheese-next] Show a timer when recording a video, Patricia Santana Cruz
  • [gnome-documents] main-view: clear selection when we exit selection mode, Cosimo Cecchi
  • [gnome-documents] main-view: move view-selection-changed to GdMainView, Cosimo Cecchi
  • [gnome-documents] view: keep controller selection list in sync with the model, Cosimo Cecchi
  • [gnome-documents] global: factor out an initSearch() method, Cosimo Cecchi
  • [gnome-documents] search-provider: don't initialize a TrackerController, Cosimo Cecchi
  • [gnome-documents] search-provider: implement the interface asynchronously, Cosimo Cecchi
  • [gnome-documents] search-provider: use a fixed icon size for search results, Cosimo Cecchi
  • [gnome-documents] application: move miner ownership from TrackerController to Application, Cosimo Cecchi
  • [evolution-kolab] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [cheese/cheese-next: 4/4] Avoid overwriting errors in CheeseCamera, David King
  • [cheese/cheese-next: 3/4] Move variable declarations before code in C source, David King
  • [cheese/cheese-next: 2/4] Add documentation for cheese_camera_set_tags, David King
  • [cheese/cheese-next: 1/4] Add some metadata tags to produced files, David King
  • [cheese] (4 commits) Created branch cheese-next, David King
  • [cheese] Deleted branch cheese-next, David King
  • [cheese] Avoid gtk_main_quit warning on exit, David King
  • [gimp] data: Splash image by Alexandre Prokuldine, Alexia Death
  • [gnome-shell] boxpointer: Prevent spurious input events while animating, Rui Matos
  • [gnumeric] xls: export chart legends with style., Morten Welinder
  • [gnumeric] tests: internal switch to keep temp files., Morten Welinder
  • [gnumeric] xls: self check code., Morten Welinder
  • [glade/glade-3-12] Updated French translation, Bruno Brouard
  • [glade] Updated French translation, Bruno Brouard
  • [gimp] app: use G_GUINT64_FORMAT to print guint64, Michael Natterer
  • [gimp] Fix obligatory typo, Mikael Magnusson
  • [balsa] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp] NEWS: updates, Michael Natterer
  • [gimp] app: remove another bunch of one-line GtkTables, Michael Natterer
  • [gimp] devel-docs: updated so the latest additions and changes show up, Michael Natterer
  • [gnoduino] Added Korean translation, Changwoo Ryu
  • [empathy] Updated Brazilian Portuguese translation by Antonio Fernandes C. Neto <fernandesn gnome org> and mys, Djavan Fagundes
  • [devhelp] Updated Persian Translations, Arash Mousavi
  • [devhelp] Added Persian Translations, Arash Mousavi
  • =?utf-8?q?=5Bevolution=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-games=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-packagekit=5D_Updated_Norwegian_bokm=C3=A5l_translatio?= =?utf-8?q?n?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-settings-daemon=5D_Updated_Norwegian_bokm=C3=A5l_trans?= =?utf-8?q?lation?=, Kjartan Maraas
  • [clutter] Updated Brazilian Portuguese translation, Djavan Fagundes
  • =?utf-8?q?=5Bgnome-screenshot=5D_Updated_Norwegian_bokm=C3=A5l_translatio?= =?utf-8?q?n?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-shell=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gnome-boxes] Raise minimum gudev version required, Christophe Fergeau
  • =?utf-8?q?=5Bmutter=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [planner] Migrate from configure.in to configure.ac, Alexandre Franke
  • [nautilus] Assamese translation completed, Nilamdyuti Goswami
  • =?utf-8?q?=5Bnetwork-manager-applet=5D_Updated_Norwegian_bokm=C3=A5l_tran?= =?utf-8?q?slation?=, Kjartan Maraas
  • =?utf-8?q?=5Byelp=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-keyring=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-control-center=5D_Updated_Norwegian_bokm=C3=A5l_transl?= =?utf-8?q?ation?=, Kjartan Maraas
  • =?utf-8?q?=5Bgnome-documents=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gnome-boxes] Added Persian Translations, Arash Mousavi
  • [planner] Remove obsolete MAINTAINERS file, Alexandre Franke
  • =?utf-8?q?=5Bgedit=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gthumb] fixed compilation when libtiff is not available, Paolo Bacchilega
  • =?utf-8?q?=5Bepiphany=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [metacity] Updated Swedish translation, Daniel Nylander
  • =?utf-8?q?=5Beog=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [mutter] Updated Swedish translation, Daniel Nylander
  • =?utf-8?q?=5Bempathy=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [planner] Fix build with ld --as-needed, Alexandre Franke
  • =?utf-8?q?=5Bglib=5D_Updated_Norwegian_bokm=C3=A5l_translation?=, Kjartan Maraas
  • [gnome-keyring] Updated Swedish translation, Daniel Nylander
  • [epiphany] Updated Swedish translation, Daniel Nylander
  • [gedit] Updated Swedish translation, Daniel Nylander
  • [anjuta] Updated Swedish translation, Daniel Nylander
  • [network-manager-applet] Updated Swedish translation, Daniel Nylander
  • [gnome-boxes] Correct openSUSE trademark owner, Zeeshan Ali Khattak
  • [evolution] Fix too large allocation for alert-bar in shell-content, Milan Crha
  • [gnome-games] Malayalam translation updated by Sadiq, Praveen Arimbrathodiyil
  • [java-libglom] Fix the tests build., Murray Cumming
  • [at-spi2-atk] Malayalam translation by Anish A, Praveen Arimbrathodiyil
  • [at-spi2-core] Malayalam translation by Anish, Praveen Arimbrathodiyil
  • [java-libglom] Adapt to the latest libglom API from git master., Murray Cumming
  • [empathy] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [glibmm] Glib::Threads::Private, Glib::Dispatcher: Delete Glib::DispatchNotifier., Kjell Ahlstedt
  • [glom] More signal reemitting simplification., Murray Cumming
  • [gnome-themes-standard] treeview: fix GtkTreeView separators colors on hover/backdrop, Cosimo Cecchi
  • [gnome-control-center] datetime: Fix broken time setting on 32-bit machines, Bastien Nocera
  • [gnumeric] sheet-style: fix problems with width/height in foreach_tile users., Morten Welinder
  • [mango] Some form letters improvements, thanks Allan Day., Andrea Veri
  • [gnumeric] Export style information attached to grids to ODF. Part of [#671461], Andreas J . Guelzow
  • [mango] foundation.gnome.org is gnome.org/foundation now., Andrea Veri
  • [gnome-documents] build: bump minimum gobject-introspection required version, Cosimo Cecchi
  • [gnome-devel-docs] Tutorials: weather application example for JavaScript, Susanna Huhtanen
  • [gnome-boxes] Correct Debian trademark owner, Zeeshan Ali Khattak
  • [gnome-user-docs] Replace "directory" with "folder"., Jiro Matsuzawa
  • [glom] Simplify code that just re-emits signals., Murray Cumming
  • [glom] Reduce use of the derived ComboBoxText., Murray Cumming
  • [clutter] Bump up the GDK dependency, Emmanuele Bassi
  • [mutter] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [cheese] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [anjuta] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [gnome-shell] Assamese translation completed, Nilamdyuti Goswami
  • [seahorse] Updated Hungarian translation, Gabor Keleman
  • [seahorse/gnome-3-4] Updated Hungarian translation, Gabor Keleman
  • [mutter] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-common] VTE has been converted to deprecation attributes, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [empathy] remove empathy-tp-contact-list, Guillaume Desmottes
  • [empathy] connection-managers: stop using tp_connection_manager_is_ready(), Guillaume Desmottes
  • [gtk+] Updated Russian translation, Yuri Myasoedov
  • [glom] Adjust some comments, Murray Cumming
  • [gnome-common] ATK has been converted to deprecation attributes, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [glom] Remove some unused member variables., Murray Cumming
  • [glom] Remove some virtual keywords, Murray Cumming
  • [atk] Add deprecation attributes to deprecated functions, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [epiphany] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [evolution-data-server] Fix regression after commit for bug #664186, Milan Crha
  • [gnome-panel] Assamese translation completed, Nilamdyuti Goswami
  • [jhbuild] core-deps-base-3.4: Bump poppler to 0.18.4. Fixes bug #671891, Andre Klapper
  • [glom] Document: Move XML utilities into a new file., Murray Cumming
  • [glom] Field: Removed deprecated methods., Murray Cumming
  • [empathy] Avoid clipping buttons in the call window, Guillaume Desmottes
  • [clutter] gdk: add new device types (GDK_SOURCE_TOUCHSCREEN, GDK_SOURCE_TOUCHPAD), Stefano Facchini
  • [orca] Do not treat "busy indicator" progress bars as progress bars with values, Joanmarie Diggs
  • [clutter] Updated Odia Translation, Manoj Kumar Giri
  • [libchamplain] Revert "Post release version bump", =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [gnome-packagekit] Assamese translation completed, Nilamdyuti Goswami
  • [empathy: 4/4] Merge remote-tracking branch 'em/fix-highlight-roundedness-671720', Guillaume Desmottes
  • [empathy: 3/4] Match the preview highlight roundedness with the video, Guillaume Desmottes
  • [empathy: 2/4] rounded-rectangle: use the 'draw' signal, Guillaume Desmottes
  • [empathy: 1/4] Make use of new Clutter macros to check API we are using, Guillaume Desmottes
  • [empathy] (4 commits) ...Merge remote-tracking branch 'em/fix-highlight-roundedness-671720', Guillaume Desmottes
  • [empathy] early return if accounts_dialog_model_get_selected_settings() returns NULL, Guillaume Desmottes
  • [gsettings-desktop-schemas] schemas: Update default background URI, Bastien Nocera
  • [gtk+] printing: Increase reference count for user data, =?utf-8?b?TWFyZWsgS2HFocOtaw==?=
  • [evolution-ews/gnome-2-28] Bug #648877 - Address completion gives mailbox name rather than contact name, Punit Jain
  • [orca] Handle errors seen when restarting gnome-shell, Joanmarie Diggs
  • [empathy] Mark strings for translation. https://bugzilla.gnome.org/show_bug.cgi?id=671875, Guillaume Desmottes
  • [gnome-documents] Assamese translation completed, Nilamdyuti Goswami
  • [orca] Handle (another) GError which prevents Orca from speaking menu items in Skype, Joanmarie Diggs
  • [gimp-help-2] Removed deprecated script., Roman Joost
  • [evolution-data-server] Updated Gujarati Translations, Sweta Kothari
  • [gnome-screenshot] Assamese translation completed, Nilamdyuti Goswami
  • [glom] LayoutItem_GroupBy: Add get and set methods for members., Murray Cumming
  • [glom] libglom: LayoutGroup: Remove deprecated remove_field() and has_field()., Murray Cumming
  • [evolution] Updated Hungarian translation, Gabor Keleman
  • [zenity] Assamese translation completed, Nilamdyuti Goswami
  • [yelp] Assamese translation completed, Nilamdyuti Goswami
  • [aisleriot] Updated Hungarian translation, Gabor Keleman
  • [evolution-ews/gnome-2-28] Bug 661537 - Crash in e_book_backend_sqlitedb_get_is_populated at e-book-backend-sqlitedb.c:1726, Punit Jain
  • [vino] Assamese translation completed, Nilamdyuti Goswami
  • [vinagre] Assamese translation completed, Nilamdyuti Goswami
  • [evolution-ews/gnome-2-28] Bug #657320 - Set/Modify Birthday of Contact, Punit Jain
  • [seahorse-plugins] Assamese translation completed, Nilamdyuti Goswami
  • [evolution-ews/gnome-2-28] Bug #661528 - g_ascii_strcasecmp: assertion `s2 != NULL' failed, Punit Jain
  • [evolution-ews/gnome-2-28] Bug #661972 - Crash in ews_book_remove_contact_cb at e-book-backend-ews.c:881, Punit Jain
  • [metacity] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-user-docs] Mouse and a11y keys pages marked review, Michael Hill
  • [empathy] add missing config.h in tests, Guillaume Desmottes
  • [empathy] update help/.gitignore, Guillaume Desmottes
  • [at-spi2-core] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [empathy] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-web-www/wptest] Add French translation, Claude Paroz
  • [orca] Handle GError which prevents Orca from speaking menu items in Skype, Joanmarie Diggs
  • [clutter] Add partial Finnish translation, Timo Jyrinki
  • [libgdata] Created tag LIBGDATA_0_11_1, Philip Withnall
  • [libgdata] Created tag LIBGDATA_0_10_2, Philip Withnall
  • [libgdata] build: Increment version to 0.11.2, Philip Withnall
  • [libgdata] Release version 0.11.1, Philip Withnall
  • [libgdata] core: Validate SSL certificates for all connections, Philip Withnall
  • [libgdata/libgdata-0-10] build: Increment version to 0.10.3, Philip Withnall
  • [libgdata/libgdata-0-10] Release version 0.10.2, Philip Withnall
  • [libgdata/libgdata-0-10] core: Validate SSL certificates for all connections, Philip Withnall
  • [libgdata/libgdata-0-10] build: Remove some #defines from gdata.symbols, Philip Withnall
  • [libgdata/libgdata-0-10] fix introspection for srcdir != builddir builds, Philip Withnall
  • [libgdata/libgdata-0-10] tests: Set G_MESSAGES_DEBUG when running tests, Philip Withnall
  • [libgdata/libgdata-0-10] core: Don't use deprecated GLib threading API if we have a recent GLib, Philip Withnall
  • [evolution-ews/gnome-2-28] Do not include glist.h header separately., Punit Jain
  • [gnome-terminal/gnome-3-4] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gtksourceview] More strict start of heredoc in Ruby, Jesse van den Kieboom
  • [evolution] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [eog] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [zenity] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [yelp-xsl] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [yelp] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [sushi] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [seahorse] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [orca] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [network-manager-applet] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [nautilus] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [mutter] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [libpeas] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gvfs] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gucharmap] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gtksourceview] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gtkhtml] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-video-effects] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-terminal] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-system-monitor] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-shell-extensions] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-shell] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-settings-daemon] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-screenshot] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-power-manager] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-packagekit] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-online-accounts] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-keyring] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-games] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gtk+] Updated Gujarati Translations, Sweta Kothari
  • [gnome-documents] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-disk-utility] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-dictionary] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-control-center] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-contacts] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-boxes] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gnome-bluetooth] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [glib-networking] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [glib] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [glade] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [gedit] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [evolution-ews/gnome-2-28] Changes accordingly compat layer for previous patch, Punit Jain
  • [gdm] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [evolution-ews/gnome-2-28] Use SHA256 of EWS ItemId for cache filename, not the ItemId itself., Punit Jain
  • [evolution-ews/gnome-2-28] Prefill Host URL when creating new account, Punit Jain
  • [gcalctool] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [file-roller] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [evolution-data-server] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [evince] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [epiphany] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [mutter] Assamese translation completed, Nilamdyuti Goswami
  • [devhelp] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [cheese] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [baobab] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [empathy] Revert dependency on champlain 0.14 to 0.12, Sjoerd Simons
  • [empathy] Don't use both AM_GNU_GETTEXT and IT_PROG_INTLTOOL, Sjoerd Simons
  • [at-spi2-atk] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [anjuta] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [alacarte] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [aisleriot] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [accerciser] Finnish translation update from http://l10n.laxstrom.name/wiki/Gnome_3.4 translation sprint, Timo Jyrinki
  • [metacity] Assamese translation completed, Nilamdyuti Goswami
  • [mousetweaks] Assamese translation completed, Nilamdyuti Goswami
  • [libwnck] Assamese translation completed, Nilamdyuti Goswami
  • [zenity] Updated Portuguese translation, Duarte Loreto
  • [gnome-user-docs] Fix links and add new format to doc list., Julita Inca
  • [gnome-user-docs] Edit the introduction and add some links., Julita Inca
  • [libpeas] Assamese translation completed, Nilamdyuti Goswami
  • [hamster-applet] Assamese translation completed, Nilamdyuti Goswami
  • [gucharmap] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-video-effects] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-terminal/gnome-3-4] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-online-accounts] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-nettool] Assamese translation completed, Nilamdyuti Goswami
  • [gnumeric] Import style information attached to grids from ODF. part of [#671461], Andreas J . Guelzow
  • [gnumeric] Do not show an icon for the range entry in the search dialog. [#671494], Andreas J . Guelzow
  • [gedit] Update Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-games] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [mutter] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [network-manager-applet] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-web-wppo] added ITS rules, Vinicius Scopel Depizzol
  • [glabels/vala] Incorporate field menu as submenu of color menu., Jim Evins
  • [gtk+/gtk-3-2] 3.2.4, Matthias Clasen
  • [gtk+/gtk-3-2] Update expected output, Matthias Clasen
  • [gtk+/gtk-3-2] grid: Work harder for tight homogeneous allocation, Matthias Clasen
  • [gtk+/gtk-3-2] x11: Simplify XI2 mods state, Matthias Clasen
  • [gtk+/gtk-3-2] x11: Correct GroupSwitch mask, Matthias Clasen
  • [gtk+/gtk-3-2] Correct Since: tag for gtk-application-prefer-dark-theme, Matthias Clasen
  • [gtk+/gtk-3-2] Init the InfoBar message_type to GTK_MESSAGE_OTHER, Matthias Clasen
  • [gtk+/gtk-3-2] xi2: Get the effective group state by ORing the XIGroupState values, Matthias Clasen
  • [gtk+/gtk-3-2] Bug 650693 - Drawing errors in column headers when adding new columns, Matthias Clasen
  • [gtk+/gtk-3-2] GtkNotebook: and another fix, Matthias Clasen
  • [gtk+/gtk-3-2] GtkNotebook: fix one child-notify emission, Matthias Clasen
  • [gtk+/gtk-3-2] GtkNotebook: emit child-notify::position on drag 'n drop reorder, Matthias Clasen
  • [gtk+/gtk-3-2] GtkNotebook: emit child-notify::position on page add/removal, Matthias Clasen
  • [gtk+/gtk-3-2] about-dialog: set proper spacing between columnns in credits section, Matthias Clasen
  • [gtk+/gtk-3-2] about-dialog: don't set a margin around the license area, Matthias Clasen
  • [gtk+/gtk-3-2] about-dialog: add a stroke around the credits area, Matthias Clasen
  • [gtk+/gtk-3-2] GtkNotebook: emit child-notify::position a few more times, Matthias Clasen
  • [gtk+/gtk-3-2] Bump version, Matthias Clasen
  • [gtk+/gtk-3-2] gtkactiongroup: clarify set_translation_domain docs, Matthias Clasen
  • [gtk+/gtk-3-2] Use larger screen for tests, Matthias Clasen
  • [gtk+/gtk-3-2] iconcache: Always check return value of find_image_offset., Matthias Clasen
  • [gtk+/gtk-3-2] GtkRecentManager: guess mime-type from filename when file doesn't exist, Matthias Clasen
  • [gtk+/gtk-3-2] Fix visibility notification event reporting, Matthias Clasen
  • [gtk+/gtk-3-2] Strip "Custom." prefix when getting default options from cups., Matthias Clasen
  • [gtk+] Created tag 3.2.4, Matthias Clasen
  • [gtk+/gtk-3-2] Add a few missing Since tags, Matthias Clasen
  • [gtk+/gtk-3-2] x11: Fix the _NET_SUPPORTING_WM_CHECK window fetch to be spec compliant, Matthias Clasen
  • [gtk+/gtk-3-2] GtkRange: fix resize-grip overlap handling, Matthias Clasen
  • [gtk+/gtk-3-2] GtkStatusbar: Fix resize-grip overlap calculation, Matthias Clasen
  • [gnome-boxes] Add Punjabi Translation (pa.po) and update LINGUAS file, Amanpreet Singh Alam
  • [latexila/gnome-3] File Browser: prefix attributes with "_", =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Symbols: expand, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Symbols: move stores init in a function, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Scrolled windows: set_policy() is now useless, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [jhbuild] core-3.4: bump dconf to 0.11.6, Ryan Lortie
  • [gjs] Don't pass the object as the first argument to a vfunc, Giovanni Campagna
  • [giggle] Do not use deprecated libebook api, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [glib-networking] Updated Portuguese translation, Duarte Loreto
  • [gdk-pixbuf] Updated Portuguese translation, Duarte Loreto
  • [glade/glade-3-12] Updated Portuguese translation, Duarte Loreto
  • [glib/glib-2-30] Bump version, Matthias Clasen
  • [glib] Created tag 2.30.3, Matthias Clasen
  • [glib/glib-2-30] 2.30.3, Matthias Clasen
  • [glib/glib-2-30] Fix distcheck, Matthias Clasen
  • [glade] Updated Portuguese translation, Duarte Loreto
  • [mutter] prefs: Handle the new META_PREF_DYNAMIC_WORKSPACES enum value, Rui Matos
  • [gnome-shell] modalDialog: Fix setting the initial key focus after the 1st time, Rui Matos
  • [gdl] Updated Portuguese translation, Duarte Loreto
  • [devhelp] Updated Portuguese translation, Duarte Loreto
  • [gnomeweb-wml] libchamplain: 0.12.2 release, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [accerciser] Updated Portuguese translation, Duarte Loreto
  • [baobab/wip/vala] Default to false for "exclude_mounts" argument in scan_directory, Stefano Facchini
  • [libchamplain] Created tag LIBCHAMPLAIN_0_12_2, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain] Don't generate vapi files during make distcheck, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain] Use vapi file generated by vala 0.15.2, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain] Call vapigen with --pkg cogl-pango-1.0, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] 0.12.2, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] Don't generate vapi files during make distcheck, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] Use vapi file generated by vala 0.15.2, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] Call vapigen with --pkg cogl-pango-1.0, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] It's the time of the year again..., =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] Add auxiliary script containing all the needed parameters to make a distribution, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] Distribute the python demos and marker images, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] Minor changes/cleanups in Python demos, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [libchamplain/libchamplain-0-12] Add Python champlain-gtk demo with markers, =?utf-8?b?SmnFmcOtIFRlY2hldA==?=
  • [gnome-backgrounds] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [gnome-backgrounds] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [baobab/wip/vala] Fix typo in previous commit, Stefano Facchini
  • [orca] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [orca] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [nautilus-sendto] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [nautilus-sendto] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [mutter/wip/cairo: 14/14] theme: Remove 'widget' parameter from draw_frame_with_style API, Jasper St . Pierre
  • [mutter/wip/cairo: 13/14] theme: Make certain implementation functions internal to theme.c, Jasper St . Pierre
  • [mutter/wip/cairo: 12/14] theme: Remove dead code, Jasper St . Pierre
  • [mutter/wip/cairo: 11/14] theme: Remove unused entry points, Jasper St . Pierre
  • [mutter/wip/cairo: 10/14] theme: Remove bogus comment, Jasper St . Pierre
  • [mutter/wip/cairo: 9/14] theme: Replace char array element comparisons with strncmp, Jasper St . Pierre
  • [mutter/wip/cairo: 8/14] theme: Remove COLORIZE feature of images, Jasper St . Pierre
  • [mutter/wip/cairo: 7/14] theme: Use cairo for drawing uncolorized IMAGEs, Jasper St . Pierre
  • [mutter/wip/cairo: 6/14] theme: Use cairo for TINT operations with alpha, Jasper St . Pierre
  • [mutter/wip/cairo: 5/14] theme: Use cairo for drawing ICON, Jasper St . Pierre
  • [mutter/wip/cairo: 4/14] theme: Properly indent code, Jasper St . Pierre
  • [mutter/wip/cairo: 3/14] theme: Consolidate unused ops, Jasper St . Pierre
  • [mousetweaks] [l10n]Updated Catalan (Valencian) translation, Gil Forcada Codinachs
  • [mutter/wip/cairo: 2/14] theme: Remove our own gradient stuff, Jasper St . Pierre
  • [mousetweaks] [l10n] Updated Catalan translation, Gil Forcada Codinachs
  • [mutter/wip/cairo: 1/14] theme: Remove unused RECTANGLE code, Jasper St . Pierre
  • [mutter] (14 commits) Created branch wip/cairo, Jasper St . Pierre
  • [latexila/gnome-3] Style of toolbars, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [baobab/wip/vala] Use a .ui file for the volume chooser dialog and fixup coding style, Paolo Borelli
  • [rhythmbox] metadata: reset tags properly in rb_metadata_reset (bug #671840), Jonathan Matthew
  • [vala] glib-2.0: Adds PREFIX_ERROR_POSITION to GLib.MarkupParseFlags, Alberto Ruiz
  • [vala] glib-2.0: Adds GLib.MarkupParseContext.get_user_data (), Alberto Ruiz
  • [glib/glib-2-30] Don't rely on /bin/sh, Matthias Clasen
  • [glib/glib-2-30] Fix binding properties of the same object, Matthias Clasen
  • [glib/glib-2-30] goption: try to be helpful in goption args/flag checks, Matthias Clasen
  • [glib/glib-2-30] Added better support of G_STRFUNC for Visual Studio platform, Matthias Clasen
  • [glib/glib-2-30] gvaluetransform: Fix an infinite loop with GFlagsValue sets with the 0 value, Matthias Clasen
  • [glib/glib-2-30] GDataInputStream: don't segfault on async line reads, Matthias Clasen
  • [glib/glib-2-30] Fix g_hash_table_foreach crash with NULL hash table, Matthias Clasen
  • [glib/glib-2-30] gtimezone: consider a leading : in TZ environment variable, Matthias Clasen
  • [glib/glib-2-30] fix memory leak in g_bookmark_file_parse(), Matthias Clasen
  • [glib/glib-2-30] goption: implement platform_get_argv0() for OpenBSD, Matthias Clasen
  • [glib/glib-2-30] GHash: add note about randomness in hashing, Matthias Clasen
  • [glib/glib-2-30] GHashTable: Add a note about hash collisions, Matthias Clasen
  • [glib/glib-2-30] g_date_time_format: fix output in non-UTF-8 locales, Matthias Clasen
  • [empathy] Updated Latvian translation for help., Peteris Krisjanis
  • [clutter-box2dmm: 9/10] Not copying the underlying ClutterActor seems to cause g_object_unref issues, Aidan Delaney
  • [clutter-box2dmm: 10/10] Demonstration of the exposed get_actor{1, 2}() of Box2DCollision, Aidan Delaney
  • [clutter-box2dmm: 8/10] Merged work to expose the signal_collision of a Clutter::Box2D::Box2DChild correctly, Aidan Delaney
  • [clutter-box2dmm: 7/10] Use @CLUTTER_BOX2DMM_API_VERSION@ rather than @API_VER@ in pkg-config .in file, Aidan Delaney
  • [clutter-box2dmm: 6/10] Expanded the m4 macros for converting between ClutterBox2DCollision and the Clutter::Box2D::Box2DCol, Aidan Delaney
  • [clutter-box2dmm: 5/10] Ensure init is in Clutter::Box2D namespace and ensure a compile-time failure if it is not, Aidan Delaney
  • [clutter-box2dmm: 4/10] Bumped up the version of clutter-box2d required by the .pc file, Aidan Delaney
  • [clutter-box2dmm: 3/10] Release of 0.12.2 * examples/slides/main.cc: Shows how to use the new collision API, Aidan Delaney
  • [clutter-box2dmm: 2/10] Manually wrapped getting the actors involved in a Clutter::Box2D::Box2DCollision * clutter-box2d/sr, Aidan Delaney
  • [clutter-box2dmm: 1/10] Exposed collision signal of children of the Clutter::Box2D * clutter-box2d/src/box2d.hg: added def, Aidan Delaney
  • [clutter-box2dmm] (10 commits) ...Demonstration of the exposed get_actor{1, 2}() of Box2DCollision, Aidan Delaney
  • [tomboy] Added Latvian translation for help., Peteris Krisjanis
  • [tomboy] Updated Latvian translation., Peteris Krisjanis
  • [gnome-web-wppo] migration to ITS Tool[1] instead of deprecated XML2PO from gnome-doc-utils, Vinicius Scopel Depizzol
  • [gnome-shell] main: Add (hidden) support for static workspaces, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gnome-web-wppo] aligned elements for compatibility with new wordpress admin stylesheet, Vinicius Scopel Depizzol
  • [gnome-shell] main: Add override for dynamic-workspaces key, =?utf-8?q?Florian_M=C3=BCllner?=
  • [empathy] Added Latvian translation for help., Peteris Krisjanis
  • [empathy] Updated Latvian translation., Peteris Krisjanis
  • [gnumeric] xls: export paper size., Morten Welinder
  • [vinagre] Fix help links (for yelp-tools conversion), Jeremy Bicha
  • [mutter] prefs: Add dynamic-workspaces setting, =?utf-8?q?Florian_M=C3=BCllner?=
  • [glib/glib-2-30] build: link against gthread and gmodule, Matthias Clasen
  • [gnoduino] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [rhythmbox] .gitignore: Add widgets/test-uri-dialog, Jonathan Matthew
  • [anjuta] sourceview: Correcly unref the buffer, Johannes Schmid
  • [anjuta] document-manager: Destroy page with gtk_widget_destroy() instead of gtk_container_remove(), Johannes Schmid
  • [gnoduino] add Examples menu option, Lucian Langa
  • [folks] Added uk translation, Daniel Korostil
  • [evolution-data-server] Updated Russian translation, Yuri Myasoedov
  • [anjuta] Updated Russian translation, Yuri Myasoedov
  • [clutter] Updated Russian translation, Yuri Myasoedov
  • [gimp-help-2] [make] Update "make status" script, Ulf-D . Ehlert
  • [gnumeric] xls: merge charts properly into object list, Morten Welinder
  • [gnumeric] Tests: test xls->gnumeric vs xls->xls->gnumeric, Morten Welinder
  • [libgweather] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gtranslator] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [latexila/gnome-3] New file dialog: two lists of templates, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Templates dialogs: treeview instead of an iconview, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gnome-web-www/wptest] added initial translations folder, Vinicius Scopel Depizzol
  • [jhbuild] 3.4: track tracker 0.14, Frederic Peters
  • [gnome-screenshot] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evince] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gtk+] Add some docs for the wayland backend, Matthias Clasen
  • [cheese] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-boxes] A micro style fix, Zeeshan Ali Khattak
  • [gegl-qt] Qt5: Add direct class includes for QtWidget/QtDeclarative classes, Jon Nordby
  • [gegl-qt] Qt5: Make QtQuick1/QtWidget dependent code optional, Jon Nordby
  • [gegl-qt] Qt5: Take all cases into account when checking for QML modules, Jon Nordby
  • [gegl-qt] Build: Look up generated pygegl-qt files correctly in OOT build, Jon Nordby
  • [gegl-qt] Build: Don't use QtModule/SomeClass style includes, Jon Nordby
  • [gegl-qt] Qt5: Add some new template files needed for Qt5, Jon Nordby
  • [gegl-qt] Build: Replace hardcoded versions with variables, Jon Nordby
  • [baobab/wip/vala: 46/46] Implement volume handling, Stefano Facchini
  • [baobab/wip/vala: 45/46] First cut at implementing initial state., Stefano Facchini
  • [baobab/wip/vala: 44/46] Use symbolic icons for the chart selection, Stefano Facchini
  • [baobab/wip/vala: 43/46] Use GResource, Stefano Facchini
  • [baobab/wip/vala: 42/46] Handle scanning error without aborting the scan, Stefano Facchini
  • [baobab/wip/vala: 41/46] Use a GtkInfoBar to display errors., Stefano Facchini
  • [baobab/wip/vala: 40/46] Use Radio buttons for the chart selection, Stefano Facchini
  • [baobab/wip/vala: 39/46] Start to implement "Scan remote dir", Stefano Facchini
  • [baobab/wip/vala: 38/46] Show a spinner while scanning., Stefano Facchini
  • [baobab/wip/vala: 37/46] Sync the treeview selection when chart item is activated, Stefano Facchini
  • [baobab/wip/vala: 36/46] Sync the chart root to the treeview selection., Stefano Facchini
  • [baobab/wip/vala: 35/46] Bubble up scanner errors., Stefano Facchini
  • [baobab/wip/vala: 34/46] First cut at treeview context menu, Stefano Facchini
  • [baobab/wip/vala: 33/46] Use radio buttons for chart selection, Stefano Facchini
  • [baobab/wip/vala: 32/46] menus: Update to new menu XML format, Stefano Facchini
  • [baobab/wip/vala: 31/46] Kill the statusbar, Stefano Facchini
  • [baobab/wip/vala: 30/46] Let's give up and special case menus., Stefano Facchini
  • [baobab/wip/vala: 29/46] More work on the App menu, Stefano Facchini
  • [baobab/wip/vala: 28/46] First cut at action sensitivity., Stefano Facchini
  • [baobab/wip/vala: 27/46] First cut at menus, Stefano Facchini
  • [baobab/wip/vala: 26/46] Add a "completed" signal to the scanner, Stefano Facchini
  • [baobab/wip/vala: 25/46] Pass the directory in the scanner constructor., Stefano Facchini
  • [baobab/wip/vala: 24/46] Adjust to gio vapi changes, Stefano Facchini
  • [baobab/wip/vala: 23/46] Use the STANDARD_ALLOCATED_SIZE file attribute., Stefano Facchini
  • [baobab/wip/vala: 22/46] Make use of new GHashTable API, Stefano Facchini
  • [baobab/wip/vala: 21/46] rework code for excluded locations, Stefano Facchini
  • [baobab/wip/vala: 20/46] Start to implement set_busy., Stefano Facchini
  • [baobab/wip/vala: 19/46] First cut at stop and refresh., Stefano Facchini
  • [baobab/wip/vala: 18/46] Make the directory a property of the scanner., Stefano Facchini
  • [baobab/wip/vala: 17/46] Implement file chooser dir selection, Stefano Facchini
  • [baobab/wip/vala: 16/46] Implement two trivial handlers, Stefano Facchini
  • [baobab/wip/vala: 15/46] Use on_signal_name convention for the handlers, Stefano Facchini
  • [baobab/wip/vala: 14/46] Implement Drag and Drop., Stefano Facchini
  • [baobab/wip/vala: 13/46] wire up the toolbar buttons, Stefano Facchini
  • [baobab/wip/vala: 12/46] main window ui: use default toolbar style, Stefano Facchini
  • [baobab/wip/vala: 11/46] main window ui: reorder children in file, Stefano Facchini
  • [baobab/wip/vala: 10/46] main window ui: tweak some margins and sizes, Stefano Facchini
  • [baobab/wip/vala: 9/46] expand first row when it is added, Stefano Facchini
  • [baobab/wip/vala: 8/46] sort the model by size by default, Stefano Facchini
  • [baobab/wip/vala: 7/46] Introduce threaded scanner, Stefano Facchini
  • [baobab/wip/vala: 6/46] scanner: split interface from implementation, Stefano Facchini
  • [baobab/wip/vala: 5/46] reimplement the progress bar cell renderer, Stefano Facchini
  • [baobab/wip/vala: 4/46] scanner: calculate percents as we go, Stefano Facchini
  • [baobab/wip/vala: 3/46] wire up the chart properly, Stefano Facchini
  • [baobab/wip/vala: 2/46] scanner: accumulate sizes and calculate percent, Stefano Facchini
  • [baobab/wip/vala: 1/46] Begin rewrite in Vala, Stefano Facchini
  • [baobab] (46 commits) Created branch wip/vala, Stefano Facchini
  • [baobab] Deleted branch wip/vala, Stefano Facchini
  • [gnome-shell] Updated Russian translation, Yuri Myasoedov
  • [mutter] Updated Russian translation, Yuri Myasoedov
  • [gnome-keyring] Updated Russian translation, Yuri Myasoedov
  • [network-manager-applet] Updated Russian translation, Yuri Myasoedov
  • [glabels/vala] Added skeletal object editor., Jim Evins
  • [jhbuild] 3.4: Fix eog dependencies and suggests, Felix Riemann
  • [ekiga] Added DOC TODO item., Damien Sandras
  • [ekiga] Accounts: Fixed account enabling., Damien Sandras
  • [ekiga] Call Window: Added a "Close" menu entry., Damien Sandras
  • [ekiga] Call Window: Droped "incrused in a separate window"., Damien Sandras
  • [gnumeric] tests: survive non-compressed .gnumeric, Morten Welinder
  • [baobab/wip/vala] Implement volume handling, Stefano Facchini
  • [gegl-qt] Fix distcheck target dependency, Jon Nordby
  • [gegl-qt] Update .gitignore to ignore docs, Jon Nordby
  • [nemiver/console] Put commands from CmdInterpreter in a vector, Fabien Parent
  • [nemiver/console] Use vector instead of C array for command aliases, Fabien Parent
  • [nemiver/console] Split Console & Command Interpreter code., Fabien Parent
  • [nemiver/console] Add default constructor, Fabien Parent
  • [ekiga] Preview: Various fixes with video window hiding/showing., Damien Sandras
  • [ekiga] Call Window: Fixed delete event handling., Damien Sandras
  • [banshee] Hyena: update to git master, Bertrand Lorentz
  • [hyena] Log: Remove obsolete FIXME comment, Bertrand Lorentz
  • [hyena] Log: Catch exceptions when trying to redirect log output on Windows, Bertrand Lorentz
  • [banshee] Dap.MassStorage: Add support for the Archos Internet Tablet, Bertrand Lorentz
  • [banshee] GConfProxy: Don't use a proxy if the proxy host is empty (bgo#663318), Bertrand Lorentz
  • [rhythmbox] add -Wno-deprecated-declarations to CFLAGS for development builds, Jonathan Matthew
  • [ekiga] Default action in the Call Menu is now Contact based., Damien Sandras
  • [anjuta] symbol-db: fixed scope_definition_id creation., Massimo Cora'
  • [gnome-contacts] Updated Esperanto translation, Kristjan Schmidt
  • [seahorse] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [ocrfeeder] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [network-manager-applet] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gsettings-desktop-schemas] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-contacts] Updated Telugu Translation, Praveen Illa
  • [glib] Updated Esperanto translation, Kristjan Schmidt
  • [gedit-plugins] Updated Portuguese translation, Duarte Loreto
  • [gnome-tweak-tool] Updated Portuguese translation, Duarte Loreto
  • [gnome-color-manager] Updated Portuguese translation, Duarte Loreto
  • [pitivi] Updated Portuguese translation, Duarte Loreto
  • [epiphany-extensions] Updated Portuguese translation, Duarte Loreto
  • [eog-plugins] Updated Portuguese translation, Duarte Loreto
  • [banshee] Updated Portuguese translation, Duarte Loreto
  • [gnome-blog] Remove unneeded gnome imports, Olav Vitters
  • [nautilus-sendto] Updated Portuguese translation, Duarte Loreto
  • [gnome-packagekit] Updated Portuguese translation, Duarte Loreto
  • [empathy] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-disk-utility] Updated Portuguese translation, Duarte Loreto
  • [gnomeweb-wml] rhythmbox: www.gnome.org/default.css went missing.., Jonathan Matthew
  • [gnomeweb-wml] rhythmbox: update for 2.96, Jonathan Matthew
  • [rhythmbox] Created tag v2.96, Jonathan Matthew
  • [rhythmbox] Rhythmbox 2.96, Jonathan Matthew
  • [gnome-games] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [rhythmbox] audioscrobbler: fix warnings where time_t is not a long int, Jonathan Matthew
  • [gnome-shell] Malayalam translation updated by Sadiq, Praveen Arimbrathodiyil
  • [aravis] doc: s/mac/IP/, Emmanuel Pacaud
  • [gtk+] Trivial rewording, Matthias Clasen
  • [gtk+] Add a short Broadway section to the docs, Matthias Clasen
  • [gtk+] Drop support for pre-R6 X, Matthias Clasen
  • [gtk+] Drop unused automake condition for XI2, Matthias Clasen
  • [gtk+] Drop unneeded XI2 defines, Matthias Clasen
  • [planet-web/wip/foundation-members: 3/3] [pgo] remove feeds from former foundation members, Ryan Lortie
  • [planet-web/wip/foundation-members: 2/3] [pgo] remove feeds from non-foundation-members, Ryan Lortie
  • [planet-web/wip/foundation-members: 1/3] [pgo] add foundation_id= field for members, Ryan Lortie
  • [planet-web] (3 commits) Created branch wip/foundation-members, Ryan Lortie
  • [planet-web/wip/foundation-members] Add foundation_id= field for foundation members, Ryan Lortie
  • [planet-web] Created branch wip/foundation-members, Ryan Lortie
  • [planet-web] Deleted branch wip/foundation-members, Ryan Lortie
  • [latexila/gnome-3: 16/16] Templates dialogs: no separator, hexpand, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3: 15/16] Merge branch 'master' into gnome-3, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] (16 commits) ...Templates dialogs: no separator, hexpand, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Remove the TODO file, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gnomeweb-wml] latexila: irc, todo removed, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Add theme icon to stock: fix and simplify the code, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] LaTeX menu: beamer environments at the right place, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gnome-games] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [network-manager-applet] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-system-monitor] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-pilot-conduits] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [drwright] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnumeric] xls: rounding row height rounding issue., Morten Welinder
  • [anjuta-extras] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [seahorse] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [seahorse/gnome-3-4] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gconf] another day, another bump, Ryan Lortie
  • [alleyoop] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gconf] Created tag 3.2.5, Ryan Lortie
  • [gconf] GConf 3.2.5, Ryan Lortie
  • [network-manager-applet] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-keyring] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gconf] gsettings-data-convert: fix memory error, Ryan Lortie
  • [nautilus] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-settings-daemon] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-control-center] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-boxes] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gedit] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [epiphany] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [empathy] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [clutter] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [anjuta] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gcompris/voices] New Hungarian intro sound files from Istvan Somlai <somlai at bg-bp dot sulinet dot hu>, Gabor Keleman
  • [mutter] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [metacity] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnumeric] tests: lower the rate of failure for normal tests., Morten Welinder
  • [gvfs] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-packagekit] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnumeric] .gnumeric: fix colour export., Morten Welinder
  • [latexila] Completion data: font styles environments, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Avoid warning when deleting nonexistent file, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [mutter] frames: Explicitly initialize style contexts, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gnumeric] tests: block out odf version., Morten Welinder
  • [gnome-web-wppo] translate properly RSS feed, Vinicius Scopel Depizzol
  • [gnome-web-wppo] avoid error when analysing dynamic PO files (which doesn't contain bloginfo tags), Vinicius Scopel Depizzol
  • [gimp-help-2] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [latexila] Use Utils.load_file() (simplify the code), =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gmime] Fixed missing .so number in gmime-sharp.dll.config, Jeffrey Stedfast
  • [anjuta-extras] scintilla: Explicitly set GDK_SCROLL_MASK as recent gtk+ versions require it for scrolling to work, Sebastien Granjoux
  • [latexila] Projects: avoid critical messages, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Use Utils.save_file() (simplify the code), =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gnumeric] tests: update sha1 values after col/row info fixes., Morten Welinder
  • [ocrfeeder] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [anjuta-extras] bgo #351214 - Anjuta doesn't respect Gnome blinking cursor preference, Sebastien Granjoux
  • [gnumeric] .gnumeric: don't write col/row records when the style is the default., Morten Welinder
  • [network-manager-applet] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-user-docs] gnome-help/C: minor edits, Tiffany Antopolski
  • [gcr] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnumeric] xls: fix import of hard column widths., Morten Welinder
  • [evolution-kolab: 19/19] Merge branch 'ek-wip-porting', Christian Hilberg
  • [evolution-kolab] (19 commits) ...Merge branch 'ek-wip-porting', Christian Hilberg
  • [gnome-keyring] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXStore: reimplanted the folder info based on folder types, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXServer: private member fixups, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelKolabImapxMetadata: initialize folder utilities, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdServer: annotation/metadata fixups, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] libekolabutil: fixed wrong CamelService getter function name, Christian Hilberg
  • [epiphany] tests: add ephy-web-view test, Diego Escalante Urrelo
  • [epiphany] ephy-web-view: share non-search-regex for testing, Diego Escalante Urrelo
  • [gnome-games] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [epiphany] ephy-main: run app mode only with a existing dir, Diego Escalante Urrelo
  • [epiphany] ephy-history-window: init hosts to NULL, Diego Escalante Urrelo
  • [ocrfeeder] Add support for migrating the OCR engines' configuration, Joaquim Manuel Pereira Rocha
  • [gnome-control-center] Updated Arabic translation, Abderrahim Kitouni
  • [jhbuild] 3.2: Use the correct branch for eog-plugins-3.2.x, Felix Riemann
  • [gdm] Update Catalan translation, David Planella
  • [gnome-documents] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gtk+] Explicitely mention -1 in the insert_with_values docs, Paolo Borelli
  • [planet-web] gnome-fr: disable nud's feed, server down for months, Frederic Peters
  • [gnome-contacts] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnumeric] xls: fix export of conditional italic, I hope., Morten Welinder
  • [gnumeric] xls: improve object ordering on export., Morten Welinder
  • [gnote] Bump to 0.9.1, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [file-roller] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnote] Created tag 0.9.0, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [banshee] DaapService: Remove obsolete comment, Bertrand Lorentz
  • [banshee] UPnPService: Make it a IDelayedInitializeService, Bertrand Lorentz
  • [banshee] UPnPService: Handle UPnP device removal, Bertrand Lorentz
  • [banshee] build: Copy the Mono.Upnp assemblies in bin/, Bertrand Lorentz
  • [gnote] Fix distcheck errors, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Prepare 0.9.0, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [anjuta] Fix marker comment for simple gtk+ project., Sebastien Granjoux
  • [empathy] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp] Updated Korean translation, Changwoo Ryu
  • [gnome-online-accounts] Updated Catalan translation, David Planella
  • [jhbuild] 3.2: Use the correct branch for eog, Felix Riemann
  • [release-notes/gnome-3-4] Dump everything currently listed on the wikipage, Andre Klapper
  • [jhbuild] Updated Korean translation, Changwoo Ryu
  • [gnome-tweak-tool] Updated Korean translation, Changwoo Ryu
  • [damned-lies] Updated Korean translation, Changwoo Ryu
  • [release-notes/gnome-3-4] Add all remaining TODOs from my own collection, Andre Klapper
  • [gtk+] scrolledwindow: take into account border/padding for junction, Cosimo Cecchi
  • [gnome-packagekit] Updated Korean translation, Changwoo Ryu
  • [gtk+/wip/events: 15/16] gestures: Add a pinch/pan/rotate gesture, Benjamin Otte
  • [gtk+/wip/events: 12/16] eventtracker: Redo list implementation, Benjamin Otte
  • [gtk+/wip/events: 16/16] tests: Update testgestures example for pinch/pan gesture., Benjamin Otte
  • [gtk+/wip/events: 13/16] This should be in master already, Benjamin Otte
  • [gtk+/wip/events: 14/16] xxx: sequence tracker, Benjamin Otte
  • [gtk+/wip/events: 11/16] tests: Add a simple test for gestures, Benjamin Otte
  • [gtk+/wip/events: 10/16] API: gtk: Add a swipe gesture, Benjamin Otte
  • [gtk+/wip/events: 9/16] gtk: Add event trackers to event handling code, Benjamin Otte
  • [gtk+/wip/events: 8/16] widget: Add API for adding recognizers, Benjamin Otte
  • [gtk+/wip/events: 7/16] docs: Add docs for event recognizers, Benjamin Otte
  • [gtk+/wip/events: 6/16] events: Add the basics of the event recognizer implementation, Benjamin Otte
  • [gtk+/wip/events: 5/16] API: gdk: Add GdkAxisUse entries for relative axes, Benjamin Otte
  • [gtk+/wip/events: 4/16] x11: Use the new event sequence to store axis values, Benjamin Otte
  • [gtk+/wip/events: 3/16] gdk: Make event sequences real objects, Benjamin Otte
  • [gtk+/wip/events: 2/16] gdk: Move GdkEventSequence declaration, Benjamin Otte
  • [gtk+/wip/events: 1/16] API: gdk: Add gdk_device_get_axis_label(), Benjamin Otte
  • [gtk+] (16 commits) Created branch wip/events, Benjamin Otte
  • [gnome-shell] calendar-server: use g_warning instead of g_printerr, Giovanni Campagna
  • [gnome-shell] calendar-server: update to ECalClient, Giovanni Campagna
  • [yelp-xsl] Updated Persian Translation, Arash Mousavi
  • [yelp] Updated Persian Translation, Arash Mousavi
  • [vino] Updated Persian Translation, Arash Mousavi
  • [latexila] Templates: open template dialog in a new class, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gnome-system-monitor] Updated Korean translation, Changwoo Ryu
  • [mousetweaks] Updated Persian Translation, Arash Mousavi
  • [gnome-settings-daemon] xsettings: change example in README.xsettings, Ryan Lortie
  • [nautilus-sendto] Updated Persian Translation, Arash Mousavi
  • [release-notes/gnome-3-4] Add a bunch of TODOs from my own collection, Andre Klapper
  • [zenity] Updated Korean translation, Changwoo Ryu
  • [vte/vte-0-32] glade: Use correct gettext domain, Christian Persch
  • [vte/vte-0-32] glade: Fix library name, Christian Persch
  • [yelp] Updated Korean translation, Changwoo Ryu
  • [gnome-shell] Malayalam translation by Anish A, Praveen Arimbrathodiyil
  • [vino] Updated Korean translation, Changwoo Ryu
  • [phonemgr] Malayalam translation by Anish A, Praveen Arimbrathodiyil
  • [vinagre] Updated Korean translation, Changwoo Ryu
  • [gnome-blog] Malayalam translation by Anish A, Praveen Arimbrathodiyil
  • [seahorse] Updated Korean translation, Changwoo Ryu
  • [seahorse/gnome-3-4] Updated Korean translation, Changwoo Ryu
  • [gnome-shell] viewSelector: Tie cursor visibility to :focus style, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gnome-shell] searchDisplay: Check the provider container for visibility, Rui Matos
  • [gnumeric] Make emebedded image saving work again., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [goffice] More work on EMF support., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [mutter] Updated Korean translation, Changwoo Ryu
  • [evolution] Uploaded Ukranian, Daniel Korostil
  • [eog] Remove deprecated, unneeded and now effect-less GtkStyle-usage, Felix Riemann
  • [eog] Fix GDK deprecations, Felix Riemann
  • [eog] EogErrorMessageArea: Properly escape the error message markup, Felix Riemann
  • [gnome-shell] css: Make focus style for contacts/overview-icons look like selected, Rui Matos
  • [gnome-shell] viewSelector: While on search results keep the entry styled as focused, Rui Matos
  • [gnome-shell] viewSelector: Make the search canceling behavior consistent, Rui Matos
  • [gnome-shell] search: remove selection mechanism, Rui Matos
  • [gnome-shell] searchDisplay, viewSelector: add default result activation, Rui Matos
  • [gnome-shell] searchDisplay, viewSelector: use St keynav in Applications and Search, Rui Matos
  • [gnome-shell] st-widget: Allow diagonal moves for directional keynav, Rui Matos
  • [gnome-shell] st-widget: Use absolute coordinates for arrow keys focus navigation, Rui Matos
  • [mousetweaks] Updated Korean translation, Changwoo Ryu
  • [gmime] Created tag GMIME_2_6_7, Jeffrey Stedfast
  • [gmime] Bumped version to 2.6.7, Jeffrey Stedfast
  • [libpeas] Updated Korean translation, Changwoo Ryu
  • [gnome-games] Swell-foop: Update POTFILES.skip, Thomas Hindoe Paaboel Andersen
  • [hamster-applet] Updated Korean translation, Changwoo Ryu
  • [gtksourceview] Updated Korean translation, Changwoo Ryu
  • [libgda/LIBGDA_4.2] Virtual connections improvements and corrections, Vivien Malerba
  • [libgda/LIBGDA_4.2] Virtual connections: major rework for better performances and resilience, Vivien Malerba
  • [libgda/LIBGDA_4.2] Added GdaSet:validate-changes and GdaHolder:validate-changes properties, Vivien Malerba
  • [libgda/LIBGDA_4.2] GdauiRtEditor crash correction when no scrolled window is present, Vivien Malerba
  • [libgda/LIBGDA_4.2] GdauiEntryCombo corrections, Vivien Malerba
  • [libgda/LIBGDA_4.2] GdaDataModelLdap: added the "use-rdn" option, Vivien Malerba
  • [libgda/LIBGDA_4.2] Improved authentication with Active Directory, Vivien Malerba
  • [gnome-video-effects] Updated Korean translation, Changwoo Ryu
  • [libgda/LIBGDA_4.2] Fixed crasher, Vivien Malerba
  • [libgda/LIBGDA_4.2] Misc. corrections, Vivien Malerba
  • [libgda/LIBGDA_4.2] Doc. correction, Vivien Malerba
  • [libgda/LIBGDA_4.2] LDAP provider: allow connection opening using the "uid" attribute value, Vivien Malerba
  • [libgda/LIBGDA_4.2] LDAP provider: added TLS_REQCERT and TLS_CACERT connection parameters, Vivien Malerba
  • [libgda/LIBGDA_4.2] Update the BLOB example to mention the transation started automatically, Vivien Malerba
  • [libgda/LIBGDA_4.2] Fix tiny typos in docs., Vivien Malerba
  • [gnome-terminal] Updated Korean translation, Changwoo Ryu
  • [gnome-terminal/gnome-3-4] Updated Korean translation, Changwoo Ryu
  • [release-notes/gnome-3-4] Add some links to API docs, Andre Klapper
  • [gnome-games] lightsoff: Remove deprecated Clutter calls and fix board layering animation, Robert Ancell
  • [gnome-games] swell-foop: Fix clutter initialization and other bugs, Robert Ancell
  • [gnome-games] swell-foop: Port to Vala, Robert Ancell
  • [release-notes/gnome-3-4] Add TODO about Xhosa in L10N, Andre Klapper
  • [libgda] GdaBrowser: set default values for LDAP search filter and attributes, Vivien Malerba
  • [libgda/LIBGDA_5.0] MDB provider: handle Mdbtools V0.7, Vivien Malerba
  • [libgda/LIBGDA_5.0] Virtual connections improvements and corrections, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: removed the ldap_attributes command, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: marked some strings as translatable, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: allow to bind only 1 object, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: the ds_show command now allows one to restrict the displayed columns, Vivien Malerba
  • [libgda/LIBGDA_5.0] Added gda_data_model_array_copy_model_ext(), Vivien Malerba
  • [libgda/LIBGDA_5.0] Virtual connections: major rework for better performances and resilience, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaDataModel import & export: better option names, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: added the option command, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: added the ds_rm and ds_import commands, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: allow to bind datasets as well as connections in virtual connections, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: added commands to manipulate datasets, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: improved inline help, Vivien Malerba
  • [libgda/LIBGDA_5.0] Misc. optimizations, Vivien Malerba
  • [libgda/LIBGDA_5.0] Added GdaSet:validate-changes and GdaHolder:validate-changes properties, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdauiRtEditor crash correction when no scrolled window is present, Vivien Malerba
  • [libgda/LIBGDA_5.0] gda_value_stringify() now handles object type values, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdauiEntryCombo corrections, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: handle the "ldap_show_dn" option, Vivien Malerba
  • [libgda/LIBGDA_5.0] Added gda_data_access_wrapper_set_mapping(), Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: added the ldap_* commands to man page, Vivien Malerba
  • [libgda/LIBGDA_5.0] LDAP: improved gda_ldap_entry_get_attributes_list(), Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaDataModelLdap: added the "use-rdn" option, Vivien Malerba
  • [libgda/LIBGDA_5.0] Improved authentication with Active Directory, Vivien Malerba
  • [libgda/LIBGDA_5.0] Fixed crasher, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: added the ldap_descr command, Vivien Malerba
  • [libgda/LIBGDA_5.0] Added gda_ldap_entry_get_attributes_list() and gda_ldap_attributes_list_free(), Vivien Malerba
  • [libgda/LIBGDA_5.0] Fixed typo in string, Vivien Malerba
  • [libgda/LIBGDA_5.0] GdaSql: added ldap_attributes and ldap_search commands, Vivien Malerba
  • [libgda/LIBGDA_5.0] Misc. corrections, Vivien Malerba
  • [libgda/LIBGDA_5.0] Doc. correction, Vivien Malerba
  • [libgda/LIBGDA_5.0] LDAP provider: allow connection opening using the "uid" attribute value, Vivien Malerba
  • [libgda/LIBGDA_5.0] LDAP provider: added TLS_REQCERT and TLS_CACERT connection parameters, Vivien Malerba
  • [libgda/LIBGDA_5.0] Update the BLOB example to mention the transation started automatically, Vivien Malerba
  • [libgda/LIBGDA_5.0] Fix tiny typos in docs., Vivien Malerba
  • [gnome-games] Updated Korean translation, Changwoo Ryu
  • [release-notes/gnome-3-4] Add TODO about Khmer L10N team, Andre Klapper
  • [gnome-control-center] Updated Korean translation, Changwoo Ryu
  • [aravis] build: bump glib version requirement to 2.26., Emmanuel Pacaud
  • [gnome-settings-daemon] xsettings: Fix linkage of xsettings test app, Bastien Nocera
  • [gnome-settings-daemon] data: Revert string addition, Bastien Nocera
  • [cogl] Add initial Khmer translation, Andre Klapper
  • [clutter] Add initial Khmer translation, Andre Klapper
  • [atk] Add initial Khmer translation, Andre Klapper
  • [at-spi2-core] Add initial Khmer translation, Andre Klapper
  • [network-manager-applet] Updated Persian Translation, Arash Mousavi
  • [at-spi2-atk] Add initial Khmer translation, Andre Klapper
  • [gnome-screenshot] Updated Korean translation, Changwoo Ryu
  • [gdl] Add initial Khmer translation, Andre Klapper
  • [clutter] Updated Catalan translation, David Planella
  • [caribou] Add initial Khmer translation, Andre Klapper
  • [gdk-pixbuf] Updated Catalan translation, David Planella
  • [cheese] Add initial Khmer translation, Andre Klapper
  • [gnome-online-accounts] Updated Korean translation, Changwoo Ryu
  • [gdk-pixbuf] Add initial Khmer translation, Andre Klapper
  • [gnome-backgrounds] Add initial Khmer translation, Andre Klapper
  • [gdm] Add initial Khmer translation, Andre Klapper
  • [gedit] Updated Korean translation, Changwoo Ryu
  • [gnome-screenshot] Add initial Khmer translation, Andre Klapper
  • [gnome-online-accounts] Add initial Khmer translation, Andre Klapper
  • [gnome-keyring] Add initial Khmer translation, Andre Klapper
  • [gnome-control-center] color: Do not select the device in the treeview if it changes, Richard Hughes
  • [gnome-icon-theme] Add initial Khmer translation, Andre Klapper
  • [libgnome-keyring] Add initial Khmer translation, Andre Klapper
  • [vte] Add initial Khmer translation, Andre Klapper
  • [totem-pl-parser] Add initial Khmer translation, Andre Klapper
  • [notification-daemon] Add initial Khmer translation, Andre Klapper
  • [gdm] Updated Korean translation, Changwoo Ryu
  • [gnome-menus] Add initial Khmer translation, Andre Klapper
  • [gnome-panel] Add initial Khmer translation, Andre Klapper
  • [gnome-desktop] Add initial Khmer translation, Andre Klapper
  • [libpeas] Updated Persian Translation, Arash Mousavi
  • [epiphany] Add initial Khmer translation, Andre Klapper
  • [glade/glade-3-12] Updated Korean translation, Changwoo Ryu
  • [eog] Updated Korean translation, Changwoo Ryu
  • [evince] Updated Catalan translation, David Planella
  • [evince] Updated Korean translation, Changwoo Ryu
  • [evolution-data-server] Add initial Khmer translation, Andre Klapper
  • [gtk+] win32: Finish making query_state() vfunc a void vfunc, Kalev Lember
  • [gnome-power-manager] Updated Persian Translation, Arash Mousavi
  • [devhelp] Add Khmer translation., Andre Klapper
  • [epiphany] Updated Catalan translation, David Planella
  • [glade] Updated Korean translation, Changwoo Ryu
  • [anjuta] Add Khmer translation., Andre Klapper
  • [yelp] Updated Catalan translation, David Planella
  • [rygel] mediathek: Use debug instead of warning, Jens Georg
  • [gnome-subtitles] Code cleanup. Don't check if the thread was terminated when opening an url., Pedro Daniel da Rocha Melo e Castro
  • =?utf-8?q?=5Bgnome-subtitles=5D_Fix_=23671567_=28Fix_opening_help=29=2C_b?= =?utf-8?q?ased_on_a_patch_from_Gy=C3=B6rgy_Ball=C3=B3=2E_Fix_keyboard_sho?= =?utf-8?q?rtcuts_url=2E?=, Pedro Daniel da Rocha Melo e Castro
  • [gnome-video-effects] Updated Persian Translation, Arash Mousavi
  • [evolution] Updated Korean translation, Changwoo Ryu
  • [gnome-terminal] Updated Persian Translation, Arash Mousavi
  • [gnome-terminal/gnome-3-4] Updated Persian Translation, Arash Mousavi
  • [metacity] Updated French translation, Claude Paroz
  • [gnome-screenshot] Updated Persian Translation, Arash Mousavi
  • [gnome-nettool] Updated Persian Translation, Arash Mousavi
  • [gnome-subtitles] Switch to .Net 4.0 inside Monodevelop., Pedro Daniel da Rocha Melo e Castro
  • [gnome-boxes] Updated French translation, Bruno Brouard
  • [yelp] Updated French translation, Bruno Brouard
  • [rhythmbox] l10n: Updated Italian translation, Luca Ferretti
  • [aisleriot] Updated Persian Translation, Arash Mousavi
  • [gnome-keyring] Updated Persian Translation, Arash Mousavi
  • [gnome-subtitles] Fallback to gtk3 when gtk2 not found, Pedro Daniel da Rocha Melo e Castro
  • [gnome-documents] Updated Russian translation, Yuri Myasoedov
  • [release-notes/gnome-3-4] Update list of new Mallard user docs, Andre Klapper
  • [gnome-disk-utility] Updated Russian translation, Yuri Myasoedov
  • [libgxps] Update COPYING to lgpg2.1 to match source file headers, Carlos Garcia Campos
  • [gnome-documents] Updated Persian Translation, Arash Mousavi
  • [gnome-subtitles/improved-file-open] Initial patch from bug #607230 with minimal review, Pedro Daniel da Rocha Melo e Castro
  • [gnome-subtitles] Created branch improved-file-open, Pedro Daniel da Rocha Melo e Castro
  • [release-notes/gnome-3-4] Update introspection list, Andre Klapper
  • [gnome-documents/gnome-3-2] Revert "Updated Persian Translation", Arash Mousavi
  • [gnome-documents/gnome-3-2] Updated Persian Translation, Arash Mousavi
  • [gimp/gimp-2-6] Updated French translation, Bruno Brouard
  • [gnome-backgrounds] Updated Persian Translation, Arash Mousavi
  • [zenity] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-bluetooth] Updated Persian Translation, Arash Mousavi
  • [drwright] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-contacts] Updated Persian Translation, Arash Mousavi
  • [gedit] Updated Persian Translation, Arash Mousavi
  • [evince] Updated Persian Translation, Arash Mousavi
  • [file-roller] Updated Persian Translation, Arash Mousavi
  • [epiphany] Updated Persian Translation, Arash Mousavi
  • [file-roller] Updated Korean translation, Changwoo Ryu
  • [gnome-contacts] Updated Korean translation, Changwoo Ryu
  • [network-manager-applet] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-boxes] Added Korean translation, Changwoo Ryu
  • [gnome-settings-daemon] xsettings: Fix 'make distcheck' on Fedora 17, Richard Hughes
  • [epiphany] Updated Korean translation, Changwoo Ryu
  • [goffice] Make introspection build when libgoffice is not installed [#671699], =?utf-8?q?Jean_Br=C3=A9fort?=
  • [empathy] Updated Korean translation, Changwoo Ryu
  • [caribou] Updated Korean translation, Changwoo Ryu
  • [aisleriot] Updated Korean translation, Changwoo Ryu
  • [devhelp] Updated Korean translation, Changwoo Ryu
  • [accerciser] Added Korean translation, Changwoo Ryu
  • [libgsf] Make introspection work when libgsf is not installed. [#671698], =?utf-8?q?Jean_Br=C3=A9fort?=
  • [gimp-help-2] Update layer-dialog.xml, Julien Hardlin
  • [yelp-xsl] Updated Korean translation, Changwoo Ryu
  • [network-manager-applet] Updated Korean translation, Changwoo Ryu
  • [nautilus-sendto] Updated Korean translation, Changwoo Ryu
  • [nautilus] Updated Korean translation, Changwoo Ryu
  • [metacity] Updated Korean translation, Changwoo Ryu
  • [gvfs] Updated Korean translation, Changwoo Ryu
  • [libwnck] Updated Esperanto translation, Kristjan Schmidt
  • [gucharmap] Updated Korean translation, Changwoo Ryu
  • [gucharmap] Updated Korean manual translation, Changwoo Ryu
  • [nautilus] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-shell] Updated Korean translation, Changwoo Ryu
  • [gnome-documents] Updated Korean translation, Changwoo Ryu
  • [gnome-disk-utility] Updated Korean translation, Changwoo Ryu
  • [cheese] Updated Korean translation, Changwoo Ryu
  • [jhbuild] core-deps-base-3.4: lcms2, ical: use ./configure, Ryan Lortie
  • [gnome-screensaver] Revert wrong Korean translation commit, Changwoo Ryu
  • [gnome-nettool] Updated Korean translation, Changwoo Ryu
  • [latexila] Templates: create template dialog in a new class, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Templates: delete template dialog in a new class, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gmime] a few compile fixes in tests, Jeffrey Stedfast
  • [gmime] Fixed gcc warnings for enums, Jeffrey Stedfast
  • [gmime] Be linient with from-lines, Jeffrey Stedfast
  • [gnome-packagekit] Updated Hungarian translation, Gabor Keleman
  • [evolution-data-server] Updated Hungarian translation, Gabor Keleman
  • [gnome-settings-daemon] Updated Hungarian translation, Gabor Keleman
  • [gnome-shell] a11y: Setting role and label-actor for runDialog, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: Added a accessible object for StEntry, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: Proper role for notifications, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: Add a way to add accessible states to StWidget, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnome-shell] a11y: Add a wrapper method to set the accessible role, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [gnumeric] Handle unusual styles created in xls import. [#671745], Andreas J . Guelzow
  • [gnome-desktop] gnome-bg: publish the 'representative color', Ryan Lortie
  • [gnome-desktop] gnome-bg: have pixbuf_average_value return GdkRGBA, Ryan Lortie
  • [gnome-online-accounts] Updated French translation, Bruno Brouard
  • [network-manager-applet] Updated French translation, Bruno Brouard
  • [mousetweaks] Updated French translation, Bruno Brouard
  • [gnome-video-effects] Updated French translation, Bruno Brouard
  • [network-manager-applet] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [cheese] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [baobab] Updated Persian Translation, Arash Mousavi
  • [eog] Updated Persian Translation, Arash Mousavi
  • [network-manager-applet] applet: fix untranslated string (bgo #671041), Dan Williams
  • [vala] Add udisks2 bindings, =?utf-8?q?J=C3=BCrg_Billeter?=
  • [gtk+] Updated Esperanto translation, Kristjan Schmidt
  • [evolution] Updated French translation, Bruno Brouard
  • [cheese] Updated Persian Translation, Arash Mousavi
  • [evolution-data-server] Updated French translation, Bruno Brouard
  • [gnome-control-center] Updated French translation, Bruno Brouard
  • [aisleriot] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-games] Updated Esperanto translation, Kristjan Schmidt
  • [glib] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [rhythmbox] Updated Arabic translation, Abderrahim Kitouni
  • [gnoduino] fix port detection when burning arduino as prog - take 2, Lucian Langa
  • [gnote] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Updated Lithuanian manual, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gedit] Updated Arabic translation, Abderrahim Kitouni
  • [gnome-shell] Updated Esperanto translation, Kristjan Schmidt
  • [dasher] Updated French translation, Bruno Brouard
  • [libgda] MDB provider: handle Mdbtools V0.7, Vivien Malerba
  • [gedit] modelines: fix memory leak, Ignacio Casal Quinteiro
  • [gedit] modelines: init hash tables as NULL, Ignacio Casal Quinteiro
  • [gedit] modelines: remove useless method, Ignacio Casal Quinteiro
  • [gedit] modelines: unref the hash tables, Ignacio Casal Quinteiro
  • [gedit] modelines: check the hash is created, Ignacio Casal Quinteiro
  • [vala] gtk+-3.0: Fix autogeneration of ColorButton.get_rgba, Luca Bruno
  • [vala] gio-2.0: Mark TlsCertificate as a concrete class, Luca Bruno
  • [evolution-data-server] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnote/stable-0.8] Updated Lithuanian manual, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote/stable-0.8] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Make more information on exceptions available, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Fix icon size for sync conflict dialog, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Fix crash when synchronizing unsaved note, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Fix GnoteSyncClient::parse, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Fix FileSystemSyncServer::id(), =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-settings-daemon] xsettings: add README.xsettings about overrides, Ryan Lortie
  • [gnome-settings-daemon] xsettings: make the alignment padding clearer, Ryan Lortie
  • [gnome-settings-daemon] xsettings: add XSETTINGS_VARIANT_TYPE_COLOR macro, Ryan Lortie
  • [gnome-settings-daemon] xsettings: put headers in test_xsettings_SOURCES, Ryan Lortie
  • [gnome-settings-daemon] xsettings: i18nify the test-xsettings program, Ryan Lortie
  • [gnome-settings-daemon] xsettings: add test-xsettings program, Ryan Lortie
  • [gnome-settings-daemon] xsettings: load overrides on startup, Ryan Lortie
  • [gnome-settings-daemon] xsettings: wire overrides into GSettings, Ryan Lortie
  • [gnome-settings-daemon] xsettings: add GVariant 'overrides' to the manager, Ryan Lortie
  • [gnome-settings-daemon] xsettings: introduce 'tiers' of XSettings, Ryan Lortie
  • [gnome-settings-daemon] xsettings: rework delete() as set(NULL), Ryan Lortie
  • [gnome-settings-daemon] xsettings: add xsettings_setting_get() accessor, Ryan Lortie
  • [gnome-settings-daemon] xsettings: always call xsettings_setting_set(), Ryan Lortie
  • [gnome-settings-daemon] xsettings: switch to GVariant for value storage, Ryan Lortie
  • [gnome-settings-daemon] xsettings: logic tweak, Ryan Lortie
  • [gnome-settings-daemon] xsettings: pass name into set function separately, Ryan Lortie
  • [gnome-settings-daemon] xsettings: some strategic renames, Ryan Lortie
  • [gnome-settings-daemon] xsettings: split xsettings_setting_copy to new/set, Ryan Lortie
  • [gnome-settings-daemon] xsettings: switch manager to GLib memory functions, Ryan Lortie
  • [gnome-settings-daemon] xsettings: remove c++ guards from internal headers, Ryan Lortie
  • [gnome-settings-daemon] xsettings: drop a pair of unused functions, Ryan Lortie
  • [gnome-settings-daemon] xsettings: drop XSettingsBuffer; use GString, Ryan Lortie
  • [gnome-settings-daemon] xsettings: drop the now-unused XSettingsResult, Ryan Lortie
  • [gnome-settings-daemon] xsettings: drop now-unused XSettingsList, Ryan Lortie
  • [gnome-settings-daemon] xsettings: use GHashTable in the xsettings manager, Ryan Lortie
  • [gnome-settings-daemon] xsettings: don't return XSettingsResult codes, Ryan Lortie
  • [gnome-settings-daemon] xsettings: remove global 'settings' list, Ryan Lortie
  • [gnome-settings-daemon] xsettings: remove unused function from header, Ryan Lortie
  • [network-manager-applet] applet: lazily initialize notification service (bgo #667400), Dan Williams
  • [seahorse/gnome-3-2] Updated Belarusian translation., Ihar Hrachyshka
  • [libgweather] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [libgweather] Updated Belarusian translation., Ihar Hrachyshka
  • [gimp] app: get rid of a GtkTable in gimp_paint_options_gui(), and some cleanup, Michael Natterer
  • [extensions-web] main: Make sure the search field changes before loading a new page, Jasper St . Pierre
  • [extensions-web] paginator: Cancel any outstanding requests before making a new one, Jasper St . Pierre
  • [gimp] Fix alignment of configure --help output, Mikael Magnusson
  • [gsettings-desktop-schemas] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gegl] Fix alignment of configure --help output, Mikael Magnusson
  • [gnome-keyring] Updated Belarusian translation., Ihar Hrachyshka
  • [gsettings-desktop-schemas] Revert "wm-schemas: Change default mouse-button-modifier", Bastien Nocera
  • [gnumeric] compilation: warning fixes., Morten Welinder
  • [cogl] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnumeric] xls: style export improvements., Morten Welinder
  • [gnumeric] tests: update sha1., Morten Welinder
  • [gsettings-desktop-schemas] schemas: Make evolution launch the correct component, Bastien Nocera
  • [evince] Updated Esperanto translation, Kristjan Schmidt
  • [evolution] Bug 671716 - Fails to build with --enable-contact-maps, Matthew Barnes
  • [gsettings-desktop-schemas] wm-schemas: Change default mouse-button-modifier, Bastien Nocera
  • [gsettings-desktop-schemas] wm-schemas: Adjust default bindings for maximize/restore, Bastien Nocera
  • [gsettings-desktop-schemas] schemas: Fix typo in example setting, Bastien Nocera
  • [dia] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evolution-kolab/ek-wip-porting] libekolab(util): fixes for E-D-S API changes, Christian Hilberg
  • [hamster-applet] Updated Esperanto translation, Kristjan Schmidt
  • [seahorse: 4/4] Merge branch 'gnome-3-4', Stefan Walter
  • [seahorse] (4 commits) ...Merge branch 'gnome-3-4', Stefan Walter
  • [seahorse/gnome-3-4] pgp: Fix warning for icon size -1, Stefan Walter
  • [gimp] Bug 651956: Text tool misremembers point size upon reloading file, Massimo Valentini
  • [gnome-settings-daemon] power: ANGRY FLOWER, Bastien Nocera
  • [aisleriot] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-devel-docs: 4/4] Merge branch 'new_branch_name', Susanna Huhtanen
  • [gnome-devel-docs: 3/4] Merge, Susanna Huhtanen
  • [gnome-devel-docs: 2/4] Tutorials: Guitar tuner, Susanna Huhtanen
  • [gnome-devel-docs: 1/4] Tutorials: Guitar tuner new, modifications to hello world, Susanna Huhtanen
  • [gnome-devel-docs] (4 commits) ...Merge branch 'new_branch_name', Susanna Huhtanen
  • [gnome-settings-daemon] print-notifications: Fix compilation, Bastien Nocera
  • [gnome-settings-daemon] xrandr: List external display only before internal only, Bastien Nocera
  • [gnome-settings-daemon] media-keys: Add README to dist, Bastien Nocera
  • [clutter] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [nautilus-sendto] Updated Esperanto translation, Kristjan Schmidt
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: add README.xsettings about overrides, Ryan Lortie
  • [jhbuild] core-deps-3.4: Use the gnome-3-4 branch of libgweather, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [seahorse] Fix translatable messages, Stefan Walter
  • [eog] Updated Esperanto translation, Kristjan Schmidt
  • [libgweather] misc: Update po-locations/POTFILES.skip, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] misc: Remove gconf dependency from pkconfig files, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] docs: Fix gtk-doc -sections.txt file, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] GWeatherInfo: clean up functions returning strings, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] GWeatherXML: use meaningful column types in the tree model, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] Weather: move weather.h to gweather-weather.h, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] Port to GSettings, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] API Break: correct namespacing and make WeatherInfo more GObject friendly, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [cheese/cheese-next] Move variable declaratione before code in C source, David King
  • [clutter] Add skeleton translations for RTL locales, =?utf-8?q?Florian_M=C3=BCllner?=
  • [clutter] Update Hebrew translations, =?utf-8?q?Florian_M=C3=BCllner?=
  • [anjuta] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [yelp] Updated Esperanto translation, Kristjan Schmidt
  • [libgda] Unit Tests updates for providers * Added test to update meta using a context for each table in meta, Daniel Espinosa Ortiz
  • [libgda] GIR and VAPI updates, Daniel Espinosa Ortiz
  • [mutter/wip/wayland-kms: 3/3] wayland: queue modes reset on vt enter, Robert Bragg
  • [mutter/wip/wayland-kms: 2/3] wayland: Run idle loop on vt switch, Robert Bragg
  • [mutter/wip/wayland-kms: 1/3] wayland: Adds virtual terminal enter/leave handling, Robert Bragg
  • [mutter] (3 commits) Created branch wip/wayland-kms, Robert Bragg
  • [mutter/wip/wayland-input: 8/8] wayland: Implement shell_surface_move(), Robert Bragg
  • [mutter/wip/wayland-input: 7/8] wayland: Add a hack to give focus to Wayland clients on mouse clicks, Robert Bragg
  • [mutter/wip/wayland-input: 6/8] wayland: Add support for translating Clutter scroll events, Robert Bragg
  • [mutter/wip/wayland-input: 5/8] wayland: Install a device manager, Robert Bragg
  • [mutter/wip/wayland-input: 4/8] wayland: Add an actor for the cursor, Robert Bragg
  • [mutter/wip/wayland-input: 3/8] wayland: Add keyboard support, Robert Bragg
  • [mutter/wip/wayland-input: 2/8] wayland: Add basic mouse input support, Robert Bragg
  • [mutter/wip/wayland-input: 1/8] Track the X Shape input region and use it for picking, Robert Bragg
  • [mutter] (8 commits) Created branch wip/wayland-input, Robert Bragg
  • [mutter/wip/wayland: 4/4] wayland: Adds basic hybrid X + Wayland support, Robert Bragg
  • [mutter/wip/wayland: 3/4] configure: Adds --with-xwayland-path option, Robert Bragg
  • [mutter/wip/wayland: 2/4] configure: Adds wayland config options, Robert Bragg
  • [mutter/wip/wayland: 1/4] screen: Don't ref workspace->screen after freeing workspace, Robert Bragg
  • [mutter] (4 commits) Created branch wip/wayland, Robert Bragg
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: make the alignment padding clearer, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: add XSETTINGS_VARIANT_TYPE_COLOR macro, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: put headers in test_xsettings_SOURCES, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: i18nify the test-xsettings program, Ryan Lortie
  • [cogl/wip/wayland: 8/8] onscreen: Adds buffer age api, Robert Bragg
  • [cogl/wip/wayland: 7/8] onscreen: Adds cogl_onscreen_start_frame() api, Robert Bragg
  • [cogl/wip/wayland: 6/8] onscreen: Adds swap_buffers_with_damage api, Robert Bragg
  • [cogl/wip/wayland: 5/8] kms: defer setting crtc modes until first swap buffers, Robert Bragg
  • [cogl/wip/wayland: 4/8] kms: Add mirror support and env var configurability, Robert Bragg
  • [cogl/wip/wayland: 3/8] kms: Implement the swap buffers notify feature, Robert Bragg
  • [cogl/wip/wayland: 2/8] egl-kms: Use drmModePageFlip, Robert Bragg
  • [cogl/wip/wayland: 1/8] kms: Use GBM surfaces, Robert Bragg
  • [cogl] (8 commits) Created branch wip/wayland, Robert Bragg
  • [cogl] Deleted branch wip/wayland, Robert Bragg
  • [gtk+] gdk: clean up logic error, Cosimo Cecchi
  • [seahorse/gnome-3-4] pgp: Fix warning when cancelling the signing dialog, Stefan Walter
  • [seahorse/gnome-3-4] Fix issue when multiple keys with same label in signer list, Stefan Walter
  • [clutter] po: Update bug tracker in Makevars, Emmanuele Bassi
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXConnManager: CamelKolabIMAPXStore init error propagation, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXServer: add initialization for metadata (DB), Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdStore: reflect API change in CamelIMAPXExtdConnManager, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdConnManager: API cleanup, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXConnManager: virtualized get_connection() function, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXServer: added 'constructed()' class function for proper upchaining, Christian Hilberg
  • [clutter] Fixed leaking GValue content in clutter_animation_setup_valist()., Tristan Van Berkom
  • [ekiga] Fixed the contact menu in the main window, Julien Puydt
  • [ekiga] Made the get_frame_data function more complex, Julien Puydt
  • [mutter] Deleted branch wip/wayland, Robert Bragg
  • [cogl] Don't export cogl_gl_error_to_string, Neil Roberts
  • [cogl] Add compatibility API for functions removed after 1.9.8, Neil Roberts
  • [tomboy] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-games] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [seahorse] Created branch gnome-3-4, Stefan Walter
  • [clutter] text: Use CoglFramebuffer API for the path-based clip, Emmanuele Bassi
  • [gedit] [l10n] Updated Estonian translation, Priit Laes
  • [release-notes/gnome-3-4] Fix typo, Andre Klapper
  • [clutter] Updated British English translation, Bruce Cowan
  • [file-roller] Updated British English translation, Bruce Cowan
  • [seahorse] Created tag 3.3.91, Stefan Walter
  • [release-notes/gnome-3-4] Add DConf section, Andre Klapper
  • [seahorse] Release version 3.3.91, Stefan Walter
  • [release-notes/gnome-3-4] Mention XInput 2.2, Andre Klapper
  • [gnome-settings-daemon] Updated British English translation, Bruce Cowan
  • [evolution/webkit] Port 'Show animated images' option, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [release-notes/gnome-3-4] Add Unicode link, Andre Klapper
  • [cheese] Updated British English translation, Bruce Cowan
  • [vte/vte-next] introspection: Fix annotation thinko, Christian Persch
  • [release-notes/gnome-3-4] Add Clutter items, Andre Klapper
  • [release-notes/gnome-3-4] Add TODO, Andre Klapper
  • [vte/vte-0-32] introspection: Fix annotation thinko, Christian Persch
  • [gnome-packagekit] Updated British English translation, Bruce Cowan
  • [release-notes/gnome-3-4] Add GTK+ color chooser and screenshot, Andre Klapper
  • [release-notes/gnome-3-4] Add Misc section placeholder, Andre Klapper
  • [gtk+] Updated British English translation, Bruce Cowan
  • [evolution-data-server] Bug #665025 - Memory leak in camel mime, Milan Crha
  • [release-notes/gnome-3-4] Start GLib and GTK+ sections, Andre Klapper
  • [gtk+] win32: Fix text color on XP, Alexander Larsson
  • [gtk+] Fix rendering of theme parts on Windows XP, Alexander Larsson
  • [anjuta] Updated British English translation, Bruce Cowan
  • [gnome-session] systemd: add better error reporting, Ray Strode
  • [glib] logging test: unset G_MESSAGES_DEBUG, Ryan Lortie
  • [gnome-user-docs] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-user-docs] accounts-whyadd.page: typo fix, Nguyen Thai Ngoc Duy
  • [release-notes/gnome-3-4] Write deprecations section, Andre Klapper
  • [release-notes/gnome-3-4] Fix markup, Andre Klapper
  • [glib] deprecated threads: fix race in GStaticRecMutex, Ryan Lortie
  • [libgweather] release: post-release bump to 3.5.0, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] Created branch gnome-3-4, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [epiphany] ephy-history-service: Give me a break!, Priit Laes
  • [release-notes/gnome-3-4] Add some developer.gnome.org improvements, Andre Klapper
  • [release-notes/gnome-3-4] Add init documentation updates section, Andre Klapper
  • [release-notes/gnome-3-4] Add list placeholders, Andre Klapper
  • [release-notes/gnome-3-4] Mention Belarusian and Macedonian L10N improvements, Andre Klapper
  • [evince] Updated Lithuanian translation, =?utf-8?q?=C5=BDygimantas_Beru=C4=8Dka?=
  • [seahorse] Fix regression of configure key action, Stefan Walter
  • [evolution-data-server] Updated British English translation, Bruce Cowan
  • [gnome-games] Updated British English translation, Bruce Cowan
  • [gnome-control-center] Uploaded Ukranian, Daniel Korostil
  • [empathy] Updated British English translation, Bruce Cowan
  • [libgweather] release: post-release bump to 3.4.2, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [aisleriot] Updated British English translation, Bruce Cowan
  • [gnome-keyring] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [libgweather] release: 3.4.1, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] configure.ac: Set the URL for the package's home page in AC_INIT, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] Created tag 3.4.1, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-keyring] Created tag 3.3.91, Stefan Walter
  • [gnome-keyring] Release 3.3.91, Stefan Walter
  • [mutter] plugins/default: Fix compiler error, Rui Matos
  • [evolution-ews/gnome-2-28] Fix crash in addressbook completion when no offline GAL cache, Punit Jain
  • [evolution-ews/gnome-2-28] Move libeews to privlibdir (its includes are in privincludedir already), Punit Jain
  • [baobab] Created tag 3.3.3, Paolo Borelli
  • [baobab] Release 3.3.3, Paolo Borelli
  • [gcr] Remove interfaces file, should be auto-generated., Stefan Walter
  • [evolution] Bug #664326 - Buttons to handle exceptions in event is always disabled, Milan Crha
  • [libgnome-keyring] Created tag 3.3.91, Stefan Walter
  • [libgnome-keyring] Release 3.3.91, Stefan Walter
  • [release-notes/gnome-3-4] Add missing markup, Andre Klapper
  • [libcryptui] Created tag 3.3.91, Stefan Walter
  • [libcryptui] Release 3.3.91, Stefan Walter
  • [release-notes/gnome-3-4] Fix broken markup, Andre Klapper
  • [evolution-ews/gnome-2-28] Move libewsutils to evo privlibdir, Punit Jain
  • [file-roller] User Docs: Fix broken links in UI. Fixes bug #671695, Andre Klapper
  • [gnome-boxes] add --checks option to troubleshot for vt/kvm, Marc-Andre Lureau
  • [gtk+] gdk: Make query_state() vfunc a void vfunc, Benjamin Otte
  • [gtk+] a11y: Only care about GtkOrientable::orientation, Benjamin Otte
  • [gtk+] widget: Set up signals after initializing style context, Benjamin Otte
  • [rhythmbox] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [pitivi] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-tweak-tool] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-shell-extensions] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-color-manager] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-settings-daemon] Power: failing to clear DPMS timeouts should not be fatal, Richard Hughes
  • [banshee] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [evolution-ews/gnome-2-28] Add profession, office_location, anniversary to EContact., Punit Jain
  • [gnome-control-center/gnome-3-2] Uploaded Ukranian, Daniel Korostil
  • [gnome-shell] css: Symbolic icons size must actually be specified relative to font size, Rui Matos
  • [aisleriot] Uploaded Ukranian, Daniel Korostil
  • [aisleriot/gnome-3-2] Uploaded Ukranian, Daniel Korostil
  • [evolution-ews] Use e_book_backend_foreach_view for notifying status messages to all the views., Chenthill Palanisamy
  • [seahorse] Uploaded Ukranian, Daniel Korostil
  • [gnome-settings-daemon] main: Fix library linkage on Mageia, Bastien Nocera
  • [gnome-settings-daemon] build: Remove empty variables, Bastien Nocera
  • [pygobject] Fix marshalling to/from Python to work on big endian machines., Martin Pitt
  • [gnome-settings-daemon] power: Lazily connect to gnome-screensaver, Bastien Nocera
  • [file-roller] Remove duplicated zh_TW po file committed under .png name, Andre Klapper
  • [evolution] Bug #664323 - Too late initialization of Gnome/GailCanvas ATK support, Milan Crha
  • [gnome-settings-daemon] print-notifications: Add test tool, Bastien Nocera
  • [gnome-settings-daemon] xrandr: Fix the rotate display button not working, Bastien Nocera
  • [gnome-desktop] gnome-rr: Add definition for next rotation, Bastien Nocera
  • [gnomeweb-wml] Evolution: Clarify meaning of two debug variables, Andre Klapper
  • [glib] Fix crash in signal emission optimization, Alexander Larsson
  • [glib] signal emission: Allocate instance_and_param with alloca, Alexander Larsson
  • [evolution] Bug #664205 - Improve UX when creating a new mail folder, Milan Crha
  • [empathy] individual-store-manager: always display individual's alias in debug messages, Guillaume Desmottes
  • [empathy] individual_personas_changed_cb: remove debug message, Guillaume Desmottes
  • [empathy] Don't flood logs when individials don't have avatars, Guillaume Desmottes
  • [empathy] Remove flooding debug messages, Guillaume Desmottes
  • [empathy] video-widget: don't set priv->sink_pad twice, Guillaume Desmottes
  • [empathy] Don't clip overflowing border when drawing rounded rectangles, Guillaume Desmottes
  • [glib] Use native glib-genmarshal when cross-compiling, Alexander Larsson
  • [evolution/gnome-3-2] Include searching Bcc header while looking for recipients, Chenthill Palanisamy
  • [evolution] Include searching Bcc header while looking for recipients, Chenthill Palanisamy
  • [glabels/vala] Added initial FieldButton implementation., Jim Evins
  • [gtk+/wip/events: 11/11] tests: Add a simple test for gestures, Benjamin Otte
  • [gtk+/wip/events: 10/11] API: gtk: Add a swipe gesture, Benjamin Otte
  • [gtk+/wip/events: 9/11] gtk: Add event trackers to event handling code, Benjamin Otte
  • [gtk+/wip/events: 8/11] widget: Add API for adding recognizers, Benjamin Otte
  • [gtk+/wip/events: 7/11] docs: Add docs for event recognizers, Benjamin Otte
  • [gtk+/wip/events: 6/11] events: Add the basics of the event recognizer implementation, Benjamin Otte
  • [gtk+/wip/events: 5/11] API: gdk: Add GdkAxisUse entries for relative axes, Benjamin Otte
  • [gtk+/wip/events: 4/11] x11: Use the new event sequence to store axis values, Benjamin Otte
  • [gtk+/wip/events: 3/11] gdk: Make event sequences real objects, Benjamin Otte
  • [gtk+/wip/events: 2/11] gdk: Move GdkEventSequence declaration, Benjamin Otte
  • [gtk+/wip/events: 1/11] API: gdk: Add gdk_device_get_axis_label(), Benjamin Otte
  • [gtk+] (11 commits) Created branch wip/events, Benjamin Otte
  • [gtk+] Deleted branch wip/events, Benjamin Otte
  • [gtk+] xi2: Don't reset scroll valuators too often, Matthias Clasen
  • [gnome-web-wppo] added support to store bloginfo translations and display accordingly, Vinicius Scopel Depizzol
  • [gnome-web-wppo] proper fixes for compatibility and cleanups, Vinicius Scopel Depizzol
  • [gnome-web-wppo] made widget support new html5 format for wordpress (and avoid duplicating the default language item), Vinicius Scopel Depizzol
  • [banshee/stable-2.2] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnumeric] xls: redirect all debug output to stderr using g_printerr., Morten Welinder
  • [gnumeric] Style: make macros statement-safe., Morten Welinder
  • [gnome-documents] two-lines-renderer: fix text layout for RTL languages, Cosimo Cecchi
  • [evince] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [banshee] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-user-docs] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-shell] Don't depend on removed MetaPlugin APIs, Jasper St . Pierre
  • [mutter] plugin: Remove unneeded wrapper APIs, Jasper St . Pierre
  • [gnome-keyring] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gtranslator] help/C: fixed reference to profile tab., Tiffany Antopolski
  • [tomboy] docs: fixed markup errors, and reference to Seahorse, Tiffany Antopolski
  • [gdm] Updated French translation, Bruno Brouard
  • [gnumeric] xls: export improvements and fixes., Morten Welinder
  • [libpeas] Updated French translation, Bruno Brouard
  • [anjuta-extras] scintilla: bgo #348850 - doesn't respect theme colours, Sebastien Granjoux
  • [gedit/gnome-3-2] Updated French translation, Bruno Brouard
  • [seahorse/gnome-3-2] Updated French translation, Bruno Brouard
  • [vte/vte-0-32] build: Install GIR and typelib into our prefix, Christian Persch
  • [gnome-system-monitor] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [gedit-collaboration] Add license headers and relicense as gpl 2+, Ignacio Casal Quinteiro
  • [vte/vte-next] build: Include pkg-config and include info in the GIR, Christian Persch
  • [vte/vte-0-32] build: Include pkg-config and include info in the GIR, Christian Persch
  • [gtksourceview] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-documents] thumb-nav: handle GDK_SCROLL_SMOOTH events, Cosimo Cecchi
  • [vte/vte-0-32] Explicitly set GDK_SCROLL_MASK as recent gtk+ versions require it for scrolling to work, Christian Persch
  • [vte/vte-next] Explicitly set GDK_SCROLL_MASK as recent gtk+ versions require it for scrolling to work, Christian Persch
  • [gnome-terminal] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-terminal/gnome-3-4] [l10n] Updated Italian translation, Milo Casagrande
  • [vte/vte-next] pty: Support allocating PTYs through openpty on BSD, Christian Persch
  • [vte/vte-next] build: Add fallback for round on interix, Christian Persch
  • [vte/vte-0-32] pty: Support allocating PTYs through openpty on BSD, Christian Persch
  • [vte/vte-0-32] build: Add fallback for round on interix, Christian Persch
  • [rhythmbox] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [gnome-keyring] dbus: Fix changing keyring password, Stefan Walter
  • [gnome-documents] selections: pack organize collection dialog into a scrolled window, Cosimo Cecchi
  • [gnome-documents] selections: make the initial placeholder checkbox invisible, Cosimo Cecchi
  • [gnome-documents] selections: rewrite placeholder code for adding a new collection, Cosimo Cecchi
  • [gnome-documents] selections: don't crash when a job is run with no callback, Cosimo Cecchi
  • [gnome-documents] selections: track model deletions in selection mode, Cosimo Cecchi
  • [gnome-documents] selections: don't manually add collections to the cache on creation, Cosimo Cecchi
  • [gnome-documents] documents: don't manually remove the document from the cache on trash, Cosimo Cecchi
  • [gnome-keyring] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [vte/vte-next] introspection: Add missing annotation, Christian Persch
  • [vte/vte-0-32] introspection: Add missing annotation, Christian Persch
  • [gnome-keyring] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [vte/vte-next] build: Fix missing bracked, Christian Persch
  • [nautilus-sendto] [l10n] Updated Italian translation, Milo Casagrande
  • [vte/vte-0-32] build: Fix missing bracked, Christian Persch
  • [vte/vte-0-32] build: Disable warnings about non-portable constructs, Christian Persch
  • [vte/vte-next] build: Disable warnings about non-portable constructs, Christian Persch
  • [glabels/glabels-3_0] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evince] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-control-center] Updated Telugu Translation, Praveen Illa
  • [seahorse] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [tracker] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [tracker/tracker-0.14] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-themes-standard] widgets: add alternative versions of insensitive radio/check assets, Cosimo Cecchi
  • [gnome-keyring] daemon: Set button labels in prompts, Stefan Walter
  • [empathy] Uploaded Ukranian, Daniel Korostil
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXStore: removed private CamelKolabImapxMetadata member, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXServer: removed unneeded virtual functions, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdServer: reintegrated ANNOTATEMORE support, Christian Hilberg
  • [gnome-shell] theme - make the modal dialogs match the mockups, =?utf-8?q?Florian_M=C3=BCllner?=
  • [evolution-kolab/ek-wip-porting] CamelIMAPXServer: one more function for "friend" API, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXServer: fixed wrong type cast in new() function, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] camel-imapx-utils: added capability for ANNOTATEMORE, Christian Hilberg
  • [gnumeric] xls: define more escher types., Morten Welinder
  • [libgweather] linking with libm explicity, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] release: post-release bump to 3.4.1, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [nautilus] view: fix zoom direction for smooth scrolling case, Cosimo Cecchi
  • [gtk+: 7/7] Merge branch 'wip/cssvalue', Alexander Larsson
  • [gtk+] (7 commits) ...Merge branch 'wip/cssvalue', Alexander Larsson
  • [gnome-disk-utility] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp] Bug 667368: Bug in Histogram egalization, Massimo Valentini
  • [gconf] bump version after release, Ryan Lortie
  • [gconf] Created tag 3.2.4, Ryan Lortie
  • [gconf] GConf 3.2.4, Ryan Lortie
  • [epiphany] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [ostree] core: Fix "cat" crashing when it should have returned ENOENT, Colin Walters
  • [ostree] core: Fix crasher in "rev-parse", Colin Walters
  • [ostree/wip/packfile] core: Add initial stub "repack" builtin, Colin Walters
  • [ostree] Created branch wip/packfile, Colin Walters
  • [gconf] build: add uninstall hook for GSettings backend, Ryan Lortie
  • [glib] gio-querymodules: unlink instead of writing empty cache, Ryan Lortie
  • [gnome-games] iagno, mahjonng, gnome-sudoku: marked as final, Tiffany Antopolski
  • [gconf] fix build failure with ORBit enabled, Ryan Lortie
  • [gconf] Deleted branch gnome-3-2, Ryan Lortie
  • [gconf] Created branch gnome-3-2, Ryan Lortie
  • [gnome-boxes] [l10n] Added Estonian (et) to LINGUAS, Priit Laes
  • [gnome-boxes] [l10n] Updated Estonian translation, Priit Laes
  • [dconf] Created tag 0.11.6, Ryan Lortie
  • [dconf] dconf 0.11.6, Ryan Lortie
  • [gvdb] builder: Note don't actually implement bloom filters, Colin Walters
  • [dconf] autogen.sh: support calling from out of tree, Ryan Lortie
  • [gnome-devel-docs] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [tracker] autogen.sh: Error gracefully when valac is not installed, Sam Thursfield
  • [gconf] gsettings-data-convert: convert only user settings, Ryan Lortie
  • [gconf] sources: remove a harmless warning message, Ryan Lortie
  • [gnome-keyring] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-control-center] user-accounts: Minimum of 200 width for the users list, Bastien Nocera
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: add test-xsettings program, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: load overrides on startup, Ryan Lortie
  • [gnome-dictionary] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-bluetooth] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-backgrounds] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-games] [l10n] New screenshot, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [file-roller] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-settings-daemon/wip/xsettings-manager: 21/21] xsettings: wire overrides into GSettings, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 20/21] xsettings: add GVariant 'overrides' to the manager, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 19/21] xsettings: introduce 'tiers' of XSettings, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 18/21] xsettings: rework delete() as set(NULL), Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 17/21] xsettings: add xsettings_setting_get() accessor, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 16/21] xsettings: always call xsettings_setting_set(), Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 15/21] xsettings: switch to GVariant for value storage, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 14/21] xsettings: logic tweak, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 13/21] xsettings: pass name into set function separately, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 12/21] xsettings: some strategic renames, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 11/21] xsettings: split xsettings_setting_copy to new/set, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 10/21] xsettings: switch manager to GLib memory functions, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 9/21] xsettings: remove c++ guards from internal headers, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 8/21] xsettings: drop a pair of unused functions, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 7/21] xsettings: drop XSettingsBuffer; use GString, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 6/21] xsettings: drop the now-unused XSettingsResult, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 5/21] xsettings: drop now-unused XSettingsList, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 4/21] xsettings: use GHashTable in the xsettings manager, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 3/21] xsettings: don't return XSettingsResult codes, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 2/21] xsettings: remove global 'settings' list, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 1/21] xsettings: remove unused function from header, Ryan Lortie
  • [gnome-settings-daemon] (21 commits) Created branch wip/xsettings-manager, Ryan Lortie
  • [gnome-settings-daemon] Deleted branch wip/xsettings-manager, Ryan Lortie
  • [gnome-games] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnumeric] GUI: Fix crash with missing images for sheet object., Morten Welinder
  • [gtk+/wip/cssvalue] Add some more types to GtkCssValue, Alexander Larsson
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: wire overrides into GSettings, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: add GVariant 'overrides' to the manager, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: introduce 'tiers' of XSettings, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: rework delete() as set(NULL), Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager] xsettings: add xsettings_setting_get() accessor, Ryan Lortie
  • [evolution-data-server] EDS: memory leak fixes, Patrick Ohly
  • [gtk+/wip/cssvalue] Don't use GValue in GtkCssValue, Alexander Larsson
  • [gtk+/wip/cssvalue] Use GtkCssValue in symbolic color resolving, Alexander Larsson
  • [pygobject] Use gi_cclosure_marshal_generic instead of duplicating it., Martin Pitt
  • [gnome-control-center] build: Add missing git.mk to panels/color/icons, Colin Walters
  • [gnomeweb-wml] FoG: Typo in Diego's a11y testimonial, Juan Jose Marin Martinez
  • [gnome-control-center] universal-access: Hide zoom options when not in shell, Bastien Nocera
  • [gnome-control-center] build: Add missing include of git.mk in user-accounts/data/icons, Colin Walters
  • [gdm] Updated Persian Translations, Arash Mousavi
  • [nautilus] view: handle smooth scroll events for zooming, Cosimo Cecchi
  • [gedit] Assamese translation completed, Nilamdyuti Goswami
  • [baobab] Assamese translation completed, Nilamdyuti Goswami
  • [gimp/gimp-2-6] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-themes-standard] widgets: fix dim-label style class for treeview rows, Cosimo Cecchi
  • [gnome-documents] selections: always show the expanding separator, Cosimo Cecchi
  • [gobject-introspection] repository: Remove extraneous leftover assignment to rvalue., Colin Walters
  • [gnome-games] Update Swell-Foop user manual for 3.4, Andre Klapper
  • [rygel] data: Use new logo, Jens Georg
  • [gnome-settings-daemon/wip/xsettings-manager: 16/16] xsettings: always call xsettings_setting_set(), Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 15/16] xsettings: switch to GVariant for value storage, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 14/16] xsettings: logic tweak, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 13/16] xsettings: pass name into set function separately, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 12/16] xsettings: some strategic renames, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 11/16] xsettings: split xsettings_setting_copy to new/set, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 10/16] xsettings: switch manager to GLib memory functions, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 9/16] xsettings: remove c++ guards from internal headers, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 8/16] xsettings: drop a pair of unused functions, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 7/16] xsettings: drop XSettingsBuffer; use GString, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 6/16] xsettings: drop the now-unused XSettingsResult, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 5/16] xsettings: drop now-unused XSettingsList, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 4/16] xsettings: use GHashTable in the xsettings manager, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 3/16] xsettings: don't return XSettingsResult codes, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 2/16] xsettings: remove global 'settings' list, Ryan Lortie
  • [gnome-settings-daemon/wip/xsettings-manager: 1/16] xsettings: remove unused function from header, Ryan Lortie
  • [gnome-settings-daemon] (16 commits) Created branch wip/xsettings-manager, Ryan Lortie
  • [cogl] Update cogl.symbols, Chun-wei Fan
  • [cheese] Assamese translation completed, Nilamdyuti Goswami
  • [goffice] Add introspection support. [#670161], =?utf-8?q?Jean_Br=C3=A9fort?=
  • [evolution-mapi] Bug #671638 - Trouble reading S/MIME messages, Milan Crha
  • [empathy] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-shell] css: Specify icon-size in px everywhere, Rui Matos
  • [gnome-user-docs] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-control-center] common: Look harder for some languages, Bastien Nocera
  • [gnome-boxes] Added Vietnamese translation, Nguyen Thai Ngoc Duy
  • [orca] Attend to object:state-changed:expanded for push buttons, Joanmarie Diggs
  • [cluttermm] Fix the build., Krzesimir Nowak
  • [evolution-kolab/ek-wip-porting] (6 commits) ...Merge branch 'ek-wip-porting', Christian Hilberg
  • [gnome-screenshot] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gvfs] Uploaded Ukranian, Daniel Korostil
  • [gnome-contacts] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-contacts] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gedit] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gedit] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [file-roller] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [file-roller] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [epiphany] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-devel-docs] Use consistently GTKmm (instead of Gtkmm) in all docs, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [empathy] empathy_gtk_init: add local copy of icons to the search path (#616159), Guillaume Desmottes
  • [empathy] "Build" a local copy of the icons to be used from sources, Guillaume Desmottes
  • [evince] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-settings-daemon] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-settings-daemon] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gtk+] Assamese translation completed, Nilamdyuti Goswami
  • [evolution] User Docs: Link 'Deleting attachments' into Attachments overview page. See bug #671633, Andre Klapper
  • [tracker] Created branch tracker-0.14, Martyn James Russell
  • [tracker] Created tag 0.14.0, Martyn James Russell
  • [tracker] Release 0.14.0, Martyn James Russell
  • [tracker] tracker-miner-evolution: Fix build in JHBuild, Martyn James Russell
  • [release-notes/gnome-3-4] add aklapper as maintainer (mostly a test for git hooks), Frederic Peters
  • [evolution-kolab/ek-wip-porting-imapx] (19 commits) ...Merge branch 'ek-wip-porting', Christian Hilberg
  • [evolution-kolab/EDS_IMAPX_nobuild] updated IMAPX files as of EDS commit 80680df918074e0665478d728901182327b5a742, Christian Hilberg
  • [evolution-kolab: 16/16] Merge branch 'ek-wip-porting', Christian Hilberg
  • [evolution-kolab: 15/16] Merge branch 'ek-wip-porting-imapx' into ek-wip-porting, Christian Hilberg
  • [evolution-kolab: 14/16] IMAPX: updated VERSIONS file to new upstream E-D-S commit 80680df918074e0665478d728901182327b5a742, Christian Hilberg
  • [evolution-kolab: 13/16] Merge branch 'EDS_IMAPX_nobuild' into ek-wip-porting-imapx, Christian Hilberg
  • [evolution-kolab: 12/16] updated IMAPX files as of EDS commit 80680df918074e0665478d728901182327b5a742, Christian Hilberg
  • [evolution-kolab] (16 commits) ...Merge branch 'ek-wip-porting', Christian Hilberg
  • [gtk+] gtkwidget.c: Use G_VA_COPY instead of va_copy(), Chun-wei Fan
  • [baobab] baobab-chart: fix scrolling, Stefano Facchini
  • [baobab] Fix build, Stefano Facchini
  • [gnomeweb-wml] Evolution: Add more variables as pointed out by mcrha on IRC, Andre Klapper
  • [gnomeweb-wml] Evolution: List several additional debug variables, Andre Klapper
  • [dia] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnumeric] Fixed crash with sheet object. [#671617], =?utf-8?q?Jean_Br=C3=A9fort?=
  • [gtk+/wip/cssvalue: 3/3] Add singletons for small ints and numbers, Alexander Larsson
  • [gtk+/wip/cssvalue: 2/3] css: Use GtkCssValues instead of GValue in the css machinery, Alexander Larsson
  • [gtk+/wip/cssvalue: 1/3] css: Add GtkCssValue, an immutable refcounted css value, Alexander Larsson
  • [gtk+] (3 commits) Created branch wip/cssvalue, Alexander Larsson
  • [gtk+] Update VS property sheets, Chun-wei Fan
  • [clutter] Fixup VS 2010 property sheets, Chun-wei Fan
  • [gnome-control-center] display: Sort resolutions by width first, Bastien Nocera
  • [damned-lies] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [epiphany] ephy-history-service: plug a few more leaks, Claudio Saavedra
  • [epiphany] ephy-history-window: plug a couple of leaks, Claudio Saavedra
  • [glib] msvc_recommended_pragmas.h: Silence C4819 warnings, Chun-wei Fan
  • [glabels/glabels-3_0] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [clutter-gtkmm] Added Aidan Delaney as maintainer in doap file, =?utf-8?q?Chris_K=C3=BChl?=
  • [cluttermm] Added Aidan Delaney as maintainer in doap file, =?utf-8?q?Chris_K=C3=BChl?=
  • [clutter-box2dmm] Added Aidan Delaney as maintainer in doap file, =?utf-8?q?Chris_K=C3=BChl?=
  • [clutter] Update VS property sheets, Chun-wei Fan
  • [cogl] Update VS property sheets, Chun-wei Fan
  • [network-manager-applet] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [libpeas] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gucharmap] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gtksourceview] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [jhbuild] core-deps-3.4: WebKitGTK+ 1.7.91, Martin Robinson
  • [gnome-packagekit] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-games] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [evolution] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [epiphany] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [glib] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gdk-pixbuf] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [clutter] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [anjuta] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [glib] Update config.h.win32(.in), Chun-wei Fan
  • [glib] glib-genmarshal.c: Use G_VA_COPY instead of va_copy(), Chun-wei Fan
  • [evolution-ews] gw code cleanup, Punit Jain
  • [glib] Use G_VA_COPY instead of va_copy(), Chun-wei Fan
  • [gimp-help-2] Add layer-groups.xml, Julien Hardlin
  • [gnome-terminal/gnome-3-4] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-user-docs] Delete the search link in the sort document., Julita Inca
  • [gtk+] colorchooser: Drop the ::response handler altogether, Matthias Clasen
  • [gtk+] colorchooser: Do less in ::response, Matthias Clasen
  • [gnumeric] xls: code cleanup., Morten Welinder
  • [gtk+] colorchooser: Fix default palette orientation, Matthias Clasen
  • [nautilus] all: remove eel_g_hash_table_new_free_at_exit(), Cosimo Cecchi
  • [gnome-user-docs] keyboard-nav rewrite based on review edits, Michael Hill
  • [gnumeric] xls: fix export of conditional formats' patterns., Morten Welinder
  • [gnome-themes-standard] nautilus: fix NautilusQueryEditor button border colors, Cosimo Cecchi
  • [nautilus] view: show applications for non launcher desktop files, Cosimo Cecchi
  • [nautilus] link: fix code to parse additional description for links, Cosimo Cecchi
  • [nautilus] link: remove obsolete check for application/x-gnome-app-info, Cosimo Cecchi
  • [nautilus] file-dnd: only accept launchers as DnD targets, Cosimo Cecchi
  • [nautilus] file: don't consider all desktop files nautilus links, Cosimo Cecchi
  • [nautilus] directory-async: remove code that was never executed, Cosimo Cecchi
  • [folks] libsocialweb: Tidy up Swf.PersonaStore.prepare() to return asynchronously, Philip Withnall
  • [folks] core: Force IndividualAggregator quiescence after a 5s timeout, Philip Withnall
  • [gnumeric] xls: fix export problem for non-ASCII rich text., Morten Welinder
  • [gnome-shell-design] keep conversation open, Jakub Steiner
  • [clutter] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-games] Deleted branch swell-foop-vala, Robert Ancell
  • [gnac/devel] Replaced deprecated GtkTable by GtkGrid, =?utf-8?q?Beno=C3=AEt_Dupasquier?=
  • [gnac/devel] Fixed bugs, =?utf-8?q?Beno=C3=AEt_Dupasquier?=
  • [epiphany] Don't list deprecated gsettings keys in the .convert, Sebastien Bacher
  • [gnome-backgrounds] Snowdunes: New version from garrett., Jakub Steiner
  • [totem/mallard-documentation] Review screenshot-gallery.page, Ekaterina Gerasimova
  • [totem/mallard-documentation] Review keyboard-shortcuts.page, Ekaterina Gerasimova
  • [totem/mallard-documentation] Review properties.page, Ekaterina Gerasimova
  • [totem/mallard-documentation] Review adjustment-sound.page, Ekaterina Gerasimova
  • [totem/mallard-documentation] Review introduction.page, Ekaterina Gerasimova
  • [gnome-dvb-daemon] Use dist-xz instead of dist-bzip2, Sebastian Polsterl
  • [gnome-dvb-daemon] Raise required Vala to 0.15 and GLib to 2.31.0, Sebastian Polsterl
  • [gnome-dvb-daemon] Use FileAttribute namespace, Sebastian Polsterl
  • [gnome-dvb-daemon] Removed usage of deprecated Thread.create function, Sebastian Polsterl
  • [gnome-dvb-daemon] Replaced StaticRecMutex with RecMutex, Sebastian Polsterl
  • [epiphany] Created tag 3.3.91, Xan Lopez
  • [epiphany] [release] 3.3.91, Xan Lopez
  • [epiphany] POTFILES.in: add missing file, Xan Lopez
  • [anjuta] Updated French translation, Bruno Brouard
  • [epiphany] ephy-history-window: filter hosts with time range as well, Claudio Saavedra
  • [epiphany] ephy-history-service: add API to query for hosts, Claudio Saavedra
  • [gnome-settings-daemon] Uploaded Ukranian, Daniel Korostil
  • [banshee] Created tag 2.3.6, Bertrand Lorentz
  • [libgee/0.6] Fixed compiler error, Sebastian Polsterl
  • [gnumeric] xls: improve the rich text import situation for., Morten Welinder
  • [banshee] release: Bump version to 2.3.6, Bertrand Lorentz
  • [banshee] release: Update contributors.xml, AUTHORS and NEWS for 2.3.6, Bertrand Lorentz
  • [gnome-packagekit] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evolution-data-server] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [extensions-web] Show the search bar, Jasper St . Pierre
  • [epiphany] ephy-history-service: execute_get_hosts() should return TRUE, Claudio Saavedra
  • [epiphany] ephy-hosts-view: ensure "all hosts" is selected by default, Claudio Saavedra
  • [epiphany] ephy-host-store: add a clear() method, Claudio Saavedra
  • [nautilus-actions] Created tag NAUTILUS_ACTIONS_3_2_2, Pierre Wieser
  • [epiphany] schema: default to 'All history' in history window, Diego Escalante Urrelo
  • [extensions-web] extensions: Start hacking on search, Jasper St . Pierre
  • [extensions-web] extensions: Don't add context variables we don't use, Jasper St . Pierre
  • [extensions-web] extensions: Fix a silly comment, Jasper St . Pierre
  • [gimp] Bug 541859 - Colour Balance Range to Adjust has no Effect, Michael Natterer
  • [damned-lies] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [clutter] Updated Belarusian translation., Ihar Hrachyshka
  • [clutter/clutter-1.8] Updated Belarusian translation., Ihar Hrachyshka
  • [dia] Fixed typo, Steffen Macke
  • [gedit] Updated Belarusian translation., Ihar Hrachyshka
  • [epiphany] ephy-history-service-hosts-table: init host to NULL, Diego Escalante Urrelo
  • [dconf] blame mode: record all writes, not just the first, Ryan Lortie
  • [dia] Mention main connection points in custom shape format description., Steffen Macke
  • [epiphany] doc: fix distcheck, link to the new history library, Xan Lopez
  • [evolution-mapi] Update store<=>folder summaries connection on folder rename, Milan Crha
  • [goffice] GOFormat: tweak bold handling., Morten Welinder
  • [evolution-groupwise] Update store<=>folder summaries connection on folder rename, Milan Crha
  • [evolution-data-server] Update store<=>folder summaries connection on folder rename, Milan Crha
  • [evolution/account-mgmt: 49/51] Adapt vcard-inline plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 51/51] Update po/POTFILES.in., Matthew Barnes
  • [evolution/account-mgmt: 50/51] Adapt API documentation to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 47/51] Adapt publish-calendar plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 46/51] Adapt pst-importer plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 48/51] Adapt save-calendar plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 45/51] Adapt mailing-list-actions plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 44/51] Adapt mail-to-task plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 43/51] Adapt itip-formatter plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 42/51] Adapt imap-features plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 41/51] Adapt email-custom-header plugin to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 40/51] Adapt bbdb plugin to new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 39/51] Remove default-source plugin., Matthew Barnes
  • [evolution/account-mgmt: 38/51] Add 'mail-config' module., Matthew Barnes
  • [evolution/account-mgmt: 37/51] Add 'cal-config-webcal' module., Matthew Barnes
  • [evolution/account-mgmt: 36/51] Add 'cal-config-weather' module., Matthew Barnes
  • [evolution/account-mgmt: 35/51] Add 'cal-config-google' module., Matthew Barnes
  • [evolution/account-mgmt: 34/51] Add 'cal-config-contacts' module., Matthew Barnes
  • [evolution/account-mgmt: 33/51] Add 'cal-config-caldav' module., Matthew Barnes
  • [evolution/account-mgmt: 32/51] Add 'cal-config-local' module., Matthew Barnes
  • [evolution-data-server/account-mgmt: 39/39] Update po/POTFILES.in., Matthew Barnes
  • [evolution/account-mgmt: 31/51] Add 'book-config-webdav' module., Matthew Barnes
  • [evolution-data-server/account-mgmt: 38/39] Camel debugging hack (temporary), Matthew Barnes
  • [evolution/account-mgmt: 30/51] Add 'book-config-ldap' module., Matthew Barnes
  • [evolution-data-server/account-mgmt: 37/39] Adapt libedataserverui tests to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 29/51] Add 'book-config-google' module., Matthew Barnes
  • [evolution-data-server/account-mgmt: 36/39] Adapt test-client-examine-auth.c to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 28/51] Add 'book-config-local' module., Matthew Barnes
  • [evolution-data-server/account-mgmt: 35/39] Adapt e-client-utils.c to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 27/51] Adapt modules/startup-wizard to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 34/39] Add unit tests for ESource., Matthew Barnes
  • [evolution/account-mgmt: 26/51] Adapt modules/online-accounts to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 33/39] Adapt ESourceSelectorDialog to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 25/51] Adapt modules/mdn to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 32/39] Adapt ESourceSelector to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 24/51] Adapt modules/mail to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 31/39] Adapt ESourceComboBox to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 23/51] Adapt modules/calendar to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 30/39] Adapt ENameSelectorList to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 22/51] Adapt modules/addressbook to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 29/39] Adapt ENameSelectorEntry to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 21/51] Adapt evolution-settings capplet to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 28/39] Adapt ENameSelector to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 20/51] Adapt mail to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 27/39] Adapt e-book-auth-util.c to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 19/51] Adapt composer to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 26/39] Add an ESource extension for the caldav backend., Matthew Barnes
  • [evolution/account-mgmt: 18/51] Adapt calendar/gui to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 25/39] Add an ESource extension for the weather backend., Matthew Barnes
  • [evolution/account-mgmt: 17/51] Adapt AlarmNotify to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 24/39] Add an ESource extension for the contacts backend., Matthew Barnes
  • [evolution/account-mgmt: 16/51] Adapt calendar/importers to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 23/39] Add an ESource extension for the file (cal) backend., Matthew Barnes
  • [evolution/account-mgmt: 15/51] Adapt mail/importers to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 22/39] Add an ESource extension for the ldap backend., Matthew Barnes
  • [evolution/account-mgmt: 14/51] Adapt addressbook/tools to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 21/39] Add an ESource extension for the vcf backend., Matthew Barnes
  • [evolution/account-mgmt: 13/51] Adapt addressbook/gui/widgets to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 20/39] Adapt calendar backends to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 12/51] Adapt addressbook/gui/merging to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 19/39] Adapt libedata-cal to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 11/51] Adapt addressbook/importers to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 18/39] Adapt libecal to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 10/51] Adapt addressbook/util to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 17/39] Adapt calendar/libegdbus to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 9/51] Adapt EContactListEditor to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 16/39] Adapt address book backends to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 8/51] Adapt EContactEditor to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 15/39] Adapt libedata-book to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 7/51] Adapt libeshell to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 14/39] Adapt libebook to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 6/51] Adapt widgets/misc to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 13/39] Adapt addressbook/libegdbus to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 5/51] Adapt libeutil to the new ESource API., Matthew Barnes
  • [evolution-data-server/account-mgmt: 12/39] Adapt libebackend to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 4/51] Update Glade catalog specification., Matthew Barnes
  • [evolution-data-server/account-mgmt: 11/39] Adapt EClient to the new ESource API., Matthew Barnes
  • [evolution/account-mgmt: 3/51] Add ESourceConfig widget., Matthew Barnes
  • [evolution-data-server/account-mgmt: 10/39] Add built-in ESource key files., Matthew Barnes
  • [evolution/account-mgmt: 2/51] Disable some top-level directories., Matthew Barnes
  • [evolution-data-server/account-mgmt: 9/39] Add GSettings schemas for default sources., Matthew Barnes
  • [evolution/account-mgmt: 1/51] Refactor CompEditor pages to isolate EAccount usage., Matthew Barnes
  • [evolution-data-server/account-mgmt: 8/39] Add new ESource classes., Matthew Barnes
  • [evolution] (51 commits) Created branch account-mgmt, Matthew Barnes
  • [evolution-data-server/account-mgmt: 7/39] Add a new "evolution-source-registry" D-Bus service., Matthew Barnes
  • [evolution-data-server/account-mgmt: 6/39] Generate GDBus classes for a new D-Bus service., Matthew Barnes
  • [evolution-data-server/account-mgmt: 5/39] Require gcr-base-3 for secure password exchange over D-Bus., Matthew Barnes
  • [evolution-data-server/account-mgmt: 4/39] Remove EAccount and EAccountList. Breaks build., Matthew Barnes
  • [evolution-data-server/account-mgmt: 3/39] Remove ESourceGroup. Breaks build., Matthew Barnes
  • [evolution-data-server/account-mgmt: 2/39] Remove ESourceList. Breaks build., Matthew Barnes
  • [evolution] Deleted branch account-mgmt, Matthew Barnes
  • [evolution-data-server/account-mgmt: 1/39] Add various base classes for backends., Matthew Barnes
  • [evolution-data-server] (39 commits) Created branch account-mgmt, Matthew Barnes
  • [evolution-data-server] Deleted branch account-mgmt, Matthew Barnes
  • [gnome-web-www] (2 commits) ...small tweaks to windows specific font, Andreas Nilsson
  • [gnome-games] iagno: Game.copy should use width/height from the original, Thomas Hindoe Paaboel Andersen
  • [gnome-web-www/wptest] small tweaks to windows specific font, Andreas Nilsson
  • [epiphany] ephy-embed: do not add the homepage (about:blank) to the history, Xan Lopez
  • [epiphany] ephy-web-view: remember when we are loading the homepage, Xan Lopez
  • [epiphany] Annotate correctly the fact that FileNewTab now always opens the homepage, Xan Lopez
  • [yelp-xsl] mal2html-page: Be more flexible with revisions for editor banner, Shaun McCance
  • [yelp-xsl] xsldoc-scan.xsl: Fixed pruning of private templates, Shaun McCance
  • [gnome-documents] Updated Telugu Translation, Praveen Illa
  • [evolution-data-server] Bug #664186 - Maildir scan checks incorrectly for folder name prefix, Milan Crha
  • [evolution] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [libgweather] Created tag 3.4.0, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] release: 3.4.0, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [evolution-data-server] CamelIMAPXServer: Avoid crashing in cancel_all_jobs()., Matthew Barnes
  • [damned-lies] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-shell-design] oops, Jakub Steiner
  • [gnome-shell-design] more iteration on message tray, Jakub Steiner
  • [evolution-kolab/ek-wip-porting] CamelIMAPX(Extd)Server: fixed a CamelIMAPXJob data structure, Christian Hilberg
  • [libgweather] libgweather/test_locations.c: Replace deprecated gtk_vbox_new(), =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnote] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnote/stable-0.8] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-games] Updated Russian translation, Yuri Myasoedov
  • [damned-lies] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gdm] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [damned-lies] Updated French translation, Claude Paroz
  • [mousetweaks] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gedit] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [damned-lies] Allow vertimus comments to be sent (or not) to the mailing list (Fixes #650566), Claude Paroz
  • [gnome-games] glchess: Center the text in the infobar, Thomas Hindoe Paaboel Andersen
  • [gnome-backgrounds] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-control-center] region: Fix possible crasher with empty layout, Bastien Nocera
  • [evolution] Bug #664169 - Default port is not selected by default, Milan Crha
  • [network-manager-applet] Updated Esperanto translation, Kristjan Schmidt
  • [dconf] cli: add undocumented 'dconf blame' option, Ryan Lortie
  • [dconf] service: add "blame mode", Ryan Lortie
  • [gnome-control-center] region: Don't make the dialogue overly wide, Bastien Nocera
  • [nautilus] properties-window: fix packing for desktop file properties box, Cosimo Cecchi
  • [gnome-screenshot] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [epiphany] ephy-bookmarks: remove update on redirect, Xan Lopez
  • [evolution] User Docs: Clarify Bogofilter usage again. Fixes bug #665008, Andre Klapper
  • [evolution] User Docs: Rewrite Spam Marking. Fixes bug #665008, Andre Klapper
  • [evolution] User Docs: Explain how Bogofilter and SpamAssassin work and link to their FAQs. See bug #665008, Andre Klapper
  • [gnome-contacts] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [epiphany] HACKING: we don't really do comment blocks like that anymore., Xan Lopez
  • [gedit-plugins] Created tag 3.3.4, Ignacio Casal Quinteiro
  • [gedit-plugins] Release 3.3.4, Ignacio Casal Quinteiro
  • [evolution] EConfig: Support custom page skip callbacks., Matthew Barnes
  • [evolution-data-server] camel-local-provider.c: Remove superfluous conf entries., Matthew Barnes
  • [evolution] EMAccountEditor: Avoid a runtime warning., Matthew Barnes
  • [gnome-themes-standard] floating-bar: don't make these yellow, Cosimo Cecchi
  • [epiphany] ephy-history-view: remove unneeded unselect_all(), Claudio Saavedra
  • [evolution] User Docs: Move page to Advanced section, Andre Klapper
  • [evolution] User Docs: Add page about message source and all mail headers view, Andre Klapper
  • [evolution] User Docs: Add 'Advanced' section for Message Displaying to dump all the Headers/Source stuff, Andre Klapper
  • [glib-controller] examples: Verify that we don't iterate over an empty model, Emmanuele Bassi
  • [glib-controller] iterable: Remove the iterator_type field, Emmanuele Bassi
  • [nautilus] Updated British English translation, Bruce Cowan
  • [gnome-documents] i18n: fix Slovenian translation for desktop file categories, Cosimo Cecchi
  • [evolution] User Docs: Remove Source and Headers stuff from 'Message list sorting' section. Wrong place., Andre Klapper
  • [evolution] User Docs: Explain order in mail folder list pane and how to change. Fixes bug #661654, Andre Klapper
  • [evolution] User Docs: Link also into mail-layout-changing, Andre Klapper
  • [evolution] User Docs: Fix wrong syntax, Andre Klapper
  • [evolution] User Docs: Add missing markup, Andre Klapper
  • [seahorse] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [glib-controller] Add iterable and iterator types, Emmanuele Bassi
  • [yelp-xsl] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [gnome-control-center] display: Use symbolic name, Bastien Nocera
  • [gnome-control-center] display: Simplify add_key() calls and function, Bastien Nocera
  • [aisleriot] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [epiphany] ephy-history-window: update the list of hosts after a url is deleted, Claudio Saavedra
  • [epiphany] ephy-hosts-view: add a method to select a given host, Claudio Saavedra
  • [epiphany] ephy-history-service: remove orphan hosts from database, Claudio Saavedra
  • [seahorse] Updated British English translation, Bruce Cowan
  • [cheese/cheese-next] Add documentation for cheese_camera_set_tags, David King
  • [gnome-control-center] Updated British English translation, Bruce Cowan
  • [epiphany] application-menu: fix accelerators for global actions, Xan Lopez
  • [gnome-settings-daemon] Updated Russian translation, Yuri Myasoedov
  • [evolution] User Docs: Mention 'Apply the same view settings to all folders' mail setting. Fixes bug #669246, Andre Klapper
  • [evolution] User Docs: Use conditional processing for package install links; Add EWS to first start page. Fixes, Andre Klapper
  • [aravis] gc_register_node: allow SwissKnife nodes for register address computation., Emmanuel Pacaud
  • [gnome-settings-daemon] print-notifications: Don't unref floating GVariant, =?utf-8?b?TWFyZWsgS2HFocOtaw==?=
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXConnManager: implemented our own "get_connection" path, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelKolabIMAPXServer: implemented own new() function, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdStore: implement local connect_sync() function, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXServer: allow NULL uid param in friend API, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdServer: call our own authenticate(), Christian Hilberg
  • [epiphany] ephy-web-view: protect against pages with NULL URI, Xan Lopez
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdConnManager: new "friend" API, relax param assertions, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXConnManager: allow NULL folder name in friend API function, Christian Hilberg
  • [cogl] Deleted branch wip/point-fixes, Neil Roberts
  • [cogl] pipeline: Point sprite state shouldn't affect codegen on GL, Neil Roberts
  • [cogl] Remove the point size cache on the context, Neil Roberts
  • [cogl] vertend-glsl: Fix flushing the point size with the GL driver, Neil Roberts
  • [cogl] Add a conformance test for point sprites, Neil Roberts
  • [cogl] Add a conformance test for point sizes, Neil Roberts
  • [cogl] tests: Add a flag to say that the test is known to fail in all cases, Neil Roberts
  • [epiphany] ephy-history-service: validate parameters of public methods, Xan Lopez
  • [gedit] Updated Russian translation, Yuri Myasoedov
  • [gdm] Updated Russian translation, Yuri Myasoedov
  • [gnome-user-docs] Correct the label of menu item ("Show Hidden Files")., Jiro Matsuzawa
  • [gimp-web] docs/python: fix pdb mapping example, Nils Philippsen
  • [evolution] Updated Russian translation, Yuri Myasoedov
  • [epiphany] Updated Russian translation, Yuri Myasoedov
  • [epiphany] ephy-history-service-urls-table: do not g_assert on input, Xan Lopez
  • [cogl/wip/point-fixes: 6/6] pipeline: Point sprite state shouldn't affect codegen on GL, Neil Roberts
  • [cogl/wip/point-fixes: 5/6] Remove the point size cache on the context, Neil Roberts
  • [cogl/wip/point-fixes: 4/6] vertend-glsl: Fix flushing the point size with the GL driver, Neil Roberts
  • [cogl/wip/point-fixes: 3/6] Add a conformance test for point sprites, Neil Roberts
  • [cogl/wip/point-fixes: 2/6] Add a conformance test for point sizes, Neil Roberts
  • [cogl/wip/point-fixes: 1/6] tests: Add a flag to say that the test is known to fail in all cases, Neil Roberts
  • [cogl] (6 commits) Created branch wip/point-fixes, Neil Roberts
  • [jhbuild] terminal: Avoid passing invalid arguments if ionice/chrt are too old, Colin Walters
  • [gtk+] x11: Avoid spurious focus events on grabs, Benjamin Otte
  • [gnome-web-www/wptest] specific style hooks for windows due to bug 643375, Andreas Nilsson
  • [anjuta] Updated Hungarian translation, Gabor Keleman
  • [gnumeric] xls: fix export of conditional formats' font., Morten Welinder
  • [evolution] startup-wizard: Avoid em_account_editor_get_widget()., Matthew Barnes
  • [eog] Updated Russian translation, Yuri Myasoedov
  • [empathy] Updated Russian translation, Yuri Myasoedov
  • [evolution] EConfig: Miscellaneous cleanups., Matthew Barnes
  • [clutter] Add brightness/contrast effect, Emmanuele Bassi
  • [gtksourceview] Updated Russian translation, Yuri Myasoedov
  • [system-tools-backends-clone] Malayalam translation by rine joseph, Praveen Arimbrathodiyil
  • [evolution] Malayalam translation updated by Sadiq, Praveen Arimbrathodiyil
  • [empathy] MUC: make F9 toggle the contact list sidebar, Guillaume Desmottes
  • [clutter-gst] Revert "video-texture: Use autocluttersink", Damien Lespiau
  • [chronojump] server graphs printable as PDF, Xavier de Blas
  • [clutter] cally/text: Constify string members, Emmanuele Bassi
  • [glib] gobject: Fix a compiler warning, Emmanuele Bassi
  • [clutter] build: Increase the anal-retentiveness of the maintainer flags, Emmanuele Bassi
  • [clutter] build: Remove maintainer flags from test build, Emmanuele Bassi
  • [clutter] Fix missing/redundant declarations, Emmanuele Bassi
  • [clutter] cally: Fix redundant declarations, Emmanuele Bassi
  • [clutter] snap-constraint: Fix typo that broke the get_edges() method, Emmanuele Bassi
  • [clutter] x11/device-manager-core: Avoid a signed/unsigned comparison, Emmanuele Bassi
  • [clutter] x11/keymap: Avoid a signed/unsigned comparison, Emmanuele Bassi
  • [clutter] x11/backend: Ensure that pre/post parse hooks are not exposed, Emmanuele Bassi
  • [clutter] Try to avoid duplicate declarations for profile macros, Emmanuele Bassi
  • [clutter] gdk: Add missing declaration of clutter_gdk_get_default_display(), Emmanuele Bassi
  • [epiphany] about.ini: add myself, Claudio Saavedra
  • [epiphany] ephy-hosts-store: sort the model by URL, Claudio Saavedra
  • [atk] Created tag ATK_2_3_93, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [atk] Release 2.3.93, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [atk] Revert "Using abstract atk_object_get_name to check accessible-name notification", =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [anjuta] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-settings-daemon] common: Add hint on how to set the script path, Bastien Nocera
  • [gnome-bluetooth] Updated French translation, Bruno Brouard
  • [clutter] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [aravis] docs: add 'since' information., Emmanuel Pacaud
  • [gnome-backgrounds] Updated French translation, Bruno Brouard
  • [file-roller] Updated French translation, Bruno Brouard
  • [cogl] Updated Brazilian Portuguese translation by Guilherme Barbosa Ferreira <eu guilhermeferreira info> a, Djavan Fagundes
  • [aravis] docs: put the new functions in the appropriate section., Emmanuel Pacaud
  • [aravis] gv_device: introspection annotation fixes., Emmanuel Pacaud
  • [aravis] gvdevice: export network addresses, Emmanuel Pacaud
  • [zenity] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [aravis] camera-test.py: use the payload value for buffer size., Emmanuel Pacaud
  • [yelp-xsl] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [aravis] tests: tweak pixel-format test and rename it to enum-test., Emmanuel Pacaud
  • [epiphany] ephy-history-window: use the constructed method, Xan Lopez
  • [epiphany] ephy-history-window: style fixes, Xan Lopez
  • [epiphany] ephy-history-window: correct asserts and g_return_if_fail, Xan Lopez
  • [empathy] Make use of new GLib macros to check API we are using, Guillaume Desmottes
  • [yelp] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gedit] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [empathy] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [clutter] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [vino] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [vinagre] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-settings-daemon] power: fix broken abs_to_percentage() logic, Bastien Nocera
  • [evolution-data-server] Fix compiler format warnings in IMAPX code, Milan Crha
  • [gnome-games] Updated Hungarian translation, Gabor Keleman
  • [empathy] Make use of new GTK+ macros to check API we are using, Guillaume Desmottes
  • [empathy] add missing config.h includes, Guillaume Desmottes
  • [empathy] stop using gtk_vscale_new_with_range(), Guillaume Desmottes
  • [gnome-shell] Updated Hungarian translation, Gabor Keleman
  • [gnome-user-docs] Append a colon to the title "Rename a bookmark"., Jiro Matsuzawa
  • [evolution-data-server] Bug #671470 - Mail search on body doesn't work (local mail), Milan Crha
  • [epiphany] ephy-history-window: change string for full history option, Claudio Saavedra
  • [gnome-control-center] Updated Russian translation, Yuri Myasoedov
  • [empathy] Updated Hungarian translation, Gabor Keleman
  • [empathy] Updated Hungarian help translation, Gabor Keleman
  • [gnumeric] In ODF export keep automatic max and min for axis ranges, Andreas J . Guelzow
  • [gnome-contacts] Uploaded Ukranian, Daniel Korostil
  • [gnome-terminal] Typofix in Hungarian translation, Gabor Keleman
  • [gnome-terminal/gnome-3-4] Typofix in Hungarian translation, Gabor Keleman
  • [epiphany] ephy-history-view: properly handle button-press-event, Claudio Saavedra
  • [rygel] Created tag RYGEL_0_13_3, Jens Georg
  • [rygel] Prepare 0.13.3, Jens Georg
  • [evolution-ews] Bug #667849 - Unable to open Contacts address book, Milan Crha
  • [gnumeric] On ODF import set series to default to ignoring invalids for interpolation. [#671508], Andreas J . Guelzow
  • [evolution-data-server] Try to RC2047-decode address-only string when parsing email addresses, Milan Crha
  • [rygel] build: Bump libsoup max version to next stable, Jens Georg
  • [empathy] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-documents] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [dconf] engine: free multiple 'shm' properly, Ryan Lortie
  • [gnome-shell] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-settings-daemon] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-control-center] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gedit] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [epiphany] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [eog] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [clutter] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [anjuta] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gnome-control-center] po/vi.po: fix Bluetooth "visibility" translations, Nguyen Thai Ngoc Duy
  • [gnome-disk-utility] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [cogl] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [gtk+] reftests: Fix css-match-regions tests, Benjamin Otte
  • [gtk+] css: Fix * selector to also match regions, Benjamin Otte
  • [gtk+] Grr, complete the test removal removals, Benjamin Otte
  • [clutter/wip/stereo] Adds initial support for stereoscopic rendering, Robert Bragg
  • [clutter] Created branch wip/stereo, Robert Bragg
  • [clutter] Deleted branch wip/stereo, Robert Bragg
  • [glib] tests: fix GAction test for headless run, Cosimo Cecchi
  • [gnumeric] xls: fix page break export., Morten Welinder
  • [gtk+] Revert "Remove broken css-match-region-matches-star reftest", Benjamin Otte
  • [gtk+] Revert "Remove broken css-match-regions reftest", Benjamin Otte
  • [gtk+] API: colorchooser: Use GtkOrientation for orientation, Benjamin Otte
  • [gtk+] tests: Fix gcc warning, Benjamin Otte
  • [gnome-shell] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-control-center] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnumeric] xls: fix crash on save., Morten Welinder
  • [gnome-themes-standard] expander: set a 2px border radius for expanders in rows, Cosimo Cecchi
  • [gnome-themes-standard] widgets: fix shadows on active+insensitive toolbar buttons, Cosimo Cecchi
  • [gnome-devel-docs] Adding .gitignore, Shaun McCance
  • [gnome-devel-docs] Dropping OMF files, Shaun McCance
  • [gnome-devel-docs] new-platform-overview: Adding Phil's reorg here, Shaun McCance
  • [gnome-devel-docs] Reverting Phil's Overview reorg for 3.4, Shaun McCance
  • [epiphany] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [jhbuild] core-3.4: 'evince' is incapable of parallel builds :(, Zeeshan Ali Khattak
  • [vala] gtk+-3.0: Fix output parameter of Gtk.ColorButton.get_rgba, Robert Ancell
  • [epiphany] ephy-bookmarks: remove the "Most visited" category, Xan Lopez
  • [yelp-xsl] po: Updated Esperanto translation., Tiffany Antopolski
  • [clutter-box2dmm] Added Krzesimir Nowak as maintainer and removed myself, =?utf-8?q?Chris_K=C3=BChl?=
  • [gnome-games] iagno: Set the default tileset to an existing file, Thomas Hindoe Paaboel Andersen
  • [gnoduino] fix port detection when burning with arduino as programmer, Lucian Langa
  • [clutter-gtkmm] Added Krzesimir Nowak as maintainer, =?utf-8?q?Chris_K=C3=BChl?=
  • [cluttermm] Added Krzesimir Nowak as maintainer and removed myself, =?utf-8?q?Chris_K=C3=BChl?=
  • [clutter-gtk] embed: queue a draw on actors when embed state flag change, Cosimo Cecchi
  • [gnome-documents] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [libgrss] Created tag 0.5, Roberto Guido
  • [epiphany] ephy-history-window: and also handle "Ever" now that we have infinite history storage, Xan Lopez
  • [epiphany] ephy-history-window: correctly handle 2 and 10 days of history, Xan Lopez
  • [libgrss] Removed unused variable, Roberto Guido
  • [libgrss] Little improvements on error reporting, Roberto Guido
  • [epiphany] ephy-prefs: correct the order of the history time filter enum, Xan Lopez
  • [gedit] Updated French translation, Bruno Brouard
  • [gtk+] Uodate documentation references screenshots (second part), Baptiste Mille-Mathias
  • [gtk+] Update documentation reference screenshots, Baptiste Mille-Mathias
  • [evince] Updated French translation, Bruno Brouard
  • [epiphany] ephy-bookmarks-ui: remove unneeded include, Xan Lopez
  • [libgda] Virtual connections improvements and corrections, Vivien Malerba
  • [rhythmbox] Updated Latvian translation., Peteris Krisjanis
  • [epiphany] ephy-bookmarks: actually connect to the new service, Xan Lopez
  • [gtk+] wayland: Add some useful comments explaining the cairo surface behaviour, Rob Bradford
  • [gtk+] wayland: Add NULL warning check to _gdk_wayland_window_set_device_grabbed, Rob Bradford
  • [gtk+] wayland: Don't try and reset the pointer window grab if there wasn't one, Rob Bradford
  • [epiphany] ephy-bookmarks: use the new history service when possible, Xan Lopez
  • [epiphany] ephy-bookmarks: reorder includes, Xan Lopez
  • [anjuta] dir-project: Allow to add and remove source files, Sebastien Granjoux
  • [eog] Updated French translation, Bruno Brouard
  • [gnome-boxes] Added Brazilian Portuguese translation, Djavan Fagundes
  • [libgee] Don't resize after deletion from hashtable in iterator, fixes #671327, Maciej Marcin Piechotka
  • [libgee] Refactor benchmarks, Maciej Marcin Piechotka
  • [libgee] Convert the documentations to valadoc new Note syntax, Maciej Marcin Piechotka
  • [libgee/0.6] Don't resize after deletion from hashtable in iterator, fixes #671327, Maciej Marcin Piechotka
  • [cogl] Add -Wmissing-declarations to maintainer flags and fix problems, Neil Roberts
  • [empathy] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [epiphany] pdm-dialog: use the new history service, Xan Lopez
  • [epiphany] ephy-navigation-history-action: use the new history service, Xan Lopez
  • [planet-web] [pgo] Yeah, and now I fix cropped shadow, Baptiste Mille-Mathias
  • [epiphany] ephy-history-window: sort headers, remove duplicates, Xan Lopez
  • [epiphany] ephy-history-view: use the new hosts and urls views, Xan Lopez
  • [epiphany] Move the host and urls views from embed to lib/widgets, Xan Lopez
  • [epiphany] ephy-history-view: ellypsize the title and url columns, Xan Lopez
  • [epiphany] ephy-history-service: default handler for visit-url should be FALSE, Xan Lopez
  • [epiphany] ephy-history-service: add a method to remove a host from the history, Xan Lopez
  • [epiphany] Allow ephy_history_service_find_urls() to filter host specific urls, Xan Lopez
  • [epiphany] Add ephy_history_service_get_hosts(), Xan Lopez
  • [epiphany] history-window: Add a view for the hosts, Xan Lopez
  • [epiphany] Fix typo, Xan Lopez
  • [epiphany] Allow the visits and urls queries to be host-specific, Xan Lopez
  • [epiphany] Add a new view for the pages history, Xan Lopez
  • [epiphany] Add missing header include to ephy-history-types.h, Xan Lopez
  • [epiphany] Set the history service during history window instantiation, Xan Lopez
  • [epiphany] Add a EphyHistoryService property to EphyHistoryWindow, Xan Lopez
  • [epiphany] ephy-profile-migration: only create ad-hoc hosts for non-default zoom levels., Xan Lopez
  • [epiphany] ephy-history-service: agh, committed this by mistake, Xan Lopez
  • [epiphany] ephy-history-service: handle correctly zoom level migration, Xan Lopez
  • [epiphany] ephy-history-test: small style tweaks, Xan Lopez
  • [epiphany] tests: add a test for ephy_history_service_clear, Xan Lopez
  • [epiphany] ephy-embed: do not retrieve the legacy history instance, Xan Lopez
  • [epiphany] ephy-history-service: add a "cleared" signal for the clear method, Xan Lopez
  • [epiphany] ephy-history-service: add a method to clear the entire history, Xan Lopez
  • [epiphany] ephy-history-test: add emacs modeline, Xan Lopez
  • [epiphany] ephy-history-service: add 'visit-url' signal, Xan Lopez
  • [epiphany] Rename ephy_history_service_add_page to ephy_history_service_visit_url, Xan Lopez
  • [epiphany] Get rid of EphyBrowseHistory, Xan Lopez
  • [epiphany] ephy-completion-model: fix warning when a bookmark has no keywords, Xan Lopez
  • [epiphany] ephy-completion-model: remove stale include, Xan Lopez
  • [epiphany] POTFILES.in: some strings have been moved to lib/history, Xan Lopez
  • [epiphany] Rename the new tests to be foo-test.c, Xan Lopez
  • [epiphany] ephy-web-view: also fallback to URI as title here, Xan Lopez
  • [epiphany] ephy-browse-history: small cleanup, Xan Lopez
  • [epiphany] ephy-history-types: use the URL as default title, Xan Lopez
  • [epiphany] Retrieve the host id from the right column, Xan Lopez
  • [epiphany] ephy-browse-history: style cleanups, Xan Lopez
  • [epiphany] Remove the set_url_property history method, Xan Lopez
  • [epiphany] ephy-history-service-hosts-table: drop the favicon column, Xan Lopez
  • [epiphany] ephy-location-controller: smoother redraw of the completion popup, Xan Lopez
  • [epiphany] Store zoom levels per host, not per URL, Xan Lopez
  • [epiphany] Hook the new history to the URL entry, Xan Lopez
  • [epiphany] ephy-completion-model: reorder includes, Xan Lopez
  • [epiphany] history-service: make sure we can update pages' titles and urls, Xan Lopez
  • [epiphany] history-service: do not join urls and visits table unnecessarily, Xan Lopez
  • [epiphany] history-service: add a test for complex queries with visit time range, Xan Lopez
  • [epiphany] tests: add a test for complex EphyHistoryQuery queries, Xan Lopez
  • [epiphany] history-service: use the sort type during queries, Xan Lopez
  • [epiphany] EphyHistoryQuery: add a EphyHistorySortType parameter to the query, Xan Lopez
  • [epiphany] history-service: take into account the query's result limit, Xan Lopez
  • [epiphany] EphyHistoryQuery: copy the limit too, Xan Lopez
  • [epiphany] history-service: Ignore queries time range if not set, Xan Lopez
  • [epiphany] history-service: Count the first url visit, Xan Lopez
  • [epiphany] Use EphyBrowseHistory to store page titles, Xan Lopez
  • [epiphany] src: Reorder LDADD arguments properly, Xan Lopez
  • [epiphany] Use EphyBrowseHistory to set/get the zoom level for pages, Xan Lopez
  • [epiphany] Use the new EphyBrowseHistory to add a URI to the history, Xan Lopez
  • [epiphany] Add a EphyBrowseHistory instance to EphyEmbed, Xan Lopez
  • [epiphany] Add a EphyBrowseHistory instance to EphyEmbedShell, Xan Lopez
  • [epiphany] Add initial implementation of the browse history frontend, Xan Lopez
  • [epiphany] configure.ac: Add missing checks for sqlite3, Xan Lopez
  • [epiphany] ephy-profile-migrator: update to migrate also zoom level preferences, Xan Lopez
  • [epiphany] Build fixes, Xan Lopez
  • [epiphany] ephy-profile-migrator: migrate history to the new format, Xan Lopez
  • [epiphany] ephy-sqlite: and another forgotten file!, Xan Lopez
  • [epiphany] ephy-history-service: forgot Makefile.am file, Xan Lopez
  • [epiphany] ephy-history-service: change a few functions and variables to use "message", Xan Lopez
  • [epiphany] Add EphyHistoryService and helper classes, Xan Lopez
  • [epiphany] Add GObject wrapper classes for SQLite, Xan Lopez
  • [planet-web] [pgo] Tune a little bit the shadow, Baptiste Mille-Mathias
  • [gtk+] Add smooth-scroll to GtkTextView event mask, Paolo Borelli
  • [epiphany/history-rewrite] ephy-history-window: sort headers, remove duplicates, Xan Lopez
  • [planet-web] [pgo] Add bkor hackergotchi, Baptiste Mille-Mathias
  • [gedit] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [epiphany/history-rewrite] (14 commits) ...ephy-history-view: use the new hosts and urls views, Xan Lopez
  • [epiphany/wip/history-rewrite: 14/14] ephy-history-view: use the new hosts and urls views, Xan Lopez
  • [epiphany/wip/history-rewrite: 13/14] Move the host and urls views from embed to lib/widgets, Xan Lopez
  • [epiphany/wip/history-rewrite: 12/14] ephy-history-view: ellypsize the title and url columns, Xan Lopez
  • [epiphany/wip/history-rewrite: 11/14] ephy-history-service: default handler for visit-url should be FALSE, Xan Lopez
  • [epiphany/wip/history-rewrite: 10/14] ephy-history-service: add a method to remove a host from the history, Xan Lopez
  • [epiphany/wip/history-rewrite: 9/14] Allow ephy_history_service_find_urls() to filter host specific urls, Xan Lopez
  • [epiphany/wip/history-rewrite: 8/14] Add ephy_history_service_get_hosts(), Xan Lopez
  • [epiphany/wip/history-rewrite: 7/14] history-window: Add a view for the hosts, Xan Lopez
  • [epiphany/wip/history-rewrite: 6/14] Fix typo, Xan Lopez
  • [epiphany/wip/history-rewrite: 5/14] Allow the visits and urls queries to be host-specific, Xan Lopez
  • [epiphany/wip/history-rewrite: 4/14] Add a new view for the pages history, Xan Lopez
  • [epiphany/wip/history-rewrite: 3/14] Add missing header include to ephy-history-types.h, Xan Lopez
  • [epiphany/wip/history-rewrite: 2/14] Set the history service during history window instantiation, Xan Lopez
  • [epiphany/wip/history-rewrite: 1/14] Add a EphyHistoryService property to EphyHistoryWindow, Xan Lopez
  • [epiphany] (14 commits) Created branch wip/history-rewrite, Xan Lopez
  • [gnome-disk-utility] Uploaded Ukranian, Daniel Korostil
  • [planet-web] [pgo] fix the shadow cropping, Baptiste Mille-Mathias
  • [gedit] Separate copyrights with ;, Ignacio Casal Quinteiro
  • [gedit-plugins] Use ; to separate authors and copyrights, Ignacio Casal Quinteiro
  • [balsa/gtk3] Updated Romanian translation, =?utf-8?q?Dumitru_Mi=C8=99u_Moldovan?=
  • [nautilus] Updated Persian Translation, Arash Mousavi
  • [gedit-code-assistance] Use pixel in the css, Ignacio Casal Quinteiro
  • [planet-web] [pgo] Tune aklapper shadow and renamme the xcf to match the png file, Baptiste Mille-Mathias
  • [gdl] Updated French translation, Bruno Brouard
  • [devhelp] Updated French translation, Bruno Brouard
  • [gnote] Add release and version-info to libgnote, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [balsa] Updated Romanian translation, =?utf-8?q?Dumitru_Mi=C8=99u_Moldovan?=
  • [nautilus] Updated French translation, Bruno Brouard
  • [libgweather] misc: Capitalize description in libgweather.doap, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [aravis] dom_node: log append_child failures instead of debug., Emmanuel Pacaud
  • [gnote/stable-0.8] Fix quit application for glib >= 2.32, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Fix quit application for glib >= 2.32, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [evolution-kolab/ek-wip-porting: 5/5] Doxyfile: reduced browser memory consumption when rendering docs, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 4/5] CamelKolabIMAPX{Folder, Store}: Fixed object type issue, Christian Hilberg
  • [evolution-kolab/ek-wip-porting: 3/5] Doxyfile: bumped version information to 3.3.92, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (5 commits) ...Doxyfile: reduced browser memory consumption when rendering docs, Christian Hilberg
  • [yelp-tools] yelp-check: Adding --strict option to validate, Shaun McCance
  • [f-spot] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gedit] Created tag 3.3.7, Ignacio Casal Quinteiro
  • [gedit] Release 3.3.7, Ignacio Casal Quinteiro
  • [gnome-documents] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [anjuta-extras] scintilla: Add a forgotten file in Makefile.am in the previous changes, Sebastien Granjoux
  • [gnac/devel] Replaced deprecated symbols, =?utf-8?q?Beno=C3=AEt_Dupasquier?=
  • [gnac/devel] Restored Monkey's audio file filter, =?utf-8?q?Beno=C3=AEt_Dupasquier?=
  • [gnac/devel] Updated configure.ac, =?utf-8?q?Beno=C3=AEt_Dupasquier?=
  • [planner] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gedit-code-assistance] Created tag v0.1.3, Ignacio Casal Quinteiro
  • [gedit-code-assistance] Release 0.1.3, Ignacio Casal Quinteiro
  • [gedit] add support for fd.o desktop action spec, Sebastien Bacher
  • [cheese/cheese-next] Add some metadata tags to produced files, David King
  • [cheese] Created branch cheese-next, David King
  • [gedit-collaboration] Do not add shadow to the sidepanel treeview, Ignacio Casal Quinteiro
  • [gnome-boxes] Added Telugu Translation, Praveen Illa
  • [gnome-boxes] Updated Telugu Translation, Praveen Illa
  • [gnome-boxes] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [goffice] GOImage: make fallback work for non-GUI case., Morten Welinder
  • [rhythmbox] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnumeric] Icons: register unknown_image even in ssconvert., Morten Welinder
  • [tracker] tracker-miner-flickr, tracker-miner-rss: Don't start automatically on boot, Martyn James Russell
  • [epiphany/wip/history-rewrite] ephy-history-window: Drop EphyNodeView in favor of the new history views, Claudio Saavedra
  • [epiphany/wip/history-rewrite] ephy-history-view: ellypsize the title and url columns, Claudio Saavedra
  • [tracker] tracker-needle: Order results properly, Martyn James Russell
  • [aravis] tests: minor tweak to the test genicam file., Emmanuel Pacaud
  • [orca] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [network-manager-applet] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [aravis] gc_integer: test min, max and inc., Emmanuel Pacaud
  • [ostree] core: Add --union mode to checkout, Colin Walters
  • [ostree] core: Don't call unlink() on directory if it already exists, Colin Walters
  • [ostree] core: Pull diff functionality out into "diff" builtin, Colin Walters
  • [ostree] core: Add "subpath" option to checkout, Colin Walters
  • [ostree] core: Improve checkout API, Colin Walters
  • [ostree] core: Add ostree-types.h, Colin Walters
  • [ostree] libotuil: Fix missing #define in header, Colin Walters
  • [ostree] mainloop: Don't create poll until we need to, Colin Walters
  • [ostree] core: Allow 'rev-parse' to resolve multiple revs, Colin Walters
  • [ostree] core: Add 'cat' builtin, Colin Walters
  • [ostree] compose: Don't print trailing (null) if we skip committing, Colin Walters
  • [nautilus-sendto] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-disk-utility] Updated British English translation, Bruce Cowan
  • [aravis] gc_float: fix get_inc to return a double value., Emmanuel Pacaud
  • [evolution-groupwise] Suppress deprecation warnings., Matthew Barnes
  • [evolution-exchange] Suppress deprecation warnings., Matthew Barnes
  • [evolution-ews] Suppress deprecation warnings., Matthew Barnes
  • [evolution] Suppress deprecation warnings., Matthew Barnes
  • [evolution-data-server] Suppress deprecation warnings., Matthew Barnes
  • [gtkhtml] Suppress deprecation warnings., Matthew Barnes
  • [evolution/webkit: 182/182] Fix potential crash in digest formatter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [balsa/gtk3] Update last-check-time only if connected, Peter Bloomfield
  • [evolution/webkit: 181/182] Fix crash in EMailReader init, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 180/182] Drop ESearchingTokenizer a reimplement highlighting directly in EWebView, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 179/182] Port moving between unread messages using the 'magical spacebar', =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 178/182] Port mbox importer preview to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 177/182] Fix printing of text/html emails (support external CSS, load images), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 176/182] Prevent possible crash when there's no formatter set in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 175/182] Fix printing of message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 174/182] Make most plugins GtkHTML-free (except for those interacting with the composer), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 173/182] Don't write attachments at all since the attachment writer handles this now, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 172/182] Fix possible crash when EMailDisplay when trying to create DOM bindings, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 171/182] vcard-inline plugin: render preview as HTML in <iframe> rather then WebKitWebView widget, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 170/182] Write correctly attachments with sub-PURIs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 169/182] Add PURI callback to allow modules to create DOM bindings, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 168/182] Move the contact preview HTML formatter to it's own class, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 167/182] Fix build after rebase, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 166/182] Fix itip-formatter plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 165/182] Fix vcard-inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 164/182] Fix the audio-inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 163/182] Fix headers to be expanded by default, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 162/182] Disable JavaScript in webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 161/182] Remove obsolete JavaScript for priting, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 160/182] Use WebKit DOM bindings to collapse/expand To/CC/BCC address fields, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 159/182] Use WebKit DOM bindings to collapse/expand headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 158/182] Fix possible crash when writing message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 157/182] When an <iframe> is hidden, _hide() all GtkWidget it contains, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 156/182] Fix rendering HTML-embedded attachments (images), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 155/182] Fix two minor memory leaks, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 154/182] Single-webview transition - handle resizing and showing/hiding of embedded widgets, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 153/182] Single-webview transition - fix displaying embedded messages as attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 152/182] Render attachment button description as HTML again, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 151/182] Revert "Fix position of EAttachmentButton popup menu", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 150/182] Revert "Add a GtkLabel to EAttachmentButton to display name of the attachment.", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 149/182] Render text/html parts in <iframe>, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 148/182] Resize <object> element whenever size of embedded widget changes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 147/182] Don't _write() empty EAttachmentBar, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 146/182] Backport master/63eba7c3 after rebase, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 145/182] Don't reload EMailDisplay every time set_style() is called., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 144/182] Magically, ESearchBar seems to work very well, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 143/182] Single-webview transition - fix EMailReader and displaying mail source, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 142/182] Return back to a single-webview mode, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 141/182] Revert "Convert EMFormatPURI to a thread-safe EMPart object", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 140/182] Revert "Fix the Audio Plugin", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 139/182] Revert "Use a single mutex located in EMPartClass", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 138/182] Use a single mutex located in EMPartClass, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 137/182] Fix the Audio Plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 136/182] Convert EMFormatPURI to a thread-safe EMPart object, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 135/182] Port contact maps to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 134/182] Use case-insensitive lookup of mime-type handler (fixes #668655), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 133/182] Escape query parameters in mail:// request URI (fixes #668658), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 132/182] Disable JavaScript, Flash and other plugins in webviews., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 131/182] Automatically resize webviews to prevent individual horizontal scrolling, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 130/182] Use native WebKit placeholder for missing images (fix #668582), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 129/182] Reload EMailDisplay when View->Character Encoding changes (fix #667542)", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 128/182] Don't automatically treat inline parts as attachments (fixes #668524)", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 127/182] Fix crash when loading too many images (bug #668520), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 126/182] Improve the auto-resizing of EWebView a bit more, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 125/182] Make the image caching more robust, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 124/182] Reimplement image loading policy (bugs #667536 and #667537), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 123/182] Fix rebase compilation bugs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 122/182] Force UTF-8 encoding on text/html parts, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 121/182] Make short headers aweare of text reading direction, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 120/182] Convert short headers subject to HTML and preserve 8bit encoding, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 119/182] Fix loading size of attachment (bug #667541), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 118/182] Forgot to disable a debug message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 117/182] Improve autoresizing of webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 116/182] No meeting invitation rendering for emails (bug #667538), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 115/182] Don't reload EMailDisplay when uses collapses/expands headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 114/182] Add zoom-level change proxying to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 113/182] Add caret-mode change proxying to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 112/182] Parse too big emails as attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 111/182] Display correctly color background of message encrpytion/signature button, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 110/182] No need to take care of resizing EAttachmentBar and optional attachment widget anymore, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 109/182] Port TNEF attachments plugin to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 108/182] Improve handling attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 107/182] Fix memory leaks in EWebView, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 105/182] Implement e_web_view_get_selection_html() and port a forgotten GtkHTML call to it, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 106/182] Fix parsing multipart/alternative (broken during rebase), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 104/182] Fix compilation error in widgets/misc due to missing GtkHTML includes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 103/182] Fix 'Copy Image' and 'Save Image' in mail display, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 102/182] Fix crash caused by previous commit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 101/182] Load attachments from idle callback in EFHD, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 100/182] Fix some build-time warnings and resolve WebKit FIXMEs in EMailReader, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 99/182] Port context menu for mail-links in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 98/182] Fix displaying and toggling default mail headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 97/182] Put back em_format_default_headers() and allow EMFormat to request redraw, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 96/182] Port 'drop&drop to PDF' to EMailPrinter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 95/182] Remove unused em_format_html_print_message() function, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 94/182] Finish em_format_parse_async in the main thread to avoid some issues when printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 93/182] Fix a minor memory leak, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 92/182] Implement status-message and popup-event signals to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 91/182] Always load images in header webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 90/182] Fix displaying emails that are already parsed, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 89/182] Prevent endless recursion when parsing SMIME-ecnrypted message fails, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 88/182] Handle correctly image loading policy, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 87/182] Add preparse() virtual method to EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 86/182] Make EMFormat parsing asynchronous, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 85/182] Finish porting of printing - solves all print-out rendering issues, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 84/182] Fix a few memory leaks in EMailDisplay, EMailRequest and EFHP, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 83/182] Enable collapsable headers in paned view, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 82/182] Fix position of EAttachmentButton popup menu, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 81/182] Fix the cache port, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 80/182] Port http data cache., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [glib] Assamese translation completed, Nilamdyuti Goswami
  • [evolution/webkit: 79/182] Store properly information about attachment signature/encryption, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 78/182] EMFormat and EMFormatHTML cleanup, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 77/182] em_utils_message_to_html() - set all validity flags found in entire processed message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 76/182] Remove FIXMEs and fix compilation warnings in plugins, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 75/182] Add e_web_view_{set, get}_enable_frame_flattening, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 74/182] Correctly resize images when printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 73/182] Fix memory leak and prevent some crashes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 72/182] Port EMFormatQuote to the new EMFormat format, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 71/182] EMFormat accept and correctly handle null CamelFolder, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 70/182] Port EMsgComposer to the EMailPrinter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 69/182] Make EAttachmentButton unexpandable if no attachment PURI follows, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 68/182] Fix the Audio Inline plugin to use proper CamelMimePart with the audio track, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 67/182] Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as well, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 66/182] Add missing em_format_add_puri() call to Audio Inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 65/182] Implement automatic inlining of attachments in printed emails, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 64/182] Use GtkBox instead of GtkGrid in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 63/182] Make EMailBrowser scrollable, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 62/182] Forgot to disable debug messages in EMailDisplay..., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 61/182] Add support for embedding EMailDisplays into itself, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 60/182] Handle properly embedded message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 59/182] Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 58/182] Treat parts with 'attachment' or 'inline' disposition as attachments., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 57/182] Ignore application/pgp-signature part, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 56/182] Print list of attachments at the end of email printout, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 55/182] Apply the ordering of headers to the generated message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 54/182] Improve CSS of the printed headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 53/182] Fix crash when removing headers from emf->header_list, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 52/182] Add buttons for reordering headers in the Print dialog, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 51/182] Introduce a new write_func for headers in printout, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 50/182] Update EMFormat->header_list according to headers checked in Printing dialog, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 49/182] Improve API for handling headers in EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 48/182] Assign CamelCipherValidity and flags to each final PURI, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 47/182] Fix a compilation warning, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 46/182] Continue porting of printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 45/182] Add with_html_header to all EMFormatHTMLWriteFunc()s, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 44/182] Initial port of printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 43/182] Fix memory leak in EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 42/182] Add documentation to em_format_build_mail_uri., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 41/182] Let the EMFormat object exist only for as long as it is displayed in a EMailDisplay., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 40/182] Force a single vertical scroll on EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 39/182] Misc fixes for rebase of webkit port to evolution/evolution-data-server 3.4 branches., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 38/182] Don't store formatters directly in SoupSession's data, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 37/182] EAttachmentView is not longer owned by EMFormatHTMLDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 36/182] Merge info about mail signature and encryption into one button, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 35/182] Make displaying message source work, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 34/182] em_format_build_mail_uri() accepts varying number of arguments., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 33/182] Add attachments to store during parsing, not during writing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 32/182] Fix memory leaks in formatter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 31/182] Don't destroy widgets already destroyed when parent widgets was destroyed., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 30/182] Display information about signature and encryption., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 29/182] Fix webkitgtk minimum version, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 28/182] Coding style cleanup, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 27/182] Fix minor issues caused by recent rebase against master., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 26/182] Add custom EMFormatHandler for message headers., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 25/182] Embed EWebViews in EMailDisplay into their own GtkScrolledWindows., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 24/182] Make expandable only attachments whose PURIs have write_func, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 23/182] Don't destroy EAttachmentBar when clearing EMailDisplay., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 22/182] Make attachments expandable., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 21/182] Add a GtkLabel to EAttachmentButton to display name of the attachment., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 20/182] Fix handling of attachments and multipart/digest messages, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 19/182] Fix handling multipart/alternative with more then 2 parts in prefer-plain plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 18/182] Disable padding and margin in body of all webviews., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 17/182] Adapt EMsgComposer to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 16/182] Convert EMailDisplay to GtkScrolledWindow and change the way EMFormat is used., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 15/182] Adapt all plugins to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 14/182] Adapt EMFormat subclasses to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 13/182] Split functionality of EMFormat to "parse" and "write", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 12/182] Remove workaround for embedding widgets into WebKit., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 11/182] Use custom protocol handler to provide data for mail preview, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 10/182] Create EWebViewGtkHTML class to be used by the Composer until ported, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 9/182] Fix default property value in EMFormatHTML, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 8/182] Port collapsable To/Cc/Bcc fields and collapsable headers to JavaScript, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 7/182] Port EMFormatHTML to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 6/182] Cleanup HTML code in ECalComponentPreview and update styles, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 5/182] Move common CSS styles to a .css file, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 4/182] Port EABContactDisplay to JavaScript and CSS, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 3/182] Begin hacking EMFormatHTML., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 2/182] Preliminary WebKit conversion., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 1/182] Add webkit-1.0 requirement to configure.ac., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] (182 commits) Created branch webkit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gnome-disk-utility] Initialize gettext support so i18n actually works, David Zeuthen
  • [balsa/gtk3] Check local mailboxes even when network is down, Peter Bloomfield
  • [balsa/gtk3] Build with --disable-threads, Peter Bloomfield
  • [epiphany/wip/history-rewrite] ephy-history-service: default handler for visit-url should be FALSE, Claudio Saavedra
  • [epiphany] Updated British English translation, Bruce Cowan
  • [gnome-screensaver] Updated Korean translation, Changwoo Ryu
  • [gthumb] removed wrong use of GDK_EXTENSION_EVENTS_ALL, Paolo Bacchilega
  • [evolution] Updated British English translation, Bruce Cowan
  • [gnome-keyring] Updated Korean translation, Changwoo Ryu
  • [clutter] osx: Call finishLaunching on post-parse, Emmanuele Bassi
  • [clutter] texture: Fix the async loop ceiling, Emmanuele Bassi
  • [gthumb/gthumb-2-14] strip the tags when setting the list from a text value, Paolo Bacchilega
  • [gthumb/gthumb-2-14] GthTestCategory: fixed possible crashes, Paolo Bacchilega
  • [gthumb/gthumb-2-14] fixed test for embedded title and description, Paolo Bacchilega
  • [cogl] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-bluetooth] Updated Korean translation, Changwoo Ryu
  • [glib-networking] Updated British English translation, Bruce Cowan
  • [cheese/camerabin2] add some tags to produced files, David King
  • [empathy] prepare 3.3.91, Guillaume Desmottes
  • [cheese/camerabin2: 18/18] configure: check for camerabin2 instead of camerabin, David King
  • [cheese/camerabin2: 17/18] cheese: encode webm/vp8 instead of ogg/theora, David King
  • [cheese/camerabin2: 16/18] cheese-camera: stop-capture is asynchronous in camerabin2, David King
  • [cheese/camerabin2: 15/18] cheese-camera: image-done message is posted by camerabin2, David King
  • [cheese/camerabin2: 14/18] cheese-camera: Remove unused variables warnings, David King
  • [cheese/camerabin2: 13/18] libcheese: split cheese_camera_set_new_caps from cheese_camera_play, David King
  • [gnome-system-monitor] Updated British English translation, Bruce Cowan
  • [cheese/camerabin2: 12/18] camerabin2: set ClutterTextureVideoSink sync=false, David King
  • [cheese/camerabin2: 11/18] camerabin2: no need to switch mode when stopping video recording, David King
  • [gthumb] GthTestCategory: fixed possible crashes, Paolo Bacchilega
  • [cheese/camerabin2: 10/18] camerabin2: set the video resolution, David King
  • [gthumb] Revert "test category: keep a ref of the store until the object is finilized", Paolo Bacchilega
  • [cheese/camerabin2: 9/18] camerabin2: fix pixbuff-only capture, David King
  • [gthumb] strip the tags when setting the list from a text value, Paolo Bacchilega
  • [cheese/camerabin2: 8/18] cheese-camera: Enable post-preview property when needed, David King
  • [gthumb] fixed test for embedded title and description, Paolo Bacchilega
  • [cheese/camerabin2: 7/18] cheese-camera: Remove camerabin's workaround, David King
  • [gthumb] test category: keep a ref of the store until the object is finilized, Paolo Bacchilega
  • [cheese/camerabin2: 6/18] camerabin2: 'image-done' is now a bus message, not a signal, David King
  • [gthumb] removed use of gdk_window_get_pointer, Paolo Bacchilega
  • [cheese/camerabin2: 5/18] camerabin2: import definitions of MODE_IMAGE/VIDEO from camerabin, David King
  • [gthumb] removed use of Gtk[HV]Box and Gtk[HV]Separator, Paolo Bacchilega
  • [cheese/camerabin2: 4/18] thumb-view: handle photo/video moved to monitored directories, David King
  • [cheese/camerabin2: 3/18] camerabin2: rename filename->location capture-start/stop->start/stop-capture, David King
  • [cheese/camerabin2: 2/18] camerabin2: video filter on camera_source applies to all modes, David King
  • [cheese/camerabin2: 1/18] camerabin2: minimal functionality based on camerabin2, David King
  • [cheese] (18 commits) Created branch camerabin2, David King
  • [cheese] Deleted branch camerabin2, David King
  • [gnome-backgrounds] Updated Korean translation, Changwoo Ryu
  • [cogl] Updated British English translation, Bruce Cowan
  • [empathy] sanity-cleaning: fix xmpp accounts having a negative priority, Guillaume Desmottes
  • [empathy] Add magic to automatically run tasks when empathy-auth-client is started, Guillaume Desmottes
  • [empathy] Run from the source directory without installing, Guillaume Desmottes
  • [clutter] interactive/text-field: Use :background-color, Emmanuele Bassi
  • [clutter] text: Use the background color when painting, Emmanuele Bassi
  • [clutter] text: Center the cursor caret, Emmanuele Bassi
  • [epiphany/wip/history-rewrite] ephy-history-service: add a method to remove a host from the history, Claudio Saavedra
  • [baobab] Updated Korean translation, Changwoo Ryu
  • [gobject-introspection] Fix matching of methods named *_get_type(), Johan Dahlin
  • [glib] Updated Korean translation, Changwoo Ryu
  • [clutter] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [planner] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [nautilus] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-games] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-control-center] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [anjuta] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [clutter] script: Support translatable strings for properties, Emmanuele Bassi
  • [clutter] Annotate clutter_threads_add_repaint_func_full(), Emmanuele Bassi
  • [clutter] Add missing enumeration type to clutter.symbols, Emmanuele Bassi
  • [clutter] master-clock: Add frame budget diagnostic messages, Emmanuele Bassi
  • [clutter] master-clock: Clean up the frame processing, Emmanuele Bassi
  • [clutter] Improve repaint functions, Emmanuele Bassi
  • [evolution-mapi] Fix typo in LIBEBOOK variable, Milan Crha
  • [gnome-shell] dash: Don't allow to remove running apps from favorites, =?utf-8?q?Florian_M=C3=BCllner?=
  • [evolution-groupwise/gnome-3-2] Bug #667359 - random crash on config change, Vibha Yadav
  • [epiphany/wip/history-rewrite: 9/9] Allow ephy_history_service_find_urls() to filter host specific urls, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 8/9] Add ephy_history_service_get_hosts(), Claudio Saavedra
  • [epiphany/wip/history-rewrite: 7/9] history-window: Add a view for the hosts, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 4/9] Add a new view for the pages history, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 3/9] Add missing header include to ephy-history-types.h, Claudio Saavedra
  • [epiphany] Deleted branch wip/history-rewrite, Claudio Saavedra
  • [gvfs] Updated Brazilian Portuguese translation, Djavan Fagundes
  • =?utf-8?q?=5Bgvfs=5D_Reverting_wrong_commit_=22Updated_Brazilian_Portugue?= =?utf-8?q?se_translation_by_F=C3=A1bio_Nogueira_=3Cfnogueira=40gnome?=, Djavan Fagundes
  • =?utf-8?q?=5Bgvfs=5D_Updated_Brazilian_Portuguese_translation_by_F=C3=A1b?= =?utf-8?q?io_Nogueira_=3Cfnogueira=40gnome=2Eorg=3E_and_Myself?=, Djavan Fagundes
  • [devhelp] util: compile get_screen_dpi() only when using webkit2, Aleksander Morgado
  • [devhelp] search,window: fix compilation warnings, Aleksander Morgado
  • [devhelp] do not crash on empty search, Frederic Peters
  • [devhelp] release: post release version bump, Frederic Peters
  • [evolution] Fix version number typo in the NEWS file, Milan Crha
  • [evolution] Bug #671233 - Unable to choose port 587 for SMTP, Milan Crha
  • [gnome-games] Added Brazilian Portuguese translation, Djavan Fagundes
  • [empathy] Show date in local timezone instead of UTC, Debarshi Ray
  • [vala] glib-2.0: Add generic to ThreadPool.set_sort_function callback, Luca Bruno
  • [gtk+] configure.ac: Improve the checks for XInput 2.2, Matthias Clasen
  • [rhythmbox] Updated Hungarian translation, Gabor Keleman
  • [vala] posix: Fix several string functions, Luca Bruno
  • [glom] Created tag 1.21.6, Murray Cumming
  • [glom] 1.21.6, Murray Cumming
  • [release-notes/gnome-3-4] [3.4] Skeleton release notes, Andre Klapper
  • [nautilus] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [vala] gtk+-2.0, gtk+-3.0: Unset virtual to Container.forall, Luca Bruno
  • [epiphany/history-rewrite] ephy-profile-migration: only create ad-hoc hosts for non-default zoom levels., Xan Lopez
  • [gnome-online-accounts] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [rhythmbox] only load tracks from media player devices when first selected, Jonathan Matthew
  • [epiphany/history-rewrite] ephy-history-service: agh, committed this by mistake, Xan Lopez
  • [epiphany/history-rewrite] ephy-history-service: handle correctly zoom level migration, Xan Lopez
  • [gtkmm] Created tag 3.3.18, Murray Cumming
  • [gtkmm] 3.3.18, Murray Cumming
  • [release-notes] Created branch gnome-3-4, Andre Klapper
  • [mutter] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [rhythmbox] rhythmbox-client: fix mpris bus name, Jonathan Matthew
  • [gtk+] win32: Remove some unused input stuff to make win32 build again, Alexander Larsson
  • [mousetweaks] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [metacity] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [libpeas] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [hamster-applet] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gvfs] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [glibmm] Created tag 2.31.20really, Murray Cumming
  • [glibmm] 2.31.20, Murray Cumming
  • [glibmm] Created tag 2.31.20, Murray Cumming
  • [ekiga] [windows] Fixes for libav building, Eugen Dedu
  • [glib] Fix unused variable warning, Alexander Larsson
  • [glom] Created tag 1.20.10, Murray Cumming
  • [glom/glom-1-20] 1.20.10, Murray Cumming
  • [glom/glom-1-20] Utils::get_find_where_clause_quick(): Handle an empty value properly., Murray Cumming
  • [gnome-shell] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-system-monitor] Uploaded Ukranian, Daniel Korostil
  • [gnome-documents] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-contacts] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [anjuta] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [glom/glom-1-20] Remove empty group in the Lesson Planner example file., Murray Cumming
  • [glom/glom-1-20] Add a unistd.h include to fix the mingw MS Windows build., Murray Cumming
  • [glom/glom-1-20] More windows build fixes., Murray Cumming
  • [glom/glom-1-20] Add a fcntl.h include., Murray Cumming
  • [cheese] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [epiphany/wip/history-rewrite: 9/9] Add ephy_history_service_get_hosts(), Claudio Saavedra
  • [epiphany/wip/history-rewrite: 8/9] history-window: Add a view for the hosts, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 7/9] ephy-history-service: Add a method to populate a list of hosts, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 6/9] Fix typo, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 5/9] Allow the visits and urls queries to be host-specific, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 4/9] Add a host parameter to EphyHistoryQuery, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 3/9] Add a new view for the pages history, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 2/9] Set the history service during history window instantiation, Claudio Saavedra
  • [epiphany/wip/history-rewrite: 1/9] Add a EphyHistoryService property to EphyHistoryWindow, Claudio Saavedra
  • [epiphany] (9 commits) Created branch wip/history-rewrite, Claudio Saavedra
  • [evolution-kolab] Created tag EVOLUTION_DATA_SERVER_3_3_91, Christian Hilberg
  • [rhythmbox] mtp: implement impl_uri_is_source, Jonathan Matthew
  • [rhythmbox] Updated French translation, Claude Paroz
  • [ghex] ghex.desktop: Include "GTK" in the list of categories, Kalev Lember
  • [evolution-data-server] Assamese translation completed, Nilamdyuti Goswami
  • [rhythmbox] Uploaded Ukranian, Daniel Korostil
  • [glabels/vala] Implemented box creation mode., Jim Evins
  • [gnomeweb-wml] Update Evolution download page for 3.3.91., Matthew Barnes
  • [gnome-documents] Revert "Updated Hungarian translation", Gabor Keleman
  • [gnome-contacts] Updated Hungarian translation, Gabor Keleman
  • [vinagre] Updated Hungarian help translation, Gabor Keleman
  • [tomboy] Updated Hungarian help translation, Gabor Keleman
  • [evince] Updated Hungarian help translation, Gabor Keleman
  • [gcalctool] Updated Hungarian help translation, Gabor Keleman
  • [brasero] Updated Hungarian help translation, Gabor Keleman
  • [cheese] Updated Hungarian help translation, Gabor Keleman
  • [cheese] Updated Hungarian translation, Gabor Keleman
  • [gnome-user-docs] disk pages marked review, Michael Hill
  • [at-spi2-core] Fix a couple of NEWS typos, Mike Gorse
  • [atk] Created tag ATK_2_3_91, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [cogl] Created tag 1.9.8, Robert Bragg
  • [cogl] Bump development version to 1.9.9, Robert Bragg
  • [cogl] Release 1.9.8 (snapshot), Robert Bragg
  • [cogl] Updates NEWS for the 1.9.8 release, Robert Bragg
  • [cogl] docs: Make sure we check wayland support for releases, Robert Bragg
  • [cogl] build: list cogl-bitmap-packing.h as source file, Robert Bragg
  • [cogl] build: clean .log file in tests/conform dir, Robert Bragg
  • [cogl] test: remove FEATURE_GL requirement for sub_texture test, Robert Bragg
  • [cogl] docs: remove redundancies from doc/RELEASING, Robert Bragg
  • [cogl] cogl-hello: use glib mainloop for portability, Robert Bragg
  • [cogl] wayland-renderer: remove the _EXP suffix from symbols, Robert Bragg
  • [atk] Release 2.3.91, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [pyatspi2] Created tag PYATSPI_2_3_91, Mike Gorse
  • [pyatspi2] Release v2.3.91, Mike Gorse
  • [at-spi2-atk] Created tag AT_SPI2_ATK_2_3_91, Mike Gorse
  • [at-spi2-atk] Release v2.3.91, Mike Gorse
  • [at-spi2-atk] Have DoAction send the reply message *before* invoking atk, Mike Gorse
  • [at-spi2-core] Created tag AT_SPI2_CORE_2_3_91, Mike Gorse
  • [at-spi2-core] Release v2.3.91, Mike Gorse
  • [at-spi2-core] Enable caching on a call to atspi_accessible_set_cache_mask, Mike Gorse
  • [atk] Using abstract atk_object_get_name to check accessible-name notification, =?utf-8?q?Alejandro_Pi=C3=B1eiro_Iglesias?=
  • [folks] Bump Tracker version requirements to match current Tracker, Travis Reitter
  • [folks] Factor out the tracker-sparql major number., Travis Reitter
  • [clutter] Post-release version bump to 1.9.15, Emmanuele Bassi
  • [clutter] Release Clutter 1.9.14 (snapshot), Emmanuele Bassi
  • [clutter] docs: Updates to the API reference, Emmanuele Bassi
  • [clutter] Update the release notes, Emmanuele Bassi
  • [clutter] Created tag 1.9.14, Emmanuele Bassi
  • [clutter] actor: Ensure static scope to allocation-changed arguments, Emmanuele Bassi
  • [gnomeweb-wml] Fixed a mistake in the link for Tomboy Download, Jared L Jennings
  • [gnome-boxes] Created tag v3.3.91, Zeeshan Ali Khattak
  • [gnomeweb-wml] Added link for biuld 1.9.9 - Windows installer, Jared L Jennings
  • [gnome-boxes] Release 3.3.91, Zeeshan Ali Khattak
  • [gnome-games] Created tag GNOME_GAMES_3_3_91_1, Thomas Hindoe Paaboel Andersen
  • [gnome-user-docs] Update Evolution Account Assistant window., Jiro Matsuzawa
  • [gtk+] reftests: fix misc-alignment reftest, Cosimo Cecchi
  • [gtk+] Revert "Remove broken misc-alignment reftest", Cosimo Cecchi
  • [gtk+] reftests: fix label-sizing reftest, Cosimo Cecchi
  • [gtk+] Revert "Remove broken label-sizing reftest", Cosimo Cecchi
  • [gtk+] reftests: fix quit-mnemonic reftest, Cosimo Cecchi
  • [gtk+] Revert "Remove broken quit-mnemonic reftest", Cosimo Cecchi
  • [gnome-boxes] Make non-free nature of logo files more explicit, Zeeshan Ali Khattak
  • [gnome-boxes] configure option to disable logos, Zeeshan Ali Khattak
  • [libsoup] Created tag LIBSOUP_2_37_91, Dan Winship
  • [libsoup] 2.37.91, Dan Winship
  • [gnome-games] NEWS update for 3.3.91.1, Thomas Hindoe Paaboel Andersen
  • [gtk+/gtk-2-24] Use g_format_size() instead of g_format_size_for_display(), Federico Mena Quintero
  • [glib-networking] Created tag 2.31.20, Dan Winship
  • [f-spot] Fixes bnc#684969 and bgo#647500, Stephen Shaw
  • [glib-networking] 2.31.20, Dan Winship
  • [f-spot] Clean up the Gallery export addin, Stephen Shaw
  • [rhythmbox] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [rhythmbox] mtp: set an initial name for devices before opening them, Jonathan Matthew
  • [yelp-xsl] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [yelp] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-themes-standard] Created tag 3.3.91, Cosimo Cecchi
  • [gnome-themes-standard] release: prepare for 3.3.91, Cosimo Cecchi
  • [gnome-themes-standard] documents: add CSS for the Documents notification, Cosimo Cecchi
  • [gnome-themes-standard] documents: add an asset for the DnD icon counter, Cosimo Cecchi
  • [gnome-themes-standard] documents: theme selection checkboxes for icon view, Cosimo Cecchi
  • [gnome-games] glines: Fix missing close tag on gl translation, Robert Ancell
  • [gnome-documents] release: prepare for 0.3.91, Cosimo Cecchi
  • [gnome-documents] build: fix distcheck, Cosimo Cecchi
  • [gnome-documents] errorbox: remove unneeded import, Cosimo Cecchi
  • [gnome-documents] i18n: update POTFILES.in, Cosimo Cecchi
  • [gnome-documents] selections: don't allow adding a collection to itself, Cosimo Cecchi
  • [gnome-documents] preview: integrate a GdThumbNav in a preview overlay, Cosimo Cecchi
  • [gnome-documents] lib: import EogThumbNav from Eye of GNOME, Cosimo Cecchi
  • [gnome-documents] lib: import EvSidebarThumbnails from Evince, Cosimo Cecchi
  • [gnome-documents] embed: only create the fullscreen toolbar when the document is loaded, Cosimo Cecchi
  • [gnome-documents] application: make fullscreen action follow the canFullscreen property, Cosimo Cecchi
  • [gnome-documents] embed: integrate GdFullscreenFilter, Cosimo Cecchi
  • [gnome-documents] lib: add GdFullscreenFilter, Cosimo Cecchi
  • [gnome-documents] global: don't export the clutter stage, Cosimo Cecchi
  • [gnome-documents] embed: pack the fullscreen toolbar in the overlay layout, Cosimo Cecchi
  • [gnome-documents] view: use ngettext() for date string plural forms, Cosimo Cecchi
  • [gnome-documents] view: avoid showing "4 weeks ago" or "12 months ago" as date strings, Cosimo Cecchi
  • [gnome-documents] notification: fix some compiler warnings, Cosimo Cecchi
  • [gnome-documents] selections: check for collection item != null, Cosimo Cecchi
  • [gnome-documents] notifications: add a NotificationManager class, Cosimo Cecchi
  • [gnome-documents] notification: import GtkNotification from gnome-contacts, Cosimo Cecchi
  • [gnome-documents] embed: move overlays from MainWindow to Embed, Cosimo Cecchi
  • [gnome-documents] print: first basic implementation of a Print button, Cosimo Cecchi
  • [gnome-documents] documents: rename loadPreview() to load(), Cosimo Cecchi
  • [gnome-documents] main-toolbar: fix some copy/paste typos, Cosimo Cecchi
  • [gnome-documents] main-view: improve DnD implementation, Cosimo Cecchi
  • [gnome-documents] list-view: tweak paddings a bit, Cosimo Cecchi
  • [gnome-documents] list-view: add a cell renderer with date information, Cosimo Cecchi
  • [gnome-documents] views: add support for text/uri-list DnD source, Cosimo Cecchi
  • [gnome-documents] views: cache the current value of selection mode, Cosimo Cecchi
  • [gnome-documents] documents: store the actual URI in the GtkTreeModel, Cosimo Cecchi
  • [gnome-documents] documents: remove ModelColumns, Cosimo Cecchi
  • [gnome-documents] collection-dialog: show source name in the treeview if != local, Cosimo Cecchi
  • [gnome-documents] main-toolbar: improve toolbar label for search filters, Cosimo Cecchi
  • [gnome-documents] main-toolbar: unify update of text labels, Cosimo Cecchi
  • [gnome-documents] toolbar: add gd_main_toolbar_get_mode(), Cosimo Cecchi
  • [orca] Marking as v3.3.92pre, Joanmarie Diggs
  • [vino] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-documents] view: remove now unused code, Cosimo Cecchi
  • [gnome-documents] view: update for new GdMainView selection API, Cosimo Cecchi
  • [gnome-documents] list-view: use a GtkCellRendererToggle to render selections, Cosimo Cecchi
  • [gnome-documents] icon-view: use GdTogglePixbufRender to render selections, Cosimo Cecchi
  • [gnome-documents] Created tag 0.3.91, Cosimo Cecchi
  • [gnome-documents] main-view: track selections with a model column, Cosimo Cecchi
  • [gbrainy] Created tag GBRAINY_2_1_2, Jordi Mas
  • [gnome-documents] lib: add GdTogglePixbufRenderer, Cosimo Cecchi
  • [gnome-documents] view: use GdStyledTextRenderer for type and where fields in list view, Cosimo Cecchi
  • [gnome-documents] lib: add GdStyledTextRenderer, Cosimo Cecchi
  • [orca] Created tag ORCA_3_3_91, Joanmarie Diggs
  • [orca] Prep for v3.3.91, Joanmarie Diggs
  • [gbrainy] Bump version to 2.1.2, Jordi Mas
  • [gnome-system-monitor] Created tag GNOME_SYSTEM_MONITOR_3_3_91, =?utf-8?q?Chris_K=C3=BChl?=
  • [gtk+] Bump version, Matthias Clasen
  • [gtk+] Created tag 3.3.18, Matthias Clasen
  • [gtk+] 3.3.18, Matthias Clasen
  • [gtk+] Grr, complete the test removals, Matthias Clasen
  • [gbrainy] Update Catalan translation, Jordi Mas
  • [evolution-groupwise] Created tag EVOLUTION_GROUPWISE_3_3_91, Matthew Barnes
  • [gnome-system-monitor] Release: 3.3.91, =?utf-8?q?Chris_K=C3=BChl?=
  • [gtk-osx] Add quartz-relocation as a default for all gtk+ modules where it wasn't already set., John Ralls
  • [evolution-groupwise] Post-release version bump., Matthew Barnes
  • [gtk-osx] Update dbus to a more current version (though still 1.4)., John Ralls
  • [evolution-groupwise] NEWS update for 3.3.91 release., Matthew Barnes
  • [gtk-osx] Update gtk-osx-docbook to new version 1.1., John Ralls
  • [gtk-osx] Remove no longer used jhbuild variable., John Ralls
  • [evolution-exchange] Created tag EVOLUTION_EXCHANGE_3_3_91, Matthew Barnes
  • [evolution-exchange] Post-release version bump., Matthew Barnes
  • [gnome-user-docs] Fixed Bug 671345. Correct the CD/DVD Creator window title., Jiro Matsuzawa
  • [evolution-exchange] NEWS update for 3.3.91 release., Matthew Barnes
  • [evolution] Created tag EVOLUTION_3_3_91, Matthew Barnes
  • [evolution] Post-release version bump., Matthew Barnes
  • [evolution] NEWS update for 3.3.91 release., Matthew Barnes
  • [evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_3_91, Matthew Barnes
  • [evolution-data-server] Post-release version bump., Matthew Barnes
  • [evolution-data-server] NEWS update for 3.3.91 release., Matthew Barnes
  • [gtkhtml] Created tag GTKHTML_4_3_91, Matthew Barnes
  • [gtkhtml] Post-release version bump., Matthew Barnes
  • [gtkhtml] NEWS update for 4.3.91 release., Matthew Barnes
  • [ocrfeeder] Fix recognition after using the Unpaper tool gb#667392, Joaquim Manuel Pereira Rocha
  • [gnome-user-docs] Update Evolution screenshot. Fixes bug #671388, Andre Klapper
  • [ocrfeeder] Fix Unpaper issue due to an unexisting variable gb#668027, Joaquim Manuel Pereira Rocha
  • [gnome-user-docs] Create a stub file for undo nautilus feature, Baptiste Mille-Mathias
  • [gnome-themes-standard] treeview: cleanup CSS a bit, Cosimo Cecchi
  • [gnome-themes-standard] views: set insensitive tints on insensitive views, Cosimo Cecchi
  • [gnome-themes-standard] widgets: cleanup some commented CSS, Cosimo Cecchi
  • [gthumb] Created tag 2.90.1, Paolo Bacchilega
  • [gedit] Created tag 3.3.6, Paolo Borelli
  • [gedit] Release 3.3.6, Paolo Borelli
  • [gnome-boxes] Added Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gthumb] added the 24x24 icons directory, Paolo Bacchilega
  • [gthumb] fixed name of the file selection.svg in EXTRA_DIST, Paolo Bacchilega
  • [ocrfeeder] Prevent Tesseract version from appearing on its recognized text gb#670953, Joaquim Manuel Pereira Rocha
  • [gnome-shell] wanda: fix the location of gnome-panel animations, Giovanni Campagna
  • [aravis] tests: retrieve one buffer in arv-camera-test., Emmanuel Pacaud
  • [file-roller] Created tag 3.3.91, Paolo Bacchilega
  • [file-roller] updated for version 3.3.91, Paolo Bacchilega
  • [nautilus] build: bump required GTK version to 3.3.17, Cosimo Cecchi
  • [pygobject] Override Gtk.TreeView.get_visible_range to fix return, Paolo Borelli
  • [gnome-boxes] wizard: Ensure needed info is provided at 'setup', Zeeshan Ali Khattak
  • [gnome-shell] bluetooth: Fix connectedMenuItem variable case., =?utf-8?q?Florian_M=C3=BCllner?=
  • [gnome-boxes] New French translation, Bruno Brouard
  • [gtk+] Update expected result for the infobar a11y dump, Matthias Clasen
  • [gtk+] Remove broken css-match-regions reftest, Matthias Clasen
  • [gtk+] Remove broken quit-mnemonic reftest, Matthias Clasen
  • [gtk+] Remove broken misc-alignment reftest, Matthias Clasen
  • [gnome-control-center] Created tag GNOME_CONTROL_CENTER_3_3_91, Bastien Nocera
  • [gtk+] Remove broken label-sizing reftest, Matthias Clasen
  • [gtk+] Remove broken css-match-region-matches-star reftest, Matthias Clasen
  • [gnome-control-center] 3.3.91, Bastien Nocera
  • [gnome-control-center] build: Require newest gnome-settings-daemon, Bastien Nocera
  • [evolution-mapi] Post-release version bump, Milan Crha
  • [evolution-mapi] Created tag EVOLUTION_MAPI_3_3_91, Milan Crha
  • [evolution-mapi] NEWS update for 3.3.91, Milan Crha
  • [gnome-user-docs] Set revision tag and add a link to net-wireless-troubleshooting.page, Baptiste Mille-Mathias
  • [eog-plugins] Created tag 3.3.91, Felix Riemann
  • [eog-plugins] Post-release version bump, Felix Riemann
  • [eog-plugins] Prepare for release 3.3.91, Felix Riemann
  • [eog] Created tag 3.3.91, Felix Riemann
  • [eog] Post-release version bump, Felix Riemann
  • [eog] Prepare for release 3.3.91, Felix Riemann
  • [gnome-user-docs] Link accounts-password.page to accounts.page, Baptiste Mille-Mathias
  • [gnome-user-docs] Add few information about IRC and fix indentation, Baptiste Mille-Mathias
  • [cogl] Don't use cogl_get_draw_framebuffer when flushing pipeline state, Neil Roberts
  • [clutter] tests: Remove test-cogl-pixel-buffer, Neil Roberts
  • [gnome-games] Created tag GNOME_GAMES_3_3_91, Thomas Hindoe Paaboel Andersen
  • [gnomeweb-wml] updated a11y status bar, Christy Eller
  • [cogl] Port the test-pixel-buffer test, Neil Roberts
  • [cogl] cogl-bitmap: Add a public accessor for the underlying pixel buffer, Neil Roberts
  • [cogl] Add the missing cast macros for some buffer objects, Neil Roberts
  • [cogl] Make _cogl_bitmap_get_{width,height,format,rowstride} public, Neil Roberts
  • [cogl] Change API so that CoglPixelBuffer no longer knows its w/h/format, Neil Roberts
  • [cogl] Add a public cogl_framebuffer_read_pixels_into_bitmap, Neil Roberts
  • [cogl] cogl-buffer: Create the buffer store when bound, Neil Roberts
  • [cogl] bitmap: Support pre/unpre-multiplying any format, Neil Roberts
  • [cogl] bitmap: Add a function to convert into an existing buffer, Neil Roberts
  • [cogl] _cogl_bitmap_convert: Also handle premult conversions, Neil Roberts
  • [cogl] bitmap: Remove the split between 'image library' and 'fallback', Neil Roberts
  • [cogl] tests: Add a test which writes all pixel formats, Neil Roberts
  • [cogl] tests: Test reading all pixel formats, Neil Roberts
  • [cogl] bitmap-fallback: Support converting all pixel format types, Neil Roberts
  • [cogl] Avoid making up the format COGL_PIXEL_FORMAT_A_8_PRE, Neil Roberts
  • [cogl] Assert that we get a valid format in pixel_format_to_gl{,es}, Neil Roberts
  • [cogl] Add a conformance test for reading back an RGBA texture as alpha-only, Neil Roberts
  • [file-roller] Deleted tag HEAD, Owen Taylor
  • [gnome-shell] Updated French translation, Bruno Brouard
  • [brasero] Created tag BRASERO_3_3_91, David King
  • [brasero] Bump NEWS to 3.1.91, David King
  • [brasero] Bump version to 3.3.91, David King
  • [gnome-games] NEWS update for 3.3.91, Thomas Hindoe Paaboel Andersen
  • [gnome-games] fix two typos, Jeremy Bicha
  • [gnome-control-center] info: Fix the updates state machine, Richard Hughes
  • [gnomeweb-wml] anjuta: Updated download path, Johannes Schmid
  • [anjuta] Post-release version bump, Johannes Schmid
  • [anjuta] Updated files for release, Johannes Schmid
  • [gdk-pixbuf] Correctly load files without sequence chunks, Alexander Larsson
  • [gdl] Post-release version bump, Johannes Schmid
  • [gdl] Updated files for release, Johannes Schmid
  • [gtk+/gtk-3-2] Iconification using _NET_WM_STATE_HIDDEN hint if supported by WM, Mikael Magnusson
  • [epiphany/history-rewrite] ephy-history-test: small style tweaks, Xan Lopez
  • [gimp] app: add "ERROR" to the values of enum GimpPdbErrorCode, Michael Natterer
  • [epiphany/history-rewrite] tests: add a test for ephy_history_service_clear, Xan Lopez
  • [epiphany/history-rewrite] ephy-embed: do not retrieve the legacy history instance, Xan Lopez
  • [epiphany/history-rewrite] ephy-history-service: add a "cleared" signal for the clear method, Xan Lopez
  • [epiphany/history-rewrite] ephy-history-service: add a method to clear the entire history, Xan Lopez
  • [gnome-settings-daemon] Updated Belarusian translation., Ihar Hrachyshka
  • [anjuta] snippets: Add tooltips (bgo#627089), Johannes Schmid
  • [gnome-control-center] wacom: Update from gnome-settings-daemon, Bastien Nocera
  • [gnome-settings-daemon] Created tag GNOME_SETTINGS_DAEMON_3_3_91, Bastien Nocera
  • [gnome-settings-daemon] 3.3.91, Bastien Nocera
  • [gnome-settings-daemon] wacom: Fix distclean, Bastien Nocera
  • [gnome-control-center] info: Remove unused icons, Bastien Nocera
  • [f-spot] Just adding a FIXME tag, Stephen Shaw
  • [gimp] app: use gimp_cairo_set_source_rgb() wheh setting a GimpRGB, Michael Natterer
  • [gnome-system-monitor] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-disk-utility] Created tag 3.3.93, David Zeuthen
  • [gnome-disk-utility] Update NEWS for release, David Zeuthen
  • [gucharmap] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-settings-daemon] color: Fix up make check so the checksums match reality, Richard Hughes
  • [glib] GUnix{Input, Output}Stream: Only release cancelable poll-fd if we allocated it, David Zeuthen
  • [gtksourceview] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnomeweb-wml] Update for Tomboy 1.9.9, Aaron Borden
  • [gimp] app: don't g_assert_not_reached on GIMP_PDB_FAILED errors, Massimo Valentini
  • [gthumb] use EXTENSION_DESCRIPTION_COLUMN instead of 0, Paolo Bacchilega
  • [gthumb] contact sheet: fixed name of the action group, Paolo Bacchilega
  • [empathy] 'ice-udp' capability is now 'ice' in Call1, Guillaume Desmottes
  • [empathy] advertise Call1 audio/video capabilities, Guillaume Desmottes
  • [empathy] call-factory: set Call1 capabilities, Guillaume Desmottes
  • [gnome-video-effects] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-terminal/gnome-3-4] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gdk-pixbuf] Assamese translation completed, Nilamdyuti Goswami
  • [epiphany/history-rewrite] ephy-history-test: add emacs modeline, Xan Lopez
  • [epiphany/history-rewrite] ephy-history-service: add 'visit-url' signal, Xan Lopez
  • [clutter] conformance/invariants: Test that visibility is not recursive, Emmanuele Bassi
  • [nautilus] Created tag 3.3.91, Cosimo Cecchi
  • [nautilus] release: prepare for 3.3.91, Cosimo Cecchi
  • [clutter] stage: Fix up a copy-and-paste train wreck, Emmanuele Bassi
  • [planner] Fix for broken "open file on startup" behaviour, Alexandre Franke
  • [yelp-xsl] Assamese translation completed, Nilamdyuti Goswami
  • [ghex] Created tag 3.3.91, Kalev Lember
  • [ghex] Release 3.3.91, Kalev Lember
  • [ghex] configure: Don't search for glib-genmarshal, Kalev Lember
  • [ghex] Bump glib and gtk+ deps, Kalev Lember
  • [nautilus-sendto] Assamese translation completed, Nilamdyuti Goswami
  • [tomboy] Created tag 1.9.9, Aaron Borden
  • [tomboy] Bump version to 1.9.10, Aaron Borden
  • [tomboy] Update NEWS for 1.9.9, Aaron Borden
  • [clutter] conform/actor-invariants: Add tests for show-on-set-parent, Emmanuele Bassi
  • [gvfs] Assamese translation completed, Nilamdyuti Goswami
  • [gnumeric] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [network-manager-applet] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [seahorse-plugins] Added Belarusian translation., Ihar Hrachyshka
  • [gnome-settings-daemon] power: Do not overflow when pressing the keyboard brightness down button, Richard Hughes
  • [gnome-settings-daemon] color: Use the enum of the correct type, Richard Hughes
  • [evolution-kolab] post release version bump, Christian Hilberg
  • [nautilus] slot: don't ref the NautilusWindowSlot when setting floating bar timeout, Cosimo Cecchi
  • [nautilus] file-operations: use the right prototype for empty trash callback, Cosimo Cecchi
  • [nautilus] pathbar: copy implementation of an event window from the GTK copy, Cosimo Cecchi
  • [nautilus] pathbar: sync with GTK master to make scrolling work again, Cosimo Cecchi
  • [nautilus] Revert "Revert "Fix up accidental error in last commit"", Cosimo Cecchi
  • [nautilus] Revert "Revert "Use ctrl-delete as the keyboard shortcut to trash files"", Cosimo Cecchi
  • [libgxps] build: Fix INCLUDES for libgxps-scan.c, Carlos Garcia Campos
  • [gjs] object: Fix build with systemtap, Vincent Untz
  • [evolution-kolab] Created tag EVOLUTION_KOLAB_3_3_91, Christian Hilberg
  • [evolution-kolab] NEWS update for 3.3.91 release, Christian Hilberg
  • [cogl] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gthumb] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [glib] bump version, Matthias Clasen
  • [rhythmbox] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [epiphany] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [sushi] Created tag 0.3.91, Cosimo Cecchi
  • [sushi] release: prepare for 0.3.91, Cosimo Cecchi
  • [sushi] all: fix some compilation warnings, Cosimo Cecchi
  • [gnome-boxes] Updated Belarusian translation., Ihar Hrachyshka
  • [network-manager-applet] [l10n] Updated Estonian translation, Priit Laes
  • [epiphany] [l10n] Updated Estonian translation, Priit Laes
  • [libgweather] configure.ac: Do not AC_SUBT some variables, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] build: Do not use *_DISABLE_DEPRECATED., =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-boxes] properties: Allow changing of RAM & storage size, Zeeshan Ali Khattak
  • [devhelp] Created tag 3.3.91, Frederic Peters
  • [devhelp] release: 3.3.91, Frederic Peters
  • [gnome-boxes] Add comment about 'broker' for translators, Zeeshan Ali Khattak
  • [gnome-screenshot] Created tag 3.3.91, Cosimo Cecchi
  • [gnome-screenshot] release: prepare for 3.3.91, Cosimo Cecchi
  • [gnome-screenshot] screenshot: fix some compilation warnings, Cosimo Cecchi
  • [gnome-icon-theme] prepare for a release, Jakub Steiner
  • [gnome-icon-theme-symbolic] prepare for release, Jakub Steiner
  • [gnome-icon-theme-symbolic] Created tag 3.3.91, Jakub Steiner
  • [gnome-icon-theme] Created tag 3.3.91, Jakub Steiner
  • [epiphany/history-rewrite] Rename ephy_history_service_add_page to ephy_history_service_visit_url, Xan Lopez
  • [gtkmm-documentation] Fixed typo in string, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [devhelp] Port search to WebKit2, Carlos Garcia Campos
  • [devhelp] Port printing to WebKit2, Carlos Garcia Campos
  • [devhelp] Port editing commands to WebKit2, Carlos Garcia Campos
  • [devhelp] assistant: Port policy client to WebKit2, Carlos Garcia Campos
  • [devhelp] Add support for the WebKit2 policy client., Carlos Garcia Campos
  • [devhelp] Port WebKitSettings to WebKit2, Carlos Garcia Campos
  • [devhelp] Initial WebKit2 port, Carlos Garcia Campos
  • [devhelp] assistant: Use data uris for css and javascript instead of local uris, Carlos Garcia Campos
  • [devhelp] util: Add dh_util_create_data_uri_for_filename(), Carlos Garcia Campos
  • [epiphany/history-rewrite] Get rid of EphyBrowseHistory, Xan Lopez
  • [libgweather] configure.ac: Use a build-aux directory for autogenerated files, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [libgweather] configure.ac: Do not use deprecated autoconf macros, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-icon-theme-symbolic] bounding box for emblem-shared/send-to, Jakub Steiner
  • [gnome-contacts] Created tag 3.3.91, Alexander Larsson
  • [mousetweaks] Do not indent description in doap file, Francesco Fumanti
  • [gnome-contacts] Fix up deprecated vala method usage, Alexander Larsson
  • [gnome-contacts] Rename member to avoid conflict with Dialgo.add_button method, Alexander Larsson
  • [gnome-contacts] Fix some unused variable warnings, Alexander Larsson
  • [gnome-contacts] Fix a bunch of warnings about exceptions, Alexander Larsson
  • [gnome-contacts] Remove unnecessary model property that conflicted with Treeview.model, Alexander Larsson
  • [gnome-backgrounds] Created tag GNOME_BACKGROUNDS_3_3_91, Thomas Wood
  • [gnome-backgrounds] Update version number and NEWS for 3.3.91, Thomas Wood
  • [gedit] use new macros for checking buttons, Ignacio Casal Quinteiro
  • [evolution-kolab/EDS_IMAPX_nobuild] updated IMAPX files as of EDS commit d8e2035026e456a1eda8eaa2a8e9226939ba6f5d, Christian Hilberg
  • [evolution-kolab/ek-wip-porting-imapx] (60 commits) ...IMAPX: updated VERSIONS file to new upstream E-D-S commit d8e2035026e456a1eda8eaa2a8e9226939ba6f5d, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (7 commits) ...IMAPX: updated VERSIONS file to new upstream E-D-S commit d8e2035026e456a1eda8eaa2a8e9226939ba6f5d, Christian Hilberg
  • [evolution-kolab/ek-wip-gui] (14 commits) ...EPlugin: added missing hyphen in backend setup dialog field description string, Christian Hilberg
  • [evolution-kolab: 3/3] IMAPX: updated VERSIONS file to new upstream E-D-S commit d8e2035026e456a1eda8eaa2a8e9226939ba6f5d, Christian Hilberg
  • [evolution-kolab: 2/3] Merge branch 'EDS_IMAPX_nobuild' into ek-wip-porting-imapx, Christian Hilberg
  • [evolution-kolab: 1/3] updated IMAPX files as of EDS commit d8e2035026e456a1eda8eaa2a8e9226939ba6f5d, Christian Hilberg
  • [evolution-kolab] (3 commits) ...IMAPX: updated VERSIONS file to new upstream E-D-S commit d8e2035026e456a1eda8eaa2a8e9226939ba6f5d, Christian Hilberg
  • =?utf-8?q?=5Blibgweather=5D_misc=3A_Javier_Jard=C3=B3n_is_now_co-maintain?= =?utf-8?q?er!?=, Vincent Untz
  • [gnome-settings-daemon] wacom: Check whether we're being called as root, Bastien Nocera
  • [gnome-settings-daemon] power: Fix bizarre comment, Bastien Nocera
  • [gnome-settings-daemon] power: Remove obsolete check, Bastien Nocera
  • [gnome-settings-daemon] power: Add more error checks, Bastien Nocera
  • [gnome-session] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-contacts] Assamese translation completed, Nilamdyuti Goswami
  • [gnome-user-docs] Fix the build, Cosimo Cecchi
  • [epiphany/history-rewrite] ephy-completion-model: fix warning when a bookmark has no keywords, Xan Lopez
  • [gnome-power-manager/gnome-2-28] Do not ever use a status icon for debugging idle problems, Richard Hughes
  • [mousetweaks] Created tag MOUSETWEAKS_3_3_91, Francesco Fumanti
  • [gnome-contacts] Bump version to 3.3.91, Alexander Larsson
  • [gnome-contacts] Update NEWS for release, Alexander Larsson
  • [gnome-contacts] Require a later telepathy-glib for the Call stuff, Alexander Larsson
  • [mousetweaks] From now on, mousetweaks will use pre-release version increment. Prepare the 3.3.91 release., Francesco Fumanti
  • [evolution-kolab: 10/10] Merge branch 'ek-wip-porting', Christian Hilberg
  • [evolution-kolab] (10 commits) ...Merge branch 'ek-wip-porting', Christian Hilberg
  • [gnome-user-docs] Remove non-existing file in list. Hopefully fixes bug #671330, Andre Klapper
  • [gjs] function: Use new gi_type_info_extract_ffi_return_value() API, Colin Walters
  • [gjs] function: Reuse GIArgument for "handy union we can pass to ffi", Colin Walters
  • [gobject-introspection] repository: Add new public gi_type_info_extract_ffi_return_value() API, Colin Walters
  • [gobject-introspection] repository: Fix conversion of FFI values on big-endian architectures, Colin Walters
  • [gjs] Created tag GJS_1_31_20, Colin Walters
  • [gjs] Release 1.31.20, Colin Walters
  • [gobject-introspection] Created tag GOBJECT_INTROSPECTION_1_31_20, Colin Walters
  • [gobject-introspection] Release 2.31.20, Colin Walters
  • [gobject-introspection] Update glib annotations to 2.31.20, Colin Walters
  • [gdm] Assamese translation completed, Nilamdyuti Goswami
  • [gobject-introspection] introspection.m4: Set enable_introspection to yes/no consistently, Colin Walters
  • [epiphany/history-rewrite: 13/13] ephy-completion-model: remove stale include, Xan Lopez
  • [epiphany/history-rewrite: 12/13] POTFILES.in: some strings have been moved to lib/history, Xan Lopez
  • [epiphany/history-rewrite: 11/13] Rename the new tests to be foo-test.c, Xan Lopez
  • [epiphany/history-rewrite: 10/13] ephy-web-view: also fallback to URI as title here, Xan Lopez
  • [epiphany/history-rewrite: 9/13] ephy-browse-history: small cleanup, Xan Lopez
  • [epiphany/history-rewrite: 8/13] ephy-history-types: use the URL as default title, Xan Lopez
  • [epiphany/history-rewrite: 7/13] Retrieve the host id from the right column, Xan Lopez
  • [epiphany/history-rewrite: 6/13] ephy-browse-history: style cleanups, Xan Lopez
  • [epiphany/history-rewrite: 5/13] Remove the set_url_property history method, Xan Lopez
  • [epiphany/history-rewrite: 4/13] ephy-history-service-hosts-table: drop the favicon column, Xan Lopez
  • [epiphany/history-rewrite: 3/13] ephy-location-controller: smoother redraw of the completion popup, Xan Lopez
  • [epiphany/history-rewrite: 2/13] Store zoom levels per host, not per URL, Xan Lopez
  • [gnome-contacts] Remove generated INSTALL file from git, Alexander Larsson
  • [epiphany/history-rewrite: 1/13] Hook the new history to the URL entry, Xan Lopez
  • [epiphany] (13 commits) Created branch history-rewrite, Xan Lopez
  • [epiphany] Deleted branch history-rewrite, Xan Lopez
  • [aravis] Post-release version bump., Emmanuel Pacaud
  • [evolution-kolab/ek-wip-porting] EPlugin: visibility fix for internal function (made static), Christian Hilberg
  • [evolution-kolab/ek-wip-porting] libekolabutil: translatable error strings cleanup, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] libekolab: cleanup and unification of translatable error strings, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] Camel: cleanup of error string formatting, format string fix, Christian Hilberg
  • [eog] Assamese translation completed, Nilamdyuti Goswami
  • [mousetweaks] More updates to the text of the README file, Francesco Fumanti
  • [aravis] Created tag ARAVIS_0_1_12, Emmanuel Pacaud
  • [mousetweaks] Update description of doap file, Francesco Fumanti
  • [clutter] Assamese translation completed, Nilamdyuti Goswami
  • [evolution-data-server] Revert "ECalBackendCalDAV: Fix a "pointer-sign" compiler warning.", Matthew Barnes
  • [gnome-settings-daemon] Updated Finnish translation, Timo Jyrinki
  • [gnome-control-center] info: Avoid empty entries in "Other types" dialogue, Bastien Nocera
  • [zenity] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [glib-networking] Assamese translation completed, Nilamdyuti Goswami
  • [glib] Use G_DEFINE_CONSTRUCTOR for the glib_init constructor, Alexander Larsson
  • [mousetweaks] Update text of the README file, Francesco Fumanti
  • [gnome-control-center] info: handle dialog closing consistently, Bastien Nocera
  • [gnome-control-center/gnome-3-2] media: handle dialog closing consistently, Bastien Nocera
  • [cheese] Updated Brazilian Portuguese translation by Guilherme Barbosa Ferreira <eu guilhermeferreira info> a, Djavan Fagundes
  • [glib] Created tag 2.31.20, Matthias Clasen
  • [glib] 2.31.20, Matthias Clasen
  • [glib] Update glib-genmarshal docs, Matthias Clasen
  • [gnome-control-center] common: Add more debug to list-languages, Bastien Nocera
  • [gnome-control-center] common: Fix crashes for incomplete locales, Bastien Nocera
  • [planner] Fix typo, Alexandre Franke
  • [gnome-disk-utility] Updated Brazilian Portuguese translation, Djavan Fagundes
  • [jhbuild] avoid message about unknown key e, Colin Walters
  • [jhbuild] 3.4: gnome-doc-utils doesn't support parallel build, Colin Walters
  • [gtk+/wip/events: 8/8] API: gdk: Add GdkAxisUse entries for relative axes, Benjamin Otte
  • [gtk+/wip/events: 7/8] x11: Use the new event sequence to store axis values, Benjamin Otte
  • [gtk+/wip/events: 6/8] gdk: Make event sequences real objects, Benjamin Otte
  • [gtk+/wip/events: 5/8] gdk: Move GdkEventSequence declaration, Benjamin Otte
  • [gtk+/wip/events: 4/8] API: gdk: Add gdk_device_get_axis_label(), Benjamin Otte
  • [gtk+/wip/events: 3/8] widget: Add API for adding recognizers, Benjamin Otte
  • [gtk+/wip/events: 2/8] docs: Add docs for event recognizers, Benjamin Otte
  • [gtk+/wip/events: 1/8] events: Add the basics of the event recognizer implementation, Benjamin Otte
  • [gtk+] (8 commits) Created branch wip/events, Benjamin Otte
  • [gnome-system-monitor] Updated Finnish tranlation, Timo Jyrinki
  • [gnome-boxes] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-bluetooth] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [empathy] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [yelp] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [seahorse] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [mousetweaks] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gtk+] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [evolution-kolab/ek-wip-porting] libekolabutil: added translatable strings, Christian Hilberg
  • [gtk+] Bump glib dep to 2.31.20, Matthias Clasen
  • [gtk+] Fix symbol lists, Matthias Clasen
  • [gnome-video-effects] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-shell] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-settings-daemon] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-screenshot] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-documents] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnome-disk-utility] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [glib] Fix a compiler warning, Matthias Clasen
  • [glib] gobject: Fix symbol lists, Matthias Clasen
  • [gnome-user-docs] files-autorun: Minor edit, #671349, Shaun McCance
  • [gnome-backgrounds] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [file-roller] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [evince] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [gnomeweb-wml] Do the same for the new .png file., Andrea Veri
  • [baobab] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [accerciser] Updated Traditional Chinese translation(Hong Kong and Taiwan), Chao-Hsiung Liao
  • [planner] Use native gettext instead of the glib one, Alexandre Franke
  • [gtk-web] Features: Fix dead link to GMAE, Martyn James Russell
  • [tracker] tracker-extract, tracker-writeback: Don't register dbus objects AFTER aquiring service names, Martyn James Russell
  • [glib] More updates, Matthias Clasen
  • [gnomeweb-wml] Wrong file extension, they are html not php., Andrea Veri
  • [gnomeweb-wml] Include Junjao's new files into Makefile.am to have them build properly., Andrea Veri
  • [evolution-kolab/ek-wip-porting] libekolabconv: added translatable strings, Christian Hilberg
  • [gnome-settings-daemon] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gtk+] Add custom va_marshallers in some places, Alexander Larsson
  • [glib: 14/14] Merge branch 'signal-performance', Alexander Larsson
  • [glib] (14 commits) ...Merge branch 'signal-performance', Alexander Larsson
  • [gnome-shell] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [clutter] actor: Annotate the allocation-changed signal, Emmanuele Bassi
  • [gtk+] Update for 3.3.18, Matthias Clasen
  • [rygel] core: Fix XBox music browsing, Jens Georg
  • [evolution-kolab/ek-wip-porting] libekolab: added translatable strings, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] CamelIMAPXExtdServer: removed stray character in source file, Christian Hilberg
  • [aravis] NEWS file update., Emmanuel Pacaud
  • [epiphany/history-rewrite-second] ephy-completion-model: remove stale include, Xan Lopez
  • [epiphany/history-rewrite-second] ephy-completion-model: remove some dead code, Xan Lopez
  • [aravis] documentation: fill some holes and fix warnings., Emmanuel Pacaud
  • [evolution] Bug 671703 (bnc) - Handle cut-paste appointments better. Delete the appointment after a successful p, Chenthill Palanisamy
  • [gnome-system-monitor] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [evince] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [gnome-panel] Created tag 3.3.91, Vincent Untz
  • [gnome-panel] release: post-release bump to 3.3.92, Vincent Untz
  • [gnome-panel] release: 3.3.91, Vincent Untz
  • [eog] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [rhythmbox] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-settings-daemon] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [epiphany] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-desktop] Created tag 3.3.91, Vincent Untz
  • [gnome-desktop] release: post-release bump to 3.3.92, Vincent Untz
  • [gnome-desktop] release: 3.3.91, Vincent Untz
  • [empathy] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [glib] update Simplified Chinese (zh_CN) translation, YunQiang Su
  • [epiphany] Updated Belarusian translation., Ihar Hrachyshka
  • [orca] Updated Belarusian translation., Ihar Hrachyshka
  • [libwnck/gnome-2-32] release: post-release bump to 2.31.1, Vincent Untz
  • [libwnck] Created tag 2.31.0, Vincent Untz
  • [libwnck/gnome-2-32] release: 2.31.0, Vincent Untz
  • [aravis: 58/58] Merge branch 'dom', Emmanuel Pacaud
  • [aravis] (58 commits) ...Merge branch 'dom', Emmanuel Pacaud
  • [aravis/dom] dom: tweak debug output again., Emmanuel Pacaud
  • [aravis/dom] dom: tweak debug output., Emmanuel Pacaud
  • [glom] Utils::get_find_where_clause_quick(): Handle an empty value properly., Murray Cumming
  • [aravis/dom] tests: exercize OnValue and OffValue of Boolean nodes., Emmanuel Pacaud
  • [aravis/dom] tests: fix test of P_BooleanRW pValue., Emmanuel Pacaud
  • [libwnck/gnome-2-32] build: Create xz tarballs and use tar-ustar, Vincent Untz
  • [libwnck/gnome-2-32] build: Generate ChangeLog on make dist, Vincent Untz
  • [libwnck] Deleted branch wip/xfce-4.10-fixes, Vincent Untz
  • [libwnck] Created branch gnome-2-32, Vincent Untz
  • [gnome-panel] panel: Fix position re-shuffling on orientation change, Vincent Untz
  • [libxml2] Fix -Wempty-body warning from clang, Daniel Veillard
  • [extensions-web] Fix site when logged in, Jasper St . Pierre
  • [damned-lies] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gthumb] [l10n] Update Japanese translation, Jiro Matsuzawa
  • [gnome-panel] panel: Force background redraw of PanelSeparator on orientation change, Vincent Untz
  • [gnome-panel] panel: Add class styling for orientation to PanelSeparator, Vincent Untz
  • [gnome-panel] panel: Size the PanelSeparator by css styling, Vincent Untz
  • [gnome-panel] panel: Remove unnecessary variable, Vincent Untz
  • [gnome-panel] panel: Use GtkSeparator to draw PanelSeparator, Vincent Untz
  • [gnome-panel] panel: Fix themed background pattern, Vincent Untz
  • [evolution-data-server] EContact: fix "parse vcard + update contact + commit", Milan Crha
  • [network-manager-applet] Uploaded Ukranian, Daniel Korostil
  • [mutter] Uploaded Ukranian, Daniel Korostil
  • [epiphany] update Simplified Chinese translation, YunQiang Su
  • [glib] Fix distcheck, Matthias Clasen
  • [glib] Updates for 2.31.20, Matthias Clasen
  • [gnome-online-accounts] update Simplified Chinese(zh_Cn) translation, YunQiang Su
  • [glib] Fix binding properties of the same object, Matthias Clasen
  • [glib] Run gdb under libtool so that local libraries are used, Matthias Clasen
  • [latexila] Templates: code clean-up, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Templates: prefix attributes with "_", =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gtk+] gdk: Remove an unused enumeration, Matthias Clasen
  • [libsoup] Use G_GNUC_BEGIN_IGNORE_DEPRECATIONS (where available), Dan Winship
  • [libsoup] connection-test, requester-test: test non-persistent connections, Dan Winship
  • [libsoup] tests: split connection-test out of misc-test, Dan Winship
  • [gtk+] scrolledwindow: Fix scroll event handling, Matthias Clasen
  • [gtk+] range: Straighten the wheel delta calculation, Matthias Clasen
  • [gtk+] xi2: Normalize scroll deltas, Matthias Clasen
  • [gnome-system-log] Added hu to DOC_LINGUAS, Gabor Keleman
  • [gnome-system-log] Hungarian help translation added by Bence Lukacs, Gabor Keleman
  • [rhythmbox] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp-help-2] Fixed wrong date as spotted by Ralph Corderoy, Roman Joost
  • [gnoduino] Bug 670471 - Serial Terminal send doesn't seem to work, Lucian Langa
  • [gnoduino] use urllib to handle file uri in recent items, Lucian Langa
  • [gnoduino/gnoduino-0-3-0] Bug 670471 - Serial Terminal send doesn't seem to work, Lucian Langa
  • [rhythmbox] magnatune: actually make download accounts work, Jonathan Matthew
  • [accerciser] Fix for bug #671325 - Unexpected behaviours in 'Hide/Show applications with <0 children' feature, =?utf-8?q?Javier_Hern=C3=A1ndez_Ant=C3=BAnez?=
  • [aravis/dom] genicam: ArvGcRegister is now an interface, implemented by ArvGcRegisterNode and ArvGcStructEntryNod, Emmanuel Pacaud
  • [latexila/gnome-3] Document Tab: smaller close button, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gtk+] grid: Work harder for tight homogeneous allocation, Matthias Clasen
  • [gtk-osx] [Bug 670373] Patch Gtk for Cups 1.6, John Ralls
  • [gtk-osx] Make Glib a hard dependency of cairo in modulesets, matching other module sets., John Ralls
  • [gtk-osx] Patch Cairo to work around FMGetATSFontRefFromFontPtr being hidden in Lion & Later, John Ralls
  • [gparted] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gdm] Added Galician translation for doc, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [ghex] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [file-roller] Updated Lithuanian translation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [epiphany] Enable keyboard accelerator for the create button, Jiro Matsuzawa
  • [totem] Updated Dutch translation, Wouter Bolsterlee
  • [gtk+] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-settings-daemon] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [latexila/gnome-3] Invisible event box (remove the ugly gray zone), =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [extensions-web] Swap the word "locked" with "unreviewed", Jasper St . Pierre
  • [extensions-web] extension: Remove pre-lock peek constraint, Jasper St . Pierre
  • [banshee] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gthumb] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnomeweb-wml] FoG: Added Diego's case for the a11y campaign, Juan Jose Marin Martinez
  • [seahorse] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [extensions-web] review: Gray out the correct link in the "All Versions" table, Jasper St . Pierre
  • [extensions-web] extensions: Fix ordering, Jasper St . Pierre
  • [extensions-web] css: Make the fsui dropdown look a little nicer, Jasper St . Pierre
  • [tracker] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-shell] Updated Dutch translation, Wouter Bolsterlee
  • [metacity] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnote/stable-0.8] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gucharmap] Updated Dutch translation, Wouter Bolsterlee
  • [gnome-boxes] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-search-tool] Updated Belarusian translation., Ihar Hrachyshka
  • [nautilus] Updated Dutch translation, Wouter Bolsterlee
  • [aravis/dom] genicam: add support for StructReg and StructEntry., Emmanuel Pacaud
  • [gnome-terminal/gnome-3-4] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gedit-code-assistance] Move C backend to separate directory, Jesse van den Kieboom
  • [gedit-code-assistance] Fixed compiler errors for vala 0.15, Jesse van den Kieboom
  • [gnome-terminal] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [extensions-web] css: Fix icon/screenshot uploader in WebKit browsers, Jasper St . Pierre
  • [evince] Updated Dutch translation, Wouter Bolsterlee
  • [gedit] Updated Dutch translation, Wouter Bolsterlee
  • [gdl] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnote] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [yelp-xsl] Updated Dutch translation, Wouter Bolsterlee
  • [glib] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [hamster-applet] Updated French translation, Bruno Brouard
  • [eog] Added uk translation, Daniel Korostil
  • [yelp] Updated Dutch translation, Wouter Bolsterlee
  • [nautilus-sendto] Updated French translation, Bruno Brouard
  • [gnote/stable-0.8] Updated copyright, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote/stable-0.8] Update copyright in updated manual files, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote/stable-0.8] Fix slection deletion and remembering it, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Updated copyright, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Update copyright in updated manual files, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Fix slection deletion and remembering it, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [ekiga] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-boxes] Added sl for Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-boxes] Added Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gthumb] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnote] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [accerciser] Updated French translation, Bruno Brouard
  • [extensions-web] css: Make the yellow "editable" markers easier to spot, Jasper St . Pierre
  • [gdk-pixbuf] Updated French translation, Bruno Brouard
  • [gnome-terminal/gnome-3-4] Updated French translation, Bruno Brouard
  • [pango] Make CoreText shaping engine more robust, Kristian Rietveld
  • [gnome-dictionary] Added uk translation, Daniel Korostil
  • [orca] Updated French translation, Bruno Brouard
  • [gimp] app: don't draw the grid if it covers the image entirely, Michael Natterer
  • [epiphany] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [eog] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gtk+] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gedit-code-assistance] Chain up on dispose, Ignacio Casal Quinteiro
  • [evolution] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gtk+] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gimp-help-2] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-boxes] Added uk translation, Daniel Korostil
  • [gnome-boxes] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-control-center] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-games] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-disk-utility] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [anjuta] manual: Document emacs and vim modeline variables supported by Anjuta, Sebastien Granjoux
  • [gnome-documents] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-settings-daemon] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [gnome-shell] Updated Galician translations, =?utf-8?q?Francisco_Di=C3=A9guez_Souto?=
  • [evolution-kolab] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnote/stable-0.8] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [extensions-web] review: Don't show the diff view if we don't have an old version, Jasper St . Pierre
  • [gnome-boxes] Added Spanish language to LINGUAS, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [extensions-web] review: Fix issue with reviewing the first version of an extension, Jasper St . Pierre
  • [extensions-web] extensions: Don't recalculate version on save, Jasper St . Pierre
  • [gnome-control-center] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gimp] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [ekiga] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-boxes] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-screenshot] Uploaded Ukranian, Daniel Korostil
  • [nautilus-actions] NEWS: update before releasing, Pierre Wieser
  • [extensions-web] Revert "review: Rename "can-review-extensions" to "can-approve-extensions"", Jasper St . Pierre
  • [extensions-web] upload: Fix upload page, Jasper St . Pierre
  • [extensions-web] extensions: Remove an accidentally left in "load rating", Jasper St . Pierre
  • [extensions-web] upload: Make sure to save the version, Jasper St . Pierre
  • [extensions-web] upload: Don't use a savepoint, Jasper St . Pierre
  • [gnome-screenshot] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gthumb: 23/23] Help title is missing a space between "gThumb" and "Help", Paolo Bacchilega
  • [gthumb: 22/23] updated NEWS, Paolo Bacchilega
  • [gthumb: 21/23] Merge branch 'release-notes', Paolo Bacchilega
  • [gthumb: 20/23] selections: added context menu commands to add files to a selection, Paolo Bacchilega
  • [gthumb: 19/23] Merge branch 'selections', Paolo Bacchilega
  • [gthumb: 18/23] renamed work queues to selections, Paolo Bacchilega
  • [gnome-disk-utility] Updated French translation, Bruno Brouard
  • [gthumb: 17/23] work queue: added icons, Paolo Bacchilega
  • [gthumb: 16/23] extra widget: disable the line_wrap option to ellipsize the labels correctly, Paolo Bacchilega
  • [gthumb: 15/23] extra widget: use a smaller padding between labels, center labels vertically, Paolo Bacchilega
  • [gthumb: 14/23] work queues: added some info on how to use the selections, Paolo Bacchilega
  • [gnome-documents] Uploaded Ukranian, Daniel Korostil
  • [gthumb: 13/23] work queues: use the term 'selection' instead of 'work queue', Paolo Bacchilega
  • [gthumb: 12/23] compare the uris instead of the files, Paolo Bacchilega
  • [gthumb: 11/23] set the 'error' variable if the extension description could not be found, Paolo Bacchilega
  • [gthumb: 10/23] abort if a mandatory extension cannot be loaded, Paolo Bacchilega
  • [gthumb: 9/23] abort if the extensions folder doesn't exist, Paolo Bacchilega
  • [gthumb: 8/23] call the gth-browser-file-list-key-press hook only if the list widget is realized, Paolo Bacchilega
  • [gthumb: 7/23] work queues: added keyboard accelerators to view the queues, Paolo Bacchilega
  • [gthumb: 6/23] catalog: fixed the scheme name, Paolo Bacchilega
  • [gthumb: 5/23] use gth_file_source_read_metadata instead of gth_file_source_read_attributes to read the location m, Paolo Bacchilega
  • [gthumb: 4/23] added work queues extension as a more powerful way to select files, Paolo Bacchilega
  • [gthumb: 3/23] configure: removed info on libunique, which is not used anymore, Paolo Bacchilega
  • [gthumb: 2/23] updated for version 2.90.1, Paolo Bacchilega
  • [gthumb: 1/23] tweaks to the catalog icon, Paolo Bacchilega
  • [gthumb] (23 commits) ...Help title is missing a space between "gThumb" and "Help", Paolo Bacchilega
  • [gnome-packagekit] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [cheese] Updated French translation, Bruno Brouard
  • [file-roller] Uploaded Ukranian, Daniel Korostil
  • [java-libglom] Add a comment about deploying, Murray Cumming
  • [java-libglom] Created tag 1.21.5, Murray Cumming
  • [java-libglom] 1.21.5, Murray Cumming
  • [java-libglom] Add Report layout items., Murray Cumming
  • [gnome-nettool] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnoduino] fix compilation on pre1.0 hardware, Lucian Langa
  • [gnome-online-accounts] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [baobab] Added hu to DOC_LINGUAS, Gabor Keleman
  • [baobab] Hungarian help translation added by Bence Lukacs, Gabor Keleman
  • [gtk+] Free the resource file string., Paolo Borelli
  • [gnome-nettool] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gimp] plug-ins: change more things in maze from uint to int to fix compiler warnings, Michael Natterer
  • [gimp] Bug 155733 - need to check return values of gimp_drawable_mask_bounds(), Michael Natterer
  • [gnome-keyring] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-games] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-shell] Updated Persian Translations, Arash Mousavi
  • [gimp-web] release-notes: Fix some typos and remove a few duplicate entries, Mikael Magnusson
  • [gtk+] colorscale: Select for touch events, Matthias Clasen
  • [gtk+] colorplane: Select for touch events, Matthias Clasen
  • [gtk+] gtk: Be more careful when ignoring touch events, Matthias Clasen
  • [gtk+] gdk: Don't drop the emulating_pointer flag, Matthias Clasen
  • [gnome-documents] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gimp-web] release-notes: List developers for "User Interface, Minor Changes", Martin Nordholts
  • [gnome-control-center] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-online-accounts] Updated Persian Translations, Arash Mousavi
  • [cheese] Uploaded Ukranian, Daniel Korostil
  • [gimp-web] 2.8-save-and-export.png: Smoothen edges, Martin Nordholts
  • [gedit] Clear print settings in app::dispose, Paolo Borelli
  • [ekiga] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [glabels] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [pygobject] Plug memory leak in _is_union_member, Paolo Borelli
  • [ekiga] TODO updated., Damien Sandras
  • [ekiga] Call Window: Slightly delay call window hiding on disconnect., Damien Sandras
  • [nautilus] Updated Persian Translations, Arash Mousavi
  • [orca] Add yet another pre-release accessible name for Thunderbird to Orca's script mapper, Joanmarie Diggs
  • [ekiga] Call window: Fixed connection time display., Damien Sandras
  • [gedit] Make "Check Spelling" unsensitive when there are no words, Paolo Borelli
  • [orca] Fix the presentation of mnemonics which are accented letters, Joanmarie Diggs
  • [gtksourceview] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glib-networking] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-bluetooth] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [ekiga] Main Window: Fixed panel section syncing., Damien Sandras
  • [ekiga] Main Window: Fixed toolbar buttons not being mutually exclusive., Damien Sandras
  • [gnome-documents] Updated Hungarian translation, Gabor Keleman
  • [nautilus-sendto] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-settings-daemon] wacom: Call out to LED helper when switching modes, Bastien Nocera
  • [gnome-settings-daemon] wacom: Add helper to set LEDs for mode switching, Bastien Nocera
  • [gnome-settings-daemon] wacom: Remember the device path in GsdWacomDevice, Bastien Nocera
  • [gnome-settings-daemon] wacom: Make icon name static, Bastien Nocera
  • [gnome-settings-daemon] wacom: Simplify loop condition, Bastien Nocera
  • [gedit-plugins] colorpicker: connect after to response, Ignacio Casal Quinteiro
  • [anjuta] language-support-cpp-java: bgo #662955 - Autoindent indents next line if previous have a string with, Sebastien Granjoux
  • [eog] toolbar-editor: Fix a crash when dropping an item to the toolbar, Felix Riemann
  • [file-roller] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [vinagre] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp-help-2] Update 4 dialogs, Julien Hardlin
  • [gedit] Fix time plugin help link, Paolo Borelli
  • [ekiga] GMWindow: Fixed major bug preventing windows to be opened twice., Damien Sandras
  • [ekiga] Call Window: fixed hangup button sensitivity updates., Damien Sandras
  • [gnome-boxes] Fix sr lstin -> sr latin, Kristjan Schmidt
  • [gnome-boxes] Add Esperanto translation, Kristjan Schmidt
  • [ekiga] Main window: Fixed broken dialpad on missed calls., Damien Sandras
  • [baobab] Updated French translation, Bruno Brouard
  • [gdm] Uploaded Ukranian, Daniel Korostil
  • [seahorse/gnome-3-2] Updated German translation, Christian Kirbach
  • [gedit] Use GtkGrid in the time plugin, Paolo Borelli
  • [gnome-control-center] Updated Belarusian translation., Ihar Hrachyshka
  • [gnome-boxes] Added Belarusian translation., Ihar Hrachyshka
  • [nautilus-actions] NactMatchList: fix wrong display selection, Pierre Wieser
  • [nautilus-actions] Various code improvements, Pierre Wieser
  • [nautilus-actions] Fix #671083 - Release tool takes bad package version, Pierre Wieser
  • [rhythmbox] magnatune: make album downloads work again, Jonathan Matthew
  • [gnome-control-center] power: reference to "Brightness and Lock" panel, not "Screen", Richard Hughes
  • [gnome-disk-utility/gnome-3-2] Added Belarusian translation., Ihar Hrachyshka
  • [clutter/clutter-1.8] Updated Belarusian translation, Ihar Hrachyshka
  • [seahorse/gnome-3-2] Added Belarusian translation., Ihar Hrachyshka
  • [seahorse] Added Belarusian translation., Ihar Hrachyshka
  • [glib-networking] Updated Korean translation, Changwoo Ryu
  • [gdk-pixbuf] Updated Korean translation, Changwoo Ryu
  • [gnome-system-monitor] Updated French translation, Bruno Brouard
  • [nautilus-actions] Updated French doc translation, Bruno Brouard
  • [gtk+] Updated Korean translation, Changwoo Ryu
  • [evolution-data-server] Updated Korean translation, Changwoo Ryu
  • [libgsf] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [empathy] Updated Belarusian translation., Ihar Hrachyshka
  • [planner] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-packagekit] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-boxes] Uyghur translation added, Gheyret Kenji
  • [gnome-user-docs] Write topic about sharing documents by email., Julita Inca
  • [glib] build: include glib-compile-resources.xml in the dist tarball, Michael Biebl
  • [glib] build: Fix failure on "make distclean", Michael Biebl
  • [gtk+] x11: Simplify XI2 mods state, Matthias Clasen
  • [gtk+] x11: Correct GroupSwitch mask, Matthias Clasen
  • [gnome-boxes] Added Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gtk+] Updated Bulgarian translation, Alexander Alexandrov Shopov
  • [glabels/vala] Initial import of vala port work., Jim Evins
  • [glabels] Created branch vala, Jim Evins
  • [gtk+] colorchooser: Allow removing the palettes again, Matthias Clasen
  • [gtk+] Break out press-and-hold code as its own object, Matthias Clasen
  • [metacity] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [metacity] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [totem] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [totem] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [yelp-xsl] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [yelp-xsl] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [network-manager-applet] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [network-manager-applet] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [mutter] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [mutter] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gvfs] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gvfs] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [nautilus] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [nautilus] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [dconf] bump glib dependency (for g_mutex_init), Ryan Lortie
  • [dconf] engine: allow multiple user databases, Ryan Lortie
  • [libgda] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-user-docs] Write topic for documents - view online docs., Julita Inca
  • [gnome-user-docs] Add list of term- extensions for documents., Julita Inca
  • [file-roller] Updated Hungarian translation, Gabor Keleman
  • [latexila/gnome-3] Build Tool Dialog: get rid of glade, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Utils: get dialog component: do not expand, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] Build Tool Dialog: little code clean-up, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [nautilus] Updated Hungarian translation, Gabor Keleman
  • [glib-networking] Updated Hungarian translation, Gabor Keleman
  • [gdk-pixbuf] Updated Hungarian translation, Gabor Keleman
  • [gdl] Updated Hungarian translation, Gabor Keleman
  • [accerciser] Updated Hungarian translation, Gabor Keleman
  • [devhelp] Updated Hungarian translation, Gabor Keleman
  • [gnome-bluetooth] Updated Hungarian translation, Gabor Keleman
  • [gnome-backgrounds] Updated Hungarian translation, Gabor Keleman
  • [glade] Updated Hungarian translation, Gabor Keleman
  • [glade/glade-3-12] Updated Hungarian translation, Gabor Keleman
  • [dconf] engine: support absolute paths in DCONF_PROFILE, Ryan Lortie
  • [gedit] Updated Hungarian translation, Gabor Keleman
  • [gdm] Updated Hungarian translation, Gabor Keleman
  • [epiphany] Updated Hungarian translation, Gabor Keleman
  • [evince] Updated Hungarian translation, Gabor Keleman
  • [yelp] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [vino] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [vinagre] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [yelp-xsl] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [eog] Updated Hungarian help translation, Gabor Keleman
  • [eog] Updated Hungarian translation, Gabor Keleman
  • [zenity] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [orca] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [baobab] Updated Hungarian translation, Gabor Keleman
  • [gucharmap] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [latexila/gnome-3: 11/11] Merge branch 'master' into gnome-3, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila/gnome-3] (11 commits) ...Merge branch 'master' into gnome-3, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gtksourceview] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-video-effects] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-screenshot] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [latexila] Build Tools: update actions' sensitivity when modified, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [latexila] Document compilation: set tmp location if file not saved, =?utf-8?q?S=C3=A9bastien_Wilmet?=
  • [gnome-terminal] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-terminal/gnome-3-4] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-bluetooth] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [libgrss] Introducing grss_feeds_publisher_format_content() Major rewrite of grss_feeds_publisher_publish_web(, Roberto Guido
  • [gedit] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gdm] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [evince] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [epiphany] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [eog] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [baobab] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [glib-networking] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [nemiver] 670464 - Make breakpoint ignore count persistent, Dodji Seketeli
  • [glade] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [glade/glade-3-12] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [accerciser] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gtk+] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [giv] Embedded json-glib in source tree., Dov Grobgeld
  • [glom] Remove empty group in the Lesson Planner example file., Benjamin Konrath
  • [gtk+] Uploaded Ukranian, Daniel Korostil
  • [gnome-boxes] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evolution] libevolution-utils.pc.in: Fix GTK+ requirement., Matthew Barnes
  • [evolution] libemail-utils.pc.in: Add missing requirement., Matthew Barnes
  • [anjuta-extras] scintilla: Reorganize files like in scintilla source archive, Sebastien Granjoux
  • [anjuta-extras] scintilla: Update to include scintilla 3.0.3, Sebastien Granjoux
  • [gnome-settings-daemon] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnoduino] add missing include generation on libs compiler functions, Lucian Langa
  • [gnoduino] fix detect older arduino hardware, Lucian Langa
  • [gnoduino] add support for native boards.txt file, Lucian Langa
  • [gnoduino] sanitize variant and includes functions, Lucian Langa
  • [gnome-control-center] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gimp] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [evolution-kolab] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [latexila] [l10n] Updated German doc translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-shell] userMenu: Fix LockRemote call, Adel Gadllah
  • [glib/signal-performance] fastpath: Do allow NO_RECURSE fastpath for NOP emissions, Alexander Larsson
  • [gnome-shell] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [extensions-web] upload: Fix upload page, add tests, Jasper St . Pierre
  • [libgrss] Minor improvements in documentation, Roberto Guido
  • [libgrss] Modified name for pkg-config file, from libgrss-0.pc to libgrss-0.5.pc, Roberto Guido
  • [latexila] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [evolution] Fix more compiler warnings., Matthew Barnes
  • [gtk+] iconview: Fix autoscroll, Benjamin Otte
  • [gtk+/gtk-2-24] iconview: Fix autoscroll, Benjamin Otte
  • [gimp] Updated Polish translation, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gtk+] celllayout: Remove unused include, Benjamin Otte
  • [gtk+] types: Move GtkAdustment declaration to gtktypes.h, Benjamin Otte
  • [gtk+] types: Clean up gtkwidget.h includes, Benjamin Otte
  • [gtk+] types: Move widget types into gtktypes.h, Benjamin Otte
  • [gtk+] gtk: Add gtktypes.h, Benjamin Otte
  • [evolution] Add missing linker flags., Matthew Barnes
  • [evolution] Few more whitespace cleanups., Matthew Barnes
  • [gparted] Enable new fs resize library available with parted-3.1 (#668281), Curtis Gedak
  • [gnome-contacts] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [evolution] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gtkmm] Widget: Add get_modifier_mask()., Murray Cumming
  • [gtkmm] Image: Add set_from_resource()., Murray Cumming
  • [gnome-keyring] Updated Hungarian translation, Gabor Keleman
  • [gnome-bluetooth] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-backgrounds] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gedit] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [glib] glib/gmacros.h: Fix up attribute to avoid namespace collisions, Dan Winship
  • [gdm] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [glib] gspawn: rename G_SPAWN_ERROR_2BIG to be more bindings-friendly, Dan Winship
  • [evolution-kolab/ek-wip-porting: 15/15] Camel: added translatable strings, Christian Hilberg
  • [evolution-kolab/ek-wip-porting] (15 commits) ...Camel: added translatable strings, Christian Hilberg
  • [file-roller] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [evince] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [epiphany] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [eog] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [empathy] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [ostree/wip/ostbuild-chroot-dev: 10/10] resolve: Write out separate arch-component snapshots, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 9/10] ostbuild: 'checkout' command now also applies patches, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 8/10] HACK build from local, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 7/10] ostbuild: Pull patches from specified patches git repository, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 6/10] ostbuild: Change metadata keys for artifacts, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 5/10] ostbuild: Copy snapshot JSON into artifact trees, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 4/10] ostbuild: Sort keys in JSON snapshot, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 3/10] ostbuild: Rename build manifest to "snapshot.json", Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 2/10] ostbuild: Move more intelligence into chroot-compile-one, Colin Walters
  • [ostree/wip/ostbuild-chroot-dev: 1/10] compose: Don't print trailing (null) if we skip committing, Colin Walters
  • [ostree] (10 commits) Created branch wip/ostbuild-chroot-dev, Colin Walters
  • [gnome-boxes] Make use of Libvirt.Domain.get_devices(), Zeeshan Ali Khattak
  • [sysadmin-bin] Re-subscribe an old member to f-announce when the membership gets renewed., Andrea Veri
  • [gtkmm] Gtk::Window: Add new API., Murray Cumming
  • [glib] GApplication: fix name unregister logic, Ryan Lortie
  • [gnome-shell] dash: Don't favorite items dropped at their original position, =?utf-8?q?Florian_M=C3=BCllner?=
  • [gdm] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gdm] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [library-web] Updated Korean translation, Changwoo Ryu
  • [evolution-data-server] ECalBackendCalDAV: Fix a "pointer-sign" compiler warning., Matthew Barnes
  • [evolution-data-server] EBookBackendFile: Fix a warning caused by Berkeley DB v5., Matthew Barnes
  • [evolution-data-server] CamelVeeFolder: Silence a compiler warning., Matthew Barnes
  • [eog] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [eog] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [evince] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [evince] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [cheese] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-settings-daemon] Updated Korean translation, Changwoo Ryu
  • [gnome-documents] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-documents] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-shell] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-shell] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-nettool] Updated Hungarian translation, Gabor Keleman
  • [gnome-screenshot] Updated Hungarian translation, Gabor Keleman
  • [evolution] Whitespace cleanups., Matthew Barnes
  • [evolution] Fix some "unused-but-set-variable" warnings., Matthew Barnes
  • [evolution] Fix some compilation errors., Matthew Barnes
  • [evolution] Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and the daemon can now st, Matthew Barnes
  • [evolution] Fix a crash where the list wasn't freed and crash on exit., Matthew Barnes
  • [evolution] Redo Filters/Search folder editors to use a shared non ui based library for making search folders ru, Matthew Barnes
  • [evolution] Use libevolution-utils all over evolution., Matthew Barnes
  • [evolution] Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils., Matthew Barnes
  • [evolution-groupwise] Adapt to last-minute Evolution library rearrangement., Matthew Barnes
  • [evolution] Fix errors where the math stuffs were used from e-util., Matthew Barnes
  • [evolution] Make libevolution-util compilable., Matthew Barnes
  • [evolution-exchange] Adapt to last-minute Evolution library rearrangement., Matthew Barnes
  • [evolution] Move EAlert* and e-xml-utils to libevolution-utils., Matthew Barnes
  • [evolution] Add libevolution-utils for prepping filter/ for EDS move., Matthew Barnes
  • [glib] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [glib] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [baobab] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [aisleriot] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gtkmm] Application: Added new API., Murray Cumming
  • [gtkmm] Wrap some new API., Murray Cumming
  • [gtk+/gtk-3-0] Uploaded Ukranian, Daniel Korostil
  • [gtk+] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gtk+] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-online-accounts] Updated Hungarian translation, Gabor Keleman
  • [libgdata] Uploaded Ukranian, Daniel Korostil
  • [gedit-code-assistance] Correct format type specifiers in debug message, Jesse van den Kieboom
  • [gedit-code-assistance] Fix warnings of possible unset out variables, Jesse van den Kieboom
  • [gedit-code-assistance] Make classes public, Jesse van den Kieboom
  • [gedit-code-assistance] Properly destruct document, Jesse van den Kieboom
  • [gedit-code-assistance] Move destruction code to dispose, Jesse van den Kieboom
  • [gedit-code-assistance] Remove debug messages, Jesse van den Kieboom
  • [gedit-code-assistance] Pass mapping func owned, Jesse van den Kieboom
  • [gedit-code-assistance] Fix adding non mapped semantic value references, Jesse van den Kieboom
  • [anjuta] am-project: bgo #670789 - project-manager doesn't parse aqbanking project correctly, Sebastien Granjoux
  • [gdk-pixbuf] Uploaded Ukranian, Daniel Korostil
  • [devhelp] window: add missing header, Aleksander Morgado
  • [evolution-kolab] EPlugin: added missing hyphen in backend setup dialog field description string, Christian Hilberg
  • [evolution-kolab] EPlugin: added explanatory IMAP ACL strings to ACL add/edit dialog, Christian Hilberg
  • [devhelp] gitignore: ignore build-aux directory, Aleksander Morgado
  • [gnome-online-accounts] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-games] Uploaded Ukranian, Daniel Korostil
  • [gnome-backgrounds] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-games/gnome-3-2] Uploaded Ukranian, Daniel Korostil
  • [glom] Remove remaining uses of deprecated Gtk::Main API., Murray Cumming
  • [vino] [l10n] Updated Italian translation, Milo Casagrande
  • [mousetweaks] [l10n] Updated Italian translation, Milo Casagrande
  • [libpeas] [l10n] Updated Italian translation, Milo Casagrande
  • [hamster-applet] [l10n] Updated Italian translation, Milo Casagrande
  • [gtk+] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-video-effects] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-control-center] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [gnome-control-center] po/vi.po: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [gnome-nettool] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-video-effects] Updated Hungarian translation, Gabor Keleman
  • [file-roller] [l10n] Updated Italian translation, Milo Casagrande
  • [yelp-xsl] [l10n] Updated Italian translation, Milo Casagrande
  • [yelp] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-shell] Uploaded Ukranian, Daniel Korostil
  • [glib-networking] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [glib] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [anjuta] build: Disable vala support if libvala is missing, Sebastien Granjoux
  • [gnumeric] fix delayed push, Andreas J . Guelzow
  • [gnumeric] On ODF import of stacked column charts, set LibreOffice's default overlap. [#670692], Andreas J . Guelzow
  • [libwnck] Updated Hungarian translation, Gabor Keleman
  • [libgrss] Improved error reporting for FeedChannel Minor corrections in documentation, Roberto Guido
  • [libgrss] Some correction on GrssFeedsPublisher, added an example file, Roberto Guido
  • [gimp-web] Remove "User Interface, Minor Changes" placeholder screenshot, Martin Nordholts
  • [gimp-web] Update 4 2.8 release note illustrations, Martin Nordholts
  • [nemiver/console] Execute command file given as cmd line parameter, Fabien Parent
  • [gtkmm] Application: Update the newin tags., Murray Cumming
  • [gtkmm] Tests: Use Gtk::Application instead of Gtk::Main., Murray Cumming
  • [gtkmm] Application: Simplify the window handling slightly., Murray Cumming
  • [gtkmm] Deprecate Gtk::Main in favor of Gtk::Application., Murray Cumming
  • [gtkmm-documentation] Tutorial: Mention Gtk::Application instead of Gtk::Main., Murray Cumming
  • [gtkmm-documentation] Use Gtk::Application instead of Gtk::Main., Murray Cumming
  • [extensions-web] extensions: Add tests for shell_versions_json, Jasper St . Pierre
  • [extensions-web] extensions: Reorganize Extensions class, Jasper St . Pierre
  • [extensions-web] extensions: Add test for first_line_of_description, Jasper St . Pierre
  • [extensions-web] extensions: Fix UUID policy, Jasper St . Pierre
  • [extensions-web] extensions: Add more tests for shell versions, Jasper St . Pierre
  • [extensions-web] extensions: Add a test for invalid JSON metadata, Jasper St . Pierre
  • [extensions-web] extensions: Error out for a missing metadata.json, Jasper St . Pierre
  • [extensions-web] extensions: Fix handling large files, Jasper St . Pierre
  • [extensions-web] extensions: Add a test to help with extension error handling, Jasper St . Pierre
  • [extensions-web] Update .gitignore, Jasper St . Pierre
  • [extensions-web] review: Exclude botched uploads when trying to grab diffs, Jasper St . Pierre
  • [extensions-web] ratings: Remove old templatetags directory, Jasper St . Pierre
  • [extensions-web] review: Rename "can-review-extensions" to "can-approve-extensions", Jasper St . Pierre
  • [extensions-web] review: Loosen up the permissions on approving extensions, Jasper St . Pierre
  • [extensions-web] extensions: Mark an expected failure, Jasper St . Pierre
  • [extensions-web] review: Remove an unused import, Jasper St . Pierre
  • [extensions-web] extensions: Use the latest() method on QuerySet, not our own arithmetic, Jasper St . Pierre
  • [anjuta] Documentation fix for member widgets., Johannes Schmid
  • [anjuta] Fixed distcheck, Johannes Schmid
  • [anjuta] Fix check order for anjuta editor in glade plugin., Johannes Schmid
  • [anjuta] am-project: Fixed anjuta test-case, Johannes Schmid
  • [anjuta] bgo#670537: Do not ship vala-generated .c files in tarballs, Johannes Schmid
  • [evolution-kolab] EPlugin: clarification and unification of translatable UI strings, Christian Hilberg
  • [gdk-pixbuf] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [evolution-data-server] Updated Basque language, =?utf-8?q?I=C3=B1aki_Larra=C3=B1aga_Murgoitio?=
  • [gnome-user-docs] Add some information about the undo feature, Baptiste Mille-Mathias
  • [gnome-shell] userMenu: Only save session status when necessary, =?utf-8?q?Florian_M=C3=BCllner?=
  • [nemiver/console] Change of the break command to make it easier to read, Fabien Parent
  • [nemiver/console] Return reference instead of copy of a signal, Fabien Parent
  • [nemiver/console] Add command 'run', Fabien Parent
  • [nemiver/console] Add load-exec command, Fabien Parent
  • [nemiver/console] Avoid too many printing of the prompt, Fabien Parent
  • [nemiver/console] Factorize the code, Fabien Parent
  • [aravis/dom] documentation: add dom to the list of debug categories., Emmanuel Pacaud
  • [aravis] Revert "documentation: add dom to the list of debug categories.", Emmanuel Pacaud
  • [gnome-shell] userMenu: Do not save/restore IDLE session status, =?utf-8?q?Florian_M=C3=BCllner?=
  • [glibmm] Gio::Application: Add quit()., Murray Cumming
  • [rygel] Revert "core: Add pupnp-based clients to V1 downgrade", Jens Georg
  • [gedit-plugins] colorpicker: update to use new GtkColorChooserDialog, Ignacio Casal Quinteiro
  • [gedit-plugins] drawspaces: use GResource, Ignacio Casal Quinteiro
  • [goffice] Fixed some introspection related issues., =?utf-8?q?Jean_Br=C3=A9fort?=
  • [rhythmbox] magnatune: add browser toggle to the toolbar, Jonathan Matthew
  • [gimp-help-2] Add new tagging.xml, Julien Hardlin
  • [gtk+] colorswatch: Support touch events, Matthias Clasen
  • [gtk+] gdk: Emulate motion events when requested, Matthias Clasen
  • [gtk+] pathbar: Fix scrolling, Matthias Clasen
  • [gtk+] xi2: Add some more debug output about scroll devices, Matthias Clasen
  • [gnome-settings-daemon] cursor: Add some debug output, Matthias Clasen
  • [gtk+] pathbar: Fix gcc warning, Benjamin Otte
  • [extensions-web] extensions: Fix the handling of bad shell versions, Jasper St . Pierre
  • [extensions-web] extensions: Rework ordering code, Jasper St . Pierre
  • [extensions-web] extensions: Fix complex visibility, Jasper St . Pierre
  • [extensions-web] extensions: Fix base shell-version list visibility, Jasper St . Pierre
  • [extensions-web] tests: Add tests for extension queries, Jasper St . Pierre
  • [extensions-web] upload: Rework the upload code, Jasper St . Pierre
  • [extensions-web] upload: Don't fallback to a generated UUID, Jasper St . Pierre
  • [extensions-web] upload: Add a link to my blog post about reviewing GNOME Shell Extensions, Jasper St . Pierre
  • [gnome-boxes] Add legal information about logos, Zeeshan Ali Khattak
  • [gnome-boxes] Add openSUSE logo, Zeeshan Ali Khattak
  • [f-spot] Fixes bgo#670498 f-spot crashed - Export -> CD, Stephen Shaw
  • [gimp] Bug 558795 - Using same quick mask color across sessions, Michael Natterer
  • [rhythmbox] shell-player: hold a ref on the entry while processing eos, Jonathan Matthew
  • [gnome-shell-extensions/gnome-3-2] windowsNavigator: do nothing when viewtab is not active, Giovanni Campagna
  • [gnome-shell-extensions] windowsNavigator: do nothing when viewtab is not active, Giovanni Campagna
  • [gnome-documents/wip/ui-changes] selections: check for collection item != null, Cosimo Cecchi
  • [gnomeweb-wml] Gnumeric: 1.11.2 news., Morten Welinder
  • [orca] More Fixes for Bug 670547 - Module for notification messages should use SYSTEM_VOICE, Joanmarie Diggs
  • [gnomeweb-wml] Gnumeric: 1.11.2, Morten Welinder
  • [gnome-documents/wip/ui-changes: 25/25] notifications: add a NotificationManager class, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 24/25] notification: import GtkNotification from gnome-contacts, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 23/25] embed: move overlays from MainWindow to Embed, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 22/25] print: first basic implementation of a Print button, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 21/25] documents: rename loadPreview() to load(), Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 20/25] main-toolbar: fix some copy/paste typos, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 19/25] main-view: improve DnD implementation, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 18/25] list-view: tweak paddings a bit, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 17/25] list-view: add a cell renderer with date information, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 16/25] views: add support for text/uri-list DnD source, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 15/25] views: cache the current value of selection mode, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 14/25] documents: store the actual URI in the GtkTreeModel, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 13/25] documents: remove ModelColumns, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 12/25] collection-dialog: show source name in the treeview if != local, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 11/25] main-toolbar: improve toolbar label for search filters, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 10/25] main-toolbar: unify update of text labels, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 9/25] toolbar: add gd_main_toolbar_get_mode(), Cosimo Cecchi
  • [gnumeric] Post-release bump, Morten Welinder
  • [gnome-documents/wip/ui-changes: 8/25] view: remove now unused code, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 7/25] view: update for new GdMainView selection API, Cosimo Cecchi
  • [gnumeric] 1.11.2, Morten Welinder
  • [gnome-documents/wip/ui-changes: 6/25] list-view: use a GtkCellRendererToggle to render selections, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 5/25] icon-view: use GdTogglePixbufRender to render selections, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 4/25] main-view: track selections with a model column, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 3/25] lib: add GdTogglePixbufRenderer, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 2/25] view: use GdStyledTextRenderer for type and where fields in list view, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 1/25] lib: add GdStyledTextRenderer, Cosimo Cecchi
  • [gnome-documents] (25 commits) Created branch wip/ui-changes, Cosimo Cecchi
  • [gnome-documents] Deleted branch wip/ui-changes, Cosimo Cecchi
  • [gnumeric] Created tag GNUMERIC_1_11_2, Morten Welinder
  • [goffice] Post-release bump, Morten Welinder
  • [goffice] 0.9.2, Morten Welinder
  • [goffice] Created tag GOFFICE_0_9_2, Morten Welinder
  • [goffice] final distcheck fixes, Morten Welinder
  • [gnome-documents/wip/ui-changes] notifications: add a NotificationManager class, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes] notification: import GtkNotification from gnome-contacts, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes] embed: move overlays from MainWindow to Embed, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes] print: first basic implementation of a Print button, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes] documents: rename loadPreview() to load(), Cosimo Cecchi
  • [gtk+] Updated Hungarian translation, Gabor Keleman
  • [gedit-code-assistance] Remove circular reference in semantic value, Jesse van den Kieboom
  • [goffice] distcheck fixes, Morten Welinder
  • [orca] Clean up getListOfShortcuts() and also fix its incorrect elimination of commands, Joanmarie Diggs
  • [gtranslator] [l10n] Updated Estonian translation, Priit Laes
  • [libgda] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [glib] Bug 640202 Impossible to build multi-architecture libraries, John Ralls
  • [gedit-collaboration] Use GResource, Ignacio Casal Quinteiro
  • [gedit] Specify link flags for libgedit-private, Paolo Borelli
  • [gnote] Updated French doc translation, Bruno Brouard
  • [evince] Uploaded Ukranian, Daniel Korostil
  • [gnote/stable-0.8] Remove mnemonic references in documentation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote/stable-0.8] Call startup defined in GApplication, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnote] Remove mnemonic references in documentation, =?utf-8?q?Aurimas_=C4=8Cernius?=
  • [gnome-applets] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [yelp-xsl] Updating jquery.syntax to 3.1 git tag for non-linking param, Shaun McCance
  • [rygel] core: Add pupnp-based clients to V1 downgrade, Jens Georg
  • [epiphany] Uploaded Ukranian, Daniel Korostil
  • [nautilus] Uploaded Ukranian, Daniel Korostil
  • [orca] Remove the old settings migration code from orca.py, Joanmarie Diggs
  • [yelp-xsl] db-chunk.xsl: Drop unused chunking parameters, Shaun McCance
  • [gtkmm] ColorSelection*: Document these as deprecated., Murray Cumming
  • [network-manager-iodine] build: more flexible build-time warnings and errors options, Dan Williams
  • [gtkmm] FontChooserDialog: Remove default signal handler to prevent ABI break., Murray Cumming
  • [gtkmm] Add property and signal defs for GtkFontChooser*., Murray Cumming
  • [aravis] documentation: add dom to the list of debug categories., Emmanuel Pacaud
  • [gnumeric] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gtkmm-documentation] Use ColorChooserDialog instead of deprecated ColorSelectionDialog., Murray Cumming
  • [network-manager-openswan] build: more flexible build-time warnings and errors options, Dan Williams
  • [network-manager-openconnect] build: more flexible build-time warnings and errors options, Dan Williams
  • [network-manager-openvpn] build: more flexible build-time warnings and errors options, Dan Williams
  • [network-manager-pptp] trivial: make pppd plugin prototypes valid, Dan Williams
  • [network-manager-openvpn] release: bump version to 0.9.3.995 (0.9.4-beta1), Dan Williams
  • [network-manager-pptp] build: more flexible build-time warnings and errors options, Dan Williams
  • [network-manager-openvpn] release: update NEWS, Dan Williams
  • [network-manager-openvpn] auth-dialog: fix build for glib < 2.32, Dan Williams
  • [network-manager-applet] build: remove unused polkit configure check, Dan Williams
  • [network-manager-vpnc] build: more flexible build-time warnings and errors options, Dan Williams
  • [network-manager-applet] build: more flexible build-time warnings and errors options, Dan Williams
  • [epiphany/wip/history-window] wip: use the new backend with the history window, Claudio Saavedra
  • [epiphany] Created branch wip/history-window, Claudio Saavedra
  • [gnome-doc-utils] Created tag 0.20.7, Shaun McCance
  • [gnome-doc-utils] Version 0.20.7, Shaun McCance
  • [epiphany/history-rewrite-second] history-window: Add a view for the hosts, Claudio Saavedra
  • [epiphany/history-rewrite-second] Add the EphyBrowseHistory wrappers for the added service API, Claudio Saavedra
  • [epiphany/history-rewrite-second] EphyBrowseHistory: add a host parameter to the find() method, Claudio Saavedra
  • [epiphany/history-rewrite-second] Add a method to populate a list of hosts, Claudio Saavedra
  • [epiphany/history-rewrite-second] Add a history service method to clear the entire history, Claudio Saavedra
  • [epiphany/history-rewrite-second] Fix typo, Claudio Saavedra
  • [epiphany/history-rewrite-second] Allow the visits and urls queries to be host-specific, Claudio Saavedra
  • [epiphany/history-rewrite-second] Add a host parameter to EphyHistoryQuery, Claudio Saavedra
  • [epiphany/history-rewrite-second] Add a new view for the pages history, Claudio Saavedra
  • [epiphany/history-rewrite-second] Set the history object on history window instantiation, Claudio Saavedra
  • [epiphany/history-rewrite-second] Add a EphyBrowseHistory property to EphyHistoryWindow, Claudio Saavedra
  • [gtkmm] Add ColorChooser and ColorChooserDialog, deprecating ColorSelection*., Murray Cumming
  • [orca] Man errors patch from Debian., Joanmarie Diggs
  • [gtk+] Iconification using _NET_WM_STATE_HIDDEN hint if supported by WM, Mikael Magnusson
  • [gtk+/gtk-2-24] Iconification using _NET_WM_STATE_HIDDEN hint if supported by WM, Mikael Magnusson
  • [gnome-doc-utils] Create xml2po/README in builddir, not in srcdir, Shaun McCance
  • [gnome-doc-utils] Create make-ref.xml in builddir, not in srcdir, Shaun McCance
  • [gtk+] Updated POTFILES.in and POTFILES.skip, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [brasero] Updated Persian Translation, Arash Mousavi
  • [gnome-doc-utils] doc: Dropping OMF files, Shaun McCance
  • [gnome-doc-utils] Dropping Mallard definition files that gdu isn't responsible for, Shaun McCance
  • [glib/signal-performance] Mask out G_SIGNAL_TYPE_STATIC_SCOPE when comparing types, Alexander Larsson
  • [glibmm] Signal*: Better description of the connect*() methods., Kjell Ahlstedt
  • [moserial] Created tag moserial_3_0_6, Michael J . Chudobiak
  • [moserial] pre-release version bump, Michael J . Chudobiak
  • [moserial] Fix build with vala 0.14, but maintain 0.12 compatibility, bug 671223, Michael J . Chudobiak
  • [gimp] configure: remove the rules for the "gimpinstall" script, Michael Natterer
  • [gtk+/gtk-2-24] Bug 655065 Build failure on OS X 10.7 Lion, John Ralls
  • [jhbuild] bugfix: liboauth fails checkout stage, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [network-manager-openswan] release: bump version to 0.9.3.995 (0.9.4-beta1), Dan Williams
  • [network-manager-openswan] Created tag 0.9.4-beta1, Dan Williams
  • [network-manager-openswan] release: update NEWS, Dan Williams
  • [network-manager-openswan] Created tag 0.9.3.995, Dan Williams
  • [network-manager-openswan] auth-dialog: fix build for glib < 2.32, Dan Williams
  • [yelp-xsl] xsldoc-scan.xsl: More correct handling of stylesheet variables, Shaun McCance
  • [network-manager-openconnect] Created tag 0.9.4-beta1, Dan Williams
  • [network-manager-openconnect] release: bump version to 0.9.3.995 (0.9.4-beta1), Dan Williams
  • [network-manager-openconnect] Created tag 0.9.3.995, Dan Williams
  • [network-manager-openconnect] release: update NEWS, Dan Williams
  • [cogl/wip/pbo-read-pixels: 18/18] Fix point size, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 17/18] Port the test-pixel-buffer test, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 16/18] cogl-bitmap: Add a public accessor for the underlying pixel buffer, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 15/18] Add the missing cast macros for some buffer objects, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 14/18] Make _cogl_bitmap_get_{width, height, format, rowstride} public, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 13/18] Change API so that CoglPixelBuffer no longer knows its w/h/format, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 12/18] Add a public cogl_framebuffer_read_pixels_into_bitmap, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 11/18] cogl-buffer: Create the buffer store when bound, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 10/18] bitmap: Support pre/unpre-multiplying any format, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 9/18] bitmap: Add a function to convert into an existing buffer, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 8/18] _cogl_bitmap_convert: Also handle premult conversions, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 7/18] bitmap: Remove the split between 'image library' and 'fallback', Neil Roberts
  • [cogl/wip/pbo-read-pixels: 6/18] tests: Add a test which writes all pixel formats, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 5/18] tests: Test reading all pixel formats, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 4/18] bitmap-fallback: Support converting all pixel format types, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 3/18] Avoid making up the format COGL_PIXEL_FORMAT_A_8_PRE, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 2/18] Assert that we get a valid format in pixel_format_to_gl{, es}, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 1/18] Add a conformance test for reading back an RGBA texture as alpha-only, Neil Roberts
  • [cogl] (18 commits) Created branch wip/pbo-read-pixels, Neil Roberts
  • [network-manager-pptp] release: bump version to 0.9.3.995 (0.9.4-beta1), Dan Williams
  • [network-manager-pptp] Created tag 0.9.4-beta1, Dan Williams
  • [network-manager-pptp] auth-dialog: fix build for glib < 2.32, Dan Williams
  • [network-manager-pptp] Created tag 0.9.3.995, Dan Williams
  • [network-manager-pptp] release: update NEWS, Dan Williams
  • [gtk+] Annotate gdk_window_get_frame_extents, Paolo Borelli
  • [gucharmap] Malayalam translation updated, Praveen Arimbrathodiyil
  • [gtk+] image: handle PROP_STORAGE_TYPE in get_property(), Cosimo Cecchi
  • [aisleriot] sol: prop-editor: Update from gtk, Christian Persch
  • [aisleriot] build: Disable warnings about non-portable constructs, Christian Persch
  • [gtk+] GtkColorChooser: Correct the signal registration, Murray Cumming
  • [gedit] Created tag 3.3.5, Ignacio Casal Quinteiro
  • [gedit] Release 3.3.5, Ignacio Casal Quinteiro
  • [gedit] Fix distcheck, Ignacio Casal Quinteiro
  • [gnome-font-viewer] Malayalam translation updated by Jishnu, Praveen Arimbrathodiyil
  • [glibmm] h2defs.py: Ignore the new GDK_AVAILABLE_IN_* macros., Murray Cumming
  • [glib/signal-performance] build: Fix rules for marshalers.[ch], Emmanuele Bassi
  • [gnome-disk-utility] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [nemiver/console: 11/11] Fix break command, Fabien Parent
  • [nemiver/console: 10/11] Fix style, Fabien Parent
  • [nemiver/console: 9/11] Factorize 'call' command code, Fabien Parent
  • [nemiver/console: 8/11] Use vector of UString for argv of commands, Fabien Parent
  • [nemiver] Remove duplicate file, Fabien Parent
  • [nemiver/console: 7/11] Factorization, Fabien Parent
  • [nemiver/console: 6/11] Use std::istringstream instead of a custom tokenizer, Fabien Parent
  • [nemiver/console: 5/11] Fix style, Fabien Parent
  • [nemiver/console: 4/11] Ignore bad tokens, Fabien Parent
  • [nemiver/console: 3/11] Fix buffer overflow, Fabien Parent
  • [nemiver/console: 2/11] WIP - Nemiver's console, Fabien Parent
  • [nemiver/console: 1/11] Remove duplicate file, Fabien Parent
  • [nemiver] (11 commits) Created branch console, Fabien Parent
  • [network-manager-vpnc] release: bump version 0.9.3.995 (0.9.4-beta1), Dan Williams
  • [network-manager-vpnc] Created tag 0.9.4-beta1, Dan Williams
  • [network-manager-vpnc] auth-dialog: fix for glib < 2.32, Dan Williams
  • [network-manager-vpnc] Created tag 0.9.3.995, Dan Williams
  • [network-manager-vpnc] release: update NEWS, Dan Williams
  • [network-manager-applet] Created tag 0.9.4-beta1, Dan Williams
  • [network-manager-applet] Created tag 0.9.3.995, Dan Williams
  • [network-manager-applet] release: bump version to 0.9.3.995 (0.9.4-beta1), Dan Williams
  • [aravis/dom] introspection: warning fixes., Emmanuel Pacaud
  • [cheese/0-to-1-devices] Do not import error_layer actor in Cheese.Camera., Patricia Santana Cruz
  • [gnome-user-docs] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [libwnck/wip/xfce-4.10-fixes] doc: Improve documentation for new API, Vincent Untz
  • [libwnck/wip/xfce-4.10-fixes] pager: Cleanup of previous commit, Vincent Untz
  • [libwnck/wip/xfce-4.10-fixes] pager: Add wnck_pager_set_layout_policy() API, Vincent Untz
  • [gtkmm-documentation] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [evolution/webkit] Port mbox importer preview to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gnome-contacts] Fixing bug: Contacts displayed as online while he's not, =?utf-8?q?Erick_P=C3=A9rez_Castellanos?=
  • [gnome-contacts] Malayalam translations by Jishnu, Praveen Arimbrathodiyil
  • [libwnck/wip/xfce-4.10-fixes: 2/2] core: Add version.h to provide macros to know libwnck version, Vincent Untz
  • [libwnck/wip/xfce-4.10-fixes: 1/2] build: Bump release version to 2.31.0 since we're going to add API, Vincent Untz
  • [libwnck] (2 commits) Created branch wip/xfce-4.10-fixes, Vincent Untz
  • [yelp-xsl] ttml: Implement TTML profiles, move stuff to common ttml.xsl, Shaun McCance
  • [glib/signal-performance: 10/10] Add more tests for signal emissions, Alexander Larsson
  • [glib/signal-performance: 9/10] Optimize single-handler va_marshaller case, Alexander Larsson
  • [glib/signal-performance: 8/10] Use builtin marshallers and va_marshallers if possible, Alexander Larsson
  • [glib/signal-performance: 7/10] Add g_signal_set_va_marshaller, Alexander Larsson
  • [glib/signal-performance: 6/10] Add _g_closure_is_void to check for NULL vfuncs, Alexander Larsson
  • [glib/signal-performance: 5/10] Support generating va marshallers in glib-genmarshal, Alexander Larsson
  • [glib/signal-performance: 4/10] Add optional support for varargs marshallers to GClosure, Alexander Larsson
  • [glib/signal-performance: 3/10] Add GRealClosure and move meta_marshallers there, Alexander Larsson
  • [glib/signal-performance: 2/10] tests: Add generic and empty signal emission performace tests, Alexander Larsson
  • [glib/signal-performance: 1/10] tests: performance: add emit-handled/emit-unhandled tests, Alexander Larsson
  • [glib] (10 commits) Created branch signal-performance, Alexander Larsson
  • [aravis/dom] documentation: warning fix and DOM section., Emmanuel Pacaud
  • [gtkmm] gmmproc: _CLASS_GTKOBJECT: Include destructor documentation., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [glibmm] gmmproc: Allow destructors to be documented., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [gnome-documents/wip/ui-changes] main-toolbar: fix some copy/paste typos, Cosimo Cecchi
  • [aravis/dom] misc: remove unused g_value related API., Emmanuel Pacaud
  • [gnome-documents/wip/ui-changes] main-view: improve DnD implementation, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes] list-view: tweak paddings a bit, Cosimo Cecchi
  • [aravis/dom] gc: code cleanup., Emmanuel Pacaud
  • [gnome-panel] panel: Fix rendering of the handle in the applet frame widget, Vincent Untz
  • [gconf] Uploaded Ukranian, Daniel Korostil
  • [network-manager-openvpn] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-settings-daemon] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-packagekit] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [dasher] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gtk+] xi2: add some debug output for smooth scroll events, Matthias Clasen
  • [gtk+] gtk-demo: fix the colorsel example, Matthias Clasen
  • [atk] Uploaded Ukranian, Daniel Korostil
  • [gnumeric] GUI: Make sheet-delete respect manual recalculation., Morten Welinder
  • [evolution] Bug #671211 - 'Mark Citations' preferences not applied, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [aravis/dom] gc_integer_node, gc_float_node: fix inverted minimum and maximum., Emmanuel Pacaud
  • [aravis/dom] arv-tool: show min/max for integer and float nodes in 'control' command., Emmanuel Pacaud
  • [gnome-web-www] (2 commits) ...Now it should be working properly, thanks Vinicius for the fix., Andrea Veri
  • [gnome-web-www/wptest] Now it should be working properly, thanks Vinicius for the fix., Andrea Veri
  • [gnome-web-www/wptest] Don't apply the News Template to all posts tagged as Quarterly Reports., Andrea Veri
  • [aravis/dom] arv-tool: restore the display of enumeration entries in 'features' commmand., Emmanuel Pacaud
  • [glib] GSequence: add note about lookup requiring sorting, Ryan Lortie
  • [devhelp/webkit2-for-3.4: 9/9] Port search to WebKit2, Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 8/9] Port printing to WebKit2, Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 7/9] Port editing commands to WebKit2, Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 6/9] assistant: Port policy client to WebKit2, Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 5/9] Add support for the WebKit2 policy client., Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 4/9] Port WebKitSettings to WebKit2, Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 3/9] Initial WebKit2 port, Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 2/9] assistant: Use data uris for css and javascript instead of local uris, Carlos Garcia Campos
  • [devhelp/webkit2-for-3.4: 1/9] util: Add dh_util_create_data_uri_for_filename(), Carlos Garcia Campos
  • [devhelp] (9 commits) Created branch webkit2-for-3.4, Carlos Garcia Campos
  • [gnome-shell-design] cleanup notifications, Jakub Steiner
  • [devhelp] Fix zoom in/out actions, Carlos Garcia Campos
  • [aravis/dom] gc_property_node: don't rely on gc_feature_node::get/set_string functions., Emmanuel Pacaud
  • [pitivi] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [network-manager-vpnc] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [nautilus-actions] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [longomatch] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [libgda] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gtk+] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-shell-extensions] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-color-manager] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-applets] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [glom] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gcompris] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [eog] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [libgda] Fixed typo in string, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gedit] Use the theme color for the search popup background., Ignacio Casal Quinteiro
  • [gedit] Add a BUILT_SOURCES_PRIVATE var for the resources file, Ignacio Casal Quinteiro
  • [gnome-games] Updated Hebrew translation., Yaron Shahrabani
  • [gtk+] Require XInput2.h in X11 backend, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-documents] Updated Hebrew translation., Yaron Shahrabani
  • [gnome-screenshot] Updated Hebrew translation., Yaron Shahrabani
  • [baobab] Updated Hebrew translation., Yaron Shahrabani
  • [mousetweaks] Updated Hebrew translation., Yaron Shahrabani
  • [epiphany/history-rewrite-second] POTFILES.in: some strings have been moved to lib/history, Xan Lopez
  • [epiphany/history-rewrite-second] Rename the new tests to be foo-test.c, Xan Lopez
  • [epiphany/history-rewrite-second] ephy-web-view: also fallback to URI as title here, Xan Lopez
  • [epiphany/history-rewrite-second] ephy-browse-history: small cleanup, Xan Lopez
  • [epiphany/history-rewrite-second] ephy-history-types: use the URL as default title, Xan Lopez
  • [totem-pl-parser] build: Fix compilation with libgcrypt, Bastien Nocera
  • [gnome-bluetooth] Updated Hebrew translation., Yaron Shahrabani
  • [gnome-packagekit] Updated Hebrew translation., Yaron Shahrabani
  • [gnome-contacts] Updated Hebrew translation., Yaron Shahrabani
  • [file-roller] Updated Hebrew translation., Yaron Shahrabani
  • [gnome-shell] Updated Hebrew translation., Yaron Shahrabani
  • [accerciser] Updated Hebrew translation., Yaron Shahrabani
  • [gdk-pixbuf] Updated Hebrew translation., Yaron Shahrabani
  • [glib] Updated Hebrew translation., Yaron Shahrabani
  • [empathy] Updated Hebrew translation., Yaron Shahrabani
  • [epiphany] Updated Hebrew translation., Yaron Shahrabani
  • [eog] Updated Hebrew translation., Yaron Shahrabani
  • [evince] Updated Hebrew translation., Yaron Shahrabani
  • [gnome-control-center] Updated Hebrew translation., Yaron Shahrabani
  • [gnome-keyring] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-settings-daemon] Updated Hebrew translation., Yaron Shahrabani
  • [yelp] Updated Hebrew translation., Yaron Shahrabani
  • [orca] Fix for Bug 670547 - Module for notification messages should use SYSTEM_VOICE, Joanmarie Diggs
  • [gnome-panel] [l10n] Updated Estonian translation, Priit Laes
  • [empathy] Created tag EMPATHY_3_3_90_2, Guillaume Desmottes
  • [empathy] [l10n] Updated Estonian translation, Priit Laes
  • [blam] [l10n] Updated Estonian translation, Priit Laes
  • [jhbuild] base-3.4: Use canonical source fro iso-codes, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] base-3.4: Do not use deprecated "tarball" module type in some modules, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [empathy] remove released flag, Guillaume Desmottes
  • [empathy] prepare 3.3.90.2, Guillaume Desmottes
  • [orca] Fix for bug 671198 - UnicodeEncodeError and UnicodeDecodeError when presenting information, Joanmarie Diggs
  • [evolution/webkit: 177/177] Fix printing of text/html emails (support external CSS, load images), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 176/177] Prevent possible crash when there's no formatter set in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 175/177] Fix printing of message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 174/177] Make most plugins GtkHTML-free (except for those interacting with the composer), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 173/177] Don't write attachments at all since the attachment writer handles this now, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 172/177] Fix possible crash when EMailDisplay when trying to create DOM bindings, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 171/177] vcard-inline plugin: render preview as HTML in <iframe> rather then WebKitWebView widget, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 170/177] Write correctly attachments with sub-PURIs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 169/177] Add PURI callback to allow modules to create DOM bindings, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 168/177] Move the contact preview HTML formatter to it's own class, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 167/177] Fix build after rebase, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 166/177] Fix itip-formatter plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 165/177] Fix vcard-inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 164/177] Fix the audio-inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 163/177] Fix headers to be expanded by default, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 162/177] Disable JavaScript in webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 161/177] Remove obsolete JavaScript for priting, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 160/177] Use WebKit DOM bindings to collapse/expand To/CC/BCC address fields, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 159/177] Use WebKit DOM bindings to collapse/expand headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 158/177] Fix possible crash when writing message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 157/177] When an <iframe> is hidden, _hide() all GtkWidget it contains, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 156/177] Fix rendering HTML-embedded attachments (images), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 155/177] Fix two minor memory leaks, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 154/177] Single-webview transition - handle resizing and showing/hiding of embedded widgets, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 153/177] Single-webview transition - fix displaying embedded messages as attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 152/177] Render attachment button description as HTML again, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 151/177] Revert "Fix position of EAttachmentButton popup menu", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 150/177] Revert "Add a GtkLabel to EAttachmentButton to display name of the attachment.", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 149/177] Render text/html parts in <iframe>, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 148/177] Resize <object> element whenever size of embedded widget changes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 147/177] Don't _write() empty EAttachmentBar, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 146/177] Backport master/63eba7c3 after rebase, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 145/177] Don't reload EMailDisplay every time set_style() is called., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 144/177] Magically, ESearchBar seems to work very well, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 143/177] Single-webview transition - fix EMailReader and displaying mail source, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 142/177] Return back to a single-webview mode, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 141/177] Revert "Convert EMFormatPURI to a thread-safe EMPart object", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 140/177] Revert "Fix the Audio Plugin", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 139/177] Revert "Use a single mutex located in EMPartClass", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 138/177] Use a single mutex located in EMPartClass, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 137/177] Fix the Audio Plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 136/177] Convert EMFormatPURI to a thread-safe EMPart object, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 135/177] Port contact maps to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 134/177] Use case-insensitive lookup of mime-type handler (fixes #668655), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 133/177] Escape query parameters in mail:// request URI (fixes #668658), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 132/177] Disable JavaScript, Flash and other plugins in webviews., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 131/177] Automatically resize webviews to prevent individual horizontal scrolling, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 130/177] Use native WebKit placeholder for missing images (fix #668582), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 129/177] Reload EMailDisplay when View->Character Encoding changes (fix #667542)", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 128/177] Don't automatically treat inline parts as attachments (fixes #668524)", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 127/177] Fix crash when loading too many images (bug #668520), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 126/177] Improve the auto-resizing of EWebView a bit more, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 125/177] Make the image caching more robust, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 124/177] Reimplement image loading policy (bugs #667536 and #667537), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 123/177] Fix rebase compilation bugs, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 122/177] Force UTF-8 encoding on text/html parts, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 121/177] Make short headers aweare of text reading direction, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 120/177] Convert short headers subject to HTML and preserve 8bit encoding, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 119/177] Fix loading size of attachment (bug #667541), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] Show composer window on "Continue editing", Milan Crha
  • [evolution/webkit: 118/177] Forgot to disable a debug message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 117/177] Improve autoresizing of webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 116/177] No meeting invitation rendering for emails (bug #667538), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 115/177] Don't reload EMailDisplay when uses collapses/expands headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 114/177] Add zoom-level change proxying to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 113/177] Add caret-mode change proxying to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 112/177] Parse too big emails as attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 111/177] Display correctly color background of message encrpytion/signature button, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 110/177] No need to take care of resizing EAttachmentBar and optional attachment widget anymore, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 109/177] Port TNEF attachments plugin to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 108/177] Improve handling attachments, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 107/177] Fix memory leaks in EWebView, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 106/177] Fix parsing multipart/alternative (broken during rebase), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 105/177] Implement e_web_view_get_selection_html() and port a forgotten GtkHTML call to it, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 104/177] Fix compilation error in widgets/misc due to missing GtkHTML includes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 103/177] Fix 'Copy Image' and 'Save Image' in mail display, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 102/177] Fix crash caused by previous commit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 101/177] Load attachments from idle callback in EFHD, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 100/177] Fix some build-time warnings and resolve WebKit FIXMEs in EMailReader, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 99/177] Port context menu for mail-links in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 98/177] Fix displaying and toggling default mail headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 97/177] Put back em_format_default_headers() and allow EMFormat to request redraw, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 96/177] Port 'drop&drop to PDF' to EMailPrinter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 95/177] Remove unused em_format_html_print_message() function, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 94/177] Finish em_format_parse_async in the main thread to avoid some issues when printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 93/177] Fix a minor memory leak, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 92/177] Implement status-message and popup-event signals to EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 91/177] Always load images in header webviews, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 90/177] Fix displaying emails that are already parsed, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 89/177] Prevent endless recursion when parsing SMIME-ecnrypted message fails, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 88/177] Handle correctly image loading policy, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 87/177] Add preparse() virtual method to EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 86/177] Make EMFormat parsing asynchronous, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 85/177] Finish porting of printing - solves all print-out rendering issues, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 84/177] Fix a few memory leaks in EMailDisplay, EMailRequest and EFHP, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 83/177] Enable collapsable headers in paned view, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 82/177] Fix position of EAttachmentButton popup menu, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 81/177] Fix the cache port, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 80/177] Port http data cache., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 79/177] Store properly information about attachment signature/encryption, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 78/177] EMFormat and EMFormatHTML cleanup, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 77/177] em_utils_message_to_html() - set all validity flags found in entire processed message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 76/177] Remove FIXMEs and fix compilation warnings in plugins, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 75/177] Add e_web_view_{set, get}_enable_frame_flattening, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 74/177] Correctly resize images when printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 73/177] Fix memory leak and prevent some crashes, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 72/177] Port EMFormatQuote to the new EMFormat format, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 71/177] EMFormat accept and correctly handle null CamelFolder, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 70/177] Port EMsgComposer to the EMailPrinter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 69/177] Make EAttachmentButton unexpandable if no attachment PURI follows, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 68/177] Fix the Audio Inline plugin to use proper CamelMimePart with the audio track, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 67/177] Parse attachments with EM_FORMAT_HTML_INLINE_DISPOSITION as well, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 66/177] Add missing em_format_add_puri() call to Audio Inline plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 65/177] Implement automatic inlining of attachments in printed emails, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 64/177] Use GtkBox instead of GtkGrid in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 63/177] Make EMailBrowser scrollable, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 62/177] Forgot to disable debug messages in EMailDisplay..., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 61/177] Add support for embedding EMailDisplays into itself, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 60/177] Handle properly embedded message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 59/177] Add EM_FORMAT_HANDLER_COMPOUND_TYPE flag to EMFormatHandler, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 58/177] Treat parts with 'attachment' or 'inline' disposition as attachments., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 57/177] Ignore application/pgp-signature part, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 56/177] Print list of attachments at the end of email printout, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 55/177] Apply the ordering of headers to the generated message, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 54/177] Improve CSS of the printed headers, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 53/177] Fix crash when removing headers from emf->header_list, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 52/177] Add buttons for reordering headers in the Print dialog, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 51/177] Introduce a new write_func for headers in printout, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 50/177] Update EMFormat->header_list according to headers checked in Printing dialog, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 49/177] Improve API for handling headers in EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 48/177] Assign CamelCipherValidity and flags to each final PURI, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 47/177] Fix a compilation warning, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 46/177] Continue porting of printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 45/177] Add with_html_header to all EMFormatHTMLWriteFunc()s, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 44/177] Initial port of printing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 43/177] Fix memory leak in EMFormat, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 42/177] Add documentation to em_format_build_mail_uri., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 41/177] Let the EMFormat object exist only for as long as it is displayed in a EMailDisplay., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 40/177] Force a single vertical scroll on EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 39/177] Misc fixes for rebase of webkit port to evolution/evolution-data-server 3.4 branches., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 38/177] Don't store formatters directly in SoupSession's data, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 37/177] EAttachmentView is not longer owned by EMFormatHTMLDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 36/177] Merge info about mail signature and encryption into one button, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 35/177] Make displaying message source work, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 34/177] em_format_build_mail_uri() accepts varying number of arguments., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 33/177] Add attachments to store during parsing, not during writing, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 32/177] Fix memory leaks in formatter, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 31/177] Don't destroy widgets already destroyed when parent widgets was destroyed., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 30/177] Display information about signature and encryption., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 29/177] Fix webkitgtk minimum version, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 28/177] Coding style cleanup, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 27/177] Fix minor issues caused by recent rebase against master., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 26/177] Add custom EMFormatHandler for message headers., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 25/177] Embed EWebViews in EMailDisplay into their own GtkScrolledWindows., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 24/177] Make expandable only attachments whose PURIs have write_func, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 23/177] Don't destroy EAttachmentBar when clearing EMailDisplay., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 22/177] Make attachments expandable., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 21/177] Add a GtkLabel to EAttachmentButton to display name of the attachment., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 16/177] Convert EMailDisplay to GtkScrolledWindow and change the way EMFormat is used., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 20/177] Fix handling of attachments and multipart/digest messages, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 19/177] Fix handling multipart/alternative with more then 2 parts in prefer-plain plugin, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 15/177] Adapt all plugins to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 18/177] Disable padding and margin in body of all webviews., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 17/177] Adapt EMsgComposer to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 14/177] Adapt EMFormat subclasses to the new EMFormat API, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 13/177] Split functionality of EMFormat to "parse" and "write", =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 12/177] Remove workaround for embedding widgets into WebKit., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 11/177] Use custom protocol handler to provide data for mail preview, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 10/177] Create EWebViewGtkHTML class to be used by the Composer until ported, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 9/177] Fix default property value in EMFormatHTML, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 8/177] Port collapsable To/Cc/Bcc fields and collapsable headers to JavaScript, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 7/177] Port EMFormatHTML to WebKit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 6/177] Cleanup HTML code in ECalComponentPreview and update styles, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 5/177] Move common CSS styles to a .css file, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 4/177] Port EABContactDisplay to JavaScript and CSS, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 3/177] Begin hacking EMFormatHTML., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 2/177] Preliminary WebKit conversion., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit: 1/177] Add webkit-1.0 requirement to configure.ac., =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] (177 commits) Created branch webkit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution] Deleted branch webkit, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gnome-settings-daemon] color: When getting the checksum of the EDID, use the whole EDID block, Richard Hughes
  • [gimp] libgimp: add gimp_ink_blob_type_get_type() to gimp.def, Michael Natterer
  • [evolution-data-server] Provide at least some NSPR error text, rather than cryptic error code, Milan Crha
  • [empathy] add some info to HACKING, Guillaume Desmottes
  • [gnome-shell] screen-grabber: Fix area screenshots, =?utf-8?q?Florian_M=C3=BCllner?=
  • [evolution] Bug #663745 - Option to create Google Calendar not available, Milan Crha
  • [jhbuild] core-deps-3.4: Do not use deprecated "tarball" module type, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [aravis/dom] gc: remove commented out parsing code., Emmanuel Pacaud
  • [aravis/dom] gc_property_node: fix ToolTip node name., Emmanuel Pacaud
  • [aravis/dom] gc_command: fix a cut-n-paste error., Emmanuel Pacaud
  • [aravis/dom] gc_feature_node: don't register EnumEntry nodes., Emmanuel Pacaud
  • [empathy: 12/12] Merge branch 'empathy-av-ocrete', Guillaume Desmottes
  • [empathy: 11/12] empathy-call doesn't need ev-sidebar, Guillaume Desmottes
  • [empathy: 10/12] Revert "Stop approve StreamedMedia channels", Guillaume Desmottes
  • [empathy: 9/12] remove FIXME regarding empathy_tp_streamed_media_accept_incoming_call(), Guillaume Desmottes
  • [empathy: 8/12] fix signature of empathy_streamed_media_handler_tf_content_src_pad_added_cb, Guillaume Desmottes
  • [empathy: 7/12] Farstream port of tp-av oops, Guillaume Desmottes
  • [empathy: 6/12] Port Empathy-av to Telepathy Farstream, Guillaume Desmottes
  • [empathy: 5/12] Allow to build with empathy-av, Guillaume Desmottes
  • [empathy: 4/12] Revert "Stop requesting StreamedMedia channels", Guillaume Desmottes
  • [empathy: 3/12] Revert "Drop empathy-av", Guillaume Desmottes
  • [empathy: 2/12] Revert "remove EMPATHY_AV_BUS_NAME*", Guillaume Desmottes
  • [empathy: 1/12] Revert "remove ev-sidebar", Guillaume Desmottes
  • [empathy] (12 commits) ...Merge branch 'empathy-av-ocrete', Guillaume Desmottes
  • [empathy] git ignore help/*/*.stamp, Guillaume Desmottes
  • [evolution/vfolder-prep] Move vfolders to libemail-engine and rest as mail-vfolder-ui. It all works and the daemon can now st, Srinivasa Ragavan
  • [evolution/vfolder-prep] Fix a crash where the list wasn't freed and crash on exit., Srinivasa Ragavan
  • [evolution] po/vi: import from Damned Lies, Nguyen Thai Ngoc Duy
  • [aravis/dom] gc_command: port to the new DOM API., Emmanuel Pacaud
  • [gnome-shell] Updated Belarusian translation., Ihar Hrachyshka
  • [gnome-documents] Updated Belarusian translation., Ihar Hrachyshka
  • [eog] Updated Belarusian translation., Ihar Hrachyshka
  • [evolution-data-server] Updated Belarusian translation., Ihar Hrachyshka
  • [evolution-data-server] Bug #658742 - Gettext messages require translator comments, Milan Crha
  • [file-roller] Updated Arabic translation, Abderrahim Kitouni
  • [evolution] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [clutter/clutter-1.8] Updated Telugu Translations, Krishnababu Krothapalli
  • [devhelp/webkit2] Convert font sizes to pixels, Carlos Garcia Campos
  • [clutter] Updated Telugu Translations, Krishnababu Krothapalli
  • [devhelp/webkit2] Set zoom-text-only settings to TRUE, Carlos Garcia Campos
  • [empathy] Updated Arabic translation, Abderrahim Kitouni
  • [epiphany-extensions] help: Stop referencing figures/epi-ext-adblocker.png file, Vincent Untz
  • [libgda] Fix binding for GdaServerOperation.get_value_at_path. GdaData.Table.save () update. * Fixed Vala bin, Daniel Espinosa Ortiz
  • [libgda] Implemented GdaData.Record.drop(). Updated GIR/VAPI files. * GdaData.Record.drop() implemented and p, Daniel Espinosa Ortiz
  • [gnome-themes-standard] documents: add a missing selector, Cosimo Cecchi
  • [evolution/vfolder-prep: 7/7] Redo Filters/Search folder editors to use a shared non ui based library for making search folders ru, Srinivasa Ragavan
  • [evolution/vfolder-prep: 6/7] Use libevolution-utils all over evolution., Srinivasa Ragavan
  • [evolution/vfolder-prep: 5/7] Move EAlert* and e-xml-utils references from other part of the code to libevolution-utils., Srinivasa Ragavan
  • [evolution/vfolder-prep: 4/7] Fix errors where the math stuffs were used from e-util., Srinivasa Ragavan
  • [evolution/vfolder-prep: 3/7] Make libevolution-util compilable., Srinivasa Ragavan
  • [evolution/vfolder-prep: 2/7] Move EAlert* and e-xml-utils to libevolution-utils., Srinivasa Ragavan
  • [evolution/vfolder-prep: 1/7] Add libevolution-utils for prepping filter/ for EDS move., Srinivasa Ragavan
  • [evolution] (7 commits) Created branch vfolder-prep, Srinivasa Ragavan
  • [gtk+] reftests: Add a rendering test for sibling matching, Benjamin Otte
  • [gtk+] tests: Add parsing tests for sibling selectors, Benjamin Otte
  • [gtk+] selector: Add sibling seletors, Benjamin Otte
  • [gtk+] selector: Pass the sibling id around all the time, Benjamin Otte
  • [gtk+] selector: Redo from list to array, Benjamin Otte
  • [gtk+] selector: Introduce gtk_css_selector_previous(), Benjamin Otte
  • [gtk+] tests: Add a test for using the same selector multiple times, Benjamin Otte
  • [gtk+] css: Rewrite selectors, Benjamin Otte
  • [gtk+] selector: Remove a misleading error message, Benjamin Otte
  • [gtk+] css: Move selector parsing code into a custom function, Benjamin Otte
  • [gtk+] Quartz: Fix incompatible types in assignment, John Ralls
  • [gtk+] Fix compile error from splitting bitmask code, John Ralls
  • [gtk+] Bug 655065 Build failure on OS X 10.7 Lion, John Ralls
  • [gnome-shell] PanelMenuButton: set max-width every time the menu is opened, Giovanni Campagna
  • [gtk+/gtk-3-2] Bug 655065 Build failure on OS X 10.7 Lion, John Ralls
  • [ghex] converter: Squash some compiler warnings, Jasper St . Pierre
  • [ghex] Use the generic marshaller, Jasper St . Pierre
  • [ghex] Provide a better experience for the "Goto Byte..." dialog, Jasper St . Pierre
  • [ghex] Add a .gitignore file, Jasper St . Pierre
  • [ghex] Use resources framework, Jasper St . Pierre
  • [gnome-documents/wip/ui-changes] list-view: add a cell renderer with date information, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 16/16] views: add support for text/uri-list DnD source, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 15/16] views: cache the current value of selection mode, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 14/16] documents: store the actual URI in the GtkTreeModel, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 13/16] documents: remove ModelColumns, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 12/16] collection-dialog: show source name in the treeview if != local, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 11/16] main-toolbar: improve toolbar label for search filters, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 10/16] main-toolbar: unify update of text labels, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 9/16] toolbar: add gd_main_toolbar_get_mode(), Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 8/16] view: remove now unused code, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 7/16] view: update for new GdMainView selection API, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 6/16] list-view: use a GtkCellRendererToggle to render selections, Cosimo Cecchi
  • [gnome-documents] Deleted branch wip/menus, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 5/16] icon-view: use GdTogglePixbufRender to render selections, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 4/16] main-view: track selections with a model column, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 3/16] lib: add GdTogglePixbufRenderer, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 2/16] view: use GdStyledTextRenderer for type and where fields in list view, Cosimo Cecchi
  • [gnome-documents/wip/ui-changes: 1/16] lib: add GdStyledTextRenderer, Cosimo Cecchi
  • [gnome-documents] (16 commits) Created branch wip/ui-changes, Cosimo Cecchi
  • [gnome-themes-standard] dim-label: focused dim labels should not be white, Cosimo Cecchi
  • [clutter] ClutterActor: clear redraw entry before emitting signals, Giovanni Campagna
  • [gnome-bluetooth] [l10n] Updated Italian translation, Milo Casagrande
  • [gtkmm] tools: Add XML and defs generation scripts., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [glibmm] Generation Scripts: Don't assume the root directory is glibmm., =?utf-8?q?Jos=C3=A9_Alburquerque?=
  • [glib] gobject/gtype.c: Emphasize use of priv in member and use g_return_val_if_fail, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gtk+] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gtk+] Fix build with XI2.x for x < 2, Matthias Clasen
  • [gnome-shell] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gnome-documents] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [eog] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [gedit] [l10n] Updated Italian translation, Milo Casagrande
  • [gtk+] range: Use the correct size for scaling, Matthias Clasen
  • [gtk+] gdk, xi2: Ensure scroll valuators are reset on window/device switch, Matthias Clasen
  • [gtk+] scalebutton: Set GDK_SCROLL_MASK explicitly, Matthias Clasen
  • [gtk+] spinbutton: Set GDK_SCROLL_MASK explicitly, Matthias Clasen
  • [gtk+] calendar: Set GDK_SCROLL_MASK explicitly, Matthias Clasen
  • [gtk+] menu: Handle smooth scrolling, Matthias Clasen
  • [gtk+] viewport: set GDK_SMOOTH_SCROLL_MASK, Matthias Clasen
  • [gtk+] treeview: set GDK_SMOOTH_SCROLL_MASK, Matthias Clasen
  • [gtk+] layout: set GDK_SMOOTH_SCROLL_MASK, Matthias Clasen
  • [gtk+] iconview: set GDK_SMOOTH_SCROLL_MASK, Matthias Clasen
  • [gtk+] gtk: Implement smooth scrolling in scrolledwindow/range, Matthias Clasen
  • [gtk+] devicemanager,xi2: Implement smooth scrolling, Matthias Clasen
  • [gtk+] devicemanager, x11: Initialize event->scroll.delta_x/y to 0 on core events, Matthias Clasen
  • [gtk+] quartz: Implement smooth scrolling, Matthias Clasen
  • [gtk+] gdk: update csw event mask filter to handle smooth scroll, Matthias Clasen
  • [gtk+] gdk: Filter out either smooth or non-smooth event depending on the evmask, Matthias Clasen
  • [gtk+] gdk: Add GDK_SMOOTH_SCROLL_MASK, Matthias Clasen
  • [gtk+] gdk: transfer event->scroll.delta_x/y through csw, Matthias Clasen
  • [gtk+] gdk: deal with GDK_SMOOTH_SCROLL events as not having a direction, Matthias Clasen
  • [gtk+] gdk: Add delta_x/y to scroll events, Matthias Clasen
  • [gtk+] gdk: Add GDK_SCROLL_SMOOTH to GdkScrollDirection, Matthias Clasen
  • [gtk+] gdk: Get the right event window for pointer emulated events, Matthias Clasen
  • [gtk+] gdk: Set correct GdkModifierType on pointer emulated events, Matthias Clasen
  • [gtk+] gdk: translate correctly from touch events into emulated pointer events, Matthias Clasen
  • [gtk+] gdk: Don't treat touch events as button events, Matthias Clasen
  • [gtk+] gdk: Use the last alive grab in order to get the event window, Matthias Clasen
  • [gtk+] gdk: Don't mutate pointer events to touch events just because a grab says so, Matthias Clasen
  • [gtk+] gdk: Let implicit touch grabs coexist with an implicit pointer grab, Matthias Clasen
  • [gtk+] gdk: Don't fully destroy the implicit touch grab on ::grab-broken, Matthias Clasen
  • [gtk+] gdk: Listen to touch events by default on the native window, Matthias Clasen
  • [gtk+] gdk: Only trigger motion hints machinery on motion events, Matthias Clasen
  • [gtk+] gdk: Have touch grabs behave like the implicit grab wrt crossing events, Matthias Clasen
  • [gtk+] gdk: handle implicit touch grabs, Matthias Clasen
  • [gtk+] gdk: Add internal API to deal with touch implicit grabs, Matthias Clasen
  • [gtk+] gdk: Don't change window_under_pointer for pure touch events, Matthias Clasen
  • [gtk+] button: Handle touch events, Matthias Clasen
  • [gtk+] range: Have slider jump to the pointer coordinates on touch devices, Matthias Clasen
  • [gtk+] menus: Don't popdown submenus on button release for touch devices, Matthias Clasen
  • [gtk+] settings: Deprecate gtk-touchscreen-mode, Matthias Clasen
  • [gtk+] range: Remove gtk-touchscreen-mode usage, Matthias Clasen
  • [gtk+] togglebutton: Remove gtk-touchcreen-mode usage, Matthias Clasen
  • [gtk+] menushell: Remove gtk-touchscreen-mode usage, Matthias Clasen
  • [gtk+] menus: Remove gtk-touchscreen-mode from scrolling code, Matthias Clasen
  • [gtk+] menus: Select the first item for touch devices, Matthias Clasen
  • [gtk+] menus: Implement scrolling through event capture for touch devices, Matthias Clasen
  • [gtk+] menus: Handle item selection for touch devices dynamically, Matthias Clasen
  • [gtk+] tooltips: Use the source device instead of gtk-touchscreen-mode, Matthias Clasen
  • [gtk+] tests: Add new test for kinetic scrolling, Matthias Clasen
  • [gtk+] tests: Add checkbox to enable kinetic scrolling in scrolled window test, Matthias Clasen
  • [gtk+] viewport: select for touch events, Matthias Clasen
  • [gtk+] scrolledwindow: Kinetic scrolling support, Matthias Clasen
  • [gtk+] gdk: Generate crossing events around touch devices' press/release, Matthias Clasen
  • [gtk+] gtk: Add a way to do event capture, Matthias Clasen
  • [gtk+] gtk: translate unhandled touch events to button events, Matthias Clasen
  • [gtk+] gtk: Add a separate ::touch-event signal, Matthias Clasen
  • [gtk+] gdk: Add some debug output for touch events and devices, Matthias Clasen
  • [gtk+] xi2: Translate touch events, Matthias Clasen
  • [gtk+] gdk: Add touch event types and mask, Matthias Clasen
  • [gtk+] gdk: Add internal API to set "pointer emulated" flag on events, Matthias Clasen
  • [gtk+] gdk: Add GdkEventSequence, Matthias Clasen
  • [gtk+] xi2: Use the new device types for touch-capable devices, Matthias Clasen
  • [gtk+] gdk: Add device types for touch-capable devices, Matthias Clasen
  • [gtk+] configure: Detect XInput 2.2, Matthias Clasen
  • [gtk+] xi2: Add major/minor properties to XI2 device manager, Matthias Clasen
  • [gnome-settings-daemon] automount: run it under Unity, Sebastien Bacher
  • [epiphany] Plug a memory leak, Giovanni Campagna
  • [gtranslator] [l10n] Updated Italian translation, Milo Casagrande
  • [gnome-documents] main-view: only activate items if press target = release target, Cosimo Cecchi
  • [gnome-documents] main-view: don't leak the GtkTreeModel, Cosimo Cecchi
  • [gedit] Add missing files, Ignacio Casal Quinteiro
  • [rhythmbox] Chain GApplication startup method, Rodney Dawes
  • [gtk+] button: don't be active when holding the mouse button outside the bounds, Cosimo Cecchi
  • [gnome-user-docs] Write topic about locate documents., Julita Inca
  • [evolution-data-server] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-shell] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-documents] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [empathy] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gtk+/touch-for-3.4-2: 44/44] paned: Use 2-finger interaction to resize the panes, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 43/44] gdk: Get the right event window for pointer emulated events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 42/44] gdk: Set correct GdkModifierType on pointer emulated events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 41/44] gdk: translate correctly from touch events into emulated pointer events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 40/44] gdk: Don't treat touch events as button events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 39/44] gdk: Use the last alive grab in order to get the event window, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 38/44] gdk: Don't mutate pointer events to touch events just because a grab says so, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 37/44] gdk: Let implicit touch grabs coexist with an implicit pointer grab, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 36/44] gdk: Don't fully destroy the implicit touch grab on ::grab-broken, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 35/44] gdk: Listen to touch events by default on the native window, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 34/44] gdk: Only trigger motion hints machinery on motion events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 33/44] gdk: Have touch grabs behave like the implicit grab wrt crossing events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 32/44] gdk: handle implicit touch grabs, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 31/44] gdk: Add internal API to deal with touch implicit grabs, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 30/44] gdk: Don't change window_under_pointer for pure touch events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 29/44] button: Handle touch events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 28/44] range: Have slider jump to the pointer coordinates on touch devices, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 27/44] menus: Don't popdown submenus on button release for touch devices, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 26/44] settings: Deprecate gtk-touchscreen-mode, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 25/44] range: Remove gtk-touchscreen-mode usage, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 24/44] togglebutton: Remove gtk-touchcreen-mode usage, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 23/44] menushell: Remove gtk-touchscreen-mode usage, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 22/44] menus: Remove gtk-touchscreen-mode from scrolling code, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 21/44] menus: Select the first item for touch devices, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 20/44] menus: Implement scrolling through event capture for touch devices, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 19/44] menus: Handle item selection for touch devices dynamically, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 18/44] tooltips: Use the source device instead of gtk-touchscreen-mode, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 17/44] tests: Add new test for kinetic scrolling, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 16/44] tests: Add checkbox to enable kinetic scrolling in scrolled window test, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 15/44] viewport: select for touch events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 14/44] scrolledwindow: Kinetic scrolling support, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 13/44] gdk: Generate crossing events around touch devices' press/release, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 12/44] gtk: Add a way to do event capture, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 11/44] gtk: translate unhandled touch events to button events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 10/44] gtk: Add a separate ::touch-event signal, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 9/44] gdk: Add some debug output for touch events and devices, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 8/44] xi2: Translate touch events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 7/44] gdk: Add touch event types and mask, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 6/44] gdk: Add internal API to set "pointer emulated" flag on events, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 5/44] gdk: Add GdkEventSequence, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 4/44] xi2: Use the new device types for touch-capable devices, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 3/44] gdk: Add device types for touch-capable devices, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 2/44] configure: Detect XInput 2.2, Matthias Clasen
  • [gtk+/touch-for-3.4-2: 1/44] xi2: Add major/minor properties to XI2 device manager, Matthias Clasen
  • [gtk+] (44 commits) Created branch touch-for-3.4-2, Matthias Clasen
  • [gedit] file-manager: use gresource, Paolo Borelli
  • [nautilus-actions] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [longomatch] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [glom] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [libgda] Updated Slovenian translation, =?utf-8?q?Matej_Urban=C4=8Di=C4=8D?=
  • [gnome-shell-extensions] [l10n] Update Italian translation, Giovanni Campagna
  • [gnome-shell-extensions] workspace-indicator: remove debug spew, Giovanni Campagna
  • [gnome-shell-extensions] dock: update for gnome-shell API changes, Giovanni Campagna
  • [gnome-shell-extensions] workspace-indicator: drop the "shorter" style class, Giovanni Campagna
  • [gnome-shell-extensions] build system: move local-install to a make rule, Giovanni Campagna
  • [libgda] GdaSql: removed the ldap_attributes command, Vivien Malerba
  • [libgda] GdaSql: marked some strings as translatable, Vivien Malerba
  • [libgda] GdaSql: allow to bind only 1 object, Vivien Malerba
  • [libgda] GdaSql: the ds_show command now allows one to restrict the displayed columns, Vivien Malerba
  • [libgda] Added gda_data_model_array_copy_model_ext(), Vivien Malerba
  • [libgda] Virtual connections: major rework for better performances and resilience, Vivien Malerba
  • [libgda] GdaDataModel import & export: better option names, Vivien Malerba
  • [libgda] GdaSql: added the option command, Vivien Malerba
  • [libgda] GdaSql: added the ds_rm and ds_import commands, Vivien Malerba
  • [libgda] GdaSql: allow to bind datasets as well as connections in virtual connections, Vivien Malerba
  • [libgda] GdaSql: added commands to manipulate datasets, Vivien Malerba
  • [libgda] GdaSql: improved inline help, Vivien Malerba
  • [libgda] Misc. optimizations, Vivien Malerba
  • [libgda] Added GdaSet:validate-changes and GdaHolder:validate-changes properties, Vivien Malerba
  • [libgda] Doc. correction, Vivien Malerba
  • [libgda] GdauiRtEditor crash correction when no scrolled window is present, Vivien Malerba
  • [libgda] gda_value_stringify() now handles object type values, Vivien Malerba
  • [libgda] GdauiEntryCombo corrections, Vivien Malerba
  • [gedit] time: use gresource, Ignacio Casal Quinteiro
  • [gnome-shell] ExtensionSystem: fix uninstalling from website, Giovanni Campagna
  • [gnome-shell] ExtensionSystem: fix installing from website, Giovanni Campagna
  • [glib-networking] [l10n] Updated Estonian translation, Priit Laes
  • [gdk-pixbuf] [l10n] Updated Estonian translation, Priit Laes
  • [longomatch] Updated POTFILES.in, =?utf-8?q?Piotr_Dr=C4=85g?=
  • [gnome-shell-design] iterate on message tray, Jakub Steiner
  • [gvfs] udisks2: Set G_VOLUME_IDENTIFIER_KIND_CLASS identifier for volumes, David Zeuthen
  • [glib] Add G_VOLUME_IDENTIFIER_KIND_CLASS identifier, David Zeuthen
  • [gnome-documents] search: clear string and type filters when entering a collection, Cosimo Cecchi
  • [gnome-documents] selections: fix a typo, Cosimo Cecchi
  • [gnome-documents] collection-dialog: hide unavailable collections from the list, Cosimo Cecchi
  • [longomatch] Add a different stats sheets output, Andoni Morales Alastruey
  • [gdm] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-disk-utility/wip/iscsi] iscsi: Avoid techno-mumbo-jumbo like "CHAP" - just use "Password" instead, David Zeuthen
  • [gnome-disk-utility/wip/iscsi] iscsi: Rename "Discovery" to "Server", David Zeuthen
  • [at-spi2-core] [l10n] Added Estonian (et) to LINGUAS, Priit Laes
  • [at-spi2-core] [l10n] Updated Estonian translation, Priit Laes
  • [at-spi2-atk] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-shell-design] refresh notifications/message tray, Jakub Steiner
  • [evolution/webkit] Fix printing of text/html emails (support external CSS, load images), =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Prevent possible crash when there's no formatter set in EMailDisplay, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [evolution/webkit] Fix printing of message/rfc822, =?utf-8?q?Dan_Vr=C3=A1til?=
  • [gtk+] [l10n] Updated Estonian translation, Priit Laes
  • [gedit] Add a BUILT_SOURCES variable, Ignacio Casal Quinteiro
  • [gnome-control-center] user-accounts: Fix sizing problems in user list, Bastien Nocera
  • [gedit] spell: use gresource, Ignacio Casal Quinteiro
  • [gnome-control-center/gnome-3-2] user-accounts: Fix sizing problems in user list, Bastien Nocera
  • [gjs] Fix comparisons with JSVAL_VOID and JSVAL_NULL, Giovanni Campagna
  • [gnome-themes-standard] Widgets: spinner animation., Lapo Calamandrei
  • [jhbuild] 3.4: Split module dependencies in two separete files, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gnome-devel-docs] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-shell] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [gnome-documents] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [evolution] Updated Spanish translation, =?utf-8?q?Daniel_Mustieles_Garc=C3=ADa?=
  • [libsoup] soup-session: don't mark CONNECTING connections IDLE on cancel, Dan Winship
  • [jhbuild/split: 5/5] core-deps-3.4: Build farstream (former farsigth2) from git, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild/split: 4/5] core-deps-3.4: Switch to building from git all the telepathy modules, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild/split: 3/5] core-deps-base-3.4: Remove unused repos, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild/split: 2/5] core-deps-3.4: Remove unused repos, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild/split: 1/5] 3.4: Split module dependencies in two separete files, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] (5 commits) Created branch split, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [jhbuild] Deleted branch split, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [seahorse] update Punjabi Translation, Amanpreet Singh Alam
  • [aravis/dom] gc_register: finish port to the DOM API., Emmanuel Pacaud
  • [aravis/dom] gc_invalidator_node: new., Emmanuel Pacaud
  • [aravis/dom] gc_property_node: add gc_register property node definition., Emmanuel Pacaud
  • [seahorse-plugins] [l10n] Updated Estonian translation, Priit Laes
  • [yelp-xsl] [l10n] Updated Estonian translation, Priit Laes
  • [libpeas] [l10n] Updated Estonian translation, Priit Laes
  • [libwnck] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-disk-utility] [l10n] Updated Estonian translation, Priit Laes
  • [file-roller] [l10n] Updated Estonian translation, Priit Laes
  • [mutter] [l10n] Updated Estonian translation, Priit Laes
  • [tomboy] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-control-center] [l10n] Updated Estonian translation, Priit Laes
  • [hamster-applet] [l10n] Updated Estonian translation, Priit Laes
  • [yelp] [l10n] Updated Estonian translation, Priit Laes
  • [gucharmap] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-control-center] display: Fix crash when the screen setup changes, Bastien Nocera
  • [gnome-control-center/gnome-3-2] display: Fix crash when the screen setup changes, Bastien Nocera
  • [gnome-documents] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-contacts] Fixing bug Crash when adding to My Contacts., Alexander Larsson
  • [gnome-screenshot] [l10n] Updated Estonian translation, Priit Laes
  • [gnome-shell] [l10n] Updated Estonian translation, Priit Laes
  • [eog] [l10n] Updated Estonian translation, Priit Laes
  • [cogl/wip/pbo-read-pixels: 16/16] Port the test-pixel-buffer test, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 15/16] cogl-bitmap: Add a public accessor for the underlying pixel buffer, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 14/16] Add the missing cast macros for some buffer objects, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 13/16] Make _cogl_bitmap_get_{width, height, format, rowstride} public, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 12/16] Change API so that CoglPixelBuffer no longer knows its w/h/format, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 11/16] Add a public cogl_framebuffer_read_pixels_into_bitmap, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 10/16] cogl-buffer: Create the buffer store when bound, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 9/16] bitmap: Add a function to convert into an existing buffer, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 8/16] _cogl_bitmap_convert: Also handle premult conversions, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 7/16] bitmap: Remove the split between 'image library' and 'fallback', Neil Roberts
  • [gnome-settings-daemon] [l10n] Updated Estonian translation, Priit Laes
  • [cogl/wip/pbo-read-pixels: 6/16] tests: Add a test which writes all pixel formats, Neil Roberts
  • [gnome-utils] [l10n] Updated Estonian translation, Priit Laes
  • [cogl/wip/pbo-read-pixels: 5/16] tests: Test reading all pixel formats, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 4/16] bitmap-fallback: Support converting all pixel format types, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 1/16] Add a conformance test for reading back an RGBA texture as alpha-only, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 3/16] Avoid making up the format COGL_PIXEL_FORMAT_A_8_PRE, Neil Roberts
  • [cogl/wip/pbo-read-pixels: 2/16] Assert that we get a valid format in pixel_format_to_gl{, es}, Neil Roberts
  • [cogl] (16 commits) Created branch wip/pbo-read-pixels, Neil Roberts
  • [cogl] Deleted branch wip/pbo-read-pixels, Neil Roberts
  • [gnome-settings-daemon] common: Use exit instead of return, Bastien Nocera
  • [gnome-settings-daemon] data: Remove patch that has nothing to do in git, Bastien Nocera
  • [clutter] input: Add a check on the argument, Emmanuele Bassi
  • [clutter] symbols: Add missing InputDevice symbol, Emmanuele Bassi
  • [clutter] Make clutter-stage-window.h a private header, Emmanuele Bassi
  • [clutter] Fix compilation, Emmanuele Bassi
  • [gnome-settings-daemon] color: Create the correct device ID for EDIDs with no text data, Richard Hughes
  • [aravis/dom] gc_register_description: chain to parent set/get_attribute., Emmanuel Pacaud
  • [aravis/dom] gc_variable, gc_index: don't chain to inexisting parent set_attribute method., Emmanuel Pacaud
  • [aravis/dom] gc_group_node: new., Emmanuel Pacaud
  • [ekiga] Always show devices tab in preferences, Eugen Dedu
  • [gnome-settings-daemon] color: Make displays without EDID data use the correct device ID, Richard Hughes
  • [jhbuild] core-deps-3.4: Update totem-pl-parser dependencies, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gjs] Fix examples, Stefano Facchini
  • [jhbuild] core-3.4: gnome-control-center doesnt depend on dbus-glib anymore, =?utf-8?q?Javier_Jard=C3=B3n?=
  • [gtk+] Deleted branch wip/bitmask, Benjamin Otte
  • [gtk+] bitmask: Don't allocate memory for small bitmasks, Benjamin Otte
  • [gtk+] bitmask: Split bitmask code into two, Benjamin Otte
  • [gtk+] bitmask: Allocate GtkBitmap data inline, not using GArray, Benjamin Otte
  • [gtk+] bitmask: Make setters return a new value, Benjamin Otte
  • [gtk+] testgtk: Fix compiler warnings, Benjamin Otte
  • [aravis/dom] gc_swiss_knife: port to the new DOM API., Emmanuel Pacaud
  • [aravis/dom] gc_property_node: add Formula., Emmanuel Pacaud
  • [gtk+] Fix up rendering of non-double-buffered overlays, Alexander Larsson
  • [aravis/dom] gc_converter: remove commented out code., Emmanuel Pacaud
  • [aravis/dom] gc_converter: port to the new DOM API., Emmanuel Pacaud
  • [aravis/dom] gc_index_node: chain to parent set_attribute., Emmanuel Pacaud
  • [aravis/dom] gc_property_node: add pVariable, Constant, Expression, FormulaTo and FormulaFrom., Emmanuel Pacaud
  • [epiphany/history-rewrite-second] Retrieve the host id from the right column, Claudio Saavedra
  • [gnome-devel-docs] Correct the capitalization of gtkmm., Murray Cumming
  • [gnome-devel-docs] Make the C++ examples less awful., Murray Cumming
  • [evolution] Bug #670934 - Was saving ESourceList first, rather than last, Milan Crha
  • [empathy] Updated Brazilian Portuguese translation, Jonh Wendell
  • [gnome-shell] main: Remove muted_log_handler, Jasper St . Pierre
  • [libgnome-keyring] Explicitly require gmodule-2.0 in pkg-config query, Sam Thursfield
  • [gnome-shell-design] search WIP., Jakub Steiner
  • [gtk+] css: Fix variable, Benjamin Otte
  • [eog] Updated Swedish translation, Daniel Nylander
  • [gnome-documents] Updated Swedish translation, Daniel Nylander
  • [pan2] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [ekiga] [windows] Update test for gconf during building, Eugen Dedu
  • [gnome-shell-extensions] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gimp] Bug 658477 - add PDB support for more paint and ink options, Michael Natterer
  • [cheese/0-to-1-devices] Add initialization method for error layer, Patricia Santana Cruz
  • [clutter/wip/wayland: 3/3] Support clipped redraws with flipping, Neil Roberts
  • [clutter/wip/wayland: 2/3] stage: add dedicated pixel pick buffer, Neil Roberts
  • [clutter/wip/wayland: 1/3] stage-window: make it possible to damage the back buffer, Neil Roberts
  • [clutter] (3 commits) Created branch wip/wayland, Neil Roberts
  • [clutter] Deleted branch wip/wayland, Neil Roberts
  • [gthumb] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [clutter] clutter-wayland-surface: Add padding to the class struct, Neil Roberts
  • [clutter] clutter-input-device-wayland: Include clutter-stage-private.h, Neil Roberts
  • [clutter] wayland-surface: don't queue redraw on buffer attach, Neil Roberts
  • [clutter] evdev: Adds api to release/reclaim the evdev devices, Neil Roberts
  • [clutter] wayland/x11: Set constraints on the CoglRenderer, Neil Roberts
  • [clutter] device-manager-core-x11: Create core input devices as x11, Neil Roberts
  • [clutter] Add an input device function to convert keycodes to evdev codes, Neil Roberts
  • [clutter] evdev: Associate devices with the first created stage, Neil Roberts
  • [clutter] Updates in line with latest wayland protocol, Neil Roberts
  • [clutter] clutter-wayland-surface: Remove the pick method, Neil Roberts
  • [clutter] wayland-surface: removes unused origin variable, Neil Roberts
  • [clutter] wayland-surface: Adds queue-damage-redraw signal, Neil Roberts
  • [clutter] wayland-surface: Add cogl-texture property, Neil Roberts
  • [clutter] clutter-wayland-surface: Rename the width/height properties, Neil Roberts
  • [clutter] configure: Adds xkb-utils automake conditional, Neil Roberts
  • [clutter] wayland-surface: Set actor size on buffer attach, Neil Roberts
  • [clutter] wayland-surface: Adds _get_surface function, Neil Roberts
  • [glom] Add a unistd.h include to fix the mingw MS Windows build., Murray Cumming
  • [clutter] wayland-surface: Make _set_surface api public, Neil Roberts
  • [clutter] Deleted branch wip/wayland-2, Neil Roberts
  • [clutter] wayland-surface: Cleanup properly in _dispose, Neil Roberts
  • [clutter] wayland-surface: remove unused damage array, Neil Roberts
  • [clutter] configure: fix --enable-evdev-input documentation, Neil Roberts
  • [clutter] wayland: install wayland compositor headers + pkgconfig file, Neil Roberts
  • [clutter] Remove test-wayland-surface, Neil Roberts
  • [ekiga] [windows] Use mingw-w64 32 bits by default, now that it works, Eugen Dedu
  • [rhythmbox] metadata: ignore non-media files better, Jonathan Matthew
  • [baobab] Updated Brazilian Portuguese translation, Jonh Wendell
  • [glom] [l10n] Updated German translation, =?utf-8?q?Mario_Bl=C3=A4ttermann?=
  • [gnome-shell] altTab: Fix scrolling, Jasper St . Pierre
  • [dasher] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evolution-mapi] Fix typo in a conditionally compiled code, Milan Crha
  • [evolution-mapi] Failed to fetch content of large folders, Milan Crha
  • [seahorse] Updated Swedish translation, Daniel Nylander
  • [glom] DbUtils: Update some comments, Murray Cumming
  • [glom] Make auto-increment fields work even if they are not primary keys., Murray Cumming
  • [glom] Make the --debug_sql option work again., Murray Cumming
  • [gnome-games] Updated Swedish translation, Daniel Nylander
  • [gnome-control-center] wacom: Fix crasher when XRandR isn't available, Bastien Nocera
  • [evolution-couchdb] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [aravis/dom] gc_register: first pass of port to the DOM API., Emmanuel Pacaud
  • [aravis/dom] gc: actually create instances of the new property nodes., Emmanuel Pacaud
  • [aravis/dom] gc_index_node: new sublcassed property node., Emmanuel Pacaud
  • [aravis/dom] gc_property_node: add get_linked_node member., Emmanuel Pacaud
  • [aravis/dom] gc_property_node: add a new set of property node types., Emmanuel Pacaud
  • [aravis/dom] gc: prevent a crash when looking for a node with name=NULL., Emmanuel Pacaud
  • [aravis/dom] dom: minor comment fix., Emmanuel Pacaud
  • [rygel] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [glom] ConnectionPool::change_columns(): Add/Remove autoincement rows here., Murray Cumming
  • [glom] Tests: Update the expected number of locales., Murray Cumming
  • [gnome-shell-extensions] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [mutter] window: Remove prefs listener in _unmanage instead of _finalize, Rui Matos
  • [gtk+/gtk-3-2] Updated Telugu Translations, Krishnababu Krothapalli
  • [gtk+] Updated Telugu Translations, Krishnababu Krothapalli
  • [empathy] Make clear work on All's buffer, Guillaume Desmottes
  • [sound-juicer] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [evolution] Bug #617557 - Can lost message after send failed, Milan Crha
  • [gnome-tweak-tool] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [glom] More windows build fixes., Murray Cumming
  • [glom] Add a fcntl.h include., Murray Cumming
  • [glom] Use Gtk::ApplicationWindow., Murray Cumming
  • [glom] Remove now-unnecessary call to init_gtkmm., Murray Cumming
  • [glom] Application: Do not load documents twice., Murray Cumming
  • [glom] Remove use of Gtk::Main functions., Murray Cumming
  • [glom] AppWindow: Rename get_application() to get_appwindow()., Murray Cumming
  • [glom] Do not use Gtk::Main., Murray Cumming
  • [glom] --debug-date-check: Do not show the window., Murray Cumming
  • [glom] Move all command-line handling into the remote Application., Murray Cumming
  • [glom] Use G_APPLICATION_NON_UNIQUE., Murray Cumming
  • [glom] Add a Gtk::Application subclass, used by main()., Murray Cumming
  • [glib/glib-2-30] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-user-docs] Updated Serbian translation, =?utf-8?b?0JzQuNGA0L7RgdC70LDQsiDQndC40LrQvtC70LjRmw==?=
  • [glib] Updated Telugu Translations, Krishnababu Krothapalli
  • [network-manager-applet] Updated Telugu Translations, Krishnababu Krothapalli
  • [evolution-mapi] Bug #668810 - Crash in g_str_hash, mapi_store_delete_folder_sync, Milan Crha
  • [gdl/gnome-3-2] Updated Telugu Translations, Krishnababu Krothapalli
  • [gdl] Updated Telugu Translations, Krishnababu Krothapalli
  • [gnome-shell] messageTray: Make sure to always grab focus, Jasper St . Pierre
  • [hamster-applet] Updated Telugu Translations, Krishnababu Krothapalli
  • [glade/glade-3-10] Updated Telugu Translations, Krishnababu Krothapalli
  • [evolution] po/vi: fix accelerators, Nguyen Thai Ngoc Duy
  • [glade/glade-3-12] Updated Telugu Translations, Krishnababu Krothapalli
  • [glade] Updated Telugu Translations, Krishnababu Krothapalli
  • [anjuta/gnome-3-2] Updated Telugu Translations, Krishnababu Krothapalli
  • [anjuta] Updated Telugu Translations, Krishnababu Krothapalli
  • [evolution-data-server] Updated Vietnamese translation, Nguyen Thai Ngoc Duy
  • [perl-Gnome2-Vte] Created tag rel-0-10, Brian Manning
  • [perl-Gnome2-Vte] Stable release 0.10, Brian Manning
  • [perl-Glib] Unstable release 1.251, Brian Manning
  • [perl-Glib] Created tag rel-1-25-1, Brian Manning
  • [perl-Glib] Updated copyrights, Brian Manning
  • [gtk+] cssprovider: Redo styles as an array, Benjamin Otte
  • [sushi] Always light font color for GtkWindow. Closes: bgo#670501, Vadim Rutkovsky
  • [gtk+] css: Fix fallout, Benjamin Otte
  • [gtk+] x11: Mark unused variables as such, Benjamin Otte
  • [gtk+] gtk-demo: Fix gcc warnings, Benjamin Otte
  • [gnome-user-docs] Add information to favorite documents. Add icon., Julita Inca
  • [gtk+] Don't use hashtables for storing css rule properties, Benjamin Otte
  • [gnome-user-docs] disk-benchmark and user-changepassword reviewed, Michael Hill
  • [gtksourceview] Updated Hungarian translation, Gabor Keleman
  • [gucharmap] Updated Hungarian translation, Gabor Keleman
  • [gvfs] Updated Hungarian translation, Gabor Keleman
  • [evolution] po/vi: correct date order, Nguyen Thai Ngoc Duy
  • [longomatch] Fix typo, Andoni Morales Alastruey
  • [longomatch] Use a timescale of 10 seconds for the timeline, Andoni Morales Alastruey
  • [gtk+/touch-for-3.4] viewport: select for touch events, Matthias Clasen
  • [gtk+/touch-for-3.4] scrolledwindow: remove a leftover event type check, Matthias Clasen
  • [vte] Adding uz cyrillic to the LINGUAS file, Bahodir Mansurov
  • [vte] Adding Uzbek cyrillic translation, Bahodir Mansurov

  • Mail converted by MHonArc