root

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @496 [496] 5 months why * shoes/ruby.c: allow negative widths, they're in NKS.
(edit) @495 [495] 5 months why * shoes/canvas.c: firing the start event after the first paint.
(edit) @494 [494] 5 months why * shoes/ruby.c: fundamental-- negative values for coordinates should be …
(edit) @493 [493] 5 months why * lib/shoes/cache.rb: continuing work on the gem setup routines.
(edit) @492 [492] 5 months why * shoes/canvas.c: introducing start and finish which are sort of like …
(edit) @491 [491] 5 months why * shoes/ruby.c: ever since i started computing the layout before painting …
(edit) @490 [490] 5 months why * shoes/ruby.c: $0 pointer was going out of scope.
(edit) @489 [489] 5 months why * shoes/app.c: App#started? returns true if the window is fully loaded. * …
(edit) @488 [488] 5 months why * shoes/ruby.c: set up $0. * lib/shoes.rb: with each loaded script, set …
(edit) @487 [487] 5 months why * shoes/ruby.c: simplifying text flowing. as with elements: largest font …
(edit) @486 [486] 5 months why * shoes/world.c: have sigint leave the gtk main loop.
(edit) @485 [485] 5 months why * shoes/app.c: going back to the rb_thread_select loop and calling …
(edit) @484 [484] 5 months why * shoes/app.c: using g_source_attach rather than hooking the main loop. i …
(edit) @483 [483] 5 months why * shoes/ruby.c: starting to address the flow problems described in ticket …
(edit) @482 [482] 5 months why * lib/shoes/image.rb: adding the old remote_image code from the list and …
(edit) @481 [481] 5 months why * shoes/canvas.c: paint all scroll windows white until i can get …
(edit) @480 [480] 5 months why * shoes/canvas.c: repaint scrolling windows embedding in the main window …
(edit) @479 [479] 5 months why * Makefile: moving the Makefile into platform/nix/. it's only designed to …
(edit) @478 [478] 5 months why * Rakefile: got the older version of Rake to work.
(edit) @477 [477] 5 months why * shoes/ruby.c: init vlc on xp just like as on osx.
(edit) @476 [476] 5 months why * lib/shoes/cache.rb: allow fetch_gems to take a string of name + version
(edit) @475 [475] 5 months why * lib/shoes/cache.rb: the shoes face for rubygems.
(edit) @474 [474] 5 months why * shoes/ruby.c: playing around with keeping a transformation matrix in …
(edit) @473 [473] 5 months why * shoes/image.c: jpeg fix for win32. i thank jesse thompson for keeping …
(edit) @472 [472] 5 months why * shoes/world.c: on osx, create the clipboard earlier. shoes was crashing …
(edit) @471 [471] 5 months why * shoes/dialogs.c: sorry, do utf-8 conversion on dialog title.
(edit) @470 [470] 5 months why * shoes/dialog.c: free the dialog controls, set a dialog title.
(edit) @469 [469] 5 months why * shoes/dialogs.c: got the ask dialog working on osx. (ticket #19)
(edit) @468 [468] 5 months why * shoes/ruby.c: the logging methods are Kernel methods now. * …
(edit) @467 [467] 5 months why * shoes/ruby.c: add info, warn and error as Shoes class methods.
(edit) @466 [466] 5 months why * Rakefile: let the Rakefile and Makefile write out the last line of …
(edit) @465 [465] 5 months why * shoes/app.c: wait, no full zoom button on non-resizable windows.
(edit) @464 [464] 5 months why * shoes/app.c: fixing resizable flag on osx, it had no effect previously.
(edit) @463 [463] 5 months why * lib/shoes.rb: on osx, file open dialog was coming up despite "open …
(edit) @462 [462] 5 months why * shoes/app.c: alt-dot for win32.
(edit) @461 [461] 5 months why * shoes/app.c: alt-period pops up the file selector for opening more Shoes …
(edit) @460 [460] 5 months why * shoes/app.c: recognize the manual key (alt-?) and the log key (alt-/) on …
(edit) @459 [459] 5 months why * lib/shoes/log.rb: new logging console. use alt-/ to bring it up. * …
(edit) @458 [458] 5 months why * shoes/canvas.c: keep osx's background at white, until i get a chance to …
(edit) @457 [457] 5 months why * shoes/app.h: shoes_app_new signature didn't match.
(edit) @456 [456] 5 months why * shoes/canvas.c: new owner method for getting the parent window of a …
(edit) @455 [455] 5 months why * shoes/canvas.c: going back to white for now, since transparent on win32 …
(edit) @454 [454] 5 months why * shoes/canvas.c: let's try the default background color chosen by the os. …
(edit) @453 [453] 5 months why * shoes/canvas.c: allow window to take a block. * shoes/image.c: sorry, …
(edit) @452 [452] 5 months why * shoes/image.c: better image error handling, check for the presence of a …
(edit) @451 [451] 5 months why * samples/form.rb: images were broken.
(edit) @450 [450] 5 months why * shoes/app.c: bug in keyboard handling going to the focused window on …
(edit) @449 [449] 5 months why * shoes/app.c: once the mainloop is started, automatically open app …
(edit) @448 [448] 5 months why * shoes/app.c: working on a manual item in the osx menu.
(edit) @447 [447] 5 months why * shoes/app.c: got multiple shoes apps loading at once working on osx! …
(edit) @446 [446] 5 months why * shoes/canvas.c: append, prepend, clear. these altering methods had an …
(edit) @445 [445] 5 months why * platform/nix/shoes.launch: added symlink check to satisfy ticket #85. * …
(edit) @444 [444] 5 months why * shoes/app.c: remove timers when moving to a new url. * …
(edit) @443 [443] 5 months why * shoes/app.c: debugged self-closing on gtk. the timers were still going …
(edit) @442 [442] 5 months why * shoes/world.c: move the gtk_init to the beginning, to allow earlier …
(edit) @441 [441] 5 months why * shoes/world.c: stupid file selector was poppin up at all the wrong …
(edit) @440 [440] 5 months why * lib/shoes/help.rb: working on some missing docs for some elements and …
(edit) @439 [439] 5 months why * shoes/app.c: getting the load dialog to work again. * shoes/dialog.c: …
(edit) @438 [438] 5 months why * shoes/app.c: okay, so, now there is no master window. the app is closed …
(edit) @437 [437] 5 months why * shoes/world.c: registering window classes during shoes_init(). * …
(edit) @436 [436] 5 months why * shoes/app.c: initial work to get multiple Shoes.app blocks to work at …
(edit) @435 [435] 5 months why * shoes/ruby.c: name conflicts from rev 431. thanks be to thomas bell.
(edit) @434 [434] 5 months why * lib/shoes/cache.rb: OpenURI problems, my fix to work around old RubyGems?
(edit) @433 [433] 5 months why * shoes/ruby.c: added the every and timer method for periodic and …
(edit) @432 [432] 5 months why * lib/shoes/help.rb: didn't mean to make constants their own section.
(edit) @431 [431] 5 months why * Rakefile: begin work on Raisins. * lib/shoes/help.rb: expanding the …
(edit) @430 [430] 5 months why * shoes/ruby.c: starting to centralize functions that deal with …
(edit) @429 [429] 6 months why * shoes/app.c: messing around with the osx event loop to get threads …
(edit) @428 [428] 6 months why * shoes/ruby.c: casting error on osx.
(edit) @427 [427] 6 months why * shoes/ruby.c: win32 progress update had wrong params.
(edit) @426 [426] 6 months why * shoes/ruby.c: added Shoes::Progress#fraction and fraction=.
(edit) @425 [425] 6 months why * lib/shoes/shy.rb: working on shy progress meter.
(edit) @424 [424] 6 months why * lib/shoes.rb: very basic .shy making. (use: shoes --shy directory)
(edit) @423 [423] 6 months why * shoes/canvas.c: osx syntax errors in gutter method. * Rakefile: …
(edit) @422 [422] 6 months why * shoes/canvas.c: added gutter method for getting the width of the …
(edit) @421 [421] 6 months why * shoes/canvas.c: slight optimization and crash-prevention by removing …
(edit) @420 [420] 6 months why * shoes/app.c: removed the gtk sleep method, no longer needed as of last …
(edit) @419 [419] 6 months why * shoes/app.c: wonderful patch from erik eriksson which reduces shoes cpu …
(edit) @418 [418] 7 months why * Makefile: symlink the ruby libs rather than copying them.
(edit) @417 [417] 7 months why * shoes/canvas.c: only size the toplevel window, responding to DeeJay?'s …
(edit) @416 [416] 7 months why * shoes/ruby.c: working on radio button grouping for gtk.
(edit) @415 [415] 7 months why * Rakefile: pull committed-rev from .svn/entries if it's XML.
(edit) @414 [414] 7 months why * shoes/canvas.c: added the radio and check elements. just …
(edit) @413 [413] 7 months why * shoes/canvas.c: allow the oval method to take only a radius. * …
(edit) @412 [412] 7 months why * shoes/canvas.c: size the slot after creation. responsible for behavior …
(edit) @411 [411] 7 months why * lib/shoes.rb: the shoes --gem command passes through to RubyGems?.
(edit) @410 [410] 7 months why * lib/shoes/cache.rb: install the sources gem to ~/.shoes, if not present.
(edit) @409 [409] 7 months why * shoes/ruby.h: alter cWindow to cShoesWindow, due to CoreServices?
(edit) @408 [408] 7 months why * shoes/ruby.h: show errors from invalid commandline switches.
(edit) @407