/[rouge]/rubywise/ipkg/package.cfg
ViewVC logotype

Log of /rubywise/ipkg/package.cfg

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (annotate)
Sticky Tag:

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Thu Jul 17 01:03:32 2003 UTC (20 years, 9 months ago) by keroami
Branch: MAIN
CVS Tags: HEAD, v0_6_15
Changes since 1.17: +13 -1 lines
Diff to previous 1.17
 - tooltip improved (though bind("Leave") triggers too often)


Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Feb 28 15:37:41 2003 UTC (21 years, 1 month ago) by keroami
Branch: MAIN
CVS Tags: v0_6_13, v0_6_14
Changes since 1.16: +14 -6 lines
Diff to previous 1.16
 - :border becomes zero when :relief is :none (should use :space),
 - Fixed default layout (noticeable on windows smaller than requested),
 - Step towards re-layout management,


Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Tue Dec 31 12:05:15 2002 UTC (21 years, 3 months ago) by keroami
Branch: MAIN
CVS Tags: v0_6_11, v0_6_12
Changes since 1.15: +1 -1 lines
Diff to previous 1.15
Getting things to run nicely on iPAQ again (i.e. tuning a bit)


Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Wed Dec 11 00:45:46 2002 UTC (21 years, 4 months ago) by keroami
Branch: MAIN
CVS Tags: v0-6-8
Changes since 1.14: +3 -3 lines
Diff to previous 1.14
 - Select widget
 - Date widget
 - lot's of small stuff


Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Sat Nov 16 15:22:05 2002 UTC (21 years, 5 months ago) by keroami
Branch: MAIN
Changes since 1.13: +1 -1 lines
Diff to previous 1.13
Pretend to have started the developers guide
fixed small take_input_focus bug
added Wise::mainThread()  (need not call Serialize::serialize, but still can)


Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Sun Nov 3 21:42:01 2002 UTC (21 years, 5 months ago) by keroami
Branch: MAIN
Changes since 1.12: +3 -3 lines
Diff to previous 1.12
Added scrollbar
Added re-pack() on resized window (catch ConfigureNotify)
Improves input.rb to a usable state (even with nice features!)
speeded up tabbed.rb redraws (only one pack() instead of many)
fixed popup destroyment

and probably a set of changes before that, but I don't quite recall
(too long ago).


Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Sun Jul 7 22:10:22 2002 UTC (21 years, 9 months ago) by keroami
Branch: MAIN
Changes since 1.11: +3 -3 lines
Diff to previous 1.11
 - Changed :dock such that first an XEMBED tray is looked for, when it's not
   found, the old docking behaviour is still there,
 - no more WM settings with override_redirect
 - small additions to event.rb


Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Mon Jul 1 22:54:31 2002 UTC (21 years, 9 months ago) by keroami
Branch: MAIN
Changes since 1.10: +5 -4 lines
Diff to previous 1.10
 - Expose events are grouped; major speed-up (see draw_clean)
 - return in nextEvent replaced with continue


Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Jun 24 23:52:28 2002 UTC (21 years, 10 months ago) by keroami
Branch: MAIN
Changes since 1.9: +2 -2 lines
Diff to previous 1.9
Focus shown
Focus added to (Menu)Buttons
Dialog takes Enter and Escape
Second type of Destroy removed, allowing for calls to Window.destroy()
  (prolly fixing a huge memory-leak in the process)


Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Sun Jun 16 20:36:51 2002 UTC (21 years, 10 months ago) by keroami
Branch: MAIN
Changes since 1.8: +4 -4 lines
Diff to previous 1.8
  => Event Model changed <=
Tabs in Tabbed can be destroyed
MenuButtons have a triangle showing just that
VList can compute index of clicked child
Popups usable
:border and :space dealt with better
Transparent removed


Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Sun Jun 9 13:37:16 2002 UTC (21 years, 10 months ago) by keroami
Branch: MAIN
Changes since 1.7: +3 -3 lines
Diff to previous 1.7
Added multi-line label


Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Fri Jun 7 01:15:55 2002 UTC (21 years, 10 months ago) by keroami
Branch: MAIN
Changes since 1.6: +1 -1 lines
Diff to previous 1.6
 - Fix in menu (only unmap brother-menu if brother is a MenuButton)
 - Some speed-optimisations (not finished, not properly, even)


Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Thu Jun 6 23:10:07 2002 UTC (21 years, 10 months ago) by keroami
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5
 - Changed Paste in an Input widget from <=0.1 to > 0.3 seconds.
 - Fixed crash when only ButtonRelease given for Input


Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Tue Jun 4 00:11:27 2002 UTC (21 years, 10 months ago) by keroami
Branch: MAIN
Changes since 1.4: +2 -2 lines
Diff to previous 1.4
 - Modal windows implemented :modal=>bg_window
 - StringEdit widget takes string and edits that directly (but this only gets
   processed when focus is lost),
 - Input widget understands arrows, home and end,


Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Sun Jun 2 21:58:17 2002 UTC (21 years, 10 months ago) by keroami
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
Cleaned pasing of settings, by use of super(parent, {}.update(settings))
Label has :align option
comp_x and comp_y exist no longer, call move(new_x, new_y) instead
menus pass more options to submenus (cleaner)


Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Sun May 19 19:58:36 2002 UTC (21 years, 11 months ago) by keroami
Branch: MAIN
Changes since 1.2: +5 -5 lines
Diff to previous 1.2
InputDialog widget
Focus for Input Widgets


Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Sat Apr 20 08:37:54 2002 UTC (22 years ago) by keroami
Branch: MAIN
Changes since 1.1: +7 -5 lines
Diff to previous 1.1
Improved layout managers


Revision 1.1.1.1 - (view) (download) (annotate) - [select for diffs] (vendor branch)
Thu Mar 14 00:31:47 2002 UTC (22 years, 1 month ago) by keroami
Branch: SomeVendor
CVS Tags: InitialRelease
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 , to next main 1.18
Initial import into Savannah


Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Thu Mar 14 00:31:47 2002 UTC (22 years, 1 month ago) by keroami
Branch: MAIN
Branch point for: SomeVendor
Initial revision


This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26