summaryrefslogtreecommitdiff
path: root/libmatekbd
AgeCommit message (Collapse)AuthorFilesLines
2014-12-25fix UI load in GTK+3 buildmonsta1-1/+0
2014-11-01fix possible dereference of NULL pointermonsta1-2/+2
2014-06-24Fix missed key in commit da86c07b10c712b3518366ac77674bae4555f5f3infirit1-1/+1
2014-06-24Revert "Add missing header for GTK3"infirit1-3/+0
This reverts commit a6568e07897c0790c7b7debd30f21086d0f976ae.
2014-06-24Add missing header for GTK3Stefano Karapetsas1-0/+3
Removed in recent commit, but it is still needed for GDK_ISO_Level3_Shift
2014-06-06Revert "Use g_object_unref also for Gtk+2"infirit1-0/+4
This reverts commit ecd4ea6300405147d9a5c4f5afb3f9f46272cd4a.
2014-06-05GDK_KEY_* was introduced in Gtk+ 2.22infirit2-50/+38
2014-06-05Use g_object_unref also for Gtk+2infirit1-4/+0
2013-12-19Remove all trailing whitespaceinfirit4-7/+7
2013-11-18explicit declaration of internal libxklavier functionsinfirit1-0/+8
from lingnomekbd: https://git.gnome.org/browse/libgnomekbd/commit/?id=18332fedc6a24e4efeecfdc78a006140c667568a https://bugzilla.gnome.org/show_bug.cgi?id=643754
2013-08-24improved indicator font customizationromovs5-39/+8
2013-07-17GTK3 compatibilityStefano Karapetsas3-23/+78
2013-05-08Fixes to use make distStefano Karapetsas1-1/+3
2013-05-08Fix previous commit typo in schemaStefano Karapetsas1-2/+2
2013-05-08Add missing keys in GSettings schemaStefano Karapetsas1-0/+10
2013-05-03Group concensus: just delete unused code; git log stores itScott Balneaves1-6/+0
2013-05-03Clean up compile, fix bug with handling variants. Closes #8Scott Balneaves2-6/+8
2013-01-27Fix /desktop/ gschema path deprecationBrent Hull1-5/+5
2012-12-20Add mateconf-gsettings-data-convert fileYaakov Selkowitz2-1/+32
2012-11-18fixed incorrect fsf addresses.Steve Zesch15-30/+30
2012-10-09add internationalization support for gsettings schemalibmatekbd-1.5.0Stefano Karapetsas3-126/+128
2012-09-13fix schema nameStefano Karapetsas1-1/+1
2012-09-03migrate to gsettingsStefano Karapetsas17-1771/+575
2012-08-18Fix building with glib >= 2.32Steev Klimaszewski1-0/+2
Glib 2.32 has split out gmodule to it's own library. Due to this, do a check for gmodule not just glib. Also add GMODULE_LIBS to libmatekbd/Makefile.am to prevent underlinking. Signed-off-by: Steev Klimaszewski <[email protected]>
2012-04-13drop wrong quotes in Makefiles (thanks to bickman2k)Stefano Karapetsas1-1/+1
2011-12-08GDK_ key constants was renamed to GDK_KEY_ on GTK+-3.0Perberos4-929/+60
2011-12-01moving from https://github.com/perberos/mate-desktop-environmentPerberos24-0/+9132