| Both sides previous revision Previous revision Next revision | Previous revision | 
| showcase:start [2025-09-29 14:55]  – The-CoDingman scripts joyhak | showcase:start [2025-10-18 06:16] (current)  –  joyhak | 
|---|
|  |  | 
| ===== 2025 ===== | ===== 2025 ===== | 
|  | * ''2025-10-17'' (v2) [[https://github.com/0w0Demonic/Tanuki|Tanuki]] by [[user:0w0Demonic]] - Win32-powered GUI library that directly extends the built-in Gui type and its controls. Things that are normally too complex or tedious are now just part of the toolkit. | 
|  | * ''2025-09-21'' (v1) [[https://github.com/elModo7/Script-Search-Tool|Script Search]] by [[user:elModo7]] - Scripts manager and searcher. Works with archived and plain scripts. Allows you to preview found script. | 
| * ''2025-09-17'' (v2) [[https://github.com/The-CoDingman/RemoteListView.ahk|RemoteListView]] by [[user:The-CoDingman]] - Allows you to easily work with ListView controls in any external application: find, select and retrieve items from ListView. | * ''2025-09-17'' (v2) [[https://github.com/The-CoDingman/RemoteListView.ahk|RemoteListView]] by [[user:The-CoDingman]] - Allows you to easily work with ListView controls in any external application: find, select and retrieve items from ListView. | 
| * ''2025-09-16'' (v2) [[https://github.com/JoyHak/ChangeLogSorter|ChangeLogSorter]] by [[user:Rafaello]] - Merges change logs into one file in chronological order. Allows to sort fixes, changes, etc. by date. | * ''2025-09-16'' (v2) [[https://github.com/JoyHak/ChangeLogSorter|ChangeLogSorter]] by [[user:Rafaello]] - Merges change logs into one file in chronological order. Allows to sort fixes, changes, etc. by date. | 
| * ''2025-06-14'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137712|MenuIcon]] by [[user:SKAN]] - Cheap/Hackish HICONs for Menu.SetIcon() which allows to use [[https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font#how-do-i-get-this-font|Segoe MDL2 Assets]] font for menu icons. | * ''2025-06-14'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137712|MenuIcon]] by [[user:SKAN]] - Cheap/Hackish HICONs for Menu.SetIcon() which allows to use [[https://learn.microsoft.com/en-us/windows/apps/design/style/segoe-ui-symbol-font#how-do-i-get-this-font|Segoe MDL2 Assets]] font for menu icons. | 
| * ''2025-05-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137415&p=604407#p604407|StringifyAll]] ([[https://github.com/Nich-Cebolla/StringifyAll|GitHub]]) by [[user:Cebolla]] - A customizable solution for serializing object properties, including inherited properties, and/or items into a valid JSON string. | * ''2025-05-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137415&p=604407#p604407|StringifyAll]] ([[https://github.com/Nich-Cebolla/StringifyAll|GitHub]]) by [[user:Cebolla]] - A customizable solution for serializing object properties, including inherited properties, and/or items into a valid JSON string. | 
|  | * ''2025-05-22'' (v2) [[https://github.com/Chuckalttponline/ScriptLink--IPC--for-AutoHotKey-v2/tree/main|ScriptLink]] by [[user:Cebolla]] - Class for scripts [[https://www.geeksforgeeks.org/operating-systems/inter-process-communication-ipc|commmunication]] via messages. Allows you to call any function, class and method from any other script. | 
| * ''2025-05-10'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137136|Toggle Taskbar Grouping]] by [[user:mesutakcan]] - Toggles the taskbar grouping setting in Windows. It changes the setting between "Never combine" and "Always combine". | * ''2025-05-10'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137136|Toggle Taskbar Grouping]] by [[user:mesutakcan]] - Toggles the taskbar grouping setting in Windows. It changes the setting between "Never combine" and "Always combine". | 
| * ''2025-05-04'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137065|Inheritance]] ([[https://github.com/Nich-Cebolla/AutoHotkey-LibV2/tree/main/inheritance|GitHub]]) by [[user:Cebolla]] - Functions to work with AHK's object inheritance model. Contains ideas and details how to start working with OOP patterns in AHK. | * ''2025-05-04'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137065|Inheritance]] ([[https://github.com/Nich-Cebolla/AutoHotkey-LibV2/tree/main/inheritance|GitHub]]) by [[user:Cebolla]] - Functions to work with AHK's object inheritance model. Contains ideas and details how to start working with OOP patterns in AHK. | 
| * ''2025-05-04'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=137068|FindControls]] by [[user:Rafaello]] - Wrapper around the MS function ''FindWindowEx'' that provides an alternative fast way to get window controls (elements) recursively. | * ''2025-05-04'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=6&t=137068|FindControls]] by [[user:Rafaello]] - Wrapper around the MS function ''FindWindowEx'' that provides an alternative fast way to get window controls (elements) recursively. | 
|  | * ''2025-04-25'' (v2) [[https://github.com/DemerNkardaz/DSL-KeyPad|DSL KeyPad]] by [[user:DemerNkardaz]] - Multilingual input, auxiliary tool for typing languages based on Latin & Cyrillic scripts and special characters. | 
| * ''2024-04-13'' (v2) [[https://github.com/Descolada/AHK-v2-libraries/blob/main/Lib/WinEvent.ahk|WinEvent]] ([[https://github.com/Descolada/Aris|GitHub]]) by [[user:Descolada]] - Monitors window events for all windows or specific windows and calls passed callback on event. | * ''2024-04-13'' (v2) [[https://github.com/Descolada/AHK-v2-libraries/blob/main/Lib/WinEvent.ahk|WinEvent]] ([[https://github.com/Descolada/Aris|GitHub]]) by [[user:Descolada]] - Monitors window events for all windows or specific windows and calls passed callback on event. | 
| * ''2025-03-10'' (v2) [[https://github.com/0w0Demonic/AquaHotkey|AquaHotkey]] by [[user:0w0Demonic]] - Class prototyping library that lets you rewrite or extend built-in types like ''Array'', ''String'' or ''Map'' to match your own style and preferences. It's big meta-programming toolkit to improve your overall AHK experience. | * ''2025-03-10'' (v2) [[https://github.com/0w0Demonic/AquaHotkey|AquaHotkey]] by [[user:0w0Demonic]] - Class prototyping library that lets you rewrite or extend built-in types like ''Array'', ''String'' or ''Map'' to match your own style and preferences. It's big meta-programming toolkit to improve your overall AHK experience. | 
| * ''2025-02-16'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135897&p=597974#p597974|QuickFind]] ([[https://github.com/Nich-Cebolla/AutoHotkey-QuickFind|GitHub]]) by [[user:Cebolla]] - This function performs a binary search on a sorted array, returning the index of the target value if found. | * ''2025-02-16'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135897&p=597974#p597974|QuickFind]] ([[https://github.com/Nich-Cebolla/AutoHotkey-QuickFind|GitHub]]) by [[user:Cebolla]] - This function performs a binary search on a sorted array, returning the index of the target value if found. | 
| * ''2025-02-06'' (v2) [[https://github.com/Nich-Cebolla/ParseCsv-AutoHotkey|CSV parser]] by [[user:Cebolla]] - An all-purpose, easy-to-use CSV parser. | * ''2025-02-06'' (v2) [[https://github.com/Nich-Cebolla/ParseCsv-AutoHotkey|CSV parser]] by [[user:Cebolla]] - An all-purpose, easy-to-use CSV parser. | 
|  | * ''2025-02-01'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=135649|BorderActions]] by [[user:lnminente]] - Set the borders inside the window inside which the mouse wheel will perform the specified actions. This allows you to use a mouse with a small number of buttons as a multifunctional tool. | 
| * ''2025-01-26'' (v1) [[https://github.com/JoyHak/QuickSwitch|QuickSwitch]] by [[user:Rafaello]] - "Open/save as" file dialog improvement. Lets you automatically switch to the path you need from supported file managers, clipboard or saved favorite paths. | * ''2025-01-26'' (v1) [[https://github.com/JoyHak/QuickSwitch|QuickSwitch]] by [[user:Rafaello]] - "Open/save as" file dialog improvement. Lets you automatically switch to the path you need from supported file managers, clipboard or saved favorite paths. | 
| * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137790|Segoe MDL2 Assets Icon Picker]] ([[https://github.com/akcansoft/Segoe-MDL2-Assets-Icon-Picker|GitHub]]) by [[user:mesutakcan]] - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols. | * ''2025-01-19'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=137790|Segoe MDL2 Assets Icon Picker]] ([[https://github.com/akcansoft/Segoe-MDL2-Assets-Icon-Picker|GitHub]]) by [[user:mesutakcan]] - Lightweight utility that allows you to browse, search, and copy icons from the Segoe MDL2 Assets font, which is widely used in Windows applications for modern UI symbols. | 
| * ''2024-08-04'' (v2) [[https://github.com/Qriist/class_MediaInfo|class_MediaInfo]] by [[user:Qriist]] - Convenient MediaInfo library designed for quickly examining any type of file. | * ''2024-08-04'' (v2) [[https://github.com/Qriist/class_MediaInfo|class_MediaInfo]] by [[user:Qriist]] - Convenient MediaInfo library designed for quickly examining any type of file. | 
| * ''2025-07-30'' (v2) [[https://github.com/akcansoft/AS-Image-Viewer|AS Image Viewer]] by [[user:mesutakcan]] - Minimalist image viewer application that uses [[https://github.com/buliasz/AHKv2-Gdip|GDI+]] for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface. | * ''2025-07-30'' (v2) [[https://github.com/akcansoft/AS-Image-Viewer|AS Image Viewer]] by [[user:mesutakcan]] - Minimalist image viewer application that uses [[https://github.com/buliasz/AHKv2-Gdip|GDI+]] for rendering. It supports multiple image formats and allows easy navigation and management through a simple GUI interface. | 
|  | * ''2025-09-21'' (v2) [[https://github.com/nperovic/GuiEnhancerKit|GUI enhancer]] by [[user:nperovic]] - Provides a set of extended methods and properties to enhance your GUI development experience: rounded controls, change back and front color, apply mika blur, update and resize controls, register messages and more. | 
| * ''2024-06-24'' (v2) [[https://github.com/The-CoDingman/Script-Communication|Script Communication]] by [[user:The-CoDingman]] - Library for scripts [[https://www.geeksforgeeks.org/operating-systems/inter-process-communication-ipc|commmunication]] via messages. Allows to send and recieve messages (and data) between separate AHK scripts. | * ''2024-06-24'' (v2) [[https://github.com/The-CoDingman/Script-Communication|Script Communication]] by [[user:The-CoDingman]] - Library for scripts [[https://www.geeksforgeeks.org/operating-systems/inter-process-communication-ipc|commmunication]] via messages. Allows to send and recieve messages (and data) between separate AHK scripts. | 
| * ''2024-06-20'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=76&t=130859&p=575882&hilit=color+picker#p575882|ChooseFont]] by [[user:JnLlnd]] - Font selection dialog with various flags. | * ''2024-06-20'' (v1) [[https://www.autohotkey.com/boards/viewtopic.php?f=76&t=130859&p=575882&hilit=color+picker#p575882|ChooseFont]] by [[user:JnLlnd]] - Font selection dialog with various flags. | 
| * ''2023-11-28'' (v2) [[https://github.com/G33kDude/cJson.ahk|cJson]] by [[user:geek]] - The first and only AutoHotkey JSON library to use embedded compiled C for high performance. | * ''2023-11-28'' (v2) [[https://github.com/G33kDude/cJson.ahk|cJson]] by [[user:geek]] - The first and only AutoHotkey JSON library to use embedded compiled C for high performance. | 
| * ''2023-10-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=122655|Lua.ahk]] by [[user:delpyth]] - Provides bindings for Lua's DLL, allowing you to use Lua in your AHK scripts. | * ''2023-10-27'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=122655|Lua.ahk]] by [[user:delpyth]] - Provides bindings for Lua's DLL, allowing you to use Lua in your AHK scripts. | 
|  | * ''2023-08-29'' (v1) [[https://github.com/Ixiko/AHK-CodeSearch|Code Search]] by [[user:lxiko]] - Recursive search for any code on your hard drive (not limited to ''.ahk''). Allows you to preview found results, filter them and search in specified directories. | 
| * ''2023-03-31'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=115622|Snipper]] by [[user:FanaticGuru]] - This is a snipping tool to convert an area of the screen into a picture. | * ''2023-03-31'' (v2) [[https://www.autohotkey.com/boards/viewtopic.php?f=83&t=115622|Snipper]] by [[user:FanaticGuru]] - This is a snipping tool to convert an area of the screen into a picture. | 
| * ''2024-03-26'' (v2) [[https://github.com/The-CoDingman/ClipboardManager|ClipboardManager]] by [[user:The-CoDingman]]  Custom Clipboard History Manager allowing you to log information separately from the basic Window's Clipboard History. | * ''2024-03-26'' (v2) [[https://github.com/The-CoDingman/ClipboardManager|ClipboardManager]] by [[user:The-CoDingman]]  Custom Clipboard History Manager allowing you to log information separately from the basic Window's Clipboard History. |