Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-04-11
| ||
06:54 | Version 3.0.3 Leaf check-in: d8cafed580 user: gahr tags: 3.0.3, trunk | |
06:41 | Fix warnings with newer GCC check-in: f4e7946786 user: gahr tags: trunk | |
2024-04-08
| ||
12:38 | Version 3.0.2 check-in: c051030523 user: gahr tags: 3.0.2, trunk | |
12:36 | Append to, don't override C(XX)/LDFLAGS check-in: 0a658191e8 user: gahr tags: trunk | |
2023-03-25
| ||
14:36 | Merge trunk Leaf check-in: 9b249153a5 user: gahr tags: xkbcommon | |
14:04 | Use xkbcommon to handle keyboard events Initial work to better handle keyboard states and support utf-8 strings. check-in: 11809092fa user: gahr tags: xkbcommon | |
2023-03-08
| ||
07:59 | Add xproto to the list of pkg-config modules check-in: 32f9a0eb86 user: gahr tags: trunk | |
2023-03-05
| ||
14:50 | Make clangd happier check-in: 8012a8fd0d user: gahr tags: trunk | |
13:57 | Do not crash on failure to parse a color check-in: e5bbf76c91 user: gahr tags: trunk | |
13:37 | Parse integer arguments as ints check-in: d72caa3d59 user: gahr tags: trunk | |
13:36 | Better makefile check-in: 9e3404276f user: gahr tags: trunk | |
2023-03-04
| ||
17:32 | Version 3.0.1 check-in: fde00b836b user: gahr tags: 3.0.1, trunk | |
17:31 | Fix warning due to unqualified call to std::move, see https://reviews.llvm.org/D119670 check-in: 85efd154f9 user: gahr tags: trunk | |
15:29 | Version 3.0.0 check-in: 6182d907a8 user: gahr tags: 3.0.0, trunk | |
15:26 | Tidy Makefile check-in: c5f4213ff7 user: gahr tags: trunk | |
15:24 | Fix backspace so it erases a single character check-in: e9bb1dbd35 user: gahr tags: trunk | |
15:23 | Remove copyright years check-in: 9a0d88ac24 user: gahr tags: trunk | |
15:22 | Remove original copyright, there is none of the original code left check-in: 73ee8dc656 user: gahr tags: trunk | |
15:22 | Specify that thingylaunch is a complete rewrite check-in: 4a35bcd4c4 user: gahr tags: trunk | |
15:11 | Tidy README check-in: 89dc0b72ce user: gahr tags: trunk | |
15:04 | Remove references to picking X11 or XCB check-in: 91f2c8f989 user: gahr tags: trunk | |
14:49 | Get rid of the X11 backend and of CMake check-in: e20b1b6f61 user: gahr tags: trunk | |
13:50 | [248203c24b] Add arguments -x, -y, -w, -h to specify the window geometry check-in: 66d3cefec3 user: gahr tags: trunk | |
2023-03-03
| ||
15:26 | Update README check-in: e97fa7bae4 user: gahr tags: trunk | |
15:13 | Document -left and -top coordinates check-in: a38c9d5be9 user: gahr tags: trunk | |
15:10 | [248203c24b] Allow specifying the window position with -left and -top check-in: 01a39afa0d user: gahr tags: trunk | |
15:06 | Modernize cmake, fix warning check-in: 8c9d33aa21 user: gahr tags: trunk | |
2023-03-02
| ||
07:37 | Remove reference to old site check-in: fefcc8a33f user: gahr tags: trunk | |
2017-09-04
| ||
18:05 | Update copyright years check-in: 4848f7798b user: gahr tags: trunk | |
18:05 | Add usage message check-in: bad4744b93 user: gahr tags: trunk | |
08:13 | Update copyright years check-in: 3e3813e9e5 user: gahr tags: trunk | |
08:12 | Remove unused method signature check-in: c53d4aab12 user: gahr tags: trunk | |
2016-02-11
| ||
16:05 | Update copyright years check-in: 3e98ea899d user: gahr tags: trunk | |
15:11 | Constify internal iterator of Completion and History check-in: 2f9b5503c2 user: gahr tags: trunk | |
15:10 | XCB modules are required if USE_XCB is set check-in: a2955507e9 user: gahr tags: trunk | |
2014-08-04
| ||
12:19 | Version 2.0.3 * Fix a seg-fault when trying to tab-complete an empty command check-in: 9603bbe52f user: gahr tags: 2.0.3, trunk | |
2014-07-29
| ||
13:04 | Version 2.0.2 * Do not duplicate identical entries at the end of the history * Import the std namespace in implementation files * Switch to using non-member begin() and end() check-in: 7d5bec6486 user: gahr tags: 2.0.2, trunk | |
2014-04-14
| ||
10:07 | Version 2.0.1 * Chase compiler warnings check-in: 7585a9dc49 user: gahr tags: 2.0.1, trunk | |
10:06 | Chase compiler warnings check-in: 5c97072d32 user: gahr tags: trunk | |
09:25 | Version 2.0.0 * Fix a bug where the cursor position was invalidated after a character insertion * Implement X11 stuff on top of both libX11 (default) and XCB (CMake -DUSE_XCB=ON) * Handle more options related to font handling check-in: 35f648094f user: gahr tags: 2.0.0, trunk | |
2014-04-11
| ||
10:00 | Update README.md check-in: ea3a61fe76 user: gahr tags: trunk | |
09:51 | Rationalize X11-related include files check-in: 1c5364880a user: gahr tags: trunk | |
08:53 | Merge branch 'XCB' Conflicts: thingylaunch.cpp check-in: 94bf0c11a8 user: gahr tags: trunk | |
2014-04-10
| ||
14:16 | Restore a sane window width check-in: 8c24d1fa61 user: gahr tags: trunk | |
14:15 | Grab keyboard inside a loop for XCB as well check-in: 4893af76a5 user: gahr tags: trunk | |
13:50 | Implement X11 with both libX11 and libxcb, select at build time check-in: 3f346e4955 user: gahr tags: trunk | |
09:03 | Handle more font options, restore uppercase letters, make cursor position a size_type check-in: 318367ef82 user: gahr tags: trunk | |
07:25 | Fix a bug where the cursor position was invalidated after a character insetion check-in: 2d366abf06 user: gahr tags: trunk | |
2014-04-09
| ||
21:33 | Fix a bug where the cursor position was invalidated after a character insetion check-in: 20964ef946 user: gahr tags: trunk | |
21:25 | Fix override-redirect flag value check-in: 1bc700282e user: gahr tags: trunk | |