Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Srain

Modren IRC GTK client
Collective - Host: opensource - https://opencollective.com/srain - Website: https://srain.silverrainz.me - Code: https://github.com/SrainApp

ui: online_listbox with icon(rename as user_list)

github.com/SrainApp/srain - f65b8bcbc7aece64c84049ce2fdf730b3aef5b58 authored almost 9 years ago
ui: remove unused annex_shot_button(no appear in 0.01)

github.com/SrainApp/srain - eaf8212603a810b4661e43cdceebe7b7722bbe31 authored almost 9 years ago
ui: add SrainImage: load image from url async

github.com/SrainApp/srain - a03f237ea84fa208e9639d86aa5574e2cee8fce2 authored almost 9 years ago
plugin: you can upload image directly now!

github.com/SrainApp/srain - 0a599ba94f8680c141f46197053ebbb06dd4096e authored almost 9 years ago
add new func: show_open_filechooser()

github.com/SrainApp/srain - 49fa76ac097c6f6fa2f863fda7e1df7dbd63afd1 authored almost 9 years ago
srain_chan.c: hide popover after clicking buttons

github.com/SrainApp/srain - c0b9a0713228b6641ed7d620f60af26a5aca2af4 authored almost 9 years ago
dynamic creating GtkImage when recvied a image url, modified some layout

github.com/SrainApp/srain - 77e2335f338d0cb72fc69c2bc95d916682d6cb00 authored almost 9 years ago
download.c: BKDR hash

github.com/SrainApp/srain - 42f6159809747365e61b756507a244be2523dd56 authored almost 9 years ago
rc.c: exception control

github.com/SrainApp/srain - ef91eb7855c4de641c8b846f48a8493e4cf3b93c authored almost 9 years ago
now srain can build and install with a specified prefix

github.com/SrainApp/srain - 79ce1987a6c3a60764e124165feab84836eab6e1 authored almost 9 years ago
ui: some callback func

github.com/SrainApp/srain - 941029e2cd5367f61f1c0c3057ef5456ac7f111d authored almost 9 years ago
ui: use GtkPopover to show channel option, remove Sidebar menu

github.com/SrainApp/srain - 0b92660d6c7ac3ff1d1b6c324ff773a6f7bbfa92 authored almost 9 years ago
use GtkPopover show SrainAboutBox

github.com/SrainApp/srain - 4eeae3d68abae8ddf0bc08ef05224c6ba0ba8afe authored almost 9 years ago
ui: add SrainAboutBox, no finished yet

github.com/SrainApp/srain - 93e539a9ec3c54423c7c1c3738ca7b6f7939d3d9 authored almost 9 years ago
src/ui/srain_chan.c: scroll control

github.com/SrainApp/srain - 974417f2ccd51573b074478e16966b0f291edc3a authored almost 9 years ago
src/inc/meta.h: fix typo

github.com/SrainApp/srain - ae9b71e23b60a1fe3b5166ac6e08f081184c7977 authored almost 9 years ago
nick auto completion work now, only complete nick from irc

- use <C-n> or Tab to toggle it
- Gtk Sucks!

github.com/SrainApp/srain - 25cdea1cd2e7265230decd54d4db568e376350c1 authored almost 9 years ago
deal with more command and etc.

- move strip() to irc_parse.c
- remove srain_magic.h add meta.h
- add `/help` command
- if a recv...

github.com/SrainApp/srain - 8749dff7fa8c4f44faf0d979408f56bd7c4a76c1 authored almost 9 years ago
deal with kick, invite, mode

github.com/SrainApp/srain - 6e2426f4b88b237d34c3b07893fcdea935cbd66b authored almost 9 years ago
src/srain.c: fix strip() and srain_cmd()

github.com/SrainApp/srain - 0764a7bab7e5fb307d50c47c304a5d6055285d5e authored almost 9 years ago
WHOIS message display improve

github.com/SrainApp/srain - 08a6ac559bdbf5a8558a0b5dd4803ef02dca05ad authored almost 9 years ago
short cut! <C-j/k>: switch channels, <up/down>: browse message

github.com/SrainApp/srain - 9985a8e60a01e546548fae96021c6cc01f9573a1 authored almost 9 years ago
remove SrainDetailDialog

- src/markup.c: fix regex

github.com/SrainApp/srain - d1f04c386609b25d57183848f9857321334cdea6 authored almost 9 years ago
src/srain.c: deal with WHOIS message and etc.

- src/inc/{ui.c,srain_chan.c,srain_msg.{h,c}}: remove useless parameters
- src/irc/irc.{c,h}: add...

github.com/SrainApp/srain - 63d078538e746f80a40da5bb0cc50bfdf8d8d26c authored almost 9 years ago
ui: add revealer for topic label, add channel's attr label

github.com/SrainApp/srain - 46c45cf012067fcafbaef8607d99692a93d15539 authored almost 9 years ago
add default_avatar.png

github.com/SrainApp/srain - 93584b4b1ac7c83c7037b8bb122e8515222eb6bc authored almost 9 years ago
modified recv_msg & send_msg's layout, improve #9

github.com/SrainApp/srain - 954788e198e668d9eb4fafb1e28553352fdc823d authored almost 9 years ago
image preview in sent message

github.com/SrainApp/srain - 18ec8fa9ed6fad80351987b605d7f7ddd38cdba0 authored almost 9 years ago
src/srain.c: strip irc control char form message,

src/markup.c:
- xml char escape
- add url color

github.com/SrainApp/srain - e4196761f60e9efea280ccbef8b0985bba5d4adb authored almost 9 years ago
update README.md

github.com/SrainApp/srain - b0aa2d5a8d8110f1b2bae19a09f9fe12c9bc80c7 authored almost 9 years ago
use -gtk-gradient{} gen a bg image, change some ui layout

github.com/SrainApp/srain - 152fdaa80bc8077092e27a15ca8887617bb5e55e authored almost 9 years ago
src/ui/srain_app.c: update

github.com/SrainApp/srain - 026c3c6efe55ad95efa31133a7d1f7e01e450836 authored almost 9 years ago
add .travis.yml :-( ubuntu sucks!

github.com/SrainApp/srain - 9a4cc7034448dbe6628a28c451aadb314757ff6c authored almost 9 years ago
Merge pull request #8 from LastAvenger/markup-work

markup work

github.com/SrainApp/srain - 34afe4a763fd32d4e78a7f5dae93d16e2edc1225 authored almost 9 years ago
image preview work now~

github.com/SrainApp/srain - 69f15ce1240d656ce547faa69271519ddd97b7f5 authored almost 9 years ago
src/markup.c::markup(): use GString~

github.com/SrainApp/srain - 3b25beb3de157c8b3d9ab65eed9730e3a02c9952 authored almost 9 years ago
url markup work now :-( be careful when work with `char*`

github.com/SrainApp/srain - d2d8da20e40460afc408ade729824f9acc29e24c authored almost 9 years ago
url markup

github.com/SrainApp/srain - e6dbc86c56c93b04bbbe40cfae46e0693f15de65 authored almost 9 years ago
Merge branch 'markup-work' of github.com:LastAvenger/srain into markup-work

github.com/SrainApp/srain - 5ec5d9b7ec9783ebd15a49be0b763482e3f27f44 authored almost 9 years ago
plugin: plugin_upload() work now

github.com/SrainApp/srain - 366e3a98974393cbfd2accf48b6605976960f2cf authored almost 9 years ago
plugin: upimg

github.com/SrainApp/srain - 4484ed360fbaeb5a8870fd5b7a79447e75d78551 authored almost 9 years ago
plugin: prepare

github.com/SrainApp/srain - 3a65783ff8f20cfdd37d0c8eea5c4748e74169e0 authored almost 9 years ago
prepare for markup

github.com/SrainApp/srain - 3c08789d8cd11048a180ada1d77bb2eb5db65503 authored almost 9 years ago
new plugin: avatar

github.com/SrainApp/srain - 83779aff2db1b1ef3b919726b7118f7c36b34756 authored almost 9 years ago
ui: /me message process, modify some spacing of xxx_msg.glade

github.com/SrainApp/srain - b7eab145ab92b77b49f386e44e46964a5cc7552d authored almost 9 years ago
new plugin: avatar

github.com/SrainApp/srain - d9ec89e510dd579d3ca7ff338e19b9855de508f3 authored almost 9 years ago
plugin: plugin_upload() work now

github.com/SrainApp/srain - b44bb96a684f7efd19c6ce8e9810bfa020b7fc74 authored almost 9 years ago
plugin: upimg

github.com/SrainApp/srain - 66f9e5afb0bae8051f1d12fd5b0ae5119b5b4082 authored almost 9 years ago
plugin: prepare

github.com/SrainApp/srain - 6f33aa71e6de06cd5a67ce184ff3b4dff9e33dc0 authored almost 9 years ago
update README.md

github.com/SrainApp/srain - 2e4e26e09f9f69f340aa76d287a462c0fd9594e3 authored almost 9 years ago
add message filter, new command: /ignore and /relaybot

github.com/SrainApp/srain - ef0c87dc4da6d5e926a4b17f7667afb0cb0a0300 authored almost 9 years ago
misc: use macro SERVER as the ID of the server you connected to

github.com/SrainApp/srain - 54cc273556060de9556ed0f74dc3bb50c31e1420 authored almost 9 years ago
ui: set background image for chan_box, but not msg_scrolledwindow

github.com/SrainApp/srain - aa4a1ccac5cd03b1df42f7a7e77617269995fa61 authored almost 9 years ago
srain_chan.c: fix #5, let srcoll_to_bottem invoked as a idle

github.com/SrainApp/srain - 659a81693868e593ea61b2f915d52984d19e423e authored almost 9 years ago
theme: add scrollbar style

github.com/SrainApp/srain - 9c626e8a994a48997289e887331ee933ec227b77 authored almost 9 years ago
ui: max character count limit

github.com/SrainApp/srain - f5c2fd8a8be9387295e5b9d7ceb3413df64f3cf4 authored almost 9 years ago
ui: update sidebar when recv/send msg

github.com/SrainApp/srain - 05ee7acf83040c529b97c22d3bcefc3f5dc4b37f authored almost 9 years ago
ui: fcous to input_entry when switch stack, and keep it

github.com/SrainApp/srain - dd6bc3266274f5639c62b732f3188dbfb6b4cd1d authored almost 9 years ago
Merge pull request #6 from LastAvenger/theme-work

theme work

github.com/SrainApp/srain - 733faf92a4207e0a267b06130480551236d93e7e authored almost 9 years ago
add send_icon.png

github.com/SrainApp/srain - e923ded6234867c869aa7d64b388dd92e2a608ef authored almost 9 years ago
ui: add SrainStackSidebarItem

github.com/SrainApp/srain - 52a093bf1a6b2f6b39da525795af0a523633ea7d authored almost 9 years ago
misc: add 3 icon for SrainStackSidebarItem

github.com/SrainApp/srain - ef6c6f881a548fb409f813f113b0c92ef982331d authored almost 9 years ago
ui: add a self-wrote StackSidebar

github.com/SrainApp/srain - d7216348612a7d41478230679be3200159aa3112 authored almost 9 years ago
fix GtkWarning and typo

github.com/SrainApp/srain - a60939767c1cf0448666af077cab02329c125978 authored almost 9 years ago
add sys_msg_type_t, remove unused code

github.com/SrainApp/srain - e6e79ee80e86cc62c9936e336c71d80c1f018119 authored almost 9 years ago
work with theme, remove some separator

github.com/SrainApp/srain - 898e6a06ba1eb620a6715928c4d9172982950bc7 authored almost 9 years ago
theme: beautiful message bubble

data/theme/app.css: app css style
data/theme/silver_rain.css: theme color
data/ui/{chan,recv_msg,...

github.com/SrainApp/srain - 17172447cd718a18639ce1f3309ecfb9ce819881 authored almost 9 years ago
remove msg_listbox(GtkListBox), use msg_box(GtkBox), prepare for theme

github.com/SrainApp/srain - 767066e00514f03e00af447391f4bacbe31ba50c authored almost 9 years ago
fcous work

github.com/SrainApp/srain - aa0bcc5ea7be12c611182854b38a6433fd8560b5 authored almost 9 years ago
keep fcous of input_entry

- 为 GtkLabel 添加 attributes 就不会抢占焦点
- 绑定 GtkListBox 的鼠标事件,强制归还焦点 :(

github.com/SrainApp/srain - d03a939f2742fc007193413560361dfb9e829c28 authored almost 9 years ago
more pretty way to control online listbox

github.com/SrainApp/srain - 5234ce1eec36c3da7cd11586a0bdfddf73e973e6 authored almost 9 years ago
irc: add irc.c: irc module interface

github.com/SrainApp/srain - 3a81cffbfce8c06b7a77b38adba8e767c7d86042 authored almost 9 years ago
auto scroll to bottom, NOT WORK

github.com/SrainApp/srain - 4cac88f723e79c557420b617bb118770ffe613cf authored almost 9 years ago
misc: add doxygen style comment

github.com/SrainApp/srain - f6e62c96da6e859951df0a4e512da4bf0e28dfde authored almost 9 years ago
irc: use Glist store channelslist, add ui_msg_*_broadcast function

misc: when recv a ERROR message, connection close

github.com/SrainApp/srain - 2316d432a4cd7d2cd9c84e858ec03928787cafc8 authored almost 9 years ago
ui: work with theme support and etc.

src/ui/ui_chan.c:
- add ui_msg_*_broadcast function, accept a GList of
Chan
- let ui_get_chan_b...

github.com/SrainApp/srain - 4ffcb904e6003ca9f21f77e42a844ff2dc593aa6 authored almost 9 years ago
several changes as follow:

- add a new README
- src/irc/irc_parse.c: fix irc_parse() when a IRC messge has no any parameter
...

github.com/SrainApp/srain - 887dc76854da51de9b6af07df6ba7ba1568ef054 authored almost 9 years ago
commit all change to clean branch ui-refactor

github.com/SrainApp/srain - f256bc63dd2b7ce07678e311ae143cf2122ccd6c authored almost 9 years ago
ui: combine message support

- expose srain_*_msg structure
- irc: remove unuesd parameter
- misc change

github.com/SrainApp/srain - 5475ce872b26b0efa58861d60f2ae25a34482d41 authored almost 9 years ago
new branch's srain work now, waiting for merge

github.com/SrainApp/srain - 773bf6f5b8cfdad927aacfe4c1195a072598e02f authored almost 9 years ago
adaptation of UI and IRC module 2nd, and etc.

- rename irc_cmd.h -> irc_magic.h
- ui/ui.c: add ui interface function
- window.glade: add spininer

github.com/SrainApp/srain - 00cc1c47a621eb3ea099578d3b21163fc6d52bc9 authored almost 9 years ago
ui: add tray_menu sidebar_menu and msg_menu

github.com/SrainApp/srain - 1df4c642bfda78467d11e33fab66db4efe5fd532 authored almost 9 years ago
remove unused code

github.com/SrainApp/srain - ec2296cba1a63b3399b9f0dbfe6e44aa3298488f authored almost 9 years ago
ui: let GtkRevealer show and hide online list

github.com/SrainApp/srain - 3d3a311a42cd87614411b3abd4aaaa65efdc64f8 authored almost 9 years ago
ui: image_window & detail_dialog refactor

github.com/SrainApp/srain - d687cfe63630bf9053b8d5f96eef270cce3f1077 authored almost 9 years ago
ui: refactor ui_msg -> srain_msg

github.com/SrainApp/srain - 753009fac5fe5b21285680034ce948f23fafbb94 authored almost 9 years ago
ui: chan rewrite finished

github.com/SrainApp/srain - a8bfc49d8b88c9613d1e528aa87b0defb225e511 authored almost 9 years ago
ui: refactor ui_chan.c -> srain_chan_box.c, not finished yet

github.com/SrainApp/srain - 1d7228670b86e565e0e1dc7dd3c2e09a0746811f authored almost 9 years ago
ui: add tray icon, through GtkStatusIcon is deprecated

github.com/SrainApp/srain - ca8fa5cf4edd548b7458086b9dab2c8256d9bb7e authored almost 9 years ago
ui: rewrite ui_window.c in gtk style, add about dialog

evething will gone well?

github.com/SrainApp/srain - c5fbf5dd9c5c74b844f903bd3fc9c79346d3afe2 authored almost 9 years ago
more simple makefile, remove duplicate code

github.com/SrainApp/srain - 74445d13e635c33c7094504b5f425d4722c48385 authored almost 9 years ago
ui: use GtkBox instead GtkHeaderBar and some misc change

github.com/SrainApp/srain - af8d8dcc9f983ff33df44b66d538779417105ffd authored almost 9 years ago
add config.c: autorun command support

github.com/SrainApp/srain - 612283f98de67eeb685e5a70a56c11f6a9033324 authored almost 9 years ago
more command, rename again and again :(

github.com/SrainApp/srain - 8803478a9340bb8b2ceba5357dccf8a183f8c552 authored almost 9 years ago
srain.c::srain_cmd(): add three new command

irc/socket.c: add log
ui_chan.c: add ui_chan_get_cur() function

github.com/SrainApp/srain - b1964a6d3e837c3c1ece7c8d80c640e36f525f8a authored almost 9 years ago
irc command support, unhappy :(

github.com/SrainApp/srain - 1169baff151a7f662cb8c120bc34abcc758f4315 authored almost 9 years ago