|
|
|
@488
|
[488]
|
5 months |
why |
* shoes/ruby.c: set up $0.
* lib/shoes.rb: with each loaded script, set …
|
|
|
|
@451
|
[451]
|
5 months |
why |
* samples/form.rb: images were broken.
|
|
|
|
@444
|
[444]
|
5 months |
why |
* shoes/app.c: remove timers when moving to a new url.
* …
|
|
|
|
@443
|
[443]
|
5 months |
why |
* shoes/app.c: debugged self-closing on gtk. the timers were still going …
|
|
|
|
@398
|
[398]
|
7 months |
why |
* shoes/world.c: exception handling prior to launch. so file not found …
|
|
|
|
@387
|
[387]
|
7 months |
why |
* shoes/ruby.c: added length, time, time=, position and …
|
|
|
|
@381
|
[381]
|
7 months |
why |
* shoes/canvas.c: compute the full height for each non-scroll box.
* …
|
|
|
|
@379
|
[379]
|
7 months |
why |
* shoes/app.c: on gtk, i need the toplevel mouse event to go through …
|
|
|
|
@375
|
[375]
|
7 months |
why |
* shoes/canvas.c: the block was ignored for edit_line and edit_box.
* …
|
|
|
|
@374
|
[374]
|
7 months |
why |
* samples/irb.rb: sample dies when str or cmd vars are used, moved …
|
|
|
|
@373
|
[373]
|
7 months |
why |
* shoes/ruby.c: mental's fix to draw the stroke after the fill.
|
|
|
|
@370
|
[370]
|
7 months |
why |
* shoes/canvas.c: removing the tail option from scroll boxes, adding …
|
|
|
|
@360
|
[360]
|
8 months |
why |
* shoes/canvas.c: working on :tail style which keeps a scrollbox …
|
|
|
|
@352
|
[352]
|
8 months |
why |
* samples/cloc.rb: making the stroke thin on the quarter ticks and adding …
|
|
|
|
@350
|
[350]
|
8 months |
why |
* samples/jot.rb: making the sample a bit smaller vertically.
|
|
|
|
@349
|
[349]
|
8 months |
why |
* shoes/ruby.c: wrap the text in the edit_box for gtk+.
|
|
|
|
@343
|
[343]
|
8 months |
why |
* shoes/ruby.c: the changed signal for edit_line and edit_box.
* …
|
|
|
|
@337
|
[337]
|
8 months |
why |
* samples/clock.rb: oh no, left out the clock. thanks, deejay.
|
|
|
|
@318
|
[318]
|
8 months |
why |
* samples/definr.rb: dictionary lookup sample which illustrates use of …
|
|
|
|
@316
|
[316]
|
8 months |
why |
* samples/form.shy: updated shy example.
* lib/shoes.rb: allow shoes.rb to …
|
|
|
|
@306
|
[306]
|
8 months |
why |
* shoes/ruby.c: working on text margins, to make them work more like HTML. …
|
|
|
|
@297
|
[297]
|
9 months |
why |
* samples/book.rb: yeah, those paragraphs should be in a stack.
|
|
|
|
@293
|
[293]
|
9 months |
why |
* shoes/ruby.c: evening out the layout of long paragraphs in stacks and …
|
|
|
|
@288
|
[288]
|
9 months |
why |
* shoes/ruby.c: font sizes default to pixels, to make font sizes more …
|
|
|
|
@287
|
[287]
|
9 months |
why |
* samples/irb.rb: MimickIRB::Empty error on osx.
|
|
|
|
@274
|
[274]
|
9 months |
why |
* shoes/ruby.c: fixed up click, hover and leave events for links. the …
|
|
|
|
@273
|
[273]
|
9 months |
why |
* samples/irb.rb: a shoes wrapper around IRB, to be used in Hackety Hack.
|
|
|
|
@272
|
[272]
|
9 months |
why |
* Rakefile: okay, libungif it is on osx.
* samples/video.rb: that youtube …
|
|
|
|
@266
|
[266]
|
9 months |
why |
* Rakefile: copy plugins from the deps/lib/vlc directory.
* …
|
|
|
|
@236
|
[236]
|
10 months |
why |
* shoes/canvas.c: pass motion and click events to images.
* …
|
|
|
|
@234
|
[234]
|
10 months |
why |
* shoes/canvas.c: scrolly now accompanies each slot. and each slot is …
|
|
|
|
@230
|
[230]
|
10 months |
why |
* shoes/ruby.c: text in a stack was starting at 0px left. boo.
* …
|
|
|
|
@229
|
[229]
|
10 months |
why |
* shoes/canvas.c: fixes to tracking of canvas height. canvases in a row …
|
|
|
|
@219
|
[219]
|
10 months |
why |
* shoes/ruby.c: new leading style for controlling pixel spaces between …
|
|
|
|
@213
|
[213]
|
10 months |
why |
* shoes/ruby.c: adding a span inline, which does just like HTML, for …
|
|
|
|
@210
|
[210]
|
10 months |
why |
* shoes/canvas.c: added strong method, macros for INLINE and BLOCK …
|
|
|
|
@208
|
[208]
|
10 months |
why |
* shoes/ruby.c: rewriting all of the text classes, getting rid of HTML …
|
|
|
|
@205
|
[205]
|
11 months |
why |
* shoes/ruby.c: ahh, ended up needing App.method_missing for anything that …
|
|
|
|
@204
|
[204]
|
11 months |
why |
* Rakefile: include pango modules in the distro, was throwing warnings for …
|
|
|
|
@194
|
[194]
|
11 months |
why |
* shoes/canvas.c: the cy (cursor y-pos) shouldn't be moved on a parent …
|
|
|
|
@186
|
[186]
|
11 months |
why |
* shoes/world.c: introduced the new shoes_world_t struct so I can start to …
|
|
|
|
@172
|
[172]
|
11 months |
why |
* shoes/app.c: added :resizable option to make a window fixed in size.
* …
|
|
|
|
@165
|
[165]
|
11 months |
why |
* samples/calc.rb: fiddling with the background and layout a bit.
|
|
|
|
@163
|
[163]
|
11 months |
why |
* shoes/canvas.c: clear contents array when a canvas is cleared.
* …
|
|
|
|
@149
|
[149]
|
12 months |
why |
* shoes/canvas.h: extern a few math constants here (for win32.)
* …
|
|
|
|
@145
|
[145]
|
12 months |
why |
* shoes/app.c: added a :title option to the app method.
|
|
|
|
@139
|
[139]
|
12 months |
why |
* shoes/image.c: since gif_lib.h has a conflicting DrawText? function …
|
|
|
|
@138
|
[138]
|
12 months |
why |
* shoes/image.c: okay, gifs.
|
|
|
|
@132
|
[132]
|
12 months |
why |
* shoes/ruby.c: adding gdk-pixbuf dep, which gives JPEG and GIF support to …
|
|
|
|
@131
|
[131]
|
12 months |
why |
* shoes/canvas.c: new mask method for creating masking layers. you give …
|
|
|
|
@127
|
[127]
|
12 months |
why |
* shoes/canvas.c: clipboard I/O for Win32.
* samples/edit.rb: basic …
|
|
|
|
@125
|
[125]
|
12 months |
why |
* shoes/ruby.c: don't anti-alias the cursor.
* samples/follow.rb: …
|
|
|
|
@124
|
[124]
|
12 months |
why |
* shoes/ruby.c: started support for showing a cursor in any static text. …
|
|
|
|
@123
|
[123]
|
12 months |
why |
* shoes/ruby.c: basic shapes can now be positioned according to their …
|
|
|
|
@120
|
[120]
|
12 months |
why |
* shoes/ruby.c: okay, using the Color class for everywhere colors are put …
|
|
|
|
@118
|
[118]
|
12 months |
why |
* samples/book.rb: giving the table of contents some margin.
|
|
|
|
@117
|
[117]
|
12 months |
why |
* samples/books.rb: oops, lost the window size.
|
|
|
|
@116
|
[116]
|
12 months |
why |
* samples/book.rb: no need to require yaml, it comes with Shoes.
|
|
|
|
@115
|
[115]
|
12 months |
why |
* shoes/app.c: okay, great, urls can respond with a proc or an …
|
|
|
|
@113
|
[113]
|
12 months |
why |
* shoes/canvas: default stroke width is 1.
* samples/draw.rb: a little …
|
|
|
|
@112
|
[112]
|
12 months |
why |
* shoes/ruby.c: get the hand cursor to function with regards to links in a …
|
|
|
|
@111
|
[111]
|
12 months |
why |
* shoes/ruby.c: allow animation to go up to 30 fps.
* samples/bounce.rb: …
|
|
|
|
@108
|
[108]
|
12 months |
why |
* shoes/canvas.c: adding Canvas#mouse for getting the mouse state outside …
|
|
|
|
@104
|
[104]
|
12 months |
why |
* lib/shoes: the very first version of shy.
* samples/form.shy: the form …
|
|
|
|
@97
|
[97]
|
12 months |
why |
* shoes/ruby.h: fixing ATTRSET, and, along the way, fixed shoes_path_move.
|
|
|
|
@96
|
[96]
|
12 months |
why |
* samples/anim.rb: just messing with animating the font size.
|
|
|
|
@94
|
[94]
|
12 months |
why |
* shoes/ruby.c: GTK fixes to use shoes_anim_call.
|
|
|
|
@93
|
[93]
|
12 months |
why |
* shoes/app.c: now handling WM_TIMER, animations work in win32.
|
|
|
|
@90
|
[90]
|
12 months |
why |
* samples/anim.rb: here, let's use a static text counter.
|
|
|
|
@89
|
[89]
|
12 months |
why |
* samples/anim.rb: a very basic animation counter.
|
|
|
|
@86
|
[86]
|
12 months |
why |
* shoes/canvas.c: fixed oval. paths weren't closing and it was really …
|
|
|
|
@85
|
[85]
|
12 months |
why |
* shoes/ruby.c: shoes_cairo_rect has the rounded rectangle code. rounded …
|
|
|
|
@84
|
[84]
|
12 months |
why |
* samples/form.rb: match the look of the example on hackety.org.
|
|
|
|
@80
|
[80]
|
12 months |
why |
* samples/form.rb: updated form sample.
|
|
|
|
@77
|
[77]
|
12 months |
why |
* shoes/ruby.c: yikes, a total rewrite of the layout stuff, shoes is in …
|
|
|
|
@73
|
[73]
|
12 months |
why |
* samples/calc.rb: rich! a contrib example from maceywj. seriously: …
|
|
|
|
@38
|
[38]
|
12 months |
why |
* samples/rect.rb: enlarge the window.
|
|
|
|
@37
|
[37]
|
12 months |
why |
* samples/rect.rb: use the block form of clear.
|
|
|
|
@36
|
[36]
|
12 months |
why |
* shoes/canvas.c: added Canvas#after, Canvas#before, Canvas#append, …
|
|
|
|
@35
|
[35]
|
12 months |
why |
* shoes/ruby.c: store line width in the path.
* shoes/canvas.c: …
|
|
|
|
@27
|
[27]
|
12 months |
why |
* samples/edit.rb: a peewee text editor.
|
|
|
|
@24
|
[24]
|
12 months |
why |
* samples/dialogs.rb: okay, trimmed the extra span tags off.
|
|
|
|
@23
|
[23]
|
12 months |
why |
* samples/dialog.rb: the markup stuff was all wrong. uses Text.replace …
|
|
|
|
@15
|
[15]
|
12 months |
why |
* samples/rect.rb: go with default height and width.
|
|
|
|
@14
|
[14]
|
12 months |
why |
* samples/rect.rb: extra skew() and rotate() was useless!
|
|
|
|