Changelogs

Overview

These changelogs reflect the history of all files in the Subversion repository. The changelog has been generated at 2016-05-09 08:38:04

Changes per page:

25 50 100 250 500 1000 2000

Changelog for wxWidgets (70435 changes):

1999-05-22 02:55 NI, revision 2536

Improved keyboard handling

1999-05-21 22:43 VZ, revision 2535

msg catalog code bugfix for 64 bit platforms

1999-05-21 21:28 NI, revision 2534

Added missing comma

1999-05-21 21:22 NI, revision 2533

Fixed handling of keypress WXK_NUMPAD_NEXT

1999-05-21 21:16 NI, revision 2532

added constant WXK_NUMPAD_NEXT

1999-05-21 13:28 RR, revision 2531

Made GetLabel/SetLabel() virtual

1999-05-21 12:50 RR, revision 2530

Fixed typos in window.cpp and utils.cpp Tried to repair HP-UX compilation thing for iODBC.

1999-05-21 11:39 VZ, revision 2529

GetItem() doesn't ignore column number any more

1999-05-21 11:38 VZ, revision 2528

HP-UX gcc compilation fixes

1999-05-21 05:03 RS, revision 2527

documented wxCONFIG_USE_RELATIVE_PATH

1999-05-20 22:53 VZ, revision 2526

mysterious radiobox bug finally fixed

1999-05-20 22:17 VZ, revision 2525

bugs in splitter docs corrected

1999-05-20 17:44 GL, revision 2524

* Added a fix from Allen to wxStringTokenizer

1999-05-20 14:32 RR, revision 2523

GtkMyFixed is now more "GTK 1.2.3 ready". Test added to notebook sample (showing that GTK 1.2.3 is not GTK 1.2.3 ready). Touched frame?

1999-05-20 11:11 OK, revision 2522

Unicode compilation fix for find_*_of() (I might be back at work committing other fixes soon, but probably not before tomorrow at least.)

1999-05-20 06:08 RD, revision 2521

wxScrolledWindow for wxMSW is now getting wxScrollWinEvents and are scrolling again.

1999-05-20 04:25 BV, revision 2520

Added a reference to the splitter event class and macros.

1999-05-20 04:24 BV, revision 2519

Added the rest of the wxSplitterEvent class interface docs.

1999-05-20 04:22 BV, revision 2518

Fix bug in which splitter would not close if sash pulled to one edge of window when minimum pane size != 0.

1999-05-19 22:44 VZ, revision 2517

file which undefs symbols ocnflicting with windows.h

1999-05-19 22:25 VZ, revision 2516

1. bug in wxSplitter corrected: mouse event coords may be negative when the mouse is captured which made sash roll over the window 2. missing functions added to wxRadioBox 3. non existent functions removed from wxRadioBox and wxControl

1999-05-19 17:51 RR, revision 2515

Augmented version to b5 Disabled F10 thing.

1999-05-19 17:40 BM, revision 2514

Changed [] parameters to be unsigned.

1999-05-19 16:47 KB, revision 2513

updated

1999-05-19 13:46 VZ, revision 2512

wxThread::Entry documented

1999-05-19 13:41 RR, revision 2511

YOu can now activate the menu pressing F10 anywhere.

1999-05-19 10:46 RR, revision 2510

Listctrl should now send char and key_down events.

1999-05-19 10:27 RR, revision 2509

Corrected tree ctrl behaviour.

1999-05-19 09:08 RR, revision 2508

Updated distrib. Corrected listbox dclick. Modified char/key event stuff. Added WXWIN_COMPATIBILITY_2 = 1 to setup.hin

1999-05-19 04:41 RD, revision 2507

fixed error about wxFrame::Command not returning a value

1999-05-19 01:15 VZ, revision 2506

notebook creation bug fixed

1999-05-19 01:00 VZ, revision 2505

ScreenToClient() implemented correctly

1999-05-19 00:53 VZ, revision 2504

1. wxMSW seems to work (please test and send your bug reports!) 2. accelerators in the menus a la GTK (actually slightly better) implemented 3. wxSplitter now uses events (and so the code which was broken by recent changes works again)

1999-05-18 19:35 RR, revision 2503

More key event work. Added SetDetectableAutoRepeat.

1999-05-18 19:08 BM, revision 2502

Fixed some compile errors

1999-05-18 16:29 KB, revision 2501

minor progress bar fix

1999-05-18 16:28 KB, revision 2500

highlighting fixes

1999-05-18 15:30 RR, revision 2499

No longer emit char events for shift/ctrl presses.

1999-05-18 15:13 KB, revision 2498

fixed an over-optimisation

1999-05-18 15:05 KB, revision 2497

Merged in from Mahogany. A bit better and safer.

1999-05-18 14:52 VZ, revision 2496

isascii changed to isprint for better logging

1999-05-18 14:49 RR, revision 2495

Correxted myfixed widget to prevent warnings from GTK Changed listbox dclick emission

1999-05-18 14:47 VZ, revision 2494

char/key events testing added

1999-05-18 13:35 VZ, revision 2493

DeleteAllPages() bug corrected

1999-05-17 19:35 RR, revision 2492

Removed an #ifndef __WXGTK__

1999-05-17 19:17 RR, revision 2491

Use wxScrollWinEvent instead of wxScrollEvent in wxWindow and wxScrolledWindow. This breaks all ports! Added Layout() call to wxSplitter. wxDialog at least tries to set its position before its shown. wxGTK now emits char/key events as wxMSW does.

1999-05-17 18:10 GL, revision 2490

* prgodlgg.h: Update() use wxString instead of 'char *' * wxThread: fixes (all should work fluently now) * wxSocket: it is at last usable on my computer GTK/GLIB problem : reenabling the idle event propagation causes very strange problem (Instruction pointer/memory)

1999-05-17 17:10 RD, revision 2489

Moved all WXDLLEXPORT's to be before the return type in order to make VC 6.0 happy when building a DLL.

1999-05-17 17:07 RD, revision 2488

Added wxPoint ClientToScreen(const wxPoint& pt) wxPoint ScreenToClient(const wxPoint& pt) back into class wxWindow

1999-05-17 17:05 RD, revision 2487

Enhanced HTML Help output. 1. Full-text-search is enabled 2. Additional buttons on the help window 3. The root page (contents) is now added to the tree 4. etc.