glimmer-dsl-libui 0.5.22 → 0.5.24
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/README.md +24 -7
- data/VERSION +1 -1
- data/docs/examples/GLIMMER-DSL-LIBUI-ADVANCED-EXAMPLES.md +167 -2707
- data/examples/gpt2_notepad.rb +107 -0
- data/glimmer-dsl-libui.gemspec +0 -0
- data/lib/glimmer/libui/custom_control/refined_table.rb +1 -1
- metadata +4 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8a3fb5422bc0c88094c10ddb3c369ae175f35d3b726e49650d1cb85e12a1f31d
|
4
|
+
data.tar.gz: 420c3b8d874def1cae001e6c4001b228a1a94b5d81443bb7bb9497debb5fc2c7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 336a366ffa0435d3479ed5ed966782b23f38b5b7f6053e212bfaa0bab7e659231cf71f92b7987d1c761f2dd4849786a69fa7e0f90e3cb7699097c1410a028a60
|
7
|
+
data.tar.gz: 2b739a8f08f4d8fee60275bae6473a6d47546db2b242e63a55e9e25289f380ef2e4336754670f4cce9405bf8446fd2d6b9ec4ebcb1b3a9800985bb0f1c930ed5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Change Log
|
2
2
|
|
3
|
+
## 0.5.24
|
4
|
+
|
5
|
+
- Update examples/gp2_notepad.rb to avoid sorting ( thank you @kojix2 )
|
6
|
+
- Fix issue with `refined_table` crashing when `cell_rows` contains `nil` values for some of the cells.
|
7
|
+
|
8
|
+
## 0.5.23
|
9
|
+
|
10
|
+
- New examples/gp2_notepad.rb
|
11
|
+
|
3
12
|
## 0.5.22
|
4
13
|
|
5
14
|
- Update support for `refined_table` column-specific term filtering to do an exact term filtering when entering a double-quoted column value (e.g. first_name:"John Doe")
|
data/README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1
|
-
# [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for LibUI 0.5.
|
1
|
+
# [<img src="https://raw.githubusercontent.com/AndyObtiva/glimmer/master/images/glimmer-logo-hi-res.png" height=85 />](https://github.com/AndyObtiva/glimmer) Glimmer DSL for LibUI 0.5.24
|
2
2
|
## Prerequisite-Free Ruby Desktop Development GUI Library
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/glimmer-dsl-libui.svg)](http://badge.fury.io/rb/glimmer-dsl-libui)
|
4
4
|
[![Join the chat at https://gitter.im/AndyObtiva/glimmer](https://badges.gitter.im/AndyObtiva/glimmer.svg)](https://gitter.im/AndyObtiva/glimmer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
5
5
|
|
6
|
-
[
|
6
|
+
(**[Fukuoka Ruby Award Competition 2022 Special Award Winner](https://andymaleh.blogspot.com/2022/02/glimmer-dsl-for-libui-wins-fukuoka-ruby.html)** [[Award Announcement]](http://www.digitalfukuoka.jp/topics/187?locale=ja))
|
7
7
|
|
8
8
|
[Glimmer](https://github.com/AndyObtiva/glimmer) DSL for [LibUI](https://github.com/kojix2/LibUI) is a prerequisite-free [MRI Ruby](https://www.ruby-lang.org) desktop development GUI (Graphical User Interface) library. No need to pre-install any prerequisites. Just install the [gem](https://rubygems.org/gems/glimmer-dsl-libui) and have platform-independent native GUI that just works!
|
9
9
|
|
@@ -392,6 +392,7 @@ DSL | Platforms | Native? | Vector Graphics? | Pros | Cons | Prereqs
|
|
392
392
|
- [Chess](#chess)
|
393
393
|
- [RubyCrumbler](#rubycrumbler)
|
394
394
|
- [Rubio-Radio](#rubio-radio)
|
395
|
+
- [PMV Calc](#pmv-calc)
|
395
396
|
- [Process](#process)
|
396
397
|
- [Resources](#resources)
|
397
398
|
- [Help](#help)
|
@@ -538,7 +539,7 @@ gem install glimmer-dsl-libui
|
|
538
539
|
Or install via Bundler `Gemfile`:
|
539
540
|
|
540
541
|
```ruby
|
541
|
-
gem 'glimmer-dsl-libui', '~> 0.5.
|
542
|
+
gem 'glimmer-dsl-libui', '~> 0.5.24'
|
542
543
|
```
|
543
544
|
|
544
545
|
Test that installation worked by running the [Meta-Example](#examples):
|
@@ -2627,15 +2628,31 @@ NLP (Natural Language Processing) App
|
|
2627
2628
|
|
2628
2629
|
https://github.com/joh-ga/RubyCrumbler
|
2629
2630
|
|
2630
|
-
|
2631
|
-
| :---: | :---: | :---:
|
2632
|
-
![mac_31](https://user-images.githubusercontent.com/72874215/159339948-b7ae1bf2-60c1-4dae-ac1a-4e13a6048ef0.gif)|![windows_4](https://user-images.githubusercontent.com/72874215/160242473-c38439be-0955-4e89-9f3f-b3d0567531fd.gif)|![rubycrumbler_linux](https://user-images.githubusercontent.com/72874215/160242460-99af1c8c-b43f-458d-bd69-1274a0bd9814.gif)
|
2631
|
+
![mac_31](https://user-images.githubusercontent.com/72874215/159339948-b7ae1bf2-60c1-4dae-ac1a-4e13a6048ef0.gif)
|
2633
2632
|
|
2634
2633
|
### Rubio-Radio
|
2635
2634
|
|
2636
2635
|
https://github.com/kojix2/rubio-radio
|
2637
2636
|
|
2638
|
-
![rubio radio screenshot](https://
|
2637
|
+
![rubio radio screenshot](https://raw.githubusercontent.com/kojix2/rubio-radio/main/screenshots/rubio-radio-linux.png)
|
2638
|
+
|
2639
|
+
### PMV Calc
|
2640
|
+
|
2641
|
+
https://github.com/bzanchet/pmv-calc
|
2642
|
+
|
2643
|
+
![PMV Calc](https://raw.githubusercontent.com/AndyObtiva/pmv-calc/screenshot/screenshots/PMV-Calc.png)
|
2644
|
+
|
2645
|
+
### Suika Box
|
2646
|
+
|
2647
|
+
https://github.com/kojix2/suikabox
|
2648
|
+
|
2649
|
+
![suika box screenshot](https://raw.githubusercontent.com/AndyObtiva/suikabox/main/screenshot.png)
|
2650
|
+
|
2651
|
+
### HTS Grid
|
2652
|
+
|
2653
|
+
https://github.com/kojix2/htsgrid
|
2654
|
+
|
2655
|
+
![hts grid screenshot](https://raw.githubusercontent.com/AndyObtiva/htsgrid/main/screenshot-00.png)
|
2639
2656
|
|
2640
2657
|
## Process
|
2641
2658
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.5.
|
1
|
+
0.5.24
|