[PR #237] [MERGED] feat(ipc): commands for opening/closing popups #6189

Closed
opened 2026-05-23 01:55:25 +01:00 by JakeStanger · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/JakeStanger/ironbar/pull/237
Author: @JakeStanger
Created: 7/16/2023
Status: Merged
Merged: 7/16/2023
Merged by: @JakeStanger

Base: masterHead: feat/ipc-popup


📝 Commits (1)

  • b7ee794 feat(ipc): commands for opening/closing popups

📊 Changes

30 files changed (+747 additions, -345 deletions)

View changed files

📝 docs/Controlling Ironbar.md (+43 -0)
📝 src/bar.rs (+27 -6)
src/global_state.rs (+43 -0)
📝 src/gtk_helpers.rs (+73 -4)
📝 src/image/gtk.rs (+7 -7)
📝 src/ipc/commands.rs (+25 -1)
📝 src/ipc/mod.rs (+11 -2)
📝 src/ipc/server.rs (+92 -13)
📝 src/main.rs (+56 -43)
📝 src/modules/clipboard.rs (+13 -11)
📝 src/modules/clock.rs (+17 -16)
📝 src/modules/custom/box.rs (+1 -1)
📝 src/modules/custom/button.rs (+8 -6)
📝 src/modules/custom/image.rs (+6 -4)
📝 src/modules/custom/label.rs (+5 -3)
📝 src/modules/custom/mod.rs (+22 -14)
📝 src/modules/custom/progress.rs (+7 -5)
📝 src/modules/custom/slider.rs (+11 -9)
📝 src/modules/focused.rs (+6 -6)
📝 src/modules/label.rs (+3 -3)

...and 10 more files

📄 Description

Also includes some refactoring around related GTK helper code

Resolves #91


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/JakeStanger/ironbar/pull/237 **Author:** [@JakeStanger](https://github.com/JakeStanger) **Created:** 7/16/2023 **Status:** ✅ Merged **Merged:** 7/16/2023 **Merged by:** [@JakeStanger](https://github.com/JakeStanger) **Base:** `master` ← **Head:** `feat/ipc-popup` --- ### 📝 Commits (1) - [`b7ee794`](https://github.com/JakeStanger/ironbar/commit/b7ee794bfc86730e7921c8a930cf8d8bb44474ad) feat(ipc): commands for opening/closing popups ### 📊 Changes **30 files changed** (+747 additions, -345 deletions) <details> <summary>View changed files</summary> 📝 `docs/Controlling Ironbar.md` (+43 -0) 📝 `src/bar.rs` (+27 -6) ➕ `src/global_state.rs` (+43 -0) 📝 `src/gtk_helpers.rs` (+73 -4) 📝 `src/image/gtk.rs` (+7 -7) 📝 `src/ipc/commands.rs` (+25 -1) 📝 `src/ipc/mod.rs` (+11 -2) 📝 `src/ipc/server.rs` (+92 -13) 📝 `src/main.rs` (+56 -43) 📝 `src/modules/clipboard.rs` (+13 -11) 📝 `src/modules/clock.rs` (+17 -16) 📝 `src/modules/custom/box.rs` (+1 -1) 📝 `src/modules/custom/button.rs` (+8 -6) 📝 `src/modules/custom/image.rs` (+6 -4) 📝 `src/modules/custom/label.rs` (+5 -3) 📝 `src/modules/custom/mod.rs` (+22 -14) 📝 `src/modules/custom/progress.rs` (+7 -5) 📝 `src/modules/custom/slider.rs` (+11 -9) 📝 `src/modules/focused.rs` (+6 -6) 📝 `src/modules/label.rs` (+3 -3) _...and 10 more files_ </details> ### 📄 Description Also includes some refactoring around related GTK helper code Resolves #91 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
JakeStanger 2026-05-23 01:55:25 +01:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#6189
No description provided.