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

2004-07-25 11:16 VZ, revision 28453

basic UDP support (patch 835128)

2004-07-25 11:10 VZ, revision 28452

GTK2 fixes (patch 966803)

2004-07-25 11:01 VZ, revision 28451

docs for Change/GetMode(s) (patch 966312)

2004-07-25 11:00 VZ, revision 28450

tided up the code a little (replaces part of patch 966312)

2004-07-25 10:07 VS, revision 28449

documentation fixes

2004-07-24 10:46 VZ, revision 28448

compilation fix for !MSW

2004-07-24 09:57 VS, revision 28447

wxSound wasn't in alphabetically correct place

2004-07-24 04:00 DE, revision 28446

Incorporated gsocket.c 1.80 to 1.86 changes

2004-07-23 23:25 RD, revision 28445

reSWIGged

2004-07-23 22:13 VZ, revision 28444

generate EVT_CONTEXT_MENU when right mouse button is pressed, not released

2004-07-23 21:56 VZ, revision 28443

show the cursor on screen after moving it

2004-07-23 21:34 VZ, revision 28442

don't crash if WriteText() argument can't be converted to UTF-8

2004-07-23 21:32 VZ, revision 28441

implemented ScrollLines/Pages() for GTK+ 2

2004-07-23 20:55 RD, revision 28440

Fixed typo

2004-07-23 20:52 VZ, revision 28439

unhide the other HitTest() overload

2004-07-23 20:48 DS, revision 28438

adding missing closing bracket

2004-07-23 20:28 RD, revision 28437

Wrapper for new HitTest

2004-07-23 20:26 RD, revision 28436

Fix for unhiding the other version of the base class HitTest

2004-07-23 19:59 VZ, revision 28435

fixed inserting styled text into an empty control under GTK+ 2.0

2004-07-23 18:52 VZ, revision 28434

don't modify all wxBitmaps sharing the same wxBitmapRefData when SetMask() is called

2004-07-23 18:43 VZ, revision 28433

implement HitTest(pos) variant and not HitTest(x, y) one as this is what Windows gives us

2004-07-23 18:43 VZ, revision 28432

cosmetic change

2004-07-23 18:31 RD, revision 28431

Avoid an assert in wxFrame::SetTitle

2004-07-23 18:07 VZ, revision 28430

implemented HitTest() for GTK2; test it in the sample

2004-07-23 18:06 ABX, revision 28429

wxUSE_STATLINE fixes.

2004-07-23 18:04 ABX, revision 28428

wxUSE_STL fixes.

2004-07-23 17:49 VZ, revision 28427

compilation fix for gcc (closes bug 996701)

2004-07-23 16:45 VS, revision 28426

changed to behave in same way as native win32 control and generic wxListCtrl when wxEVT_COMMAND_TREE_END_LABEL_EDIT is vetoed

2004-07-23 16:45 VS, revision 28425

documented while event.Skip() is necessary so that nobody removes it

2004-07-23 16:44 VS, revision 28424

reverted JS' rev. 1.27 - the real fix was 1.28, disabling recursion protection is not good idea

2004-07-23 15:41 RD, revision 28423

Changed to match wxPython's current subrelease number

2004-07-23 14:33 ABX, revision 28422

wxUSE_STL/wxArrayString fixes.

2004-07-23 11:26 ABX, revision 28421

Correct definition of sorting function.

2004-07-23 10:38 VZ, revision 28420

added wxSUBRELEAS_NUMBER and macro to check for it

2004-07-23 10:01 VZ, revision 28419

fixed ShowModal() return value typo

2004-07-23 09:21 ABX, revision 28418

wxUSE_BUTTONBAR removed.

2004-07-23 09:04 ABX, revision 28417

wxUSE_STL fixes.

2004-07-23 08:58 ABX, revision 28416

wxUSE_STL fix.

2004-07-23 08:56 ABX, revision 28415

Simplified html reading because previous one caused conflicts in wxUSE_STL=1.

2004-07-23 08:51 ABX, revision 28414

wxUSE_STATLINE fixes.

2004-07-23 05:07 RD, revision 28413

Default value for WX_CONFIG

2004-07-23 01:41 DE, revision 28412

Revert my id10t error.

2004-07-22 20:25 DE, revision 28411

Fix compilation with older (before C99) C compilers.

2004-07-22 20:24 RD, revision 28410

Just to be sure...

2004-07-22 20:23 RD, revision 28409

Also don't send set focus events when the window is being deleted.

2004-07-22 19:59 ABX, revision 28408

wxUSE_STATLINE fix.

2004-07-22 19:34 ABX, revision 28407

wxUSE_STATLINE fix.

2004-07-22 19:24 VS, revision 28406

fixed symlinks creation on platforms where ln -s is cp

2004-07-22 19:14 ABX, revision 28405

wxUSE_STATLINE fix.

2004-07-22 19:08 MBN, revision 28404

Added compatibility functions for wxUSE_STL = 1: void wxArrayString::Sort(CompareFunction function) void wxArrayString::Sort(bool reverseOrder).

2004-07-22 19:07 ABX, revision 28403

wxUSE_STL fixes.

2004-07-22 18:51 ABX, revision 28402

wxUSE_STL fixes.

2004-07-22 18:47 ABX, revision 28401

wxUSE_STATLINE fix.

2004-07-22 18:38 RD, revision 28400

Patches from Will Sadkin: MaskedEditMixin: - fixed size calculations on changing fonts - fixed tabbing logic now that tab events are entered into the control by default (ie event.Skip()) if wx.TE_PROCESS_TAB is set - fixed code attempting to fix the selection after focus events generated on control destruction, to prevent tracebacks TextCtrl, ComboBox - Added support for XRC - Fixed sizing calculation code - Added SetFont() override method that will recalculate the size if this is called. - Added AppendItems() for ComboBox NumCtrl: - prevented ctrl from accepting same grouping and decimal character, - fixed issue preventing paste from working if decimal char was different than '.' TimeCtrl: - Fixed default value to use 24hour time (which will be converted appropriately if format supports it, and added code to check if local timezone uses "AM/PM" for this concept; if not, control now defaults to 24hour format, and disallows the am/pm form.

2004-07-22 18:35 ABX, revision 28399

Removed unused variable.

2004-07-22 18:15 RD, revision 28398

Install headers to the new location, use the new wx-config options instead of building the wx-{toolchain}-config name myself, incremented the version number.

2004-07-22 15:29 RD, revision 28397

No longer have to hold a reference to the sound object

2004-07-22 15:13 RD, revision 28396

Fix so sound looping will stop, courtesy of Ryan Norton.

2004-07-22 11:53 ABX, revision 28395

wxUSE_STL=1 fix.

2004-07-22 11:52 ABX, revision 28394

wxUSE_STATLINE fix.

2004-07-22 11:49 VZ, revision 28393

reimplemented wxBitmap::ConvertToImage() using wxDIB

2004-07-22 11:49 ABX, revision 28392

Alternate form of condition readable for Borland compiler.

2004-07-22 11:45 ABX, revision 28391

wxUSE_STATLINE fix.

2004-07-22 11:43 VZ, revision 28390

added wxDIB(HBITMAP) ctor and corresponding Create(); made GetData() return uchar * and not void *

2004-07-22 10:15 VS, revision 28389

use sizers instead of constraints in wxProgressDialog (patch 980364)

2004-07-22 09:35 VS, revision 28388

don't select first hit in index if it is multi-topic entry, it causes a dialog to pop up

2004-07-22 08:32 VS, revision 28387

adapted RPM spec file to latest changes

2004-07-22 08:28 VS, revision 28386

install headers in prefix/include/wx-version/wx/ instead of prefix/include/wx/

2004-07-22 07:49 VS, revision 28385

removed enum that was causing more problems than it was worth

2004-07-22 07:43 VS, revision 28384

wx-config symlink creation fix

2004-07-22 07:37 VS, revision 28383

detect WebKit availability

2004-07-22 04:22 RD, revision 28382

Fix so async wxSound can continue playing after it is destructed, courtesy of Ryan Norton.

2004-07-22 01:24 RD, revision 28381

reSWIGged

2004-07-22 01:06 RD, revision 28380

39 items is awfully big

2004-07-22 01:04 RD, revision 28379

mention *TabOrder and Navigate methods

2004-07-22 01:01 RD, revision 28378

build a tarball when building the new docs

2004-07-22 01:01 RD, revision 28377

Build the new docs as part of the automated build

2004-07-22 01:00 RD, revision 28376

reorganize a bit

2004-07-22 00:57 RD, revision 28375

cleanup

2004-07-22 00:55 RD, revision 28374

Hold on to the Sound objects as the Mac async plays will stop when the object is destroyed

2004-07-22 00:44 RD, revision 28373

Add -framework QuickTime if --enable-sound

2004-07-22 00:43 RD, revision 28372

Actually use the OnStack test

2004-07-22 00:42 RD, revision 28371

wxSOUND_SYNC is zero so it can't be used in a (flags & wxSOUND_SYNC) test as it woudl always evaluate to false.

2004-07-21 22:53 RD, revision 28370

If no colour name then use "BLACK"

2004-07-21 22:07 RD, revision 28369

Call CreateControl instead of CreateBase

2004-07-21 21:54 VZ, revision 28368

pretend that we support all encodings instead of not supporting any of them under GTK2 (this at least prevents wxFontMapper from aborting the program with 'can't create any font' message)

2004-07-21 20:28 RD, revision 28367

Docstring updates

2004-07-21 19:58 RD, revision 28366

Docstring updates

2004-07-21 19:56 RD, revision 28365

Fixed incorrect ratio initialization

2004-07-21 19:22 RD, revision 28364

Added DoPrepareDC

2004-07-21 19:21 RD, revision 28363

Added docstrings

2004-07-21 19:19 RD, revision 28362

Updates from Chris

2004-07-21 19:06 RD, revision 28361

Set m_wheelDelta for wheel events

2004-07-21 18:59 VS, revision 28360

regenerated

2004-07-21 18:20 SC, revision 28359

ryan's QT implementation

2004-07-21 17:07 VZ, revision 28358

compilation fix

2004-07-21 17:00 VZ, revision 28357

implemented wxNativeFontInfo::operator=() when wxUSE_PANGO, this fixes crashes when wxFont::SetNativeFontInfo() is used

2004-07-21 12:23 VZ, revision 28356

create the disabled button brush if we're not using Microwin, not if we're using it

2004-07-21 11:27 SC, revision 28355

first attempt for full screen implementation

2004-07-21 11:24 SC, revision 28354

first attempt for full screen implementation