Commit Graph

  • 336e2c3678 added ScreenSwitchKey kojima 2000-11-09 17:43:03 +00:00
  • d9d5a52200 added shortcut to switch screens kojima 2000-11-09 17:42:20 +00:00
  • 1863d60e3a added WMAddTabViewItemWithVie() kojima 2000-11-09 14:07:48 +00:00
  • 6bb9c58de1 removed default autowrap from button and label kojima 2000-11-09 13:19:42 +00:00
  • 47e4e31ba0 *** empty log message *** kojima 2000-11-09 05:02:37 +00:00
  • 19160e8dfd added box widget kojima 2000-11-09 05:01:58 +00:00
  • 366bf50d3c forgot to update the changelog about wmessage() dan 2000-11-06 23:15:21 +00:00
  • debd7ef5e8 Added wmessage() for printing a variable formatted message to stderr with the program name prepended to it. dan 2000-11-06 23:13:14 +00:00
  • 77670119a1 Optimized some of the previous changes related to order of evaluation. dan 2000-11-06 14:36:22 +00:00
  • e7ce6468fc - fixed code in wrlib dependant on the order of evaluation. dan 2000-11-06 04:21:25 +00:00
  • f7b4e85525 - added the wraster lib dependancies at link time, so they will be written in the libwraster.la file allowing automatic linking against all the libs libwraster depends upon without specifing them again when linking programs that use libwraster. -lwraster will be enough. dan 2000-11-06 03:24:30 +00:00
  • d2decce5e7 Fixed those // comments nwanua 2000-11-04 04:06:35 +00:00
  • a1dc24bab1 Another // comment dan 2000-11-04 03:53:19 +00:00
  • d00e72bc45 - Changed ConvertFont et al. to WMEmphasizeFont, and added WMNormalizeFont() nwanua 2000-11-04 03:47:39 +00:00
  • 731656cbed nwanua tests logging nwanua 2000-11-04 03:27:26 +00:00
  • 857b56c502 Fixed some // style comments dan 2000-11-04 03:24:34 +00:00
  • 902e985a53 - Test of log nwanua 2000-11-04 03:16:25 +00:00
  • fae5a42f65 - Made changes to reflect API changes in wtext.c nwanua 2000-11-04 03:10:49 +00:00
  • 3ad4bf5ad8 *** empty log message *** nwanua 2000-11-04 02:45:23 +00:00
  • 54a46fa513 *** empty log message *** nwanua 2000-11-04 00:58:42 +00:00
  • decf2571a8 *** empty log message *** nwanua 2000-11-03 07:44:59 +00:00
  • 5f746a3efa *** empty log message *** nwanua 2000-11-03 02:33:29 +00:00
  • a81a0685ef - added a new version of wstrappend() with different behavior from the old one (the one renamed to wstrconcat). The new wstrappend(dst, src) will modify and return dst, without creating a new string to hold the result, except if dst==NULL, in which case its equivalent to calling wstrdup(src) dan 2000-11-02 02:51:53 +00:00
  • 2bd2b72af9 - renamed wstrappend() to wstrconcat(). dan 2000-11-01 15:40:15 +00:00
  • 1a8c578a1c *** empty log message *** nwanua 2000-11-01 03:41:49 +00:00
  • d40425c388 Fixed mem leak in browser code. dan 2000-11-01 03:40:36 +00:00
  • 84ba62ba6b *** empty log message *** nwanua 2000-11-01 02:54:50 +00:00
  • a20c49b80f *** empty log message *** nwanua 2000-11-01 00:51:37 +00:00
  • 497e34b6b8 - Replaced all free() with wfree() where appropriate - Fixed some memory leaks dan 2000-10-31 14:57:22 +00:00
  • 581ab58f70 . dan 2000-10-28 01:45:29 +00:00
  • 9903bf9ca8 *** empty log message *** nwanua 2000-10-27 00:10:55 +00:00
  • af5e3da105 Fixed scrolling directions for mice wheels. dan 2000-10-26 23:52:07 +00:00
  • b1baf21532 *** empty log message *** nwanua 2000-10-26 23:08:18 +00:00
  • 99ce8b2d85 Fixed wtrimspace() whih had wrong behavior. dan 2000-10-25 22:41:03 +00:00
  • e215328d81 lotsa new features nwanua 2000-10-16 15:38:41 +00:00
  • 172da48a60 Gah!. New incompatible change in wtext.c broke the compilation of code using WMText widget dan 2000-10-15 00:11:41 +00:00
  • 9b0e0c6c54 lot's a cleavage... nwanua 2000-10-14 01:45:16 +00:00
  • 2bc40c47eb Fixed compilation problem dan 2000-10-12 19:21:30 +00:00
  • 275a2a3782 added scrolled notifcation to scroller added GetVisibleRect function to scrollview kojima 2000-10-11 16:21:50 +00:00
  • bdaacb6daa Fixed bug with WPrefs not selecting the menu appearance options after startup dan 2000-10-08 23:29:11 +00:00
  • 88ed406e08 . dan 2000-10-03 22:29:25 +00:00
  • 6fd8101b73 small update dan 2000-10-03 22:22:40 +00:00
  • bba6dd1670 - WMDestroyWidget() now first calls WMUnmapWidget() - decided behavior of list selection while scrolling dan 2000-10-03 22:20:00 +00:00
  • ed39c92de0 Code to allow multiple selection in WMBrowser dan 2000-10-03 20:52:15 +00:00
  • b24b51b514 Small fix dan 2000-10-03 12:44:05 +00:00
  • eeda795db1 Added select while scrolling the list, when the mouse pointer leaves the list area, at either top or bottom having the mouse button pressed. dan 2000-10-03 12:38:23 +00:00
  • c7a0cd924e Added a function alias WMDuplicateArray() -> WMCreateArrayWithArray() dan 2000-10-02 12:37:55 +00:00
  • 399439d338 Better behavior for the multiple selection in lists. dan 2000-10-02 11:43:28 +00:00
  • 7cf93ae49d *** empty log message *** dan 2000-10-02 07:01:27 +00:00
  • de99155948 - Fixed some issues with WMBrowser and the file panel that were introduced by the latest changes in the WMList code (multiple and empty selection). - added WMSetBrowserAllowMultipleSelection(), WMSetBrowserAllowEmptySelection() WMBrowserAllowsMultipleSelection() and WMBrowserAllowsEmptySelection(). dan 2000-10-02 06:59:18 +00:00
  • b2478b634f - the list multiple selection code is working now. it still needs some minor work and cleanup. - made some bag and array functions to return void instead of int. - a few new array functions. - better handling of mouse wheel. dan 2000-10-01 23:26:03 +00:00
  • 6de1c41865 FindTextInStream completed nwanua 2000-10-01 07:38:57 +00:00
  • e4d59476c7 *** empty log message *** dan 2000-10-01 04:29:55 +00:00
  • 56ff625a5c *** empty log message *** nwanua 2000-10-01 04:29:28 +00:00
  • dae28629bb *** empty log message *** nwanua 2000-10-01 03:49:00 +00:00
  • 8ae0b5cc1d fixed some buffer overflow bugs dan 2000-10-01 03:20:08 +00:00
  • 7350f7826d Fixed buffer overflow problems dan 2000-10-01 03:05:25 +00:00
  • d892cd0ea1 Fixed a duplicate PLRelease() call. dan 2000-10-01 02:43:31 +00:00
  • 1d0a374bd4 i nwanua 2000-10-01 01:49:47 +00:00
  • dde0b00fe5 *** empty log message *** dan 2000-09-30 03:54:46 +00:00
  • 4fd5e0cad1 Window placement fix dan 2000-09-30 03:47:49 +00:00
  • cd6639ccc7 Fix for incorrect automatic palcement of windows if there were shaded windows on the other workspaces. dan 2000-09-30 03:46:07 +00:00
  • e3fa161340 small update to list selection code. dan 2000-09-29 08:19:20 +00:00
  • 12c26a1cc5 Fixed some paths after the WINGs directory reorganization dan 2000-09-29 07:48:43 +00:00
  • 94b17e2d15 *** empty log message *** nwanua 2000-09-29 07:39:56 +00:00
  • 81f5124cec *** empty log message *** nwanua 2000-09-29 04:50:56 +00:00
  • 770c3507ed removed testtext.c nwanua 2000-09-29 04:50:32 +00:00
  • 67642b7c20 Better behavior of mouse wheel actions (Control and SHift are now accepted as modifiers to select how much it will actually scroll on each mouse wheel event). dan 2000-09-29 02:30:55 +00:00
  • 358e3346c3 update changes dan 2000-09-29 02:20:35 +00:00
  • aee58cbd36 WMList compiles now, single selection seems to be ok (as it used to be) but multiple selection is not yet complete. dan 2000-09-29 02:12:40 +00:00
  • 539fb32795 Small fix for an enum dan 2000-09-28 22:32:36 +00:00
  • 60a01b0f58 - More code for multiple selection in WMList. - Better handling of mouse wheels (Shift and Control modifiers are used to select how muct to scroll on mouse wheel movement). dan 2000-09-28 14:06:50 +00:00
  • bb8065ebc9 ... dan 2000-09-28 12:08:46 +00:00
  • 44fd05f1c3 Fixed bug related to incorrect reading of ppm files. dan 2000-09-28 12:07:38 +00:00
  • 8382063736 Fixed some typos. dan 2000-09-28 03:11:36 +00:00
  • 6973f07f30 Remake of the WMList code to allow multiple selection. Not complete yet. It will not even compile. I Will finish it later today. dan 2000-09-28 03:09:57 +00:00
  • df357ae1de New patch against 0.62.1 dan 2000-09-27 22:20:21 +00:00
  • 3de3009cee added wtokennext() kojima 2000-09-26 22:44:38 +00:00
  • ce8b816c5d Sorting functions return void now instead of int. dan 2000-09-26 10:54:37 +00:00
  • 4193d2265d - Added WMSetWindowUserPosition() - Replaced FlattenStringList() and TokenizeString() with wtokenjoin() respective wtokensplit() from WINGs dan 2000-09-26 00:35:33 +00:00
  • 7b3c10b07d Replaced malloc by wmalloc dan 2000-09-25 23:31:08 +00:00
  • edc57cf7a1 added some new functions kojima 2000-09-25 19:21:45 +00:00
  • 8cbe55ade1 Removed duplicate function definition dan 2000-09-25 19:07:55 +00:00
  • 4acd090c54 added hungarian translation kojima 2000-09-25 18:41:13 +00:00
  • 9c9f7e6c0c new hide/unhide functions kojima 2000-09-25 18:40:56 +00:00
  • 53a65d5bf8 Use wfree instead of free. dan 2000-09-25 17:46:59 +00:00
  • 82168fcc3b fixed bug fix for WM_COMMAND kojima 2000-09-25 17:36:57 +00:00
  • 065d86f9c5 update kojima 2000-09-25 17:33:53 +00:00
  • 7f74ea8081 Small bugfix, and more updates to typedef'ed functions. dan 2000-09-25 02:00:55 +00:00
  • 23ac6cc088 Added some typedef'ed functions for readability. dan 2000-09-25 01:42:06 +00:00
  • 3b9b020c5c Fixed a pointer deallocation problem dan 2000-09-25 00:51:51 +00:00
  • ccbb6e8e15 Fixed some bugs, and compilation warnings. dan 2000-09-24 02:31:58 +00:00
  • 41ff127444 - Fixed WMArray. - Changed WMList to use WMArray instead of WMBag - Fixed compilation problems in WPrefs.app dan 2000-09-23 03:49:58 +00:00
  • 18b7dcc2b0 Fixed a problem related to the order in which the header files are included. dan 2000-09-22 18:14:20 +00:00
  • 6760c39881 menu commands that have a = in it, executed with SHEXEC kojima 2000-09-21 14:22:59 +00:00
  • 7e3f885aa4 Removed broken testtext from compilation. nwanua plese fix it before enabling dan 2000-09-21 12:01:49 +00:00
  • 40e67dfce0 Removed some redundant code. dan 2000-09-21 01:25:47 +00:00
  • ac4997e739 including parser in wtext.c nwanua 2000-09-20 04:26:31 +00:00
  • a3cd52ba05 Compress expose events dan 2000-09-20 01:14:03 +00:00
  • c1a77f233f Finished the WMArray class dan 2000-09-20 00:30:45 +00:00