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):

2006-08-04 17:30 RD, revision 40453

Let the text ctrl do the word wrapping, not the source code...

2006-08-04 17:22 RD, revision 40452

add menu options for the blinds effects

2006-08-04 16:07 VZ, revision 40451

added compatible_release variable which is just major.minor for stable releases and major.minor.micro for the development ones; use it for wxpydir

2006-08-04 15:43 VZ, revision 40450

(manually) removed more mentions of CB_FILENAME to fix the build

2006-08-04 14:39 VZ, revision 40449

removed wxCB_FILENAME (manually, just to fix the build)

2006-08-04 14:14 VZ, revision 40448

corrected bug in recent commit which overwrote some samples makefiles in the distribution

2006-08-04 14:03 VZ, revision 40447

binary-gtk targets now also make base packages they depend on

2006-08-04 11:35 VZ, revision 40446

only multiline text controls need Enter key for themselves

2006-08-04 11:33 VZ, revision 40445

menu items for Centre() tests shouldn't be checkable

2006-08-04 11:25 VZ, revision 40444

undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this

2006-08-04 11:10 VZ, revision 40443

undid last change and removed wxTE/CB_FILENAME style, after looking at GTK+ API it seems that this is not the correct way to do this

2006-08-04 04:15 RD, revision 40442

Replace the yields with updating the dirty portions of the window in idle time. Also remove the double buffering of the header window so the DrawHeaderButton will work on wxGTK.

2006-08-03 23:43 VZ, revision 40441

make control children of a panel and not directly the frame

2006-08-03 18:30 RD, revision 40440

remove any previously existing targets before installing them. This fixes an error (and a failed install) on my Mac.

2006-08-03 16:54 VS, revision 40439

wxXPMDecoder requires wxUSE_IMAGE && wxUSE_XPM

2006-08-03 16:24 AVV, revision 40438

Double-disabling/enabling is not critical. Might need to be investigated later, tho

2006-08-03 15:52 AVV, revision 40437

Fixed Mac compilation

2006-08-03 15:30 AVV, revision 40436

Gotta love using before defined

2006-08-03 15:11 AVV, revision 40435

Fixed GTK to use gint again, mirrored changes in msw, hopefully fixed Mac including the mirroring of the event-specific callbacks changes on gtk and msw. Less and less code in the platform-specific files. WinCE still (probably) broken. Mac untested (yet)

2006-08-03 03:47 AVV, revision 40434

When porting the single-event based implementation to GTK, I found out I kinnda screwed with the windows version, so here's the fix for both. Actualyl fixed some bugs on the prevous GTK implementation, too

2006-08-02 23:05 AVV, revision 40433

The new code works in windows now, save multiple connection events that must be investigated

2006-08-02 22:37 AVV, revision 40432

Windows compilation fixed

2006-08-02 20:35 AVV, revision 40431

Windows-specific single-event disabling stuff. WinCE not available yet. To be implemented on GTK later

2006-08-02 19:04 MR, revision 40430

Rebake after removing wxHtml and wxXml dependency from wxAdv (as wxRichTextCtrl is a separate library now)

2006-08-02 18:28 MR, revision 40429

Remove wxHtml and wxXml dependency from wxAdv

2006-08-02 05:09 JG, revision 40428

Fix drag and drop inside static boxes. Backport from HEAD.

2006-08-02 04:37 JG, revision 40427

Backport fix from 1.152 for bug in GetTimeZone where timezone wasn't set.

2006-08-02 03:17 AVV, revision 40426

Events shouldn't be enabled before having an actual socket

2006-08-01 21:34 AVV, revision 40425

Use Detected_* for MSW

2006-08-01 21:20 DMS, revision 40424

I forgot to include the following files in the previous commit. they are the modified python script and lang table including changes for RTL support.

2006-08-01 20:20 AVV, revision 40423

Medium rework of GTK event handling on wxSocket. This should prevent errors happening from input events being disabled after an output event and viceversa. Added also the Detected_Lost and Detected_Conenction to the Detected_Read/Write functions, unused now but soon to be used on the common unix/windows implementation. Bulk tests work on unix. Testing windows next, then Mac.

2006-08-01 18:35 RD, revision 40422

reSWIGged

2006-08-01 18:30 RD, revision 40421

Add wx.menuBar.UpdateMenus

2006-08-01 18:14 RD, revision 40420

reSWIGged

2006-08-01 18:06 RD, revision 40419

reSWIGged

2006-08-01 17:44 RD, revision 40418

Don't confuse SWIG with static and non-static methods of the same name

2006-08-01 17:36 RD, revision 40417

Update __DocFilter to skip functions that are duplicates of static functions in a class

2006-08-01 16:39 RR, revision 40416

Do nothing in wxTLW::Show() if t already is shown. Don't call gtk_widget_set_uposition() there anymore, since it is useless, deprectased and causes surplus move events.

2006-08-01 14:25 MR, revision 40415

document missing default parameters in ctor (patch 1458151)

2006-08-01 13:26 ABX, revision 40414

Removed unused Symantec (*.sc) build system. Symantec C++ is now replaced by DigitalMars.

2006-08-01 12:49 ABX, revision 40413
  • M /wxWidgets/trunk/build/bakefiles/make_dist.mk
  • D /wxWidgets/trunk/contrib/samples/animate/makefile.sc
  • D /wxWidgets/trunk/contrib/samples/deprecated/proplist/makefile.sc
  • D /wxWidgets/trunk/contrib/samples/deprecated/resource/makefile.sc
  • D /wxWidgets/trunk/contrib/samples/deprecated/treelay/makefile.sc
  • D /wxWidgets/trunk/contrib/samples/gizmos/multicell/makefile.sc
  • D /wxWidgets/trunk/contrib/samples/gizmos/splittree/makefile.sc
  • D /wxWidgets/trunk/contrib/samples/stc/Makefile.sc
  • D /wxWidgets/trunk/contrib/samples/svg/makefile.sc
  • M /wxWidgets/trunk/distrib/msw/tmake/Makefile
  • M /wxWidgets/trunk/distrib/msw/tmake/makeall.bat
  • M /wxWidgets/trunk/distrib/msw/tmake/makeall.sh
  • D /wxWidgets/trunk/samples/access/Makefile.sc
  • D /wxWidgets/trunk/samples/artprov/Makefile.sc
  • D /wxWidgets/trunk/samples/calendar/makefile.sc
  • D /wxWidgets/trunk/samples/caret/Makefile.sc
  • D /wxWidgets/trunk/samples/checklst/makefile.sc
  • D /wxWidgets/trunk/samples/config/Makefile.sc
  • D /wxWidgets/trunk/samples/console/makefile.sc
  • D /wxWidgets/trunk/samples/controls/makefile.sc
  • D /wxWidgets/trunk/samples/db/makefile.sc
  • D /wxWidgets/trunk/samples/dialogs/makefile.sc
  • D /wxWidgets/trunk/samples/dialup/makefile.sc
  • D /wxWidgets/trunk/samples/display/Makefile.sc
  • D /wxWidgets/trunk/samples/dnd/makefile.sc
  • D /wxWidgets/trunk/samples/docview/makefile.sc
  • D /wxWidgets/trunk/samples/docvwmdi/makefile.sc
  • D /wxWidgets/trunk/samples/dragimag/makefile.sc
  • D /wxWidgets/trunk/samples/drawing/makefile.sc
  • D /wxWidgets/trunk/samples/dynamic/makefile.sc
  • D /wxWidgets/trunk/samples/erase/makefile.sc
  • D /wxWidgets/trunk/samples/event/makefile.sc
  • D /wxWidgets/trunk/samples/exec/makefile.sc
  • D /wxWidgets/trunk/samples/font/makefile.sc
  • D /wxWidgets/trunk/samples/grid/makefile.sc
  • D /wxWidgets/trunk/samples/help/makefile.sc
  • D /wxWidgets/trunk/samples/htlbox/Makefile.sc
  • D /wxWidgets/trunk/samples/html/about/Makefile.sc
  • D /wxWidgets/trunk/samples/html/help/Makefile.sc
  • D /wxWidgets/trunk/samples/html/printing/Makefile.sc
  • D /wxWidgets/trunk/samples/html/test/makefile.sc
  • D /wxWidgets/trunk/samples/html/virtual/Makefile.sc
  • D /wxWidgets/trunk/samples/html/widget/Makefile.sc
  • D /wxWidgets/trunk/samples/html/zip/Makefile.sc
  • D /wxWidgets/trunk/samples/image/makefile.sc
  • D /wxWidgets/trunk/samples/internat/makefile.sc
  • D /wxWidgets/trunk/samples/ipc/client.sc
  • D /wxWidgets/trunk/samples/ipc/server.sc
  • D /wxWidgets/trunk/samples/joytest/makefile.sc
  • D /wxWidgets/trunk/samples/keyboard/makefile.sc
  • D /wxWidgets/trunk/samples/layout/makefile.sc
  • D /wxWidgets/trunk/samples/listctrl/makefile.sc
  • D /wxWidgets/trunk/samples/makefile.sc
  • D /wxWidgets/trunk/samples/mdi/makefile.sc
  • D /wxWidgets/trunk/samples/memcheck/makefile.sc
  • D /wxWidgets/trunk/samples/menu/makefile.sc
  • D /wxWidgets/trunk/samples/mfc/makefile.sc
  • D /wxWidgets/trunk/samples/minifram/makefile.sc
  • D /wxWidgets/trunk/samples/minimal/makefile.sc
  • D /wxWidgets/trunk/samples/multimon/Makefile.sc
  • D /wxWidgets/trunk/samples/nativdlg/makefile.sc
  • D /wxWidgets/trunk/samples/notebook/makefile.sc
  • D /wxWidgets/trunk/samples/oleauto/makefile.sc
  • D /wxWidgets/trunk/samples/opengl/makefile.sc
  • D /wxWidgets/trunk/samples/ownerdrw/makefile.sc
  • D /wxWidgets/trunk/samples/png/Makefile.sc
  • D /wxWidgets/trunk/samples/printing/makefile.sc
  • D /wxWidgets/trunk/samples/propsize/makefile.sc
  • D /wxWidgets/trunk/samples/regtest/makefile.sc
  • D /wxWidgets/trunk/samples/rotate/makefile.sc
  • D /wxWidgets/trunk/samples/sashtest/makefile.sc
  • D /wxWidgets/trunk/samples/scroll/makefile.sc
  • D /wxWidgets/trunk/samples/scrollsub/makefile.sc
  • D /wxWidgets/trunk/samples/shaped/makefile.sc
  • D /wxWidgets/trunk/samples/sockets/client.sc
  • D /wxWidgets/trunk/samples/sockets/makefile.sc
  • D /wxWidgets/trunk/samples/sockets/server.sc
  • D /wxWidgets/trunk/samples/splitter/makefile.sc
  • D /wxWidgets/trunk/samples/statbar/makefile.sc
  • D /wxWidgets/trunk/samples/stc/Makefile.sc
  • D /wxWidgets/trunk/samples/svg/makefile.sc
  • D /wxWidgets/trunk/samples/taskbar/makefile.sc
  • D /wxWidgets/trunk/samples/text/Makefile.sc
  • D /wxWidgets/trunk/samples/thread/makefile.sc
  • D /wxWidgets/trunk/samples/toolbar/makefile.sc
  • D /wxWidgets/trunk/samples/typetest/makefile.sc
  • D /wxWidgets/trunk/samples/vscroll/Makefile.sc
  • D /wxWidgets/trunk/samples/widgets/Makefile.sc
  • D /wxWidgets/trunk/samples/wizard/makefile.sc
  • D /wxWidgets/trunk/src/jpeg/makefile.sc
  • D /wxWidgets/trunk/src/makelib.sc
  • D /wxWidgets/trunk/src/makeprog.sc
  • D /wxWidgets/trunk/src/makesc.env
  • D /wxWidgets/trunk/src/msw/makefile.sc
  • D /wxWidgets/trunk/src/png/makefile.sc
  • D /wxWidgets/trunk/src/tiff/makefile.sc

Removed unused Symantec (*.sc) build system. Symantec C++ is now replaced by DigitalMars.

2006-08-01 12:01 VS, revision 40412

fixed compilation for wxUSE_STATUSBAR w/o wxUSE_MENUS

2006-08-01 09:37 SC, revision 40411

on mac using macroman only created once a successful wxCSConv, because the iconv' miss was entered as a failure into the cache, which then killed any subsequent attempt ..

2006-08-01 09:01 VS, revision 40410

move wx11 and (the rest of) wxMGL specific checks into /chkconf.h file

2006-08-01 08:39 VS, revision 40409

wxX11's wxBitmap requires wxPalette, so check for wxUSE_PALETTE

2006-08-01 07:09 ABX, revision 40408

Removed all outdated makefile.dos and their *.msc include.

2006-08-01 05:46 VS, revision 40407

compilation fix for !wxUSE_LOG

2006-07-31 22:13 VZ, revision 40406

release build unused variable warning fix

2006-07-31 22:06 VZ, revision 40405

TLW default item changes have changed Enter key processing: it was now handled as TAB even for controls such as wxTree/ListCtrl which need it themselves; fix this by checking for VK_RETURN in these classes MSWShouldPreProcessMessage() implementation; also removed specific test for wxTextCtrl in wxWindowMSW::MSWProcessMessage() and simplified its code

2006-07-31 19:31 AVV, revision 40404

Now, when we set the hostname, let's make sure this is not an IP before resolving. Saves a lot of time and headaches.