summaryrefslogtreecommitdiff
path: root/libmatekbd
AgeCommit message (Expand)AuthorFilesLines
2023-07-13Fix pkg-config --libs libmatekbdui errorszhuyaliang1-0/+2
2023-06-01Add meson compilation supportzhuyaliang1-0/+160
2023-05-31Use correct version information for dynamic librarieszhuyaliang1-1/+1
2023-04-20matekbd-keyboard-drawing: fix memory leakrbuj1-0/+3
2023-04-16matekbd-keyboard-drawing: fix memory leakrbuj1-7/+10
2023-04-16Use GLib's new g_clear_signal_handler() function to simplify coderbuj4-9/+43
2023-04-16Signal handler IDs are gulong, not intrbuj3-3/+3
2021-12-11Use a blank line at mostrbuj6-17/+0
2020-08-17Remove unused macrosPablo Barciela2-4/+0
2020-06-24add git.mk to generate .gitignoretamplan1-0/+2
2020-02-24Reduce the font size of the key names on keyboard layout displayrbuj1-1/+1
2020-02-24matekbd-keyboard-drawing: i18n symbolic namesrbuj1-20/+210
2020-01-31Use gresources for UI filesrbuj3-72/+117
2020-01-28matekbd-keyboard-config: Value stored to 'clen' is never readrbuj1-4/+2
2020-01-27matekbd-util: Local variables shadow outer variablesrbuj1-2/+2
2020-01-27matekbd-keyboard-drawing: Uninitialized structure memberrbuj1-0/+1
2019-12-01matekbd-config-private: avoid redundant redeclarationsPablo Barciela1-8/+0
2019-10-28migrate from intltool to gettextWu Xiaotian1-3/+0
2019-02-07rename g_strv_equal to matekbd_strv_equalLeigh Scott1-2/+2
2018-02-28Use gdk screen resolution for font in keyboard status notification icon, to g...Oliver Mangold1-0/+5
2018-01-27building: remove < gtk+-3.22 bits and bump required gtk+raveit651-2/+0
2017-12-14WidthOfScreen and HeightOfScreen implementationPablo Barciela1-4/+4
2017-09-02matekbd-status: Fix Gdk-CRITICAL warning on creating status bar iconraveit651-1/+2
2017-08-07avoid deprecated gdk_screen_get_width/heightZenWalker1-2/+4
2017-07-19avoid deprecated gdk_screen_get_numberZenWalker1-2/+2
2017-04-08matekbd-indicator: Don't expandAlexei Sorokin1-2/+0
2017-04-06matekbd-indicator: don't use deprecated gdk_cairo_createraveit651-16/+9
2017-04-06Fix for strange GtkIconInfo behaviourraveit651-2/+9
2017-04-06matekbd-indicator: don't use deprecated GtkAlignmentraveit651-6/+10
2017-04-02keyboard-drawing: set css name matekbd-keyboard-drawingraveit651-0/+5
2017-04-02Slightly increase the font size for the key labelsraveit651-1/+3
2017-04-02matekbd-keyboard-drawing: Don't unset double bufferingraveit651-2/+0
2017-04-02matekbd-keyboard-drawing: Handle XkbGetKeyboard() failingraveit651-12/+15
2017-04-02matekbd-keyboard-drawing: Prevent gtk+ keynav from taking focus awayraveit651-1/+1
2017-04-02fix some introspection warningsraveit652-2/+4
2017-03-27show-layout.ui: don't use deprecated widgetsraveit651-26/+47
2017-03-27UI: expand kbdraw verticalraveit651-0/+1
2016-10-11move to GTK+3 (>= 3.14), drop GTK+2 code and --with-gtk build optionmonsta4-189/+2
2016-06-07require libxklavier 5.2 and use its introspectionmonsta1-1/+1
2016-06-01GTK+3: use GdkRGBA instead of deprecated GdkColorSorokin Alexei2-43/+131
2016-06-01GTK+3: use GtkStyleContextSorokin Alexei2-48/+186
2016-03-04properly reset timeout source id to 0monsta1-1/+3
2016-01-21use gtk_image_new_from_icon_name in both GTK+ buildsmonsta1-1/+1
2016-01-02drop MateConf migration scriptMonsta2-32/+1
2015-12-06reduce introspection build warningsWolfgang Ulbrich10-17/+31
2015-10-09fix introspection build stuff so distcheck won't failmonsta1-3/+2
2015-09-07Use cairo surfaces for both Gtk versionsinfirit2-50/+1
2015-09-07Do not highlight when focus is receivedinfirit1-20/+0
2015-09-07whitespace fixesinfirit1-18/+20
2015-09-07Improved cooords for labels - consider complex outlinesinfirit1-4/+32