Commit Graph

37 Commits

Author SHA1 Message Date
Behnam Mohammadzadeh 7c70d329a3
Update README.md 2021-04-08 15:46:39 +04:30
nonpop 9f9a4fd80b
Merge pull request #14 from javigafe/patch-1
Fix memory issues
2020-09-09 11:22:34 +03:00
javigafe ff02028ec9
Fix memory issues
Add some free's
2020-02-02 11:52:48 +01:00
nonpop 9e3276f3d2
Merge pull request #13 from codedokode/master
Fix segfault problem
2018-08-12 21:40:46 +03:00
codedokode b06aeb812d Fixed segfault because of out-of-bounds access to a vector, changed index operator to at() to prevent similar problems in future 2018-08-12 01:15:53 +03:00
Kristian Setälä 45b752b130
Merge pull request #10 from ecks/master
-lX11 needs to be at the end when linking
2018-01-18 16:59:24 +02:00
Hristo Asenov 9703b88a1d -lX11 needs to be at the end when linking 2018-01-17 16:47:30 -07:00
Kristian Setälä d023bd7f58
Merge pull request #9 from lilrc/master
Fix install when the destination does not exist.
2017-11-27 09:58:46 +02:00
Karl Linden ac6877fef5
Fix install when the destination does not exist. 2017-11-26 18:46:13 +01:00
Kristian Setälä b35fb960a8
Merge pull request #7 from lilrc/master
Fix linking with --as-needed.
2017-11-05 11:37:03 +02:00
Karl Linden 06a972be33
Fix linking with --as-needed.
Also remove all hardcoding from the Makefile.
2017-10-28 15:16:14 +02:00
Kristian Setälä 3224c912c8 Merge pull request #6 from lilrc/master
Makefile improvements.
2017-10-10 21:58:33 +03:00
Karl Linden 497342a11a
Makefile improvements.
* Respect CXX, CXXFLAGS and LDFLAGS.
 * Add an install rule.
2017-10-08 14:17:34 +02:00
Kristian Setälä c5e17d2436 fix #2 2015-08-04 10:14:31 +03:00
Kristian Setälä 3469f5ce28 Merge pull request #1 from selurvedu/master
Support symbol strings with '_' in place of '+'
2015-08-02 21:04:24 +03:00
selurvedu 2602e1710f Fix issues found by Cppcheck
These include:

  - [X11Exception.h:16]: Class 'X11Exception' has a constructor
    with 1 argument that is not explicit.

  - [wrapper.cpp:62]: Array index 'i' is used before limits check.

  - [wrapper.cpp:183]: Exception should be caught by reference.
2015-07-27 22:02:07 +00:00
selurvedu 7d5c44d4c4 Trim unwanted bracket in layout name 2015-07-27 21:11:13 +00:00
selurvedu 58fa6eb1f9 Support symbol strings with '_' in place of '+'
This fixes a segfault that occurs for the following reason:

 - In XKeyboard::initializeXkb(), the XkbSymbolParser::parse() is called
   with three arguments - string to process (symName),
   vector to push symbol names to (_symbolNames)
   and vector to push variant names to (_variantNames).

 - In XkbSymbolParser::parse(), it looks for char '+' in symName string,
   but Xkb may use '_' instead when creating that string. If the char
   is not found, parse() doesn't append anything to vectors and they
   remain empty.

 - Later, XKeyboard::initializeXkb() tries to access nonexistent data in
   _symbolNames, which causes a segmentation fault (on lines 162-163).
2015-07-20 01:05:59 +03:00
Kristian Setälä 552ba9856f Wording 2010-01-08 15:31:15 +02:00
Kristian Setälä 60c7e38b6e Added a somewhat non-automatic dist target 2010-01-07 22:50:07 +02:00
Kristian Setälä 353828cf8e A small README fix 2010-01-07 22:41:36 +02:00
Kristian Setälä 4b86cba43d Remove extra paragraphs from the list 2010-01-07 22:39:25 +02:00
Kristian Setälä bbfd1e255c README tweaks 2010-01-07 22:31:35 +02:00
Kristian Setälä 7ea6c20d97 Missin rparen 2010-01-07 22:26:00 +02:00
Kristian Setälä 3c6ed2cb47 Added code to validate arg for the set command 2010-01-07 22:23:02 +02:00
Kristian Setälä 8a651b063f A new README file 2010-01-07 22:03:45 +02:00
Kristian Setälä fafaa71e6d -p, -s => print, set; error on incorrect format tag 2010-01-07 22:01:36 +02:00
Kristian Setälä ee21b5b37d .gitignore is back... 2010-01-07 22:00:38 +02:00
Kristian Setälä 17eae4b2a8 Changed commands '-p' and '-s' to 'print' and 'set' 2010-01-07 20:32:06 +02:00
Kristian Setälä 5fd399a610 ...and removed .gitignore =} 2010-01-02 23:28:09 +02:00
Kristian Setälä 091b5ebee9 Added .gitignore 2010-01-02 23:05:46 +02:00
Kristian Setälä 0d41f78da2 Fixed a little oops 2010-01-02 23:04:23 +02:00
Kristian Setälä fee03a4419 Added a README file 2010-01-02 23:03:39 +02:00
Kristian Setälä ecedbe5681 Added a simple makefile 2010-01-02 23:03:23 +02:00
Kristian Setälä 1d6f9d4cf1 The wrapper program 2010-01-02 23:02:57 +02:00
Kristian Setälä 2170545899 Added layout variant code to XKeyboard class 2010-01-02 23:01:53 +02:00
Kristian Setälä 430b9daac6 Original XKeyboard class 2010-01-02 23:01:20 +02:00