aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/purkle/purkle.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to new eo_* syntax.David Walter Seikel2016-03-131-7/+5
|
* Rejig the structure of windows a lot.David Walter Seikel2016-01-211-1/+1
|
* Unify the message sending code a bit.David Walter Seikel2016-01-171-1/+1
|
* Beat the server connection manegement into shape.David Walter Seikel2016-01-031-5/+2
|
* Bleeding edge API updates.David Walter Seikel2014-07-021-2/+2
|
* Big include and libraries clean up.David Walter Seikel2014-05-241-1/+1
|
* Found a way to deal with the PACKAGE_* stuff outside of Elm. It's undocumented.David Walter Seikel2014-05-201-1/+1
|
* No need to say this is where the history is show now that it's actually ↵David Walter Seikel2014-05-181-2/+2
| | | | being used.
* Implement text entry and text box widgets.David Walter Seikel2014-05-181-10/+0
|
* Adjust windows a bit.David Walter Seikel2014-05-171-2/+2
|
* Use the new server connector, and some related movements.David Walter Seikel2014-05-171-3/+9
|
* Rearrange things in the libraries.David Walter Seikel2014-05-171-1/+1
|
* More debugging removal.David Walter Seikel2014-05-171-4/+5
|
* Add the purkle say() command.David Walter Seikel2014-05-161-0/+20
|
* Only open one purkle window.David Walter Seikel2014-05-161-1/+2
|
* Skang moduleBegin() stuffs the module in the C registry, so no one has to do ↵David Walter Seikel2014-05-161-2/+0
| | | | | | this now. NOTE - It uses a Lua debug function for this.
* Purkle gets an append command, and use it from extantz to show llSay() and ↵David Walter Seikel2014-05-131-9/+28
| | | | friends.
* Move poor mans introspection into winFang.c, and use it in purkle.David Walter Seikel2014-05-121-21/+5
|
* widgetAdd now does the box / grid decision, and some oter things moved into it.David Walter Seikel2014-05-121-2/+2
|
* Make files and purkle slimmer.David Walter Seikel2014-05-121-1/+1
|
* Try to calculate minimum winFang size, and fail coz no one else does.David Walter Seikel2014-05-121-0/+1
|
* Fix up winFang move and resize. Still more to fix here though.David Walter Seikel2014-05-121-2/+2
|
* Change internal windows from Elm win to Elm layout.David Walter Seikel2014-05-111-5/+2
|
* Add a rectangle to pad out those that don't use the winFang box, and have ↵David Walter Seikel2014-05-111-0/+1
| | | | them make their widdgets relative to that.
* Add internal window title bar, and dragging them around. Plus some related ↵David Walter Seikel2014-05-111-1/+1
| | | | clean ups.
* Add physics to the windows.David Walter Seikel2014-05-101-5/+9
| | | | Sure, it's just an annoying gimmick right now, but there's plans for this to be actually useful.
* And now purkle is it's own skang module.David Walter Seikel2014-05-081-0/+82