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.

1999-05-17 15:13 VZ, revision 2486

SelectColour() works

1999-05-17 14:51 VZ, revision 2485

added Next/PrevControlId

1999-05-17 14:35 VZ, revision 2484

DrawCircle() added

1999-05-17 14:10 VZ, revision 2483

more tests added

1999-05-17 12:41 VZ, revision 2482

find_first/last_[not]_of() functions added

1999-05-17 12:27 RR, revision 2481

New virtual key defines (NUMPAD_XXX).

1999-05-17 06:29 RS, revision 2480

Added code to make wxMDIChildFrame::Activate() work

1999-05-16 23:42 KB, revision 2479

minor bug fix

1999-05-16 23:13 KB, revision 2478

Added a wxDataFormat::SetAtom() inline function.

1999-05-16 23:12 KB, revision 2477

Minor fix for wxDF_PRIVATE, but doesn't work yet.

1999-05-16 23:10 KB, revision 2476

Many, many updates. Almost perfect.

1999-05-16 19:04 RR, revision 2475

Minor DC correction.

1999-05-16 15:33 KB, revision 2474

More translations (All that I am interested in, if someone else wants to finish them, go ahead.)

1999-05-16 13:40 GL, revision 2473

* Fixed a dead-lock when the thread finishes.

1999-05-16 13:31 KB, revision 2472

About 30% done.

1999-05-15 23:40 RR, revision 2471

DC change header change for wxMemoryDC and wxPostscriptDC.

1999-05-15 13:56 RR, revision 2470

A little more testing.

1999-05-15 13:33 RR, revision 2469

Started drawing sample.

1999-05-15 12:47 VZ, revision 2468

typo in dcclient.cpp corrected (wxUSE_SPLINE => wxUSE_SPLINES)

1999-05-15 12:01 GL, revision 2467

* Added thread cleanup safeness: thread can be explicitely killed safely now on Unix.

1999-05-15 07:48 RR, revision 2466

wxGLCanvas compile fixes

1999-05-15 00:56 RD, revision 2465

fixes for GetReturnCode/SetReturnCode

1999-05-14 21:04 RR, revision 2464

wxGTK now works a little again. Added new OpenGl code.

1999-05-14 20:27 RR, revision 2463

wxGTK compiles and links again.

1999-05-14 14:44 VZ, revision 2462

minor changes

1999-05-14 11:36 KB, revision 2461

a few more buglets

1999-05-14 10:41 KB, revision 2460

NL insert bug

1999-05-14 10:31 KB, revision 2459

Updated, fixed a colour bug.

1999-05-14 09:35 KB, revision 2458

The new layout mechanism is better than the old one. :-)

1999-05-13 23:02 VZ, revision 2457

wxWindowDC compiles (wxGTK doesn't link yet because of dcpsg.cpp problems...)

1999-05-13 21:33 VZ, revision 2456

wxWindow::Show() works again

1999-05-13 21:21 VZ, revision 2455

1. MSW message handling simplifications 2. wxDC split into wxDC and wxDCBase 3. Several minor bug fixes, many major new bugs

1999-05-13 21:13 KB, revision 2454

I was stupid enough to reorganise the way font changes get stored and applied, so after only four hours work I'm back where I was yesterday. Selections still buggy.

1999-05-13 17:18 KB, revision 2453

untested changes...

1999-05-13 17:18 KB, revision 2452

some changes, untested

1999-05-13 15:52 karsten, revision 2451

ProgressDialog now handles multiple copies and shows total number of pages.

1999-05-13 15:51 KB, revision 2450

slowdown effect

1999-05-13 15:38 KB, revision 2449

another wxLayout bug, prints empty pages suddenly

1999-05-13 15:24 GL, revision 2448

* Some more CopyObject()

1999-05-13 15:09 KB, revision 2447

fixed wrong range for print progress dialog

1999-05-13 15:02 KB, revision 2446

removed an assert which was broken (looked right though)

1999-05-13 13:02 KB, revision 2445

Fixed a minor bug in hotKey handling.

1999-05-13 11:06 KB, revision 2444

two more bug notes

1999-05-13 10:56 KB, revision 2443

first text (header lines) in M get malformatted

1999-05-13 10:56 KB, revision 2442

find position bug fixed

1999-05-13 10:14 KB, revision 2441

Added finding of text in the list and fixed calculation of scrollbar size.

1999-05-13 09:53 RR, revision 2440

Added m_scanCode field to wxKeyEvent Added a few more WXK symbols to wxGTK

1999-05-13 09:44 GL, revision 2439

* fix in wcslen()

1999-05-12 22:14 KB, revision 2438

Modified font handling (on the way to real rtf editing...) Selections are better but still buggy, list size does not get calculated completely, end of list only appears after multiple edits. ???

1999-05-12 22:12 RR, revision 2437

Maybe negative wxWindowId are better than just -1.