Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
AlicVB
/
lua-scripts
Public
forked from
darktable-org/lua-scripts
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lua-scripts
tools
script_manager.lua
on
master
User selector
All users
All time
Commit history
Commits on Feb 20, 2019
Changed check_min_api_version() to print error messages and throw an error if the minimum api is not satisfied. Updated the scripts to reflect the changed check_min_api_version().
wpferguson
committed
8b714ed
View commit details
Copy full SHA for 8b714ed
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
Added check_min_api_function to dtutils.lua to check the minimum version of the lua API required for a script to run. This is intended to replace the API check done with darktable.configuration.ch…
Show description for 451c7fb
wpferguson
committed
451c7fb
View commit details
Copy full SHA for 451c7fb
View code at this point
Browse repository at this point
Commits on Nov 22, 2018
Fixed bug where the wrong script could be activated, because the script to activate was found by string matching. Replaced string match with value of category selector and script name to avoid any…
Show description for 0550f4e
wpferguson
committed
0550f4e
View commit details
Copy full SHA for 0550f4e
View code at this point
Browse repository at this point
Commits on Aug 26, 2018
string.match on a filename with a - resulted in a failed match. Added a check for the dash and escaped it.
wpferguson
committed
e7adf8c
View commit details
Copy full SHA for e7adf8c
View code at this point
Browse repository at this point
Commits on Aug 23, 2018
fixed buy on windows where preferences wee not getting saved
wpferguson
committed
f724335
View commit details
Copy full SHA for f724335
View code at this point
Browse repository at this point
Commits on Aug 21, 2018
reverted change from nested if statements to a multiple and statement because it didn't work
wpferguson
committed
0858a19
View commit details
Copy full SHA for 0858a19
View code at this point
Browse repository at this point
fixed typo in preferences
wpferguson
committed
8d74642
View commit details
Copy full SHA for 8d74642
View code at this point
Browse repository at this point
enabled link to lua-scripts version
wpferguson
committed
abc959a
View commit details
Copy full SHA for abc959a
View code at this point
Browse repository at this point
Cleaned up the code and incorporated Tobias Jakob's comments
wpferguson
committed
02bb942
View commit details
Copy full SHA for 02bb942
View code at this point
Browse repository at this point
Commits on Aug 19, 2018
Fixed enable preference not saved
wpferguson
committed
a37c33e
View commit details
Copy full SHA for a37c33e
View code at this point
Browse repository at this point
Added error feedback when script doesn't load
wpferguson
committed
0e49264
View commit details
Copy full SHA for 0e49264
View code at this point
Browse repository at this point
Commits on Aug 18, 2018
Created tools/script_manager.lua to provide an interface from darktable for managing the lua scripts. Updated README.md to reflect the added script.
wpferguson
committed
a309db8
View commit details
Copy full SHA for a309db8
View code at this point
Browse repository at this point
Loading
You can’t perform that action at this time.