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

2001-07-27 02:54 RD, revision 11190

Added some WXDLLEXPORTs

2001-07-26 18:40 VZ, revision 11189

(bad) fix for asserts and OnIdle events

2001-07-26 18:39 VZ, revision 11188

forgotten method declaration

2001-07-26 16:45 VZ, revision 11187

made the log dialog resizeable (again?)

2001-07-26 16:33 VZ, revision 11186

highlight the focused item in non report mode too

2001-07-26 16:19 VZ, revision 11185

fix for (re)positioning the main window when the style changes

2001-07-26 15:26 VZ, revision 11184

avoid nested modal log dialogs

2001-07-26 15:09 VZ, revision 11183

test for wxLog interaction with wxYield better

2001-07-26 13:21 VZ, revision 11182

*really* suppress log messages from inside wxYield

2001-07-26 11:32 RR, revision 11181

Fixed problem with missing refresh in wxScrolledWindow:: SetScrollbars().

2001-07-26 09:58 VZ, revision 11180

respect SetFont/SetXXXColour in wxTextCtrl even when using styles

2001-07-26 09:24 VZ, revision 11179

don't do anything in SetBackgroundColour() if colour is invalid

2001-07-26 09:06 VZ, revision 11178

timestampt trace/debug messages under Unix too, this is useful for debugging

2001-07-26 08:59 VZ, revision 11177

added demo of the difference Freeze/Thaw makes in wxTextCtrl

2001-07-26 08:33 VZ, revision 11176

added wxWindow::Freeze/Thaw(), implemented them for wxGTK::wxTextCtrl

2001-07-25 16:13 VZ, revision 11175

fix for focus handling when deleting the items

2001-07-25 13:17 JS, revision 11174

Tweaks to fl project files

2001-07-24 19:33 VZ, revision 11173

compilation warning fixed

2001-07-24 17:08 VZ, revision 11172

reverted my previous change to WINVER - it is already defined elsewhere

2001-07-24 16:19 VZ, revision 11171

fixed compilation problem with multiple Update()s

2001-07-24 15:27 JS, revision 11170

Added fl (frame layout) to wxWindows, from source tidied by Hans Van Leemputten <Hansvl@softhome.net>.

2001-07-23 20:11 GD, revision 11169

renamed Number method (should be GetCount)

2001-07-23 18:17 VZ, revision 11168

fixed bug with wxPathExists('c:\') yet again

2001-07-23 18:13 VZ, revision 11167

don't process VK_OEM_XXX key presses

2001-07-23 18:06 VZ, revision 11166

use Windows standard icons instead of our own (patch 443856)

2001-07-23 17:46 VZ, revision 11165

added test for writing empty value to the config

2001-07-23 17:45 VZ, revision 11164

1. fixed bug with empty value not being written to the file 2. moved ConfigEntry/Group into .cpp from .h and renamed them to wxXXX

2001-07-23 15:54 VZ, revision 11163

don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary as well

2001-07-23 14:57 VZ, revision 11162

fixed bug with deletion of several last items in wxListCtrl, added tests for it in the sample

2001-07-23 13:28 VZ, revision 11161

added and documented wxDir::HasFiles/SubDirs(), use the latter in wxDirDialog - it is several orders of magniture faster than wxFindFirstFile!

2001-07-22 20:26 GD, revision 11160

correction for Mac OS X compilation

2001-07-22 20:25 GD, revision 11159

corrected pragma interface/implementation (clash with wxWindows library)

2001-07-22 20:05 GD, revision 11158

fixed wxListBox inheritance

2001-07-22 19:36 GD, revision 11157

added property sheet option corrected tree layout option corrected samples list configuration

2001-07-22 18:07 GD, revision 11156

added tree layout define

2001-07-22 18:06 GD, revision 11155

corrected conditional compilation tests

2001-07-22 17:21 GD, revision 11154

post wxUniv merge fix

2001-07-22 17:15 GD, revision 11153

post wxUniv merge fix

2001-07-22 17:09 GD, revision 11152

post wxUniv merge fix

2001-07-22 17:03 GD, revision 11151

corrected pragma interface/implementation for Mac OS X

2001-07-22 17:00 GD, revision 11150

added missing conditional compilation test for MSW specific events

2001-07-22 15:05 GD, revision 11149

added dependency handling to Makefiles

2001-07-22 14:57 GD, revision 11148

corrections for Mac OS X compilation

2001-07-22 14:50 GD, revision 11147

ignore files produced by CodeWarrior

2001-07-22 14:23 GD, revision 11146

correction for Mac OS compilation

2001-07-22 14:19 GD, revision 11145

added dependency handling to Makefiles

2001-07-22 14:10 GD, revision 11144

correction for Mac OS X compilation

2001-07-22 14:09 GD, revision 11143

post wxUniv merge fixes

2001-07-22 14:08 GD, revision 11142

corrections for Mac OS X compilation

2001-07-22 14:06 GD, revision 11141

added dependency handling to Makefiles

2001-07-22 13:52 GD, revision 11140

removed inexistant header files

2001-07-22 12:06 VZ, revision 11139

compilation fix for old broken Borland compiler

2001-07-22 01:28 VZ, revision 11138

backported fix for proper tree ctrl refershing after changing item colour/font from 2.2

2001-07-21 06:51 GD, revision 11137

replaced hardcoded wxgtk_gl library with appropriate configure macro

2001-07-21 06:48 GD, revision 11136

added WX_TARGET_LIBRARY_GL to recursive configure substitutions

2001-07-21 06:47 GD, revision 11135

added wxWindows shared library to link of OpenGL wxWindows shared library

2001-07-21 06:45 GD, revision 11134

corrected bad Darwin related configure test implemented OpenGL configuration for Mac OS X added WX_TARGET_LIBRARY_GL to config cache

2001-07-21 06:42 GD, revision 11133

added DEP_INFO_FLAGS to compilation options

2001-07-21 05:32 GD, revision 11132

corrections for wxGtk compilation under Darwin/Mac OS X

2001-07-21 05:23 GD, revision 11131

added missing conditional compilation test for wxUSE_PROPSHEET

2001-07-21 05:19 GD, revision 11130

minor changes to correct compilation warnings

2001-07-20 20:54 VZ, revision 11129

fix for rather mysterious problem when deleting the list ctrl

2001-07-20 18:46 GD, revision 11128

post wxUniv merge fixes

2001-07-20 18:44 GD, revision 11127

post wxUniv merge fix

2001-07-20 14:35 VZ, revision 11126

applied numpad keys patch

2001-07-20 12:33 VS, revision 11125

fixed entities parsing under win32

2001-07-20 12:32 VS, revision 11124

oops, forgot to fix wxHtmlTag dtor

2001-07-20 11:59 VZ, revision 11123

test for __WIN95__ in the main header, not platform-sepcific one for consistency with the other classes

2001-07-20 11:58 VZ, revision 11122

define WINVER for mingw32 cross compilation

2001-07-20 11:12 VZ, revision 11121

implemented EVT_LIST_CACHE_HINT support: send this message from OnPaint() now

2001-07-20 08:56 VZ, revision 11120

fixed three new warnings after the last warning fix

2001-07-20 08:55 VZ, revision 11119

fixed a warning and detabified

2001-07-20 08:48 VZ, revision 11118

made 2 column list wider to accomodate all entries

2001-07-20 08:47 VZ, revision 11117

replaced literal backslashes with backslash TeX macro

2001-07-20 01:18 VZ, revision 11116

fixed crash in XPM decoder when reading non XPM files

2001-07-20 01:00 VZ, revision 11115

filter out garbage Windows sends us via LVN_ODCACHEHINT

2001-07-20 00:25 VZ, revision 11114

added EVT_LIST_COMMAND_CACHE_HINT, implemented it for MSW and test in the sample; briefly documented virtual list control fucntionality

2001-07-19 23:43 VZ, revision 11113

VC++ warning fixed

2001-07-19 22:31 VS, revision 11112

new wxHtmlParser core and changes implied by it

2001-07-19 22:30 VS, revision 11111

new wxHtmlParser core

2001-07-19 20:54 VZ, revision 11110

FreeBSD compilation fix

2001-07-19 20:52 VZ, revision 11109

fixed some warnings

2001-07-19 20:50 VZ, revision 11108

1. don't delete item attributes in the virtual list control (=> crash) 2. refresh the window after deleting all items

2001-07-19 20:49 VZ, revision 11107

added test for THREADS if JOYSTICK is set

2001-07-19 20:48 VZ, revision 11106

don't remove lib/wx when making clean

2001-07-19 20:47 VZ, revision 11105

made SetPriority docs more clear

2001-07-19 20:44 VZ, revision 11104

fix for missing wxUSE_DARWIN definition

2001-07-19 13:51 VZ, revision 11103

fixes to version string

2001-07-19 13:44 VZ, revision 11102

1. compilation fixes 2. don't quote special characters inside verbatim environment

2001-07-19 12:29 VZ, revision 11101

fix for custom bitmap setting for the first page

2001-07-19 01:07 VZ, revision 11100

minor fixes, added an example

2001-07-19 00:44 VZ, revision 11099

fixed compilation problem inwith ^

2001-07-18 23:01 VS, revision 11098

removed debug printfs

2001-07-18 23:01 VS, revision 11097

fixed ugly stupid piece of code

2001-07-18 23:01 VS, revision 11096

Unicode complation fixes

2001-07-18 23:00 VS, revision 11095

backported no-recursion patch to wxHTML

2001-07-18 23:00 VS, revision 11094

- fixes warnings with mingw crosscompilation - fixes for missing _t functions

2001-07-18 23:00 VS, revision 11093

Mingw Unicode fix

2001-07-18 23:00 VS, revision 11092

Mingw Unicode fixes

2001-07-18 22:59 VS, revision 11091

Unicode fixes to wxCmdLineParser

2001-07-18 22:58 VS, revision 11090

(1) removed -lcrtdll from Mingw build (it was plainly wrong thing, gcc is supposed to link against C library automatically... and it broke binaries produced with MSVCRT version of Mingw) (2) fixed typo in MS_HTML_HELP check (3) added (back?) WXHTML_HELP checks to configure

2001-07-18 22:00 GT, revision 11089

Fixed some "\_"s in verbatim blocks so they are no longer quoted with backslashes

2001-07-18 21:04 GT, revision 11088

Fixed closing of program to work properly if PASS #1 failed for some reason. Before this fix, you could not exit the GUI version of the program under windows without using CTRL-ALT-DEL

2001-07-18 20:47 GT, revision 11087

Fixed mismatched curley brace

2001-07-17 22:21 VZ, revision 11086

initialize gs_pFrame to NULL

2001-07-17 22:01 VZ, revision 11085

blind fix for wxScrolledWindow problem

2001-07-17 18:14 VZ, revision 11084

fixed regex bug in ProcessFamiliesFromFontList

2001-07-17 16:47 JS, revision 11083

Added icon index parsing

2001-07-17 16:27 JS, revision 11082

Correction to icon index code

2001-07-17 15:49 JS, revision 11081

Added support for extracting icon using specified index

2001-07-17 09:03 VZ, revision 11080

added wxOPEN/SAVE flags to wxDefaultFileSelector

2001-07-17 08:27 VZ, revision 11079

don't use static box as a parent

2001-07-17 08:25 VZ, revision 11078

renamed wxDynamicThisCast to wxDynamicCastThis, removed 1st parameter, and documented

2001-07-17 00:18 RD, revision 11077

Added rules to build the regex library from the main makefile, if needed.

2001-07-16 22:54 VZ, revision 11076

wxRegEx docs I forgot to add before (sorry)

2001-07-16 22:52 RD, revision 11075

Some tweaks and generated core sources for wxGTK

2001-07-16 18:07 VZ, revision 11074

compilation fix I had forgot to commit

2001-07-16 17:48 RD, revision 11073

fixed compile error

2001-07-16 15:23 VZ, revision 11072

speed up font list processing

2001-07-16 15:17 VZ, revision 11071

removed assert which could be provoked by correct code

2001-07-16 14:27 RR, revision 11070

Added missing methods. Now tested.

2001-07-16 09:42 RR, revision 11069

Added missing methods. Not yet tested.

2001-07-16 08:20 RR, revision 11068

Added symptomatic fix to wrong height in wxStaticText.

2001-07-16 07:58 RR, revision 11067

Tried to make button events interceptable in generic wxSpinCtrl. No luck.

2001-07-16 07:38 RR, revision 11066

Fixed small prob with wxSpinButton orientation.

2001-07-15 21:12 GD, revision 11065

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 21:07 GD, revision 11064

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif ----------------------------------------------------------------------

2001-07-15 21:04 GD, revision 11063

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 19:36 RR, revision 11062

Up-ported code to make tree item visible when programmatically selected.

2001-07-15 18:47 GD, revision 11061

modified configure to allow configuration of wxMotif under Darwin/Mac OS X wxWindows can be configured as wxMac or wxMotif under Mac OS X replaced __WXMAC_X__ define by __DARWIN__ (general Darwin related issues) moved dlopen/dlerror code to dynlib.cpp to make it available for wxMotif

2001-07-15 10:45 GD, revision 11060

added common regex added missing dependency files

2001-07-15 10:11 SC, revision 11059

committed - just to be sure

2001-07-15 10:06 SC, revision 11058

no message

2001-07-15 10:02 SC, revision 11057

added new project file having the new files

2001-07-14 21:18 VZ, revision 11056

bug fix to the recent wxConvertFromMSW change

2001-07-14 21:01 VZ, revision 11055

use LVM_SETITEMSTATE instead of LVM_SETITEM for virtual controls

2001-07-14 20:39 VZ, revision 11054

blind fix for clearing font attributes in SetStyle()

2001-07-14 20:38 VZ, revision 11053

removed obsolete comment

2001-07-14 18:49 RR, revision 11052

Minor beautification of wxToolBar under Mac.

2001-07-14 18:12 RR, revision 11051

Corrected wxScrolledWindow's OnSize behaviour. Formated code.

2001-07-14 18:11 RR, revision 11050

Corrected wxScrolledWindow's OnSize behaviour.

2001-07-14 17:41 VZ, revision 11049

merged NULL wxFrame parent HWND fix from 2.2 branch

2001-07-14 17:37 VZ, revision 11048

merged MapBitmap() from 2.2 branch

2001-07-14 16:41 VZ, revision 11047

use wxRegEx if available in wxString::Matches

2001-07-14 16:41 VZ, revision 11046

added wxRegEx docs

2001-07-14 16:13 VZ, revision 11045

rewrote wxRegEx::Replace() to do something useful

2001-07-14 14:29 RR, revision 11044

Restored wxFileName::GetFullPath()

2001-07-14 14:28 RR, revision 11043

wxIsAbsolutePath was correct.

2001-07-14 14:27 RR, revision 11042

Mac-ify wxTreeCtrl further.

2001-07-14 14:26 RR, revision 11041

Fix HTML help on Mac.

2001-07-14 11:29 RR, revision 11040

AddBook ignores wxMac paths (still won't work)

2001-07-14 11:28 RR, revision 11039

wxIsAbsolutePath is strange under wxMac

2001-07-14 09:02 JS, revision 11038

Reverted my bad <> -> "" fix, sorry; updated project files. Probably regex should have it's own .dsp file :-(

2001-07-14 03:37 RD, revision 11037

Number() to GetCount() and other changes needed for wxPython to compile with current CVS.

2001-07-14 03:27 RD, revision 11036

Made a couple Number() to GetCount() changes

2001-07-14 03:25 RD, revision 11035

Added wxUSE_WAVE to setup0.h and checked for it in wave.h

2001-07-14 03:23 RD, revision 11034

Added RTTI macros to wxToolTip

2001-07-14 02:03 VZ, revision 11033

fixed VC++ warnings

2001-07-14 02:03 VZ, revision 11032

implemented RefreshItem(s) under MSW

2001-07-14 02:02 VZ, revision 11031

fixed setting/attaching menubar

2001-07-14 02:02 VZ, revision 11030

fixed crash in ~wxHtmlCell

2001-07-13 23:43 VZ, revision 11029

documented wxInitialize and wxUnitialize

2001-07-13 23:29 RD, revision 11028

fixed missing package dir

2001-07-13 23:16 VZ, revision 11027

added regex to all the templates

2001-07-13 21:09 VZ, revision 11026

added popupcmn.cpp

2001-07-13 20:58 SC, revision 11025

corrected check string handling

2001-07-13 20:54 VZ, revision 11024

popupcmn is needed by wxGTK too, why was it excluded?

2001-07-13 20:40 VZ, revision 11023

corrected object file extension in the makefiles

2001-07-13 20:09 VZ, revision 11022

added RefreshItem(s) methods

2001-07-13 19:34 JS, revision 11021

Changed <> to "" to help inclusion; added regex files to VC++ project files

2001-07-13 19:26 VZ, revision 11020

added wxListView class: this is going to be a wxListCtrl with human (inter)face

2001-07-13 19:14 VZ, revision 11019

removed forgotten debugging printf

2001-07-13 19:08 VZ, revision 11018

renamed main.c to re_main.c to avoid clashes with main.cpp in VPATH

2001-07-13 18:59 VZ, revision 11017

added wxUSE_REGEX

2001-07-13 18:56 VZ, revision 11016

regenerated the makefiles to include regex.cpp

2001-07-13 17:42 DW, revision 11015

OS/2 fixes for this week.

2001-07-13 17:42 DW, revision 11014

true vs TRUE again.

2001-07-13 17:41 DW, revision 11013

OS/2 Updates for this week.

2001-07-13 17:35 VZ, revision 11012

changes for building wxRegEx

2001-07-13 17:30 VZ, revision 11011

added some makefiles (untested)

2001-07-13 17:15 VZ, revision 11010

added notes about wxRegEx

2001-07-13 17:12 VZ, revision 11009

added tests for wxRegEx

2001-07-13 17:11 VZ, revision 11008

added regex.h/.cpp files

2001-07-13 17:10 VZ, revision 11007

fixes for wxBase build with configure

2001-07-13 17:10 VZ, revision 11006

fixed yet another typo, now it finally works

2001-07-13 17:10 VZ, revision 11005

added wxRegEx::GetMatch

2001-07-13 16:17 VZ, revision 11004

wxRegEx class added

2001-07-13 14:35 VZ, revision 11003

incorrect warning fix fixed

2001-07-13 14:21 JS, revision 11002

Fixed typo in cache management code

2001-07-13 14:17 VZ, revision 11001

fixed back compilation with REDEBUG

2001-07-13 14:13 VZ, revision 11000

more warning fixes

2001-07-13 14:02 VZ, revision 10999

a couple of warnings removed

2001-07-13 13:52 VZ, revision 10998

added headers needed for wxBase compilation

2001-07-13 13:51 VZ, revision 10997

fix for wxBase compilation (misplaced #if wxUSE_GUI)

2001-07-13 13:51 VZ, revision 10996

fixed wxBase makefile generation

2001-07-13 13:31 , revision 10995
  • A /wxWidgets/tags/ALPHA_3_8
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_color.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_lex.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regc_nfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regerror.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regerrs.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regex.h
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regexec.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/rege_dfa.c
  • R /wxWidgets/tags/ALPHA_3_8/src/regex/regfree.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regfronts.c
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/regguts.h
  • D /wxWidgets/tags/ALPHA_3_8/src/regex/tclUniData.c

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

2001-07-13 13:31 , revision 10993

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

2001-07-13 13:31 VZ, revision 10992

Initial revision

2001-07-13 13:13 VZ, revision 10991

added detection of regex support to configure

2001-07-13 13:03 JS, revision 10990

Check for parent in DoGetPosition

2001-07-13 12:47 VZ, revision 10989

removed incorrect 'static' keyword from var declarations (backported from the trunk)

2001-07-13 12:32 VZ, revision 10988

removed incorrect 'static' keyword from var declarations

2001-07-13 10:09 JS, revision 10987

Updated BC++ patch URL

2001-07-12 19:22 GT, revision 10986

::Catalog() function was failing against several databases as the PRECISION and LENGTH values returned were larger (more bytes) than the variable that was bound for holding the returned value

2001-07-12 16:23 VZ, revision 10985

fixed crash in wxRegion::Empty

2001-07-12 15:02 JJ, revision 10984

Committing in . Modified Files: wxWindows/setup.h_vms wxWindows/src/common/appcmn.cpp wxWindows/src/common/descrip.mms wxWindows/src/generic/propform.cpp wxWindows/src/gtk/descrip.mms wxWindows/utils/dialoged/src/winstyle.cpp -Fixed VMS compile support -added some include's ----------------------------------------------------------------------

2001-07-12 10:37 JS, revision 10983

Corrected DoBlit

2001-07-12 00:08 VZ, revision 10982

fixed VC++ warning

2001-07-12 00:06 VZ, revision 10981

implemented attributes support for native virtual list control

2001-07-12 00:06 VZ, revision 10980

menu bar wasn't set properly internally after my previous change - fixed

2001-07-11 23:21 VZ, revision 10979

don't refresh the scrollbars unnecessarily

2001-07-11 22:30 VS, revision 10978

fixed windows.h check and added checks for MS HTML Help

2001-07-11 22:28 VS, revision 10977

fixes for broken records

2001-07-11 21:25 JS, revision 10976

Compilo correction

2001-07-11 20:33 SC, revision 10975

several mac fixes (Mark Newsams patches)

2001-07-11 20:22 JS, revision 10974

Made DC cacheing less obstrusive

2001-07-11 17:27 JS, revision 10973

Removed cacheing option

2001-07-11 16:22 VZ, revision 10972

added support for item attributes in virtual list control

2001-07-11 15:19 VZ, revision 10971

added and documented wxApp::OnAssert

2001-07-11 14:56 VZ, revision 10970

incremented the version to 2.2.8 (hope I got it right this time)

2001-07-11 14:55 VZ, revision 10969

added wxArrayString::RemoveAt() for forward compatibility with 2.3

2001-07-11 13:40 VZ, revision 10968

oops, restored the postpone-redraw-if-dirty test which was somehow left out

2001-07-11 13:35 VZ, revision 10967

(much) more efficient report mode redrawing

2001-07-11 13:34 VZ, revision 10966

documented wxLogChain and wxLogPassThrough classes and wxLog::DoLog/DoLogString methods

2001-07-11 12:35 VZ, revision 10965

moved some headers inside #ifndef WX_PRECOMP

2001-07-11 12:28 VS, revision 10964

mingw compilation fixes

2001-07-11 12:10 VZ, revision 10963

fixed hit testing for non report modes

2001-07-11 10:07 JS, revision 10962

Added wxUSE_DC_CACHEING and associated code to wxMSW Added EnableCache, CacheEnabled to wxDCBase Added mask source args to DoBlit, Blit Added cache testing code to dragimag sample Added wxSystemOptions, regenerated makefiles

2001-07-11 09:43 VZ, revision 10961

added wxLogChain and wxLogPassThrough classes

2001-07-11 07:37 VZ, revision 10960

compilation fix for MSW

2001-07-10 22:48 VS, revision 10959

compilation fix for wxGTK

2001-07-10 22:46 VS, revision 10958

#ifdefed wxPopupComboWindow to be used only in wxUniv

2001-07-10 22:46 VS, revision 10957

1. #ifdefed wxPopupComboWindow to be used only in wxUniv 2. compilation fix for wxPopupWindowHandler::OnLeftDown (somehow I doubt this will work w/o wxUniv...)

2001-07-10 22:39 VS, revision 10956

added check for w32api.h to configure (so that libjpeg works when cross-compiling)

2001-07-10 22:38 VS, revision 10955

fixes for tables renderer: now recognizes missing border property correctly

2001-07-10 18:12 RD, revision 10954

little tweaks

2001-07-10 17:33 VZ, revision 10953

made wxLog::Set/GetVerbose() static back again

2001-07-10 17:28 VZ, revision 10952

added cmd line parsing support to wxApp and --theme option to wxUniv

2001-07-10 16:46 VZ, revision 10951

added wxUSE_CMDLINE_PARSER

2001-07-10 16:44 VZ, revision 10950

added #if wxUSE_CMDLINE_PARSER around the header

2001-07-10 15:42 VZ, revision 10949

more combobox appearance fixes

2001-07-10 15:18 VZ, revision 10948

oops, missing semi colon added

2001-07-10 15:16 VZ, revision 10947

fix for crash when clicking below the items

2001-07-10 15:14 VZ, revision 10946

moved WX_USE_THEME macros inside IMPLEMENT_APP

2001-07-10 15:07 VZ, revision 10945

wxComboBox appearance fixes, looks fine now but doesn't really work under GTK yet

2001-07-10 14:03 VZ, revision 10944

respect wxBU_EXACTFIT

2001-07-10 14:00 VZ, revision 10943

don't set min width for the buttons

2001-07-10 13:44 VZ, revision 10942

added wxBU_EXACTFIT style

2001-07-10 12:59 VZ, revision 10941

made the button of correct size again (Robert, why did you comment this out??)

2001-07-10 12:58 VZ, revision 10940

use system colours under Windows (patch 439286)