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-12 20:26 RR, revision 2436

Fixes a few SGI compiler warnings..

1999-05-12 17:49 VS, revision 2435

HTML Help Workshop support

1999-05-12 15:34 , revision 2434
  • A /wxWidgets/tags/BEFORE_FONTCHANGE
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/.cvsignore
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/config.guess
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/config.sub
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/configure
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/configure.in
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/distrib
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/docs
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/include
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/install-sh
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/lib
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/locale
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/Makefile
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/misc
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/mkinstalldirs
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/samples
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/setup
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/src
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/template.mak
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/tests
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/Makefile
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/wxConvert
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/wxFile
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/user/wxTest
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/utils
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/wx-config.in
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/wxGTK.spec
  • D /wxWidgets/tags/BEFORE_FONTCHANGE/wxinstall

This commit was manufactured by cvs2svn to create tag 'BEFORE_FONTCHANGE'.

1999-05-12 15:34 KB, revision 2433

wxlayout bug

1999-05-12 15:19 RR, revision 2432

-1 is kept -1 as a wxWindowID removed som edebug code

1999-05-12 15:04 KB, revision 2431

now we can even edit again

1999-05-12 14:53 KB, revision 2430

Missing "c" bug should be gone.

1999-05-12 14:47 KB, revision 2429

Cursor movements and selections even in non-edit mode.

1999-05-12 13:50 KB, revision 2428

Scroll to cursor works correctly now.

1999-05-12 13:13 VZ, revision 2427

HAVE_WCSLEN added

1999-05-12 13:13 VZ, revision 2426

included longlong doc

1999-05-12 12:22 VZ, revision 2425

missing comma for Motif compilation added

1999-05-12 09:31 RR, revision 2424

added wxScrollWinEvent use timestamp in various events

1999-05-12 03:04 BV, revision 2423

Modified OnSashPositionChange to take an int& instead of an int.

1999-05-12 03:03 BV, revision 2422

Modified OnSashPositionChange to resize the window to minimum pane size if the selected position would result in a too-small pane. Edge-detection logic (which closes a split) moved from OnMouseEvent to OnSashPositionChange.

1999-05-11 21:09 BM, revision 2421

Fixed incorrect return type

1999-05-11 20:46 KB, revision 2420

updated

1999-05-11 20:43 KB, revision 2419

COPY works, cut still missing, highlighting buggy.

1999-05-11 20:41 RR, revision 2418

wxFrame::GetClientSize -> DoGetClientSize Minor wxDialog fix

1999-05-11 18:28 RR, revision 2417

Typos fixed. Corrected children's deletion (strict now). Corrected scrolled window's setup upon startup (with/without scrollbars etc.)

1999-05-11 17:37 VZ, revision 2416

labels respect alignment now even with GTK 1.2

1999-05-11 15:35 VZ, revision 2415

another unused param warning

1999-05-11 14:47 VZ, revision 2414

#pragma interface/implementation for gcc added

1999-05-11 14:41 VZ, revision 2413

spaces around '=' are not needed any more in config files

1999-05-11 14:08 KB, revision 2412

This one-liner seems to fix the wxStaticText alignment.

1999-05-11 12:37 VZ, revision 2411

unused parameter warnings suppressed

1999-05-11 12:11 VZ, revision 2410

unussed param warning suppressed

1999-05-11 12:08 VZ, revision 2409

one 'no' is enough when GTK 1.2.0 is not found

1999-05-11 11:50 VZ, revision 2408

library build even without wcslen()

1999-05-11 11:49 VZ, revision 2407

no changes

1999-05-11 09:15 KB, revision 2406

Some nice improvements, it's even quite fast now!

1999-05-11 08:23 RR, revision 2405

Implememted IsBeingDeleted() -> buttons work again

1999-05-10 22:56 VZ, revision 2404

MSW compilation fixes

1999-05-10 22:40 VZ, revision 2403

compile fix

1999-05-10 22:34 VZ, revision 2402

directory for test programs

1999-05-10 22:29 VZ, revision 2401

GetHandle() added (back)

1999-05-10 21:04 RR, revision 2400

Made wxWindowBase's variables protected again and such.

1999-05-10 18:27 VZ, revision 2399

wxFileSelectorEx added - could someone please implement it?

1999-05-10 18:16 VZ, revision 2398

the initial draft of wxLongLong class

1999-05-10 16:59 BM, revision 2397

Added inline keyword

1999-05-10 16:35 VZ, revision 2396

(primitive) makefile for msg catalogs and the updated wxstd.po

1999-05-10 16:19 VZ, revision 2395

patch from Janos Vegh (2nd try, now it even compiles)

1999-05-10 16:09 RR, revision 2394

Changed wxSizer::GetSize() to DoGetSize() (and others) Added debug code because I dont know why buttons sometimes work and sometimes not.

1999-05-10 16:01 VZ, revision 2393

patch from Janos Vegh for improved template handling

1999-05-10 13:31 RR, revision 2392

A few more things are back to work.

1999-05-10 11:54 KB, revision 2391

Suppressing selection highlighting in M.

1999-05-10 11:51 KB, revision 2390

Selection improvement.

1999-05-10 11:07 KB, revision 2389

wxScrolledWindow::Scroll() no longer calls Refresh(). Adjusted listctrl to this change.

1999-05-10 11:06 KB, revision 2388

Added Refresh() to OnMouse.

1999-05-10 11:02 RR, revision 2387

Small modifications to Vadims changes

1999-05-10 10:44 KB, revision 2386

Updated for Mahogany.

1999-05-10 09:18 VZ, revision 2385

DnD sample compiles and works

1999-05-10 00:42 VZ, revision 2384

wxWindow split (MSW part of changes)

1999-05-09 22:17 VZ, revision 2383

wxWindow split into wxWindowBase and wxWindow (wxGTK part)

1999-05-09 22:07 , revision 2382

This commit was manufactured by cvs2svn to create tag 'OLD_HEADERS'.

1999-05-09 22:07 VZ, revision 2381

icons for generic dialogs

1999-05-09 21:42 JS, revision 2380

wxUSE_THREADS in sckint.h; wxMotif Clone error fixed; JPEG makefile.unx for wxMotif

1999-05-09 21:40 JS, revision 2379

#ifdefs for wxUSE_THREADS

1999-05-09 18:00 VZ, revision 2378

crash in GTK 1.0 on multiline text ctrl creation fixed

1999-05-09 17:28 KB, revision 2377

Selection marking seems fine now.

1999-05-09 15:24 KB, revision 2376

Partially functioning selections.

1999-05-09 15:19 KB, revision 2375

Added a generic wxProgressDialog and made wxPostscriptPrinter use it.

1999-05-09 15:03 JS, revision 2374

*** empty log message ***

1999-05-09 14:49 JS, revision 2373

Misc. fixes

1999-05-09 14:48 JS, revision 2372

Added JPEG jconfig.vc, BC++/VC++ makefiles. Sort of fixed jconfig.h for VC++ compilation but probably configure on Unix will go and overwrite it or something.

1999-05-09 12:24 GL, revision 2371

* Fixed two or three things in sckint.cpp but I still don't manage to fix the bug in wxSocketInternal::StopWaiter (Main thread hangs in wxThreadInternal::Wait). If someone has an idea I would be very happy ...

1999-05-09 10:54 RR, revision 2370

Applied FreeBSD patch augmented beta version to 4

1999-05-09 02:35 BM, revision 2369

Recursion bad... handle C++ style comments

1999-05-08 21:21 BM, revision 2368

Commented out 2 apparently used and invalid bitmaps

1999-05-08 21:21 BM, revision 2367

Reference counted objects should be used *much* more carefully. This was completely unnecessary.

1999-05-08 18:01 KB, revision 2366

Much improved, update rectangles almost work. Selections seem to work.

1999-05-08 14:18 RR, revision 2365

Corrected bmpbutton size added wxNO_BORDER style to button classes added WMclass and WMname strings to dialogs and frames added flag to scroll sample

1999-05-08 12:18 GL, revision 2364

* implemented VZ's idea about creating and destroying bg threads. (PB with the destruction of waiter: I think it's a race problem but I can't localize it if someone finds it please mail it to me) * Fixed race condition in threadpsx.cpp.

1999-05-08 04:58 BM, revision 2363

Fixed two missing parens

1999-05-07 23:05 KB, revision 2362

Fixed SetZoom() so it can be used from the outside.

1999-05-07 21:26 RR, revision 2361

a bit of debug code radiobox gets frames again

1999-05-07 20:48 VZ, revision 2360

compilation fix

1999-05-07 18:36 OK, revision 2359

Try to not include ctype functions for win32. Not really tested with Borland C++, as I don't have the machine with BC++ available right now, but it should probably be better anyway...

1999-05-07 18:34 GL, revision 2358

* Created a new wxObject method: wxObject::CopyObject(wxObject&) and wxObject::Clone() uses it. * Added some CopyObject to events. * Reenable the idle loop in wxEvtHandler::ProcessThreadEvent(...) * Some correctness in wxSocket. Major bugs remaining: - it seems there is a mutex problem when it works too quickly - all threads aren't destroyed ...

1999-05-07 18:02 VZ, revision 2357

tree ctrl sorting shouldn't crash when items don't have data

1999-05-07 10:51 KB, revision 2356

Crude hack to fix crash for 8bit displays. Seems to work fine. PLEASE CHECK

1999-05-07 10:20 OK, revision 2355

Took care of those missing frees from failure conditions in wxExecute.

1999-05-06 18:40 VZ, revision 2354

printf => wxLogTrace

1999-05-06 15:13 KB, revision 2353

Removed superfluous GDK_DECOR_BORDER.

1999-05-06 14:30 RR, revision 2352

minor fixes cursor fix for splitter window

1999-05-06 09:47 KB, revision 2351

Minor fixes, should be ok now.

1999-05-06 08:38 JS, revision 2350

Some doc corrections; various small fixes for Cygwin and BC++

1999-05-06 08:31 JS, revision 2349

Defined PBS_SMOOTH, PBS_VERTICAL in gauge95.cpp, if required

1999-05-05 21:42 RR, revision 2348

added wxStaticLine used in wxMessageBox added wxNO_BORDER style to radiobox

1999-05-05 21:16 KB, revision 2347

Modified WM hints handling which should be much better now.

1999-05-05 20:05 RR, revision 2346

fix for menu separator wxGlCanvas works again (but flickers)

1999-05-05 14:20 OK, revision 2345

cWX2MB and cMB2WX should be available even when without wchar_t.

1999-05-05 11:45 JS, revision 2344

Fixed Yield/Windows clash in sckint.cpp, updated makefile

1999-05-05 10:25 RR, revision 2343

Added scrolling of widgets and sample

1999-05-05 08:57 JS, revision 2342

wxNotebook fixes for Win16; VC++ 4 fixes for OLE files; wxGA_SMOOTH flag (wxMSW); wxFRAME_FLOAT_ON_PARENT style for frames (wxMSW) to get traditional MSW behaviour.

1999-05-05 05:01 RS, revision 2341

Added wxCONFIG_USE_RELATIVE_PATH option to allow relative paths for config files

1999-05-05 05:00 RS, revision 2340

Added wxCONFIG_USE_RELATIVE_PATH option to allow config files to be specified with relative paths

1999-05-04 16:16 RR, revision 2339

Fox around a bug in GTK's GtkNotebook

1999-05-04 15:54 RR, revision 2338

Found a few situations where the most recent corrections crashed. Changed default size of wxComboBox to what seems to be the only value the arrow button likes.

1999-05-04 11:15 RR, revision 2337

Added window resize patch to wxFrame Added patch to wxNotebook for keeping m_id in synch after deletion of pages Added patch for idle handling within DnD