Commit graph

  • 47c10905bf
    Merge fb5a774a36 into e59d923e90 Riccardo 2025-03-10 23:58:54 +0700
  • e59d923e90 New release master back-0_32_0 rfm 2025-02-11 18:52:08 +0000
  • e63ad3c1d2 Update news.texi for upcoming release Fred Kiefer 2025-02-10 22:40:35 +0100
  • b9038250e6 Fix use of deallocated memory rfm 2024-12-31 08:42:22 +0000
  • 03a2e7e152
    Enable default interpolation due to pixelated screen drawing (#53) Frederik Carlier 2024-11-05 17:30:47 +0000
  • a4af418ad8
    Enable default interpolation due to pixelated screen drawing Marcian Lytwyn 2016-10-19 20:30:16 +0000
  • 4e3ca27c0b
    instead of just getting Latin1 we practically see getting 2 or 3 bytes (even for characters that representable in Latin1) so try our best to interpret them (#50) Riccardo 2024-09-19 08:32:46 +0200
  • ba1c582024
    Define WINBOOL on non-MinGW platforms (#52) Frederik Carlier 2024-09-17 21:19:25 +0200
  • e77e0b6c58
    Define WINBOOL on non-MinGW platforms fixes/winbool Frederik Carlier 2024-09-17 10:27:30 +0200
  • 6e05e1e65e
    Support building natively on Windows (#51) Frederik Carlier 2024-09-14 00:23:01 +0200
  • 92c14d194f
    Support building natively on Windows Frederik Carlier 2024-09-13 22:05:06 +0200
  • d779c743c1 instead of just getting Latin1 we practically see getting 2 or 3 bytes (even for characters that representable in Latin1) so try our best to interpret them extend_char_NSEvent Riccardo Mottola 2024-09-12 02:08:25 +0200
  • d27af6af10
    Fix build errors with Wayland on Debian 13 (trixie) using Clang 16 (#48) Joe Maloney 2024-08-28 16:03:03 -0500
  • 3ac8789078 Remove NSWindow include that was replaced by NSGraphics pkgdemon 2024-08-28 16:00:21 -0500
  • 046d4ba366 Include NSGraphics to eliminate redundant declaration. pkgdemon 2024-08-28 15:48:20 -0500
  • cbceef4abe Comments removed pkgdemon 2024-08-28 15:10:46 -0500
  • 360cb8ed95 Use window parameter directly pkgdemon 2024-08-28 15:07:16 -0500
  • dc29b243f9 Fix selector warnings and method call type issues pkgdemon 2024-08-27 20:59:21 -0500
  • cea5ffc2b6 Revert changes except wl_cursor_destroy to fix build and avoid regressions pkgdemon 2024-08-27 20:44:38 -0500
  • 516349afe7 Fixing build errors in WaylandServer+Cursor pkgdemon 2024-08-27 20:11:08 -0500
  • d08ee51ca4 Fix xdgshell protocol handling and resolve compile errors pkgdemon 2024-08-27 19:50:48 -0500
  • 4da87c840f Solve an undelcared close function pkgdemon 2024-08-27 17:53:47 -0500
  • e03ddf7b2b Update for new release back-0_31_0 Fred Kiefer 2024-05-26 22:14:27 +0200
  • be85eb8ae6 add postscript pasteboard type rfm 2024-03-07 09:50:42 +0000
  • 085082a6cc Add URL/URI-list support (without insisting on trailing cr-lf) rfm 2024-03-06 20:47:04 +0000
  • 0d60ea2935 add html clipboard support rfm 2024-03-06 20:39:29 +0000
  • 4fea5f4dae Add pdf support rfm 2024-03-06 19:04:12 +0000
  • c787d26af2 PNG support in copy and paste; NSPasteboardTypePNG XG_MIME_PNG Riccardo Mottola 2024-03-05 18:00:30 +0100
  • 707c5239e3 Improve debug loging showing method entry/exit informmation rfm 2024-03-05 12:48:21 +0000
  • b8933e4610 Add support for text/plain;charset=utf8 and improve debug logging for available types rfm 2024-03-05 11:36:45 +0000
  • c901bc8cd2 Add support for XG_MIME_PNG and NSPasteboardTypePNG in both copy&paste directions. Riccardo Mottola 2024-03-05 11:13:33 +0100
  • 145ee71f5c iimprove formatting rfm 2024-03-04 21:36:05 +0000
  • 6a221b4dc7 Report all available types in debug rfm 2024-03-04 21:21:45 +0000
  • e66906ef38 Optimisation for reading large properties: avoid memory reallocation and copying data. rfm 2024-03-01 19:29:01 +0000
  • f6707b897a Merge branch 'master' of ssh://github.com/gnustep/libs-back rfm 2024-03-01 18:54:34 +0000
  • 9c31a7e016 debug which types are found available Riccardo Mottola 2024-02-29 22:41:14 +0100
  • ae6529e24f Add some debug for target types sent to X rfm 2024-02-27 10:23:22 +0000
  • bfbe4d8b57 Clean up new Incremental class and add mechanism to cancel old operations. rfm 2024-02-27 05:36:10 +0000
  • daf081b888 Rewrite code providing X selection property value using INCR. rfm 2024-02-26 21:24:11 +0000
  • a0a45faaea Add a lot of debug and rewrite to support sending using the INCR protocol rfm 2024-02-26 17:07:39 +0000
  • 0a32e7284e fix minor leak and avoid inefficient memory reallocation with long properties. rfm 2024-02-25 10:20:43 +0000
  • d8c05939b4 fix leaks in last update rfm 2024-02-20 08:19:01 +0000
  • e781a3ae03 reduce x library traffic and memory footprint during large transfers rfm 2024-02-19 22:06:55 +0000
  • 85bad5ded7 added more logging rfm 2024-02-19 21:17:27 +0000
  • d0a2376e92 try to make logging a bit more verbose Riccardo Mottola 2024-02-19 22:12:26 +0100
  • fb5a774a36 set the WM_CLASS res_class = res_name and not GNUstep, so that it is the App name from NSProcessInfo, that way certaain windowmanagers (e.g. Xfce) can group windows per application, and not lump all GS apps together win_groups Riccardo Mottola 2023-12-20 01:28:17 +0100
  • 895fdbcf39 reshuffle code, compact name calculation and return NSString and not NSMutableString Riccardo Mottola 2023-11-21 23:40:49 +0100
  • 4bb1370086 fix compiler warning with some code cleanup Riccardo Mottola 2023-11-21 23:26:40 +0100
  • 519f57d85a
    Merge pull request #43 from qmfrederik/fixes/access-violation Fred Kiefer 2023-10-11 17:46:37 +0200
  • 421c09dac2 Avoid AV in Win32FontInfo setupAttributes Frederik Carlier 2023-10-11 12:50:29 +0200
  • 9ab65edd14
    Merge pull request #42 from qmfrederik/features/headless-pr keysight_tag_10102023-2 keysight_tag_10102023 Fred Kiefer 2023-10-01 23:30:01 +0200
  • 8f0146f50d Update copyright headers Frederik Carlier 2023-10-01 20:03:22 +0200
  • feb28c4d84 Avoid instance variables on msvc Frederik Carlier 2023-09-30 22:00:00 +0200
  • 3c1b5e1397 Build multiple configurations Frederik Carlier 2023-09-28 18:59:14 +0000
  • e9c633abf7 Add font enumerator, font info, and other classes Frederik Carlier 2023-09-28 11:53:15 +0000
  • bc1d726f41 Run autoreconf -i Frederik Carlier 2023-09-28 11:32:03 +0000
  • 64f685db1c Filter out duplicates from subprojects Frederik Carlier 2023-09-28 12:27:47 +0000
  • f56d4cfce2 Skaffold headless backend Frederik Carlier 2023-09-28 11:31:31 +0000
  • 1ec7eb6ecb Run autoreconf -i Frederik Carlier 2023-09-28 09:57:24 +0000
  • 7c0c511674
    Merge pull request #41 from qmfrederik/features/ci Fred Kiefer 2023-09-28 23:54:43 +0200
  • af84372398 Add GitHub Actions Frederik Carlier 2023-09-28 08:01:12 +0000
  • 20d678fe9f -am keysight_headless_backend_tag keysight_headless_backend Gregory Casamento 2023-09-02 16:59:15 +0000
  • 9fb73782e0 Fix compilation error in headless backend Gregory Casamento 2023-08-28 10:45:52 +0000
  • 4ed9301961 Correct headless configuration issue Gregory Casamento 2023-08-28 10:09:11 +0000
  • 544cf2eb2a Update copyright headers and authors Gregory John Casamento 2023-08-17 07:00:32 -0400
  • d23c85132b Update copyrights and author names Gregory John Casamento 2023-08-17 06:47:55 -0400
  • 29e2fa95ae Fix method signatures in categories so that they override the methods in GSDisplayServer properly Gregory John Casamento 2023-08-08 10:22:17 -0400
  • 354f323344 Silence warnings Gregory John Casamento 2023-08-08 09:09:40 -0400
  • 8e6a546d05 Update headless backend so that all headers are named properly... Gregory John Casamento 2023-08-08 07:35:26 -0400
  • 5e030e7505 Update config.h.in for headless backend Gregory John Casamento 2023-08-08 05:44:05 -0400
  • cbc6e7f66f Update configure Gregory John Casamento 2023-08-02 12:03:42 -0400
  • ef2772c37d Update configure gnustep_testplant_branch_rebase Gregory John Casamento 2023-08-07 06:50:32 -0400
  • c71544ba46 Update code to merge in headless mode Gregory Casamento 2023-08-07 06:23:56 -0400
  • 78a80fe920 Update backend to support headless Gregory Casamento 2023-08-03 01:36:00 -0400
  • 49cefc8df9 Update configure script Gregory Casamento 2023-08-02 12:02:02 -0400
  • 4030602b66 Cleanup formatting and whitespace Gregory Casamento 2023-08-02 09:22:08 -0400
  • 4c8524a209 Add headless backend Gregory Casamento 2023-08-01 11:58:11 -0400
  • 9f501c1e1f Add patches to keysight-msvc-staging keysight-msvc-staging Gregory Casamento 2023-03-13 12:28:12 +0000
  • 909bd06688 Update for new release back-0_30_0 keysight_stable Richard Frith-Macdonald 2022-12-29 16:50:36 +0000
  • a0a2d55ee9
    Merge pull request #2 from jcaselman-keysight/gnustep_testplant_justin_dont_use_xargs_in_clean jcaselman-keysight 2022-11-01 15:39:43 -0600
  • adec4ca9e6 dont use xargs in clean Justin Caselman 2022-11-01 10:08:03 -0600
  • cffb829836 Change WinBool -> WINBOOL keysight-staging David Vernon 2022-05-20 16:27:01 -0600
  • e611c10eae Change WINBOOL->WinBOOL Gregory John Casamento 2022-05-12 16:26:10 -0400
  • affd5c2b69 Update WINBOOL to WinBOOL to fix error Gregory John Casamento 2022-05-12 16:18:00 -0400
  • e5b3b12d56 Added zeroconf / bonjour support. DavidHVernon 2022-05-05 15:41:40 -0600
  • ecfb42a893 Delete property on begin and at every Notify to start and continue transfer of INCR. Riccardo Mottola 2022-02-22 00:09:00 +0100
  • db40d23ed6
    Merge pull request #38 from anthonyc-r/scale_factor_font_advancement Fred Kiefer 2022-01-24 20:03:00 +0100
  • 20182c8ec8 Cairo: Default font hinting to off when GSScaleFactor is set to values other than 1.0 anthony 2022-01-24 09:56:03 +0000
  • d7cfebe169
    Merge pull request #37 from nongio/wayland-cursor-fix Fred Kiefer 2021-12-29 14:44:03 +0100
  • 977b375feb wayland: use GSStandardWindowDecorationView to hit-test cursor clicks Riccardo Canalicchio 2021-12-29 14:29:44 +0100
  • 9c7c878717
    Merge pull request #35 from nongio/wayland-pointer Fred Kiefer 2021-12-27 17:52:47 +0100
  • 89280c0e3e code formatting Riccardo Canalicchio 2021-12-27 15:21:03 +0100
  • 06be91b267
    Merge pull request #34 from nongio/wayland-shm-surface Fred Kiefer 2021-12-27 13:29:36 +0100
  • cb3a8d1501
    Merge pull request #36 from nongio/wayland-menu-api-change Fred Kiefer 2021-12-27 13:18:48 +0100
  • ec500d2bfb wayland backend: libs-gui api change _menu Riccardo Canalicchio 2021-12-27 10:00:02 +0100
  • cc7af18075 wayland backendL capture mouse bugfix Riccardo Canalicchio 2021-12-27 09:53:15 +0100
  • a240d1b4d8 wayland cursor: capture and release methods Riccardo Canalicchio 2021-12-22 07:39:45 +0100
  • 2683cdd8ab Wayland backend: cursor event serial Riccardo Canalicchio 2021-12-19 23:38:23 +0100
  • 54b2b172d8 Wayland backend: cursor icon functions Riccardo Canalicchio 2021-12-18 16:17:30 +0100
  • 5db58c071d Wayland backend: window ignoreMouse Riccardo Canalicchio 2021-12-18 14:55:51 +0100