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

2002-08-16 10:33 JS, revision 16540

Applied patch [ 594717 ] Implements wxFRAME_FLOAT_ON_PARENT By John Skiff

2002-08-16 10:31 JS, revision 16539

Applied patch [ 594623 ] FL: No Taskbar entry for tool windows and also replaced -with-iodbc with -with-odbc in the docs.

2002-08-16 10:28 VZ, revision 16538

only test for pangoft2 if we're using GTK 2

2002-08-16 09:55 JS, revision 16537

Applied patch [ 594416 ] MDI Previous Child From Benjamin I. Williams

2002-08-16 02:27 RD, revision 16536

demo tweak

2002-08-16 02:27 RD, revision 16535

Compile fix

2002-08-16 00:53 VZ, revision 16534

wxCheckWindowWndProc() now checks for the original window proc in the window class and not for the current (possibly subclasses) window proc

2002-08-16 00:48 VZ, revision 16533

change the selection appropriately (and refresh it as needed) after deleting a notebook page

2002-08-16 00:44 VZ, revision 16532

fix for the bug introduced by the last commit: don't quit the program when a standard msg box is closed

2002-08-16 00:09 VZ, revision 16531

added a command to delete last page and not only the current one

2002-08-15 22:20 VZ, revision 16530

added missing header to fix wxGTK compilation

2002-08-15 22:14 VZ, revision 16529

ExitOnFrame behaviour update for wxMac

2002-08-15 20:49 RR, revision 16528

What did I change here?

2002-08-15 20:48 RR, revision 16527

Fix to not break GTK2 output. (wxLogMessage bug).

2002-08-15 20:47 RR, revision 16526

wxTextDataObject should convert to and from UTF8 in Unicode mode under GTK.

2002-08-15 20:45 RR, revision 16525

Further UNicode fixes.

2002-08-15 20:43 RR, revision 16524

strings are now wxChar

2002-08-15 20:42 VZ, revision 16523

the app doesn't exit any more if a dialog is shown (and destroyed) while the flow of control is still in OnInit()

2002-08-15 20:38 VZ, revision 16522

some old minor doc fixes I forgot to commit somehow

2002-08-15 19:38 VZ, revision 16521

added wxList::IsEmpty()

2002-08-15 17:55 VZ, revision 16520

fixed (and slightly cleant up) wxGTK compilation

2002-08-15 17:47 VZ, revision 16519

fixed a harmless warning (patch 595096) and added a comment

2002-08-15 13:28 SC, revision 16518

(hopefully) workaround for a carbon bug not always setting the modifiers event record field.

2002-08-14 23:26 RD, revision 16517

Allow AddWindow and RemoveWindow to be overridden in classes derived in Python

2002-08-14 23:25 RD, revision 16516

Typo fixed

2002-08-14 23:25 RD, revision 16515

Bugfix for wxListCtrl::GetColumn. It wasn't checking the returned format correctly.

2002-08-14 22:29 VZ, revision 16514

fixed the paths of the theme files in the VC++ wxUniv project

2002-08-14 21:46 SC, revision 16513

added key code fix to carbon event handler

2002-08-14 21:22 RD, revision 16512

Fixed wxMSW's EVT_CHAR so it conforms to the docs and also what wxGTK does already. IOW, Ctrl-C should result in keycode == 3, not 99.

2002-08-14 20:04 VS, revision 16511

define wxART_* constanst in way that will make adding XRC support easier

2002-08-14 19:00 SC, revision 16510

fix when not having precompiled headers

2002-08-14 18:41 SC, revision 16509

attempt to bring event system in synch with MSW

2002-08-14 17:09 SC, revision 16508

separated modifier keys handling in order to distinct key/up down events

2002-08-14 15:10 VZ, revision 16507

small fix to reduce flicker slightly while dragging the sash

2002-08-14 15:04 VZ, revision 16506

added a 1 line script to generate the tags file for wxMSW

2002-08-14 13:04 SC, revision 16505

added creation of dialog - perhaps needed for all platforms

2002-08-14 13:01 SC, revision 16504

added creation of dialog - perhaps needed for all platforms

2002-08-14 12:58 SC, revision 16503

cleanup code

2002-08-14 11:02 VS, revision 16502

Python support in wxrc

2002-08-14 00:29 RD, revision 16501

Put a panel under the colored windows so wxGTK's notebook doesn't munge the bg color

2002-08-13 23:59 RD, revision 16500

Fixes and other changes to the demo and some library modules so they work better (or at all) on wxMac

2002-08-13 23:25 RD, revision 16499

Changed style so it looks good everywhere

2002-08-13 23:16 VZ, revision 16498

Fixed size buffers are not a good thing. Period.

2002-08-13 23:16 RD, revision 16497

Use a better index

2002-08-13 23:12 RD, revision 16496

Added a sample to the demo that catches various key events and displays the details of the event.

2002-08-13 23:10 VS, revision 16495

fixed pangoft2 check: moved outsided cached block

2002-08-13 23:09 VS, revision 16494

reverted previous checkin

2002-08-13 23:09 VS, revision 16493

compilation fix

2002-08-13 22:37 VZ, revision 16492

tidied up patch 583937 (wxClassInfo dtor)

2002-08-13 20:59 RR, revision 16491

New GTK 2.0 Update() code.

2002-08-13 20:58 RR, revision 16490

New code for Update() under GTK 2.0. Added native GdkRegion() constructor to wxRegion.

2002-08-13 20:56 RR, revision 16489

Minor correction to GetTextExtent.

2002-08-13 20:37 RR, revision 16488

Forgot Unicode conversion in wxStaticText.

2002-08-13 19:55 RR, revision 16487

This way strconv copmiles again. I don't think this is the intended use of ICONV_CONST, though.

2002-08-13 19:40 VZ, revision 16486

better use strncpy() than strncat() with uninitialized buffer

2002-08-13 17:23 RR, revision 16485

Implemented GetTextExtent() for GTK 2.0.

2002-08-13 12:26 VZ, revision 16484

minor fixes: 1. removed "We already do it" as "We" is not a valid shell command :-) 2. define _GNU_SOURCE in setup.h and not in the compiler flags 3. allow to build with GTK2 without pangoft2 (and without printing then)

2002-08-13 12:17 SC, revision 16483

added new method MacSetupCursor

2002-08-13 11:45 VZ, revision 16482

compilation fix for wxGTK (missing header)

2002-08-13 09:51 SC, revision 16481

corrected BestSize algorithm

2002-08-13 09:14 SC, revision 16480

added missing wxMacPortSetter helper(this) calls

2002-08-13 08:50 SC, revision 16479

all controls use 32 bit values now

2002-08-13 06:55 SC, revision 16478

corrected internal window position after a zoom operation

2002-08-12 22:13 VS, revision 16477

added pangoft2 check to configure

2002-08-12 22:08 VS, revision 16476

seems I forgot to check in these changes to tex2rtf packaging scripts...

2002-08-12 21:56 RD, revision 16475

SWIGged updates for wxMac

2002-08-12 21:41 JS, revision 16474

'if' commented out by JACS on behalf of Hans Van Leemputten <Hansvl@softhome.net> who points out that UpdateSpinBtn should always be called, to ensure m_lastVisible is up to date.

2002-08-12 21:30 RD, revision 16473

More build/distrib tweaks

2002-08-12 19:47 RR, revision 16472

Added -lpangoft2-1.0 to link line. Added _GNU_SOURCE to compile line.

2002-08-12 19:33 RD, revision 16471

Fixed DSM

2002-08-12 19:17 RD, revision 16470

Added accessor for the main window in generic wxListCtrl. In wxMSW just returns self.

2002-08-12 19:16 RD, revision 16469

wxPySimpleApp calls wxInitAllImageHandlers

2002-08-12 17:56 RD, revision 16468

Little samples updates

2002-08-12 17:54 RD, revision 16467

More wxListCtrl test code

2002-08-12 17:54 RD, revision 16466

Show how to use a wxMemoryFSHandler

2002-08-12 17:45 RD, revision 16465

Build and distrib tweaks

2002-08-12 17:44 RD, revision 16464

Added menu icon methods everywhere

2002-08-12 15:43 JS, revision 16463

Increased the message buffer size

2002-08-12 11:10 VS, revision 16462

fixed wxChar definition

2002-08-12 11:10 VS, revision 16461

fixed another typo

2002-08-12 05:28 SC, revision 16460

updated project files

2002-08-11 23:47 DW, revision 16459

Font fixes for the font dialog

2002-08-11 20:11 JS, revision 16458

Corrected typos for typedef void (wxEvtHandler::*wxIconizeEventFunction)(wxIconizeEvent&); typedef void (wxEvtHandler::*wxMaximizeEventFunction)(wxMaximizeEvent&);

2002-08-11 19:39 RR, revision 16457

Same typo.

2002-08-11 19:39 RR, revision 16456

Typo.

2002-08-11 16:32 RR, revision 16455

Killing more wxConvLibc calls...

2002-08-11 16:17 RR, revision 16454

Corrected dangerous cast.

2002-08-11 13:09 RR, revision 16453

Added wxString::FromAscii() wxString::ToAscii(). Removed wxConvFile, made it a define wxConvLocal. Exchanged some wxConvLibc to wxConvLocal calls.

2002-08-10 20:02 SC, revision 16452

OSX fix

2002-08-10 20:01 SC, revision 16451

wxMac removed debugging code

2002-08-10 19:00 SC, revision 16450

commented out controlDef for carbon

2002-08-10 18:23 VS, revision 16449

fixed broken test in configure: no, DJGPP really is not UNIX...

2002-08-10 18:11 VS, revision 16448

tell that there was an error...

2002-08-10 17:27 MBN, revision 16447

Check if linking a motif program requires -lXp and/or -lSM -lICE

2002-08-10 16:02 RR, revision 16446

Compile fix for wxBase/Unicode/Unix.

2002-08-10 14:51 VS, revision 16445

SciTech MGL changed public interface again, let's accomodate...

2002-08-10 14:51 VS, revision 16444

fixed Julian-introduced typo

2002-08-10 14:41 RR, revision 16443

(char*)(const char*)xxx.mb_str() is not a good thing under Unicode.

2002-08-10 11:58 RR, revision 16442

Implemented the various printf() functions under Unicode with their GNU libc 2.2 funtions. This saves us some unicode<->ansi conversion and we no longer need the experimental printf() code in string.cpp. I had to implement wxSprintf() using wxSnprintf() as the former doesn't exist in Unicode GNU libc 2.2.

2002-08-10 11:54 RR, revision 16441

Added explicit Unicode conversion to wxDir - the code looked supicious to me.