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-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.