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-07-16 10:01 JS, revision 16190

Added helpview Makefile.in; added helpview to list of utils in utils/Makefile.in

2002-07-16 04:09 DW, revision 16189

Fix for GetValue

2002-07-15 22:56 VS, revision 16188

wxMGL features detection fixes

2002-07-15 22:55 VS, revision 16187

wxPrinting fix for wxMGL

2002-07-15 22:55 VS, revision 16186

made printing to PS possible under wxMGL

2002-07-15 21:50 DW, revision 16185

Dialog processing updates and some timer fixes

2002-07-15 18:29 RD, revision 16184

Icons fetched from wxMimeTypesManager did not get the width/height of the icon, now they do.

2002-07-15 17:15 JS, revision 16183

Stripped menu control characters from buttons, static text, radiobox.

2002-07-15 17:10 RD, revision 16182

Assert that wxEXEC_SYNC is not passed in flags to wxProcess::Open

2002-07-15 17:09 RD, revision 16181

Patch #581167

2002-07-15 11:40 CE, revision 16180

single instance checker addition for MSW

2002-07-15 04:26 DW, revision 16179

Fix text placement in statusbar

2002-07-15 04:26 DW, revision 16178

Nicer looking OS/2 Statusbar

2002-07-14 20:26 MBN, revision 16177

Allow building wxProtocol without wxUSE_SOCKETS

2002-07-14 20:02 VZ, revision 16176

let the DefWindowProc() process messages sent to RAS window, otherwise the system can't shutdown properly while it exists

2002-07-14 19:55 VZ, revision 16175

fixed wxStrrchr(s, '\0') bug, added const and non const versions of wxStrchr, wxStrrchr, wxStrstr, ...

2002-07-14 17:39 RR, revision 16174

Let wxToolBar assume that no orientation flag means horizontal.

2002-07-14 17:08 RR, revision 16173

Corrected display for empty lines in text control.

2002-07-14 16:51 RR, revision 16172

Convert to and from \n and \r in wxMac's text control so that it always expects \n as in all other ports.

2002-07-14 13:21 GD, revision 16171

corrected warnings

2002-07-14 13:19 GD, revision 16170

removed unused variable

2002-07-14 13:18 GD, revision 16169

added unimplemented error messages

2002-07-14 13:13 GD, revision 16168

added unimplemented error message

2002-07-14 13:12 GD, revision 16167

added unimplemented message

2002-07-14 13:08 GD, revision 16166

explicitly raise modal dialogs in case a non modal window was selected to activate the application when a modal dialog is displayed

2002-07-13 12:14 GD, revision 16165

corrected return type of wxDetermineImageType

2002-07-12 23:25 RD, revision 16164

Changed wxProcess::Open to take a flags arg to pass to wxExecute. Fixed a few _'s without \'s in the docs

2002-07-12 21:37 RD, revision 16163

SWIGged changes for wxMac

2002-07-12 21:37 RD, revision 16162

SWIGged changes for wxGTK

2002-07-12 21:36 RD, revision 16161

build script tweaks

2002-07-12 21:34 RD, revision 16160

I forgot the wxSignal enum

2002-07-12 21:30 RD, revision 16159

Added wxProcess_Open and etc.

2002-07-12 21:29 RD, revision 16158

better cleanup

2002-07-12 20:27 RR, revision 16157

Tried to fix update/refresh again. The code erronously cleared the updated area if the area to be cleared was empty (such as after a call to Refresh(FALSE)).

2002-07-12 19:54 VZ, revision 16156

added a stupid wxProcess::Open() test -- it can't be really used for now though

2002-07-12 19:30 VZ, revision 16155

don't close end process pipe descriptor too early (fixes bug introduced by the last check in)

2002-07-12 18:17 VZ, revision 16154

treat NULL extension properly in wxLoad/SaveFileSelector; don't crash if NULL ext or what pointers are passed to them

2002-07-12 18:16 VZ, revision 16153

use wxFileInput/OutputStreams instead of reproducing their functionality in wxProcessFileInput/OutputStream

2002-07-12 18:15 VZ, revision 16152

added and documented wxProcess::Open()

2002-07-12 18:15 VZ, revision 16151

detect EOF properly in wxFileInputStream

2002-07-12 18:14 VZ, revision 16150

don't write the strings to the stream one char at a time, it's *horribly* slow

2002-07-12 16:08 JS, revision 16149

Added wxView::OnClosingDocument so the application can do cleanup.

2002-07-12 16:05 VZ, revision 16148

attempt to fix a rare crash which happens when changing the number of columns in a virtual list control

2002-07-12 15:45 RD, revision 16147

Allow wxComboBox to get key events for ENTER with wxPROCESS_ENTER style.

2002-07-12 14:44 VZ, revision 16146

0. wxExecute() with IO redirection now works again (but the real fix is in wxInputStream::Ungetch(), not here) 1. replaced multitude of pipe() calls &c with wxPipe class 2. fixed nasty bug in wxStreamTempBuffer::Update() which corrupted the data 3. increased buffer size to 4Kb from 1Kb

2002-07-12 14:43 JS, revision 16145

Somehow wxWizard lost the 'virtual' keyword for DoCreateControls

2002-07-12 14:41 VZ, revision 16144

fixed bug in Ungetch() which was preventing wxExecute() from working: this method must clear the EOF flag!

2002-07-12 13:23 VZ, revision 16143

added SetSashPosition() test

2002-07-12 09:05 JS, revision 16142

Added Ian Brown's fix for PopupMenu not blocking

2002-07-11 22:14 DW, revision 16141

Toolbar/tooltip udates

2002-07-11 20:41 RD, revision 16140

demo tweaks

2002-07-11 20:17 RD, revision 16139

Typo fixed

2002-07-11 20:16 RD, revision 16138

Changed the wxDateTime.Parse* methods to return an int that will be -1 on failure, and the index where parsing stopped otherwise.

2002-07-11 20:16 RD, revision 16137

Added wxEVT_SCROLL_ENDSCROLL

2002-07-11 17:55 RD, revision 16136

put unicode mods back in

2002-07-11 17:43 RD, revision 16135

New wxActiveX and wxIEHtmlWin from Lindsay

2002-07-10 21:12 RD, revision 16134

Ensure that the wxSTC gets the focus when clicked. #if'd out my wxPopupWindow meanderings and just use a simple wxListBox for the AutoComplete window.

2002-07-10 17:13 JS, revision 16133

Added back makefile.vc

2002-07-10 14:17 VZ, revision 16132

AIX linking fix (declare wxDataObject dtor)

2002-07-10 14:11 VZ, revision 16131

compilation fix

2002-07-10 09:06 JS, revision 16130

Removed some inappropriate use of verbatim

2002-07-10 05:47 DW, revision 16129

More tooltip handling

2002-07-09 23:34 VZ, revision 16128

extracted the scroll events docs in a single file which is now included by all the others

2002-07-09 23:33 VZ, revision 16127

report the sider events

2002-07-09 23:33 VZ, revision 16126

added ENDSCROLL event (patch 576176)

2002-07-09 23:04 VZ, revision 16125

the handling of Home/End in wxScrollBar was reversed -- fixed now

2002-07-09 22:41 VZ, revision 16124

fix linking on AIX/RS6000 by using -mminimal-toc option

2002-07-09 22:26 VZ, revision 16123

compilation fix for 64 bit statvfs under Solaris

2002-07-09 22:02 DW, revision 16122

Tooltip udpates

2002-07-09 21:01 RR, revision 16121

No events when setting values.

2002-07-09 21:01 RR, revision 16120

Don't let wxSlider send events when programmatically changing the controls.

2002-07-09 17:01 RD, revision 16119

Compilation fix

2002-07-09 13:27 VZ, revision 16118

compilation fixes for _LARGE_FILES

2002-07-09 13:10 VZ, revision 16117

implemented wxVariant::NullList() (patch 578257)

2002-07-09 11:59 VZ, revision 16116

updates to CW8 project files and such (patch 578186)

2002-07-09 11:52 VZ, revision 16115

automatically initialize m_cRef to 0 (patch 575011 + more)

2002-07-09 10:38 JS, revision 16114

Simplified helpview sample again and removed bitmaps.

2002-07-09 10:34 JS, revision 16113

Compiles

2002-07-09 10:25 JS, revision 16112
  • D /wxWidgets/trunk/utils/helpview/src/Makefile.vc

Removed makefile with capital M

2002-07-09 10:23 JS, revision 16111

Added helpview utility

2002-07-09 08:33 JS, revision 16110

Corrected a few typos and added references to files under docs.

2002-07-09 08:18 JS, revision 16109

Added comment about increased wxRadioBox space

2002-07-09 07:19 RR, revision 16108

Added port notes.

2002-07-09 06:13 RR, revision 16107

Makefile fix for "make win-dist".

2002-07-09 05:51 RR, revision 16106

Oops.

2002-07-09 05:04 DW, revision 16105

Tooltip updates

2002-07-09 05:03 DW, revision 16104

OS/2 fixes for new PNG lib

2002-07-09 05:03 DW, revision 16103

Updates for tooltip support

2002-07-08 23:09 RD, revision 16102

bug fix. The wxCharBuffer was being destroyed before it was used.

2002-07-08 23:04 GD, revision 16101

updated libpng from 1.0.3 to 1.2.4

2002-07-08 23:03 GD, revision 16100

corrected conflicts after import of libpng-1.2.4

2002-07-08 21:35 GD, revision 16099

readded previsouly removed files (needed for merge after import of libpng-1.2.4)

2002-07-08 21:22 GD, revision 16098

corrected conlfict after import of libpng-1.2.4

2002-07-08 21:19 GD, revision 16097

readded previously removed file

2002-07-08 20:58 JS, revision 16096

Added space under label since it was too close to first radio button.

2002-07-08 20:55 , revision 16095

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

2002-07-08 20:55 GD, revision 16094
  • R /wxWidgets/trunk/src/png/scripts/makefile.bor
  • R /wxWidgets/trunk/src/png/scripts/makefile.dec
  • R /wxWidgets/trunk/src/png/scripts/makefile.dj2
  • R /wxWidgets/trunk/src/png/scripts/makefile.knr
  • R /wxWidgets/trunk/src/png/scripts/makefile.msc
  • R /wxWidgets/trunk/src/png/scripts/makefile.os2
  • R /wxWidgets/trunk/src/png/scripts/makefile.std
  • R /wxWidgets/trunk/src/png/scripts/makefile.tc3
  • R /wxWidgets/trunk/src/png/scripts/makevms.com
  • R /wxWidgets/trunk/src/png/scripts/pngos2.def
  • R /wxWidgets/trunk/src/png/scripts/smakefile.ppc

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

2002-07-08 20:55 GD, revision 16093

import of libpng-1.2.4

2002-07-08 20:55 , revision 16092

This commit was manufactured by cvs2svn to create branch 'LIBPNG'.

2002-07-08 20:52 GD, revision 16091

Initial revision

2002-07-08 20:48 GD, revision 16090
  • D /wxWidgets/trunk/src/png/ANNOUNCE
  • D /wxWidgets/trunk/src/png/CHANGES
  • D /wxWidgets/trunk/src/png/example.c
  • D /wxWidgets/trunk/src/png/INSTALL
  • D /wxWidgets/trunk/src/png/libpng.3
  • D /wxWidgets/trunk/src/png/libpng.txt
  • D /wxWidgets/trunk/src/png/libpngpf.3
  • D /wxWidgets/trunk/src/png/png.5
  • D /wxWidgets/trunk/src/png/png.c
  • D /wxWidgets/trunk/src/png/png.h
  • D /wxWidgets/trunk/src/png/pngconf.h
  • D /wxWidgets/trunk/src/png/pngerror.c
  • D /wxWidgets/trunk/src/png/pngget.c
  • D /wxWidgets/trunk/src/png/pngmem.c
  • D /wxWidgets/trunk/src/png/pngpread.c
  • D /wxWidgets/trunk/src/png/pngread.c
  • D /wxWidgets/trunk/src/png/pngrio.c
  • D /wxWidgets/trunk/src/png/pngrtran.c
  • D /wxWidgets/trunk/src/png/pngrutil.c
  • D /wxWidgets/trunk/src/png/pngset.c
  • D /wxWidgets/trunk/src/png/pngtest.c
  • D /wxWidgets/trunk/src/png/pngtrans.c
  • D /wxWidgets/trunk/src/png/pngwio.c
  • D /wxWidgets/trunk/src/png/pngwrite.c
  • D /wxWidgets/trunk/src/png/pngwtran.c
  • D /wxWidgets/trunk/src/png/pngwutil.c
  • D /wxWidgets/trunk/src/png/README
  • D /wxWidgets/trunk/src/png/scripts/makefile.sgi
  • D /wxWidgets/trunk/src/png/TODO
  • D /wxWidgets/trunk/src/png/Y2KINFO

remove conflicting libpng-1/0/3 files before import of libpng-1.2.4 files

2002-07-08 20:06 RD, revision 16089

Added generic static text control

2002-07-08 19:13 JS, revision 16088

Added download page link.

2002-07-08 18:23 DW, revision 16087

Toolbar fixes and weekly catch-up.

2002-07-08 17:57 VZ, revision 16086

fixed handling of Ctrl-arrows movement which was unselecting the previously selected items incorrectly

2002-07-08 17:48 VZ, revision 16085

applied the same fix for crashing if the END_EDIT event handler vetoes the event as for wxTreeCtrl; also added a few consts here and there

2002-07-08 16:43 VZ, revision 16084

really remove the selection when Unselect() is called

2002-07-08 16:38 VZ, revision 16083

fix crash when the user code refuses to validate the new text when editing the item and a generic label editing code cleanup

2002-07-08 16:35 VZ, revision 16082

made the validation message more clear

2002-07-08 14:25 VZ, revision 16081

compilation fix for VC++ when using std::iostream

2002-07-08 14:01 RR, revision 16080

This memory corruption caused me three and a half weeks of trouble.

2002-07-08 14:01 RR, revision 16079

Return to 20x20 default size.

2002-07-08 10:23 JS, revision 16078

Added files.lst to wxMotif distribution.

2002-07-08 03:41 DW, revision 16077

OS/2 loads bitmap resources via integer ID, not via a string filename

2002-07-08 03:39 DW, revision 16076

Toolbar updates

2002-07-08 03:38 DW, revision 16075

no message

2002-07-07 21:48 JS, revision 16074

Added USE_ALTERNATE_UI symbol to helpview.cpp. Set to 1 to: - provide different icons. - add an open file icon for the toolbar. - use a flat toolbar style. - show a file selector if no file was given on the command line. - remove 'Help:' from the title bar. Set to 0 to revert to previous behaviour.

2002-07-07 03:16 RL, revision 16073

Update Layout more correctly in DoSetVirtualSize. fixed format string typo.

2002-07-07 00:13 RD, revision 16072

installer fix

2002-07-07 00:09 RD, revision 16071

Changes for wxUSE_UNICODE==1

2002-07-07 00:05 RL, revision 16070

put wx/app.h back though, for people without precompiled headers. :)

2002-07-06 21:16 MBN, revision 16069

Made documentation for wxImage::GetData/SetData more explicit about the fact that wxImage owns the pointer.

2002-07-06 19:09 RD, revision 16068

Added note about the supportability of this module

2002-07-06 18:20 RD, revision 16067

SWIGged updates for wxMac

2002-07-06 18:13 RD, revision 16066

Some demo tweaks

2002-07-06 14:36 RR, revision 16065

Cosmetic change.

2002-07-06 14:35 RR, revision 16064

You can crash GTK with scrolled windows being only 20x20 pixels large. This took me merely three weeks to find out.

2002-07-06 13:14 VZ, revision 16063

fixed bug introduced by my previous GtkUpdateSize() commit

2002-07-06 12:49 MBN, revision 16062

GCC can't test prototype if using wchar_t instead of char.

2002-07-06 12:43 MBN, revision 16061

Fix MinGW compilation in some corner cases

2002-07-06 06:46 RD, revision 16060

Allow wxSTC to have scrollbars

2002-07-06 04:14 RD, revision 16059

Added name to wxShapeCanvas ctor for consistency

2002-07-06 01:47 RD, revision 16058

Licence --> License

2002-07-06 01:47 RD, revision 16057

SWIGged updates

2002-07-06 01:10 RD, revision 16056

typos

2002-07-06 00:56 RD, revision 16055

A few other tweaks, reduced some flicker in the demo, and etc...

2002-07-06 00:55 RD, revision 16054

Fix the crash-on-ActiveX-callback problem

2002-07-06 00:48 RD, revision 16053

Move wxContextMenuEvent back into the core

2002-07-06 00:47 RD, revision 16052

Actually check if the menu should be shown before popping it up

2002-07-06 00:42 RD, revision 16051

Add pos, size and style parameters to the window constructors

2002-07-05 22:28 VZ, revision 16050

compilation error fix (trailing comma in an enum)

2002-07-05 16:45 MBN, revision 16049

Fix some GCC 3.1 compilation warnings

2002-07-05 16:43 MBN, revision 16048

wxPerl documentation updates

2002-07-05 14:41 GT, revision 16047

Fixes the problem with VARCHAR fields not allowing the stored string to ever be lengthened beyond the original stored length of the field. NOTE: There may be a problem with NULLs now, so this needs further testing. I'm not sure if this affects NULL column handling

2002-07-05 14:09 JS, revision 16046

Added wxRadioButton::MSWWindowProc to reset m_focusJustSet -- otherwise, if RB1 has the focus, then you click on RB2, then back on RB1, no command event will be generated for the last click.

2002-07-05 13:24 VZ, revision 16045

use GtkUpdateSize() for consitency everywhere instead of directly setting m_sizeSet

2002-07-05 13:20 VZ, revision 16044

fixed SetToolBar(NULL) behaviour -- don't leave a hole from toolbar

2002-07-05 12:53 VZ, revision 16043

removed unneeded inclusion of wx/wx.h

2002-07-04 23:23 VZ, revision 16042

argh, last compilation fix had a typo, fixed now

2002-07-04 19:08 JS, revision 16041

Corrected my wrong application of patch

2002-07-04 17:26 VZ, revision 16040

undid the patches which shouldn't (IMHO) have been applied to this branch

2002-07-04 17:03 VZ, revision 16039

fixed typo in including function.tex

2002-07-04 16:57 VZ, revision 16038

old mingw32 compilation fix

2002-07-04 09:42 SC, revision 16037

only fowarding events if there is a focus window

2002-07-04 09:38 JS, revision 16036

Updated script + FAQs

2002-07-04 09:37 JS, revision 16035

Probably a typo correction(?)

2002-07-04 09:37 JS, revision 16034

Documented various patches from Mark Armstrong <marka@availsolutions.com>

2002-07-04 09:08 JS, revision 16033

Applied patch from Mark Armstrong <marka@availsolutions.com> This patch fixes a debug assertion in tooltips.

2002-07-04 09:08 JS, revision 16032

Applied patch from Mark Armstrong <marka@availsolutions.com> This patch fixes wx combo box callbacks being executed multiple times per MSW callback.

2002-07-04 09:07 JS, revision 16031

Applied patch from Mark Armstrong <marka@availsolutions.com> This patch fixes two problems. The first is a race condition during a thread exit and a join. The second is condition where a thread can hang during msg/event processing.

2002-07-04 09:05 JS, revision 16030

Applied patch from Mark Armstrong <marka@availsolutions.com> Allows GC pool to grow dynamically.

2002-07-04 09:04 JS, revision 16029

Applied patch from Mark Armstrong <marka@availsolutions.com> Allows you to set a thread priority under Linux.

2002-07-03 22:54 RD, revision 16028

Updates related to wxID_ANY and etc.

2002-07-03 22:05 RD, revision 16027

Added wxIEHtmlWin wrappers to wxPython.

2002-07-03 21:46 MBN, revision 16026

Updated Makefiles for MinGW GCC 3.1

2002-07-03 21:44 DW, revision 16025

Menu corruption fix

2002-07-03 21:44 DW, revision 16024

Nicer default fonts for OS/2

2002-07-03 21:34 RD, revision 16023

Made wxBU_EXACTFIT work as documented instead of being ignored.

2002-07-03 16:37 VZ, revision 16022

extracted the constants to their own chapter and documented wxID_ANY and other standard ids

2002-07-03 16:29 VZ, revision 16021

fixed a compilation warning about signed/unsigned comparison

2002-07-03 16:25 VZ, revision 16020

added wxID_ANY, replaced #define's with enum

2002-07-03 16:23 VZ, revision 16019

removed hardcoded 48 (number of standard colours) from a few places -- still left in the others though

2002-07-03 15:09 VZ, revision 16018

wxMotif compilation fix with gcc 3.1 (patch 576847)

2002-07-03 15:05 VZ, revision 16017

fixed off-by-few-pixels error in horz scrollbar calculations (patch 575412)

2002-07-03 15:01 VZ, revision 16016

typos and other doc corrections from Olly Betts (patch 573738)

2002-07-03 15:00 DW, revision 16015

Attempt to fix buggy menus.

2002-07-03 09:49 VS, revision 16014

fixed a Really Stupid Bug

2002-07-02 22:30 VZ, revision 16013

fixed checking/unchecking find/replace items in the menu problem (they becameo ut of sync with the real status)

2002-07-02 22:06 VS, revision 16012

fixed cmd line args parsing in wxrc (contributed patch)

2002-07-02 21:10 DW, revision 16011

Toolbar updates

2002-07-02 17:17 RD, revision 16010

Another demo tweak

2002-07-02 17:14 RD, revision 16009

SWIGged updates for wxGTK

2002-07-02 17:12 RD, revision 16008

Added note about module not being supported

2002-07-02 17:11 RD, revision 16007

Some improvements and additions for wxListCtrl and logging

2002-07-02 17:11 MBN, revision 16006

Allow compiling when _WIN32_IE < 0x300

2002-07-02 17:08 RD, revision 16005

Added menu sample, and some other minor changes to the demo

2002-07-02 13:25 CE, revision 16004

fix another icon error

2002-07-02 13:02 CE, revision 16003

fixes bugs reading icons

2002-07-02 09:05 JS, revision 16002

Removed strange _T()

2002-07-02 08:41 CE, revision 16001

UNC fix to directory path

2002-07-02 04:56 RL, revision 16000

added DECLARE_EXPORTED_LOCAL_EVENT_TYPE for use with user libs.

2002-07-02 01:21 RL, revision 15999

and yet once more to fix gtk compilation.. this is a nasty kludge though, if anyone knows better, please do..

2002-07-01 23:24 VZ, revision 15998

compilation fix (removed duplicate default parameter value)

2002-07-01 22:26 DW, revision 15997

Toolbar update

2002-07-01 22:22 DW, revision 15996

OS/2 updates and initial toolbar implementation

2002-07-01 20:34 CE, revision 15995

make motif cursor from wxImage

2002-07-01 17:45 RD, revision 15994

Fixed "different linkage" compile error

2002-07-01 15:18 VZ, revision 15993
  • D /wxWidgets/trunk/docs/html/roadmap.htm

removed out of date copy of the file which is now in wxWebSite module

2002-07-01 14:55 VZ, revision 15992

corrections to exiting the program, now we should wait for all threads to finish but not crash nor freeze

2002-07-01 11:45 VZ, revision 15991

fixed 2 bugs in 2 lines of wxFileSelector example code

2002-07-01 10:27 RL, revision 15990

Fix for the irksome, 'Details' sizing bug. Or at least a patch on a hornet's nest. Thanks to jill@emeraldgate.com for tracking this one (and the previous StatusBar patch too). There's more work here if someone wants it.. :-)

2002-07-01 09:42 JS, revision 15989

Corrected scoping error for i

2002-06-30 23:53 RL, revision 15988

Preserve prior StatusBar contents when adding removing fields (consistant with MSW behaviour). Made m_statusSring a wxArrayString, furthur simplification may be possible if someone is interested and has the time.

2002-06-30 23:48 RL, revision 15987

fixed some pesky compile warnings, hope this doesn't nuke some unsuspecting platform..

2002-06-30 22:44 RL, revision 15986

added export decls for MSW.

2002-06-30 22:41 RL, revision 15985

added export decls for MSW

2002-06-30 22:15 VS, revision 15984

fixed hidden root expansion in extreme usage case

2002-06-30 18:08 GD, revision 15983

added static library Project Builder project for wxWindows added Project Builder project for minimal sample

2002-06-29 16:25 GD, revision 15982

rename method to prevent collision with some BSD definitions of macro Free() (detected compiling mahogany)

2002-06-29 11:56 GD, revision 15981

improved error messages

2002-06-29 11:45 GD, revision 15980

ignore Project Builder build directory

2002-06-29 11:07 GD, revision 15979

keep name of wxmac icon for application bundles unstead of renaming it

2002-06-29 00:46 VZ, revision 15978

made wxGenericFontDialog derive from wxFontDialogBase

2002-06-28 22:34 VS, revision 15977

enlarged <UL> bullets a bit and nuked this weirdness about using rectangles where the rest of the world uses circles...

2002-06-28 17:47 RD, revision 15976

Return more items in wxListCtrl::GetColumn.

2002-06-28 11:41 CE, revision 15975

STC and Motif patch

2002-06-28 11:35 CE, revision 15974

STC and Motif patch

2002-06-28 08:52 CE, revision 15973

remove temportay fix to Makefile.in, now configure .in is fixed

2002-06-28 08:50 CE, revision 15972

make path absolute to install-sh, to fix contrib lib bug

2002-06-27 23:40 VZ, revision 15971

streamlined WM_NOTIFY processing code fixing a bug with toolbar tooltips in presence of the control in toolbar

2002-06-27 23:02 RD, revision 15970

Fixed compile error

2002-06-27 14:29 VZ, revision 15969

(blind) fixes for AIX: shared library extension there is apparently ".a", not ".so"; look for makeC++SharedLib in the PATH instead of hard coded location

2002-06-26 23:13 VZ, revision 15968

react to the year being changed in the spin control text zone and not only with the spin buttons

2002-06-26 22:15 JS, revision 15967

Eliminate flashing when writing text, by clearing instead of selecting all.

2002-06-26 20:11 RD, revision 15966

Some trace log updates

2002-06-26 20:08 RD, revision 15965

Added demo of using a sizer in a wxScrolledWindow

2002-06-26 19:16 VS, revision 15964

compilation fix (wxUniv/MSW)

2002-06-26 19:11 VS, revision 15963

fix for bug reported by Robert and Julian, probably causes other problems

2002-06-26 19:10 VS, revision 15962

compilation fix (wxUniv/MSW)

2002-06-26 19:10 VS, revision 15961

added some regression tests for wxHTML

2002-06-26 16:27 VZ, revision 15960

fixed warning about printf format specifications <-> argument mismatches in wxLogLastError

2002-06-26 16:27 VZ, revision 15959

fixed warnings about printf format specifications <-> argument mismatches

2002-06-26 15:43 VZ, revision 15958

added missing 'R' in RGB

2002-06-26 11:39 JS, revision 15957

Changed the UL bullet to be a square -- I couldn't get it to show anywhere near nicely as an ellipse, under Windows at least. Previously the bullet showed up as what looked like a tiny asterisk.

2002-06-26 10:48 JJ, revision 15956

Committing in . Update setup.h for OpenVMS Modified Files: wxWindows/setup.h_vms ----------------------------------------------------------------------

2002-06-26 07:33 JS, revision 15955

Corrected typo

2002-06-26 00:45 VZ, revision 15954

propgate WS_EX_CONTROLPARENT recursively upwards, not just to the immediate parent

2002-06-25 18:12 JS, revision 15953

Corrected OnAssert

2002-06-24 23:55 RD, revision 15952

Some typemap updates

2002-06-24 23:06 RD, revision 15951

SWIGged code update for wxMac

2002-06-24 22:35 VS, revision 15950

added QS_ALLPOSTMESSAGE

2002-06-24 21:59 RD, revision 15949

SWIGged updates for wxGTK

2002-06-24 21:52 RD, revision 15948

Added wxPyPanel

2002-06-24 21:51 RD, revision 15947

Fixed a typo

2002-06-24 21:51 RD, revision 15946

Added component control accessors to wxEditableListBox

2002-06-24 20:09 CE, revision 15945

a fix to preserve UNC paths when creating the commandline argument array tested with Borland/wxMSW; existing behaviour of replacing \\ with \ preserved except at start of string

2002-06-24 19:36 RD, revision 15944

better font sizes

2002-06-24 19:35 RD, revision 15943

fixed a comment

2002-06-24 18:35 RD, revision 15942

Don't try to release the mouse unless we actually have it captured. The mouse capture can be lost if an event handler shows a modal dialog, for example.

2002-06-24 18:28 SC, revision 15941

added WXDisplay for Mac