Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version bump | Alejandro PiƱeiro | 2012-07-18 | 1 | -1/+1 |
| | |||||
* | Version bump | Matthias Clasen | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | 0.4.20.4.2 | Matthias Clasen | 2012-03-26 | 1 | -1/+1 |
| | |||||
* | build: Note that we don't build when srcdir != builddir | Colin Walters | 2012-02-09 | 1 | -0/+3 |
| | |||||
* | Bumped version to 0.4.1CARIBOU_0_4_1 | Eitan Isaacson | 2011-10-17 | 1 | -1/+1 |
| | |||||
* | Preparing 0.4.0CARIBOU_0_4_0 | Eitan Isaacson | 2011-09-26 | 1 | -1/+1 |
| | |||||
* | Preparing 0.3.92 release.CARIBOU_0_3_92 | Eitan Isaacson | 2011-09-19 | 1 | -1/+1 |
| | |||||
* | Add gio-2.0 to configure.ac | Eitan Isaacson | 2011-09-19 | 1 | -1/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=658969 | ||||
* | Auto-load OSK GTK+ modules when OSK is enabled | Bastien Nocera | 2011-09-19 | 1 | -0/+2 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=655979 | ||||
* | Prepare 0.3.91 release.CARIBOU_0_3_91 | Eitan Isaacson | 2011-09-05 | 1 | -1/+1 |
| | |||||
* | Require pygobject-3.0 | Ionut Biru | 2011-09-05 | 1 | -2/+2 |
| | | | | | | | | Support for pygobject-3.0 was added in 1857bd953 Signed-off-by: Ionut Biru <ibiru@archlinux.org> https://bugzilla.gnome.org/show_bug.cgi?id=658175 | ||||
* | Bump required vala version to 0.13 | Dan Winship | 2011-08-12 | 1 | -1/+1 |
| | | | | | | | Needed to get the fix for bug 644275 so that the call to Bus.get_proxy_async() will compile correctly. https://bugzilla.gnome.org/show_bug.cgi?id=655047 | ||||
* | Preparing 0.3.5 release.CARIBOU_0_3_5 | Eitan Isaacson | 2011-08-12 | 1 | -1/+1 |
| | |||||
* | Add Caribou to GTK_MODULES | Nohemi Fernandez | 2011-08-12 | 1 | -24/+22 |
| | | | | | | | | The Caribou IM module would override any other modules the user is utilizing; by adding it to the GTK_MODULES the user can decide whether or not to enable the module (enabled automatically for onscreen keyboard) and will avoid override. There is also no dependency for the abstract class GtkIMContextSimple. | ||||
* | Add fullscale keyboard | Nohemi Fernandez | 2011-07-18 | 1 | -0/+1 |
| | | | | | The fullscale keyboard extends the US touch layout by including keys from the hardware keyboard (ie. Ctrl/Alt, etc). | ||||
* | Prepare for 0.3.3 release. | Eitan Isaacson | 2011-07-04 | 1 | -1/+1 |
| | |||||
* | Remove HAVE_GOBJECT_INTROSPCTION, it is mandatory. | Eitan Isaacson | 2011-07-01 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=653268 | ||||
* | configure: fix IM-configuring logic | Dan Winship | 2011-07-01 | 1 | -4/+4 |
| | | | | | | was using the wrong variable names https://bugzilla.gnome.org/show_bug.cgi?id=653754 | ||||
* | Use XSLT to make keyboard definitions easier. | Eitan Isaacson | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Removed Json loader and replaced with XML loader. | Eitan Isaacson | 2011-06-22 | 1 | -1/+1 |
| | |||||
* | Prepare 0.3.2 release.CARIBOU_0_3_2 | Eitan Isaacson | 2011-06-13 | 1 | -1/+1 |
| | |||||
* | Added tools directory to dist | Eitan Isaacson | 2011-06-13 | 1 | -0/+1 |
| | |||||
* | Disable im modules by default. | Eitan Isaacson | 2011-06-13 | 1 | -13/+25 |
| | |||||
* | Added GTK2 IMContext | Eitan Isaacson | 2011-06-06 | 1 | -0/+1 |
| | |||||
* | Introduced GTK3 input method module. | Eitan Isaacson | 2011-06-06 | 1 | -0/+28 |
| | |||||
* | Added "scan" layout. | Eitan Isaacson | 2011-05-28 | 1 | -0/+1 |
| | |||||
* | Add Column model. Use Gee collections (I give up). | Eitan Isaacson | 2011-05-28 | 1 | -1/+2 |
| | |||||
* | Added custom antler keyboard theme. | Eitan Isaacson | 2011-05-05 | 1 | -0/+1 |
| | |||||
* | Added executable and DBus service file for Antler. | Eitan Isaacson | 2011-05-02 | 1 | -0/+1 |
| | |||||
* | Major re-work of Python modules: | Eitan Isaacson | 2011-05-02 | 1 | -4/+6 |
| | | | | | | | | | * Created Antler to use new keyboard model via PyGI * Rearanged settings to accomodate view/model seperation. * Created in preferences executable, it will be a standalone generic caribou settings UI where we will eventually get the important stuff in GNOME's control panel. * DBusified the UI. | ||||
* | libcaribou: Implemented CaribouKeyboardModel. | Eitan Isaacson | 2011-05-02 | 1 | -1/+2 |
| | |||||
* | libcaribou: Ported XKB helper to Vala. | Eitan Isaacson | 2011-05-02 | 1 | -1/+4 |
| | |||||
* | Use new layout format. Added sub-keys. Added group change notification. | Eitan Isaacson | 2011-05-02 | 1 | -1/+2 |
| | |||||
* | libcaribou: Added signals when group or modifiers change | Eitan Isaacson | 2011-05-02 | 1 | -1/+2 |
| | |||||
* | Added an introspectable C library for simulating kb events. | Eitan Isaacson | 2011-04-16 | 1 | -2/+24 |
| | | | | | We will use this library more extensively later for layout changes, and different XKB ops. | ||||
* | Preparing 0.2.00 release.CARIBOU_0_2_00 | Eitan Isaacson | 2011-04-05 | 1 | -1/+1 |
| | |||||
* | Prepare 0.1.92 release.CARIBOU_0_1_92 | Eitan Isaacson | 2011-03-21 | 1 | -1/+1 |
| | |||||
* | Prepared 0.1.91 releaseCARIBOU_0_1_91 | Eitan Isaacson | 2011-03-09 | 1 | -1/+1 |
| | |||||
* | Removed last mentions of GConf where not needed. | Eitan Isaacson | 2011-03-09 | 1 | -4/+0 |
| | |||||
* | Generate GSettings schema instead of GConf schema. | Eitan Isaacson | 2011-03-07 | 1 | -2/+6 |
| | |||||
* | Prepared 0.1.7 release.CARIBOU_0_1_7 | Eitan Isaacson | 2011-01-09 | 1 | -1/+1 |
| | |||||
* | Update configure prerequisites.gtk3-introspection | Eitan Isaacson | 2011-01-07 | 1 | -4/+4 |
| | |||||
* | Prepared 0.1.6 release. | Eitan Isaacson | 2010-12-19 | 1 | -1/+1 |
| | |||||
* | Preparing 0.1.5 release. | Eitan Isaacson | 2010-07-12 | 1 | -1/+1 |
| | |||||
* | Project files are reorganized and have consts separated on a new file | Daniel Baeyens | 2010-06-16 | 1 | -1/+3 |
| | | | | | | | | | New organization: caribou.common has files not related to the UI caribou.ui has files related to the UI Makefiles.am files have been modified to successfully build the package .gitignore is updated to ignore moved built files | ||||
* | Add caribou.schemas | Joaquim Rocha | 2010-06-10 | 1 | -0/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=613229 | ||||
* | Add data/keyboards folder | Joaquim Rocha | 2010-06-10 | 1 | -0/+1 |
| | | | | | | This folder should have the keyboard layouts, in XML or JSON formats. https://bugzilla.gnome.org/show_bug.cgi?id=613229 | ||||
* | Removed caribou/keyboards | Joaquim Rocha | 2010-06-10 | 1 | -1/+0 |
| | | | | | | | Removed the caribou/keyboards folder and all mentions to it in the other files. https://bugzilla.gnome.org/show_bug.cgi?id=613229 | ||||
* | Preparing for 0.1.2 release.CARIBOU_0_1_2 | Eitan Isaacson | 2010-05-24 | 1 | -1/+1 |
| | |||||
* | Added i18n support. | Eitan Isaacson | 2010-05-16 | 1 | -5/+7 |
| |