Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
457e3e8
Initialize rust project
wvffle Jan 10, 2020
7fd016c
Init
insertt Jan 10, 2020
0e5ded1
Fix all stuff and make window showup
wvffle Jan 10, 2020
ddae461
Implement configuration
wvffle Jan 11, 2020
868b8b2
Fix embedded resources
insertt Jan 11, 2020
27ad96a
Move from hjson to json5
wvffle Jan 11, 2020
bc87e87
Create config path if it doesn't exist
wvffle Jan 11, 2020
bc59475
Implement get_css()
wvffle Jan 11, 2020
ee29d7f
Port desktop files parser
insertt Jan 12, 2020
fc04cda
Merge remote-tracking branch 'origin/rust' into rust
wvffle Jan 12, 2020
4fde1e2
Move get_config() to Config::get()
wvffle Jan 12, 2020
b0f6342
Add get_css()
wvffle Jan 12, 2020
0316dee
Add part of AppGrid
wvffle Jan 12, 2020
5533243
Implement Grid
wvffle Jan 12, 2020
8a2d0f0
Add items to grid
wvffle Jan 12, 2020
46cea2d
Fix icons
wvffle Jan 12, 2020
23e24a3
Split main.rs into more chunks
wvffle Jan 12, 2020
617a83f
Fix desktop entry parser not breaking on `[`
wvffle Jan 12, 2020
0e026ff
Connect click event
wvffle Jan 12, 2020
9721860
Fix all warnings
wvffle Jan 12, 2020
54e160e
Add another trail to connect events
wvffle Jan 13, 2020
67ab3d3
Add another trail to connect events
wvffle Jan 13, 2020
913587b
Merge remote-tracking branch 'origin/rust' into rust
wvffle Jan 13, 2020
76cb3d6
Implement button callbacks
insertt Jan 15, 2020
3342e85
Implement simple key press handler
insertt Jan 15, 2020
6730113
Add license and readme back
wvffle Jan 16, 2020
b5c19e4
Enable keyboard interactivity by default (for debug purposes)
wvffle Jan 16, 2020
92114a4
Add enter/leave events to buttons (needs fix)
wvffle Jan 16, 2020
ba809d4
Add proper keyboard interactivity switch
wvffle Jan 16, 2020
8f6b055
Code cleanup
insertt Jan 16, 2020
87586bc
Merge remote-tracking branch 'origin/rust' into rust
wvffle Jan 16, 2020
63784cf
Add broken `grid.update()`
wvffle Jan 18, 2020
af5a6f8
Fix button hover effect
wvffle Jan 19, 2020
c3e8ea3
Change `pub(crate)` to `pub`
wvffle Jan 23, 2020
a1682a8
Compilable implementation of grid update
insertt Feb 23, 2020
810d579
Create FUNDING.yml
wvffle Feb 24, 2020
67e5f46
Merge pull request #19 from wvffle/wvffle/add-founding
wvffle Feb 24, 2020
af567ca
Change cargo name to `waffy`
wvffle Mar 28, 2020
735ab5c
Merge branch 'rust' of github.com:wvffle/waffy into rust
wvffle Mar 28, 2020
912d38b
Fix updating grid
wvffle Mar 28, 2020
9338eb1
Fix filtering
wvffle Mar 29, 2020
2dc5dc8
Add code responsible for showing matched chars
wvffle Mar 29, 2020
4668279
Remove unused set_display_label
wvffle Mar 29, 2020
a290e2c
Simplify displaying matched characters
wvffle Mar 29, 2020
8a8a366
Add GridCursor trait and impl
wvffle Mar 29, 2020
1b2686d
Make cursors (not) work in Grid
wvffle Mar 29, 2020
1ce0f48
Fix setting button label when removed search query
wvffle Mar 29, 2020
72f712f
Remove glib
wvffle Mar 30, 2020
505a73c
Update FUNDING.yml
wvffle Nov 13, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# These are supported funding model platforms

github: wvffle
patreon: # Replace with a single Patreon username
open_collective: # Replace with a single Open Collective username
ko_fi: # Replace with a single Ko-fi username
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
liberapay: # Replace with a single Liberapay username
issuehunt: # Replace with a single IssueHunt username
otechie: # Replace with a single Otechie username
custom: ['https://paypal.me/wvffle']
74 changes: 3 additions & 71 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,71 +1,3 @@
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839

# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
.idea/**/dictionaries
.idea/**/shelf

# Generated files
.idea/**/contentModel.xml

# Sensitive or high-churn files
.idea/**/dataSources/
.idea/**/dataSources.ids
.idea/**/dataSources.local.xml
.idea/**/sqlDataSources.xml
.idea/**/dynamic.xml
.idea/**/uiDesigner.xml
.idea/**/dbnavigator.xml

# Gradle
.idea/**/gradle.xml
.idea/**/libraries

# Gradle and Maven with auto-import
# When using Gradle or Maven with auto-import, you should exclude module files,
# since they will be recreated, and may cause churn. Uncomment if using
# auto-import.
# .idea/artifacts
# .idea/compiler.xml
# .idea/jarRepositories.xml
# .idea/modules.xml
# .idea/*.iml
# .idea/modules
# *.iml
# *.ipr

# CMake
cmake-build-*/

# Mongo Explorer plugin
.idea/**/mongoSettings.xml

# File-based project format
*.iws

# IntelliJ
out/

# mpeltonen/sbt-idea plugin
.idea_modules/

# JIRA plugin
atlassian-ide-plugin.xml

# Cursive Clojure plugin
.idea/replstate.xml

# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties

# Editor-based Rest Client
.idea/httpRequests

# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
/target
**/*.rs.bk
.idea/
2 changes: 2 additions & 0 deletions .idea/.gitignore

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions .idea/waffy-rs.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .idea/waffy.iml

This file was deleted.

28 changes: 0 additions & 28 deletions CMakeLists.txt

This file was deleted.

Loading