Bryce Denney
17624e7549
- clean up memory usage after bx_gui_c::get_clipboard_text for win32,
...
X windows, wxWindows. Each platform has its own way of returning
a variable length string, and its own rules about how you're supposed
to dispose of the string. Now all platforms do the same thing: they
allocate a Bit8u buffer with C++ "new" and copy the clipboard data in,
then release the clipboard data in the platform-specific correct way.
The Bit8u buffer is sent to the keyboard code, which frees it with
delete [] when finished.
- modified: gui/wx.cc gui/x.cc gui/win32.cc iodev/keyboard.cc
2002-09-05 15:57:37 +00:00
..
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-05-28 15:39:05 +00:00
2001-12-07 18:58:24 +00:00
2001-12-07 18:58:24 +00:00
2002-05-28 15:39:05 +00:00
2002-08-28 16:45:18 +00:00
2002-08-28 16:45:18 +00:00
2002-08-31 21:31:11 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-28 19:39:00 +00:00
2002-08-28 19:39:00 +00:00
2002-09-02 16:56:24 +00:00
2002-09-02 16:56:24 +00:00
2002-03-11 13:59:38 +00:00
2002-05-02 07:54:22 +00:00
2002-04-18 00:33:58 +00:00
2002-04-18 00:59:58 +00:00
2002-09-02 16:56:24 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-29 16:52:47 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-09-05 15:57:37 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:50:27 +00:00
2002-08-28 16:55:16 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-31 15:35:51 +00:00
2002-08-31 15:35:51 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-09-01 15:38:29 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-04-01 22:43:01 +00:00
2002-04-01 22:43:01 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-03-05 17:22:59 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00
2002-08-27 19:54:46 +00:00