forked from pool/libxpp
* replace Git tarball by upstream release tarball
* use proper SONAME (libxpp-0_2_0 wasn't the SONAME, now it is libxpp-3)
* minor changes in the code:
- consistently marm move ctors and operators as noexcept
- improvements in the build system
- use new libcosmos dependency
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libxpp?expand=0&rev=14
62 lines
2.6 KiB
Plaintext
62 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Aug 12 09:07:26 UTC 2024 - Matthias Gerstner <matthias.gerstner@suse.com>
|
|
|
|
- update to version 0.3.1:
|
|
* replace Git tarball by upstream release tarball
|
|
* use proper SONAME (libxpp-0_2_0 wasn't the SONAME, now it is libxpp-3)
|
|
* minor changes in the code:
|
|
- consistently marm move ctors and operators as noexcept
|
|
- improvements in the build system
|
|
- use new libcosmos dependency
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 14 08:57:13 UTC 2024 - matthias.gerstner@suse.com
|
|
|
|
- Update to version 0.2.0+git84fb050:
|
|
* keyboard: add helper function to turn strings into KeySymID and InputModifier
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Mar 06 09:40:15 UTC 2024 - matthias.gerstner@suse.com
|
|
|
|
- Update to version 0.2.0+git4881bea:
|
|
* global: replace cosmos and xpp #include with angle brackets
|
|
- rollback the "-debugsource" fix that didn't work as expected
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 13:29:42 UTC 2024 - Matthias Gerstner <matthias.gerstner@suse.com>
|
|
|
|
- fix -debugsource package contents
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 16 09:45:18 UTC 2024 - matthias.gerstner@suse.com
|
|
|
|
- Update to version 0.2.0+gitd141e4c:
|
|
* buildsystem: use single quotes throughout
|
|
* python files: flake8 fixes
|
|
* gitignore: ignore all build trees
|
|
* buildsystem: support not building docs
|
|
* SConstruct: use new helper method to pull in libcosmos
|
|
* XWindow: also export utf8_string getter
|
|
* XCursor: support defining a cursor from pixmap data
|
|
* Pixmap: support creating Pixmap from in-memory bitmap data
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 09 10:08:50 UTC 2024 - matthias.gerstner@suse.com
|
|
|
|
- Update to version 8273a92:
|
|
* global: harmonize naming scheme, rename X++ -> xpp
|
|
* test/SConstruct: skip tests in non-graphical environments
|
|
* props test: further limit which properties can be used
|
|
* buildsystem: support building against libcosmos installed in the system
|
|
* ClientMessageEvent: add specialization for _NET_WM_STATE handling
|
|
* props test: make test more dynamic to find proper property
|
|
* Event: support clearing the low level event structure with zeroes
|
|
* update to newest libcosmos sub-module commit
|
|
* doxygen.conf: remove deprecated tags and fix file path names
|
|
* doxygen comments: replace \c commands by Markdown `` syntax.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 7 11:01:34 UTC 2024 - Matthias Gerstner <matthias.gerstner@suse.com>
|
|
|
|
- initial version of the package
|