source: trunk/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @164   16 years lpino
(edit) @163   16 years lpino - No verbose compiling
(edit) @161   16 years lpino - Added OS/2 constants
(edit) @160   16 years lpino - Changes to compile
(edit) @159   16 years lpino - Path changes
(edit) @157   16 years lpino - Initial load
(edit) @156   16 years lpino - Temporary fix to the ColorDialog class. For some reason …
(edit) @155   16 years lpino - Scale implementation is complete
(edit) @154   16 years lpino - Complete Scale event handling SWT.Selection
(edit) @153   16 years lpino - Begin to handle events
(edit) @152   16 years lpino - Macro
(edit) @151   16 years lpino - Implementation of setSelection and getSelection methods
(edit) @150   16 years lpino - Fix the MPFROM2SHORT macro..... again
(edit) @149   16 years lpino - First working examples with correct initial styles
(edit) @147   16 years lpino - Testing a new constructor
(edit) @146   16 years lpino - More work toward implementing Scale class
(edit) @145   16 years lpino - Initial steps to implement Slider control
(edit) @144   16 years lpino - Added SLDCDATA definition
(edit) @143   16 years lpino - Initial steps to implement Slider control
(edit) @142   16 years lpino setSystemMenu initial implementation
(edit) @141   16 years lpino setEnabled and setItemEnabled implementations
(edit) @140   16 years lpino - Initial steps to implement Slider control
(edit) @139   16 years lpino - Initial steps to implement Slider control
(edit) @138   16 years lpino - More details for missing implementations
(edit) @137   16 years lpino - WinSetPointerPos API added
(edit) @136   16 years lpino More changes
(edit) @135   16 years lpino More small changes
(edit) @134   16 years lpino Small changes
(edit) @133   17 years lpino - ColorDialog.java - Improve log
(edit) @132   17 years lpino - Display.java. Implemented the getCursorLocation call
(edit) @131   17 years lpino - Updated SWT ported library
(edit) @128   17 years lpino Test
(edit) @125   17 years lpino (CURSORINFO.java) - Java implementation of CURSORINFO struct
(edit) @124   17 years lpino Added CURSORINFO to compilation list
(edit) @123   17 years lpino New API calls and structures implemented
(edit) @122   17 years lpino (OS.java) - Added new API definitions
(edit) @121   17 years lpino (Display.java) - Implemented getCursorControl method
(edit) @120   17 years lpino (swt.c) - Implemented WinFindAtom, WinQueryClassName and …
(edit) @119   17 years lpino (Menu.java) - Partially implemented WM_DRAWITEM and WM_MEASUREITEM messages
(edit) @118   17 years lpino (MenuItem.java) - Partially implemented the WM_DRAWITEM and …
(edit) @117   17 years lpino (swt.c) - Implemented objcpy call for OWNERITEM struct
(edit) @116   17 years lpino (OS.java) - Added objcpy, WinQueryClassName, WinFindAtom and …
(edit) @115   17 years lpino (Control.java) - Added WM_DRAWITEM and WM_MEASUREITEM methods (only …
(edit) @114   17 years lpino (Menu.java) - Styles for items are set via widgetStyle method in the …
(edit) @113   17 years lpino (MenuItem.java) - Completed some code
(edit) @112   17 years lpino (List.java) - Fixed getItem method
(edit) @111   17 years lpino
(edit) @110   17 years lpino
(edit) @109   17 years lpino (Decorations.java) - Removed some debug messages
(edit) @108   17 years lpino (Control.java) - Fixed position of popup and deleted some comments …
(edit) @107   17 years lpino Sync
(edit) @106   17 years lpino - Sync
(edit) @105   17 years lpino More fixes on popup menus, now they are working
(edit) @104   17 years lpino (OS.java) - Added the WM_FOCUSCHANGE constant
(edit) @103   17 years lpino Fixed showing popups menus and posting events from menu bars
(edit) @102   17 years lpino (swt.c) - Add the WinGetMsg API
(edit) @101   17 years lpino Changes to try to make popups work
(edit) @99   17 years lpino - Sync with SmartSVN
(edit) @98   17 years lpino - Sync with SmartSVN
(edit) @97   17 years lpino (ACCELTABLE.java) - Adding this class that was left behind
(edit) @96   17 years lpino (classes.inc) - Added ACCEL and ACCELTABLE classes to the compilation list
(edit) @93   17 years lpino (OS.java) - Various new definitions
(edit) @92   17 years lpino (swt.c) - Implemented WinQueryActiveWindow API
(edit) @91   17 years lpino (MenuItem.java) - Debug message changed
(edit) @90   17 years lpino (Menu.java) - Various fixes and changes to make pop ups work
(edit) @89   17 years lpino (Display.java) - Implemented getActiveShell and isVirtualKey methods
(edit) @88   17 years lpino (Decorations.java) - Various fixes and changes to make pop ups work
(edit) @87   17 years lpino
(edit) @86   17 years lpino (Control.java) - Varios fixes and changes to make pop ups work
(edit) @84   17 years lpino (Shell.java) - Added the remove(Menu menu) method
(edit) @83   17 years lpino (MenuItem.java) - A lot of new code
(edit) @82   17 years lpino (Decorations.java) - Basic implementation of accelerator tables
(edit) @81   17 years lpino (OS.java) - New definitions to support accelerator tables
(edit) @80   17 years lpino (swt.c)- Implemented WinCreateAccelTable, WinDestroyAccelTable, …
(edit) @79   17 years lpino (structs.h) - Added ACCELTABLE struct definition
(edit) @78   17 years lpino (structs.c) - Added ACCELTABLE struct
(edit) @77   17 years lpino - (Shell.java) Added the activeMenu property
(edit) @76   17 years lpino - (Menu.java) Lots of fixes and new code
(edit) @75   17 years lpino - (Decorations.java) Added getMenuBar, setMenuBar methods and broken …
(edit) @74   17 years lpino - (Control.java) Added setMenu method and completed setPresBackground …
(edit) @72   17 years lpino - (OS.java) Fixed macro MPFROM2SHORT. This allowed menus and notebooks …
(edit) @71   17 years lpino - (ACCEL.java) Added the object ACCEL
(edit) @70   17 years lpino - (swt.c) Fixed the WinSendMsg call
(edit) @69   17 years lpino - (structs.h) Added the ACCEL structure definition
(edit) @68   17 years lpino - (structs.c) Added the ACCEL structure
(edit) @67   17 years lpino - (MenuItem.java) New constructors
(edit) @66   17 years lpino - (Menu.java) Lots of new methods implemented
(edit) @65   17 years lpino - (Decorations.java) Added findMenu and remove methods
(edit) @64   17 years lpino - (Control.java) Various changes
(edit) @63   18 years lpino - (swt.c) Corrected some incomplete code
(edit) @62   18 years lpino - (structs.c) Corrected some incomplete code
(edit) @61   18 years lpino - (OS.java) Added two new WinSendMsg methods with new signatures
(edit) @60   18 years lpino - (swt.c) Added new JNI calls for WinSendMsg API
(edit) @59   18 years lpino - (MenuItem.java) Updated comments
(edit) @58   18 years lpino - (Menu.java) Added destroyItem, destroyWidget, getDefaultItem and …
(edit) @57   18 years lpino - (Decorations.java) Added the findMenuItem method
(edit) @55   18 years lpino (OS.java) - Added FID_MENU and SYSCLR_MENU constants and WinPopupMenu API
(edit) @54   18 years lpino (swt.c) - Remove debug message
(edit) @53   18 years lpino (structs.h) - JNI definition of MENUITEM and OWNERITEM stuctures
(edit) @52   18 years lpino (structs.c) - JNI implementation of MENUITEM and OWNERITEM stuctures
Note: See TracRevisionLog for help on using the revision log.