summaryrefslogtreecommitdiff
path: root/libgnomekbd/gkbd-util.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid use of GdkScreenDaniel Kahn Gillmor2022-04-081-3/+3
| | | | | | | | The only places that were using GdkScreen were using it to get monitor width and height. All the gdk_screen_* calls that were being used are explicitly deprecated. Use GdkDisplay instead.
* Fix gobject-introspection commentsStef Walter2012-05-121-0/+2
| | | | | | | * Cleans up a bunch of warnings, and gets g-ir-scanner to actually recognize the annotations. https://bugzilla.gnome.org/show_bug.cgi?id=675729
* Using primary monitor screen size, not the screen sizeSergey V. Udaltsov2011-05-031-2/+4
| | | | | Using large screens can cause bad, huge, windows http://bugzilla.gnome.org/show_bug.cgi?id=647646
* Include gi18n-lib.h in library sources instead of gi18n.h. Fixes bug #639569Gabor Kelemen2011-01-161-1/+1
|
* More details for introspectionSergey V. Udaltsov2011-01-021-1/+1
| | | | Explaining null-terminated arrays
* A number of annotations for introspection purposesSergey V. Udaltsov2010-12-251-0/+8
| | | | There were some warning, now they're gone
* Fix a crash where the GSettings key was provided as a pathRichard Hughes2010-11-191-13/+6
|
* code cleanupSergey V. Udaltsov2010-10-041-0/+38
| | | | some strv functions are provided, hopefully will be in glib one day
* Moving from gconf to gsettings. API/ABI changesSergey V. Udaltsov2010-10-031-63/+20
|
* unneeded printf removedSergey V. Udaltsov2008-10-241-2/+0
| | | | svn path=/trunk/; revision=353
* making default size dependent on the screen size, b.g.o#481118Sergey V. Udaltsov2008-05-101-8/+18
| | | | svn path=/trunk/; revision=275
* cleaning up licensing issuesSergey V. Udaltsov2006-10-081-11/+14
|
* Initial revisionSergey V. Udaltsov2006-09-271-0/+148