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