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.

2006-07-31 19:19 RD, revision 40403

typo fix

2006-07-31 19:12 RD, revision 40402

Added wxCB_FILENAME

2006-07-31 19:12 AVV, revision 40401

Don't solve the hostname when we set an ip address from an unsigned int. Avoid unneeded reverse-solving of the IP, which is not used for anything anyway

2006-07-31 19:12 RD, revision 40400

Added wxMouseCaptureLostEvent

2006-07-31 16:56 VS, revision 40399

avoid warnings about undefined wxUSE_LOG_DEBUG if wxUSE_LOG=0

2006-07-31 16:28 VS, revision 40398

made the rest of wxEncodingConverter tables const

2006-07-31 12:28 VS, revision 40397

warnings fixes for !wxUSE_FONTMAP

2006-07-31 12:22 VS, revision 40396

compilation fix for !wxUSE_FONTMAPstrconv.cpp

2006-07-31 12:17 VS, revision 40395

don't pass window argument to NotifyCaptureLost, it's not needed/used

2006-07-31 12:03 VS, revision 40394

wxFileModificationTime() needs wxDateTime, put it inside wxUSE_DATETIME

2006-07-31 10:48 ABX, revision 40393

'[ 1530831 ] wxOwnerDrawnComboBox page for Widgets sample' extended with icon.

2006-07-31 09:40 VS, revision 40392

added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)

2006-07-31 09:27 VS, revision 40391

added wxEVT_MOUSE_CAPTURE_LOST event and code for correctly handling capture loss (bug #1153662)

2006-07-31 07:24 BIW, revision 40390

supress unused var warning

2006-07-31 06:54 BIW, revision 40389

wrapped up Show() calls to prevent gtk bug from manifesting

2006-07-31 00:35 MR, revision 40388

Don't use filename encoding conversion when passing string to gtk_file_chooser_set_current_name (save as dialog suggested filename) - it takes a UTF-8 per gtk+ documentation and common sense, so use wxGTK_CONV instead. Fixes wxFileDialog save mode default filename with non-utf8 G_FILENAME_ENCODING (bug #1497800). Thanks to Konstantin Anory for pointing this out.

2006-07-30 23:36 , revision 40387

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

2006-07-30 23:36 VZ, revision 40386

reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of existing code (including wxChoice implementation inside wx itself) uses these styles without including wx/combobox.h

2006-07-30 20:04 VZ, revision 40385

reverted the move of wxComboBox styles from wx/defs.h to wx/combobox.h, a lot of existing code (including wxChoice implementation inside wx itself) uses these styles without including wx/combobox.h

2006-07-30 19:57 BIW, revision 40384

workaround for bug #1531361

2006-07-30 12:56 RR, revision 40383

Next compilo.

2006-07-30 12:49 RR, revision 40382

Compilation fix after wxCB_ flags move.

2006-07-30 12:38 RR, revision 40381

Compile fix.

2006-07-30 01:33 VZ, revision 40380

don't append -ansi to source package

2006-07-29 23:54 VZ, revision 40379

nicer messages for gstreamer detection

2006-07-29 23:53 VZ, revision 40378

added wxMediaCttl build dependencies

2006-07-29 23:35 VZ, revision 40377

--enable-debug shouldn't be in COMMON_CONFIGURE_OPTIONS, it's used for dbg packages only

2006-07-29 23:33 VZ, revision 40376

added support for building non-Unicode packages which can be installed in parallel with the (official) Unicode ones

2006-07-29 23:30 RD, revision 40375

reSWIGged

2006-07-29 23:05 RD, revision 40374

reSWIGged

2006-07-29 23:01 RD, revision 40373

DLL compilation fixes

2006-07-29 21:49 RD, revision 40372

Various little tweaks to get up to date with CVS

2006-07-29 20:47 VZ, revision 40371

typo (patch 1528925)

2006-07-29 20:45 VZ, revision 40370

add @DATE@, @TIME@ and @TITLE@ macros to HTML printing (extended/modified patch 1528679)

2006-07-29 20:33 VZ, revision 40369

compilation fix for wxUSE_DYNLIB_CLASS == 0

2006-07-29 20:31 VZ, revision 40368

wxUSE_DATAOBJ requires wxUSE_OLE (bug 1526189)

2006-07-29 19:19 VZ, revision 40367

moved combobox styles from defs.to to combobox.h; added wxTE/wxCB_FILENAME styles (MSW only for now); show them in the widgets sample and use for file/dir pickers text controls

2006-07-29 17:54 VZ, revision 40366

corrected a target name

2006-07-29 17:42 VZ, revision 40365

copy most of the files for all of the samples automatically instead of listing all of them manually

2006-07-29 16:40 MR, revision 40364

Backport rev1.111. This should fix the old bug #1288889 (wxWindow::SetFocus does not work on modal dialogs, and therefore wxButton::SetDefault does not work either) and additionally the new bug #1530909 (wxFileDialog focus problem on wxGTK). Commit history for rev1.111 has some more information. For reference this was: Revert revision 1.102.2.2: date: 2002/10/13 21:03:45; author: RR; state: Exp; lines: +4 -2 Combox gets its own SetFocus() wxDialog() set the focus to itself when shown. This will the propagate to some control in the dialog. I am not sure if this will override preceding user's call to SetFocus() in one of the child windows. ========================= It will override preceding users call to SetFocus, effectively introducing bug #1288889 (wxWindow::SetFocus does not work on modal dialogs, and therefore wxButton::SetDefault does not work either). Reverting fixes that. Need to investigate why it was needed in relation to Comboboxes, but SetFocus/SetDefault breakage is worser imho, hence the revert for now.

2006-07-29 15:13 VZ, revision 40363

regenerated after recent changes (MirBSD support; continue even if the system is unknown)

2006-07-29 15:11 VZ, revision 40362

rebaked after wxrc-related change

2006-07-29 14:29 SN, revision 40361

Added default value for "pos" in constructor and Create function (#1530286).

2006-07-29 14:26 SN, revision 40360

Added default value for "pos" parameter in constructor and Create function.

2006-07-29 02:05 RD, revision 40359

bump subrelease number

2006-07-29 01:53 RD, revision 40358

Only do Armel Asselin's memory reduction patch in Paste in the Unicode build because in the ansi build wxWX2MBbuf is just a char* pointing into the text wxString's buffer

2006-07-29 01:40 VZ, revision 40357

updates from Adrián González Alba

2006-07-28 23:55 VZ, revision 40356

removed wxLANGUAGE_SERBIAN, we must explicitly use either or wxLANGUAGE_SERBIAN_CYRILLIC/LATIN variants alone as just wxLANGUAGE_SERBIA is equivalent to wXLANGUAGE_CROATION under Windows resulting in unwelcome confusion; and there is no default sublanguage for Serbian anyhow

2006-07-28 23:48 VZ, revision 40355

allow changing the page from keyboard in property sheet like controls even when the notebook doesn't have focus

2006-07-28 23:46 VZ, revision 40354

added HasMultiplePages()

2006-07-28 23:28 VZ, revision 40353

continue even if the system name is not recognized

2006-07-28 16:03 BIW, revision 40352

wxaui/tabmdi size fix for gtk

2006-07-28 10:45 VS, revision 40351

fixed makefiles to fail if building wxrc fails

2006-07-28 10:38 VS, revision 40350

fixed makefiles to fail if building wxrc fails

2006-07-28 07:14 VS, revision 40349

reverted the change to not use wxList until dynarray.h is fixed to provide operator* in both STL and non-STL modes

2006-07-27 23:02 VZ, revision 40348

remove -mt from gstreamer CFLAGS/LIBS under Solaris/gcc

2006-07-27 14:03 VS, revision 40347

don't use untyped wxList in wxXmlResource

2006-07-27 13:34 MR, revision 40346

Implement wxSlider::Get/SetLineSize. Should work with gtk1 but not tested (build fails to build and use setup.h correctly)

2006-07-27 12:57 ABX, revision 40345

Include wx/dataobj.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-07-27 11:55 MR, revision 40344

Kill typo noticed by Priit Laes.

2006-07-27 11:46 MR, revision 40343

Don't mark "." and ".." for translation when they are used as a check that the user didn't enter "current directory" or "parent directory" as a new directory name to use...

2006-07-27 11:40 MR, revision 40342

Use wxPLURAL to allow for singular "%ld bytes" version. Noticed by Priit Laes. This is the first usage of wxPLURAL inside the library itself. We surely have more singular/plural strings than one?

2006-07-27 05:53 MR, revision 40341

Note that wxSlider::Get/SetLineSize is implemented now.

2006-07-27 05:32 MR, revision 40340

[wxGTK] Implement wxSlider::GetLineSize and wxSlider::SetLineSize

2006-07-27 05:17 MR, revision 40339

Use GTK casts. Use gtk_range_get_adjustment instead of GtkRange::adjustment - latter is not documented and therefore not public.

2006-07-27 05:05 MR, revision 40338

Add line and page size modification possibility. Fix tick freq text field going insensitive and unusable.

2006-07-27 03:17 MR, revision 40337

Remove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey()

2006-07-26 13:21 VZ, revision 40336

define _TM_DEFINED if we define struct tm here

2006-07-26 13:00 VZ, revision 40335

remove debugging printf() from wxGridCellFloatEditor::IsAcceptedKey(); cleaned up the code a bit

2006-07-26 05:58 JG, revision 40334

PCH build fix.

2006-07-26 05:23 JG, revision 40333

PCH build fix.

2006-07-25 18:48 VZ, revision 40332

don't make wxPathList dtor virtual, this is unneeded and results in gcc warning

2006-07-25 18:47 VZ, revision 40331

use GetLabelText() instead of wxStripMenuCodes() to avoid stripping the part of the string after TAB

2006-07-25 18:46 AMB, revision 40330

Work around problems with sizing floating panes on GTK

2006-07-25 18:40 VZ, revision 40329

added possibility to strip only mnemonics, not accels, in wxStripMenuCodes(); added wxControl::GetLabelText()

2006-07-25 16:43 BIW, revision 40328

another bug fix for the sample

2006-07-25 16:29 BIW, revision 40327

fixed bad pane name

2006-07-25 15:11 AMB, revision 40326

Fix compile problem - please shout if incorrect

2006-07-25 14:31 ABX, revision 40325

Minor header cleaning.

2006-07-25 13:53 ABX, revision 40324

Fix for function access shown in Tinderbox builds.

2006-07-25 13:16 AMB, revision 40323

wxAUI: fixed pane saving design thinko

2006-07-25 11:41 ABX, revision 40322

[ 1528248 ] Fix to the width of the wxGenericColourButton

2006-07-25 11:41 AMB, revision 40321

wxAUI: Support serialization of individual PaneInfo structures

2006-07-25 11:15 ABX, revision 40320

PCH build fix.

2006-07-25 11:02 ABX, revision 40319

PCH build fix.

2006-07-25 10:31 ABX, revision 40318

Blind Tinderbox build fix.

2006-07-25 10:07 ABX, revision 40317
  • D /wxWidgets/trunk/samples/treectrl/makefile.dos
  • D /wxWidgets/trunk/samples/treectrl/makefile.sc
  • D /wxWidgets/trunk/samples/treectrl/makefile.sl
  • D /wxWidgets/trunk/samples/treectrl/makefile.unx
  • M /wxWidgets/trunk/samples/treectrl/makefile.wat
  • D /wxWidgets/trunk/samples/treectrl/treetest.pro

Removed unused files.

2006-07-25 09:30 JG, revision 40316

Make wxTreebook use wxControlContainer.

2006-07-25 09:24 JG, revision 40315

Warning fix for the warning fix.

2006-07-25 09:08 ABX, revision 40314

Allow wxUSE_INTL==0 builds.

2006-07-25 08:47 ABX, revision 40313

Include wx/stopwatch.h according to precompiled headers of wx/wx.h (with other minor cleaning).

2006-07-25 08:39 ABX, revision 40312

Simplify PCH support. Minor source cleaning.

2006-07-25 06:50 ABX, revision 40311

PCH build fix.

2006-07-25 06:48 ABX, revision 40310

Use same type in both results of A?B:C operator (Tinderbox build fix).

2006-07-25 06:43 ABX, revision 40309

Final steps to move to common icon.

2006-07-25 06:07 ABX, revision 40308

PCH build fix.

2006-07-25 01:31 VZ, revision 40307

move default button handling code from wxControlContainer to wxTLW (patch 1524441)

2006-07-25 01:28 VZ, revision 40306

include X11/Xutil.h for wxMotif compilation

2006-07-25 01:05 VZ, revision 40305

compilation fix for platforms where size_t is unsigned long, not int

2006-07-25 00:49 VZ, revision 40304

document HasAlignment(), Left/RightIndent() and Tabs() (patch 1527048)

2006-07-25 00:44 VZ, revision 40303

improvements to wxPickerBase default proportion values (patch 1525578)

2006-07-25 00:33 VZ, revision 40302

handlers added using AddHandler() last must have the highest priority (patch 1522807)

2006-07-25 00:26 VZ, revision 40301

update from suzumizaki (patch 1522506)

2006-07-25 00:23 VZ, revision 40300

update from suzumizaki (patch 1522241)

2006-07-25 00:19 VZ, revision 40299

make wxGetKeyState() work for non-modifier keys; corrected some key mappings (patch 1521490)

2006-07-25 00:16 VZ, revision 40298

wxPathList cleanup by Francesco (patch 1521481)

2006-07-25 00:12 VZ, revision 40297

generate middle click events (backport from HEAD of the patch 1521314)

2006-07-25 00:09 VZ, revision 40296

generate middle click events (patch 1521314)

2006-07-25 00:06 VZ, revision 40295

added wxID_HELP_INDEX/SEARCH (part of request 1404089)

2006-07-25 00:04 VZ, revision 40294

optionally count repeating wxLog messages instead of logging all (patch 1520815)

2006-07-24 23:51 VZ, revision 40293

don't send duplicate set/kill focus events when the text control part of the control gets/loses focus

2006-07-24 23:48 VZ, revision 40292

wxFD_PREVIEW implementation for wxGTK (slightly modified patch 1520690)

2006-07-24 23:16 VZ, revision 40291

allow customization of individual grid lines appearance (patch 1496015)

2006-07-24 18:30 VZ, revision 40290

fixed typos in last check in

2006-07-24 18:26 VZ, revision 40289

protect gs_allThreads with a mutex (modified patch 1518719)

2006-07-24 18:20 VZ, revision 40288

documentation for wxAppTraits (patch 1518295 from Francesco)

2006-07-24 18:18 VZ, revision 40287

do nothing in Refresh() if the control is frozen

2006-07-24 18:12 VZ, revision 40286

call DoDirtyProcessing() from OnIdle() instead of using wxYield() (patch 1518119)

2006-07-24 18:06 VZ, revision 40285

check that the stream is valid before using it in Load() and Save() (patch 1516432)

2006-07-24 18:05 VZ, revision 40284

improved Skip() docs (replaces patch 1516341)

2006-07-24 18:01 VZ, revision 40283

add default value for the encoding parameter of wxMacCFStringHolder() instead of passing wxLocale::GetSystemEncoding() which doesn't work when wxUSE_INTL == 0 to it in many places (replaces 2nd part of patch 1501724)

2006-07-24 17:44 VZ, revision 40282

added wxID_ANY default value for the id parameter of Create() for consistency with the ctor (request 1481791)

2006-07-24 17:37 VZ, revision 40281

added HasHandlerForPath() (modified patch 1514524)

2006-07-24 17:13 VZ, revision 40280

wxUSE_GUI == 0 compilation fix (patch 1501724)

2006-07-24 17:05 VZ, revision 40279

added static casts to void * for pointers used with format specifier to silence stupid gcc pedantic warning (bug 1500717)

2006-07-24 16:00 BIW, revision 40278

floating panes now respect wxPaneInfo::HasCloseButton()

2006-07-24 15:57 BIW, revision 40277

added test pane which has no close button

2006-07-24 15:01 VZ, revision 40276

use sample.rc

2006-07-24 14:57 VZ, revision 40275

minor refactoring of OnEraseBackground()

2006-07-24 14:07 ABX, revision 40274

Warning fix.

2006-07-24 14:04 ABX, revision 40273

Warning fix, minor source cleaning and better !PCH support.

2006-07-24 13:49 VZ, revision 40272

s_verComCtl doesn't change (during program lifetime)

2006-07-24 13:45 JG, revision 40271

Fix toolbar background painting whem comctl32 < 6

2006-07-24 13:45 AMB, revision 40270

wxAUI: remove spurious semicolons

2006-07-24 13:39 VZ, revision 40269

install help provider to allow testing helptext tags in XRC

2006-07-24 13:38 VZ, revision 40268

don't use obsolete wxNO_FULL_REPAINT_ON_RESIZE flag; don't use unnecessary wxCLIP_CHILDREN one

2006-07-24 13:36 VZ, revision 40267

added code to test UI updating of menu items in MDI apps

2006-07-24 13:34 VZ, revision 40266

added FindFileInPath() (part of an otherwise rejected patch)

2006-07-24 11:38 MR, revision 40265

wxPROCESS_ENTER is deprecated in favour of wxTE_PROCESS_ENTER. So use the latter in documentation.

2006-07-24 11:32 BIW, revision 40264

wxString::IsEmpty() => empty()

2006-07-24 11:30 BIW, revision 40263

fixed variable name

2006-07-24 09:44 BIW, revision 40262

tab draw happens right away when you set the caption

2006-07-24 09:43 AMB, revision 40261

All important period added

2006-07-24 09:41 AMB, revision 40260

Changelog bugfix to Update() for native controls as requested by leio

2006-07-24 09:28 BIW, revision 40259

drawing improvements; empty caption w/ tab drawing looks better

2006-07-24 08:40 BIW, revision 40258

tabmdi menu fix

2006-07-24 08:26 ABX, revision 40257

[ 1518434 ] wxSize::Scale with wxScale and wxPoint operators documented

2006-07-24 07:48 ABX, revision 40256

[ 1517666 ] suppression of wxVsnprintf() warnings - with little extensions.

2006-07-24 07:46 ABX, revision 40255

Warning fix.

2006-07-24 07:16 BIW, revision 40254

removed some commented-out code

2006-07-24 07:02 ABX, revision 40253

PCH build fix.

2006-07-24 06:30 ABX, revision 40252

Source cleaning.

2006-07-23 21:18 AMB, revision 40251

Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls

2006-07-23 20:56 AMB, revision 40250

Per Robert R, apply: [ 1484667 ] Make wxWindow::Update() update native controls

2006-07-23 14:03 AMB, revision 40249

wxAUI: wrap calls to SetTransparent/CanSetTransparent so file can easily be used with 2.6

2006-07-23 13:52 AMB, revision 40248

Use wxCHECK_VERSION not wxABI_VERSION to avoid xrc loader bug

2006-07-23 12:07 MR, revision 40247

Add ability to test tab stops. Very slightly modified patch from #1518114 (Tim Kosse)

2006-07-23 11:39 AMB, revision 40246

wxAUI: Don't fade venetian blind effect by default

2006-07-22 23:05 RD, revision 40245

Added color setting tool to the RichTextCtrl sample

2006-07-22 23:04 RD, revision 40244

some test code

2006-07-22 23:02 RD, revision 40243

Added support for the wxAUI Notebook

2006-07-22 23:01 RD, revision 40242

Change the other OnAssert --> OnAssertFailure

2006-07-22 22:32 RD, revision 40241

Some changes needed for wxPython

2006-07-22 22:31 RD, revision 40240

Also need to override Show

2006-07-22 18:51 BIW, revision 40239

added some font measuring to wxAuiMultiNotebook

2006-07-22 18:47 MR, revision 40238

Escape underscores

2006-07-22 17:30 AMB, revision 40237

Add support for transparent hint windows under GTK

2006-07-22 17:20 JG, revision 40236

Don't handle WM_PRINTCLIENT anymore, manually draw the static box label background instead.

2006-07-22 16:41 AMB, revision 40235

wxAUI: Do not leak a wxFrame if transparency is not supported

2006-07-22 14:00 BIW, revision 40234

added auibook.cpp and tabmdi.cpp to build scripts

2006-07-22 13:58 AMB, revision 40233

Fix redraw problems with hint rectangle when there is no transparency

2006-07-22 13:14 BIW, revision 40232

more compile fixes on wxGTK; auibook.h and tabmdi.h are now uncommented in aui.h

2006-07-22 13:12 BIW, revision 40231

compile fixes on wxGTK

2006-07-22 12:47 AMB, revision 40230

Clean up wxOwnerDrawnComboBox XRC handler as suggested by abxabx fixing bug https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1487463&group_id=9863

2006-07-22 07:34 BIW, revision 40229

added some overrides to wxTabFrame to remove errors

2006-07-22 07:20 SC, revision 40228

fixing this conversion (was essentially a no-op under NON-UNICODE)

2006-07-22 07:18 SC, revision 40227

adding back-conversion to filenames (wide composed)

2006-07-21 16:16 RD, revision 40226

Docstrings and other fixes from David Hughes

2006-07-21 16:10 RD, revision 40225

Docstrings and other fixes from David Hughes

2006-07-21 15:28 ABX, revision 40224

PDA adjustements

2006-07-21 15:05 AMB, revision 40223

Fix typo

2006-07-21 14:55 BIW, revision 40222

updated header file name in source

2006-07-21 14:49 BIW, revision 40221

renamed notebook.h to auibook.h

2006-07-21 14:48 BIW, revision 40220

renamed notebook.cpp to auibook.cpp

2006-07-21 13:36 BIW, revision 40219

added corresponding notebook.h and tabmdi.h to aui

2006-07-21 13:35 BIW, revision 40218

added notebook.cpp and tabmdi.cpp

2006-07-21 12:01 CE, revision 40217

revert change to bakefile list

2006-07-21 10:45 CE, revision 40216

use Bakefiles in CVS tree

2006-07-21 09:10 CE, revision 40215

use local scripts not the newly downloaded CVS

2006-07-21 01:49 MR, revision 40214

Don't check with CanSetTransparent from within SetTransparent if the former is supposed to be pessimistic and latter optimistic about actual visual result.

2006-07-20 20:55 RD, revision 40213

out typemap for wxMemorySize

2006-07-20 20:01 ABX, revision 40212

Follow lib dependancy.

2006-07-20 17:28 ABX, revision 40211

Follow lib dependancy.

2006-07-20 17:26 ABX, revision 40210

Warning fixes.

2006-07-20 15:31 ABX, revision 40209

[ 1523907 ] Remove unnecessary wxComboCtrl window style.

2006-07-20 15:25 VZ, revision 40208

made RE match the otional tag name after the sticky flags

2006-07-20 15:12 CE, revision 40207

fix RE

2006-07-20 15:11 VZ, revision 40206

added more time span formatting tests

2006-07-20 15:04 VZ, revision 40205

handle negative time spans correctly in Format()

2006-07-20 14:55 ABX, revision 40204

Reuse common sample resources. Remove unused files.