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-11-08 00:28 RN, revision 30353

workback defs for OSX

2004-11-08 00:23 RN, revision 30352

clean up dust from uri tests

2004-11-08 00:17 RN, revision 30351

update msvc projs manually for changed tests and uri tests and rebake others

2004-11-07 22:22 KH, revision 30350

The spacing just isn't right without the 4 pixel border around the textbox part

2004-11-07 21:34 VS, revision 30349

fixed typo

2004-11-07 20:11 VZ, revision 30348

handle volume part of the path correctly in wxFileName(path, name, ext) ctor

2004-11-07 20:06 VZ, revision 30347

made IsPathSeparator(NUL) work (by returning false)

2004-11-07 19:44 VZ, revision 30346

ignore VC7 projects

2004-11-07 19:20 JS, revision 30345

wxWindows -> wxWidgets

2004-11-07 17:05 VS, revision 30344

use wxART_BUTTON for stock bitmap buttons

2004-11-07 15:47 RN, revision 30343

some setup.h changes for wxMovieCtrl

2004-11-07 14:14 RN, revision 30342

fix for [ 1052989 ] TextCtrl.SetBackgroundColour(wx.NullColour) bug

2004-11-07 13:01 RN, revision 30341

fix for [ 1055191 ] wxTextCtrl::GetStyle() wrong attr and extended stat bar in text ctrl sample with rich text to show font attributes

2004-11-07 12:27 RN, revision 30340

quick fixup

2004-11-07 12:22 RN, revision 30339

allow multiple movie loading as per Julian's suggestion. DOC.

2004-11-07 11:42 RN, revision 30338

clear up wxStringBuffer docs a bit

2004-11-07 11:34 RN, revision 30337

correct Stopping - go to start of movie if stopped - add in preliminary docs

2004-11-07 10:56 RN, revision 30336

add Length, Tell, SetPlaybackRate and GetPlaybackRate - use Connect instead of message maps - on MSW don't assert if the file has no video and only sound - add event for when the movie finishes

2004-11-07 10:20 RR, revision 30335

Forgot to commit these.

2004-11-07 10:11 RR, revision 30334

Moved deletion of wxPrintFacory to module. Added wxWidgets 2.4 backward comp methods to wxPrintData which make use of the PostScript native print data if used.

2004-11-07 09:04 RN, revision 30333

fixup

2004-11-07 08:27 RN, revision 30332

wxMovieCtrl - for playing movies - mac carbon QT 3 MSW-compatable implementation and MSW DirectX7 directshow implementation

2004-11-07 05:38 KH, revision 30331

EnableEffects added for generic font dialog

2004-11-07 05:38 KH, revision 30330

Added checking of EnableEffects flag and not allowing changes to color or underlining if it is not set, consistent with MSW (GTK2 native control doesn't offer underlining or color, so flag is essentially always disabled on GTK2)

2004-11-07 01:11 RN, revision 30329

change spun via [ 1050204 ] wxFileDialog wildcard filters

2004-11-07 01:03 RN, revision 30328

[ 1057587 ] MacOSX build fails with --disable-gauge or --disable-spinbtn

2004-11-07 00:48 RN, revision 30327

fix for [ 1020924 ] wx.Display.IsPrimary is wrong

2004-11-07 00:09 RN, revision 30326

fix for [ 950550 ] wxChoice - wxEmptyString (wxChoice::FindString doesn't work with empty strings) - confirmed on win2k

2004-11-06 23:49 RN, revision 30325

fix for [ 1044879 ] wxMSW 2.5.3: memleaks in listctrl.cpp and bug in listctrl sample

2004-11-06 23:14 RN, revision 30324

fix for [ 1042972 ] Keycodes above WXK_START conflict with unicode characters

2004-11-06 22:14 SN, revision 30323

Added wxStandardPaths implementation for OS/2.

2004-11-06 20:39 RN, revision 30322

fixup

2004-11-06 20:32 RN, revision 30321

[ 955006 ] wxDb query with column information (modded to overload instead of creating a new function)

2004-11-06 08:23 RN, revision 30320

final cleanup of string conversion with null characters (hopefully :))

2004-11-06 07:09 RN, revision 30319

Revert files to previous version that were affected by wxIsXXX((wxChar)X) change. Note - passing a negative value to those c lib functions is undefined, and could return true on platforms using a lookup table, for example (might crash also?), which is what will happen when casting to char to ansii mode and a char is above 127

2004-11-06 06:57 RN, revision 30318

fixup // comment header

2004-11-06 06:42 RN, revision 30317

fix warning

2004-11-06 06:41 RN, revision 30316

rewrite wxGetKeyState a bit, spun from [ 1058347 ] Fixes wxGetKeyState

2004-11-06 06:26 DE, revision 30315

Use gsockosx.cpp from new corefoundation directory.

2004-11-06 06:19 SC, revision 30314

selection handling for data browser

2004-11-06 03:45 RD, revision 30313

syntax fixes

2004-11-06 03:45 RD, revision 30312

don't use --jobs

2004-11-06 02:32 RN, revision 30311

in unescape add normal characters in addition to unescaped characters :)

2004-11-06 02:24 KH, revision 30310

Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User (documentation)

2004-11-06 02:21 KH, revision 30309

Add ability to position and/or center the dialog for wxGetPasswordFromUser like you can for wxGetTextFrom User

2004-11-06 02:19 KH, revision 30308

Simplified the wxCENTRE style check

2004-11-05 22:25 RR, revision 30307

I admit I have no good solution for wxPrinter::Setup(wxWindow*) yet. I'd just remove it but I'll think it over if there is or was any use for it.

2004-11-05 21:33 RR, revision 30306

Mem leaks in connection with print factory code.

2004-11-05 21:18 ABX, revision 30305

Warning fixes to unused variables, int/wxChar keycode and other typecasting, not mixing 'type*' and 'type' variables in single line, IsEmpty to empty replacement etc.

2004-11-05 21:17 VS, revision 30304

use wxNewId in wxEditableListBox to avoid conflicts with XRC

2004-11-05 21:12 VS, revision 30303

use wxNewId() to implement XRCID

2004-11-05 21:10 VS, revision 30302

make sure that wxNewId() doesn't return standard ID's value

2004-11-05 21:04 ABX, revision 30301

Simplify wxRect construction at the wxPoint(0,0) with given size.

2004-11-05 20:53 ABX, revision 30300

OW warning fix.

2004-11-05 20:49 ABX, revision 30299

Still needs a typecasting to please warning about loosing bits.

2004-11-05 20:45 ABX, revision 30298

We need a char, not wxChar.

2004-11-05 19:54 ABX, revision 30297

Simplify wxRect construction at the wxPoint(0,0) with given size.

2004-11-05 19:42 ABX, revision 30296

NULL is not bool.

2004-11-05 19:07 SC, revision 30295

Faster Deselect

2004-11-05 18:38 RD, revision 30294

Fixed typo

2004-11-05 18:38 RD, revision 30293

PyPlot updates from Oliver Schoenborn: - Factored out "draw command" so extensions easier to implement: clean separation b/w user's "draw" (Draw) and internal "draw" (_draw) - Added ability to define your own ticks at PlotCanvas.Draw - Added better bar charts: PolyBar class and getBarTicksGen() - Put legend writing for a Poly* into Poly* class where it belongs - If no legend specified or exists, no gap created

2004-11-05 18:30 RD, revision 30292

Only do this Show on wxGTK as it is needed there but can cause display problems on MSW.

2004-11-05 17:41 RN, revision 30291

switch needsfocusrect to hiveiw version

2004-11-05 16:33 RN, revision 30290

cast fix, workaround for pickeir compilers

2004-11-05 16:06 RN, revision 30289

rest of 1061091, clean up define a bit

2004-11-05 15:55 VS, revision 30288

upgraded to zlib 1.2.2 (replaces patch with CAN-2004-0797 vulnerability fix with official upstream fix)

2004-11-05 15:46 , revision 30287
  • A /wxWidgets/tags/ZLIB_1_2_2
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/configure
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/descrip.mms
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infblock.c
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infblock.h
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infcodes.c
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infcodes.h
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infutil.c
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/infutil.h
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/Makefile.riscos
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/Make_vms.com
  • D /wxWidgets/tags/ZLIB_1_2_2/src/zlib/maketree.c

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

2004-11-05 15:46 VS, revision 30286
  • R /wxWidgets/trunk/src/zlib/FAQ
  • R /wxWidgets/trunk/src/zlib/INDEX
  • R /wxWidgets/trunk/src/zlib/README

This commit was generated by cvs2svn to compensate for changes in r30285, which included commits to RCS files with non-trunk default branches.

2004-11-05 15:46 VS, revision 30285

import of zlib 1.2.2

2004-11-05 14:30 GT, revision 30284

Updates to reflect changes in db.cpp member variables

2004-11-05 12:50 SC, revision 30283

Listbox fixes

2004-11-05 08:50 RN, revision 30282

fix for [ 1060093 ] wxURI && wxStringBufferLength part 2 - query and fragment not appended to URL in getinputstream

2004-11-05 08:04 JJ, revision 30281

Committing in . Another update of the configurations for OpenVMS Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2004-11-05 00:48 RD, revision 30280

Some support for parallelizing builds

2004-11-04 23:57 VS, revision 30279

compilation fix for GTK+ 2.0

2004-11-04 21:56 ABX, revision 30278

URL conditional and consistent intendation.

2004-11-04 21:56 RD, revision 30277

rpmbuild may not exist

2004-11-04 21:55 RD, revision 30276

Use relative paths for inplace builds, it helps ccache

2004-11-04 21:54 ABX, revision 30275

URL test needs net lib.

2004-11-04 21:54 RD, revision 30274

Set some minsizes

2004-11-04 21:38 GT, revision 30273

wxODBC changes logged

2004-11-04 21:36 GT, revision 30272

Unicode support added SQL_C_WXCHAR now used throughout the code

2004-11-04 21:35 GT, revision 30271

Unicode support added SQL_C_WXCHAR now used throughout the code BLOB example added to samples\db

2004-11-04 21:31 GT, revision 30270

Unicode support Several error conditions when connecting to databases are corrected

2004-11-04 20:22 ABX, revision 30269

Make internal type for ToAscii conversion written once but do not forget all necessary type casts (aka warning fix).

2004-11-04 20:12 ABX, revision 30268

IsEmpty to empty change, warning fix to OW, whitespaces cleaning.

2004-11-04 20:09 ABX, revision 30267

Compare and assign wxChars to wxChar instead char local variable.

2004-11-04 20:04 VS, revision 30266

(hopefully) fixed race condition in installing idle handler (calling wxPostEvent from non-main thread)

2004-11-04 19:58 DE, revision 30265

Tabs to spaces

2004-11-04 19:45 DE, revision 30264

Moved duplicated wxMac/wxCocoa code into src/mac/corefoundation/utilsexc_cf.cpp

2004-11-04 19:13 ABX, revision 30263

Make temporary MSWUniv buildable and mark problem for the future (or for now if the print changes are supposed to be complete).

2004-11-04 19:13 VS, revision 30262

m_wakeUpTimerTag is not used anywhere, removed

2004-11-04 19:07 RN, revision 30261

slightly nicer workaround for pickier compiler warning

2004-11-04 19:04 ABX, revision 30260

Line at the end to please warning generator aka GCC ;)

2004-11-04 18:59 RN, revision 30259

remove hack since it doubly-draws focus rects

2004-11-04 18:58 ABX, revision 30258

Warning fix.

2004-11-04 18:45 ABX, revision 30257

'Unused ...' warning fix.

2004-11-04 18:31 ABX, revision 30256

Do not mention MacOS usage in makefiles dedicated to MSW.

2004-11-04 17:57 ABX, revision 30255

Fix to broken windows makefiles with ADV lib usage. New line broke linking while all in single line works fine.

2004-11-04 17:53 VS, revision 30254

don't add empty image to tabs