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

2005-02-19 19:55 SC, revision 32203

adapt to mac l&f

2005-02-19 19:24 VZ, revision 32202

extracted check for wxListCtrl in WM_PRINT handler to wxListCtrl itself, base class shouldn't have to worry about its derived classes

2005-02-19 18:17 VZ, revision 32201

fixes after wx-config and other changes (patch 1076156)

2005-02-19 17:43 SC, revision 32200

Adding theme drawing for list header under 10.3

2005-02-19 17:37 SC, revision 32199

EVT_CHAR_HOOK added

2005-02-19 17:27 VZ, revision 32198

don't steal EVT_RIGHT_UP in rich edit controls for context menu (patch 1143823)

2005-02-19 17:25 VZ, revision 32197

more visual improvements to owner-drawn menus (patch 1143785)

2005-02-19 17:11 VZ, revision 32196

update for 2.5.4 from Francisco Vila <francisco.vila@hispalinux.es>

2005-02-19 17:07 VZ, revision 32195

wxGenericListCtrl::SetItemState(-1) now changes the state of all items (patch 1101650)

2005-02-19 16:56 VZ, revision 32194

added more icons (for GTK only) (patch 1097684)

2005-02-19 16:53 VZ, revision 32193

fixed hash collisions in ZIP files (patch 1082026)

2005-02-19 16:52 VZ, revision 32192

wxCommandProcessor::MarkAsSaved() and IsDirty() added (modified patch 1062556)

2005-02-19 16:35 VZ, revision 32191

fix operator=() (patch 1126195)

2005-02-19 16:33 VZ, revision 32190

document GetOptionInt() as returning 0 for the options which are not present

2005-02-19 16:32 VZ, revision 32189

more options for JPEG and TIFF handlers (slightly modified patch 1044470)

2005-02-19 15:54 VZ, revision 32188

draw drop down button using native calls (patch 1144389)

2005-02-19 15:53 VZ, revision 32187

added wxMBConv parameter for wxFFile::ReadAll() and documented it (improved patch 1041642)

2005-02-19 15:42 SC, revision 32186

switching to IconRefs for menu bitmaps

2005-02-19 15:34 SC, revision 32185

cleaning up, adding support for Quartz / Themeing before 10.3

2005-02-19 15:30 SC, revision 32184

fixes, adding paint handler for non OSX case toplevel window

2005-02-19 15:24 SC, revision 32183

adding PICT conversion for IconRef

2005-02-19 15:20 VZ, revision 32182

use const char * buffer to fix CW compilation (patch 1117210)

2005-02-19 15:15 VZ, revision 32181

fixes after wx-config changes (patch 1076155)

2005-02-19 15:08 VZ, revision 32180

VK_MENU is WXK_ALT, notWXK_MENU (patch 1119601)

2005-02-19 14:25 VZ, revision 32179

fixes for MSW

2005-02-19 14:07 MBN, revision 32178

Updated but not completed Italian translation. Translated all non-error strings.

2005-02-19 14:00 VZ, revision 32177

update from Jonas Rydberg (patch 1143491)

2005-02-19 13:58 SN, revision 32176

Bugfixes for OS/2.

2005-02-19 13:51 VZ, revision 32175

changed wx version to 2.5.4

2005-02-19 13:49 VZ, revision 32174

update from Jaakko Salli (patch 1123796)

2005-02-19 13:47 VZ, revision 32173

define wxList::compatibility_iterator for forward compatibility with 2.5 (patch 1078566)

2005-02-19 13:45 VZ, revision 32172

1. undid the "simplification" of patch 1096066 which resulted in a crash (see this patch discussion) 2. check that all views agree to close before starting to delete them 3. commented the code so that the next poor soul looking at it will know that deleting a view can delete the document which deletes -- surely wasn't obvious to me...

2005-02-19 13:17 VZ, revision 32171

update (recoded to UTF-8) from liouxiao@hotmail.com

2005-02-19 08:27 DE, revision 32170

include wx/setup.h and check to make sure it's not the configure created setup.h before doing anything specific for Metrowerks.

2005-02-19 08:16 DE, revision 32169

Check for xlC and add -qunique to CXXFLAGS if we're using it.

2005-02-19 07:14 DE, revision 32168

Check to see if -ext o option is required to get compiler to write foo.o instead of foo.c.o or foo.cc.o. (MetroWerks)

2005-02-19 06:58 DE, revision 32167

When host is OS X (PowerPC Darwin) check if compiler defines __POWERPC__ before defining it in setup.h and if -D__CF_USE_FRAMEWORK_INCLUDES__ is required for CoreFoundation headers (MW).

2005-02-19 06:10 KH, revision 32166

ENTER and LEAVE mouse events for multi-line text controls on GTK2, from Mart R. - Closes bug 1015324.

2005-02-19 05:29 SC, revision 32165

corrected bitmap mask -> Image conversion

2005-02-19 04:22 DE, revision 32164

Use plain extern instead of extern "C" for vsnprintf declaration when not compiling as C++.

2005-02-19 04:04 KH, revision 32163

Added newline at the end, eliminates gcc warning

2005-02-19 03:56 DE, revision 32162

Rebaked with Bakefile 0.1.7.

2005-02-19 02:57 KH, revision 32161

Sample update - wxTE_AUTO_URL from Mart R. [patch 1126182]

2005-02-19 02:56 KH, revision 32160

Documentation - wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

2005-02-19 02:55 KH, revision 32159

wxTE_AUTO_URL for wxGTK2 from Mart R. [patch 1126182]

2005-02-18 23:26 VZ, revision 32158

another update from Martin Srebotnjak <miles@filmsi.net>

2005-02-18 23:21 KO, revision 32157

Adding GetPartialTextExtents implementation.

2005-02-18 20:55 ABX, revision 32156

Most important polish translations.

2005-02-18 20:25 RD, revision 32155

Patch #1143556: mods to SashWindow demo: auto-generate IDs

2005-02-18 20:23 SC, revision 32154

using correct theme heights for header on mac

2005-02-18 20:21 SC, revision 32153

new layout was messing with separator positions

2005-02-18 20:20 SC, revision 32152

guard quartz specific code

2005-02-18 19:33 RD, revision 32151

reSWIGged

2005-02-18 19:28 RD, revision 32150

wxPyCallback needs to derive from wxEvtHandler now since the wxObjectEventFunction typedef changed.

2005-02-18 19:24 RD, revision 32149

Don't know if this is right but it fixes a compile error...

2005-02-18 18:02 RD, revision 32148

Added wx.lib.gestures module from Daniel Pozmanter which supports using Mouse Gestures in an application.

2005-02-18 17:58 RD, revision 32147

Fix the use of Today() for when invalid date is passed to ctor. Also set best/min size using size passed to ctor.

2005-02-18 17:49 RD, revision 32146

wxStdButtonSizer Finalise --> Realize

2005-02-18 16:52 SC, revision 32145

setting up correct port origin as well

2005-02-18 16:48 SC, revision 32144

reintroducing direct access, clipping to client area in dc

2005-02-18 16:47 SC, revision 32143

reintroducing direct access, cleanup

2005-02-18 10:23 ABX, revision 32142

Typo fixes.

2005-02-18 09:57 DS, revision 32141

use prefix file; (auto-)removed some of the unused ftp/java/x86 settings

2005-02-18 09:53 DS, revision 32140

don't redefine __WXMAC__

2005-02-18 07:28 SC, revision 32139

correcting support for more tool sizes, support for Toggle Appearance under OSX, layout tools more nicely, hittesting for entire area of control

2005-02-18 07:19 SC, revision 32138

having fixed size icons, scaling from other common formats, otherwise the icons don't get scaled correctly by the OS

2005-02-18 07:14 SC, revision 32137

alpha support for Scale added

2005-02-18 05:21 RD, revision 32136

typo

2005-02-18 04:52 RD, revision 32135

Added wx.DatePickerCtrl

2005-02-18 04:50 RD, revision 32134

Avoid doing a str(object) since in some cases it can result in very large strings

2005-02-18 04:48 RD, revision 32133

Don't override methods that are in wxControlWithItems

2005-02-18 04:46 RD, revision 32132

docstring fixes

2005-02-18 04:46 RD, revision 32131

can't have a zero sized font

2005-02-18 04:44 RD, revision 32130

Removed Loop and IsLooped methods, other cleanup

2005-02-18 04:43 RN, revision 32129

wxUSE_XXX related fixes

2005-02-18 04:42 RD, revision 32128

Add SetBackgroundImage

2005-02-18 04:38 RD, revision 32127

Added wx.DatePickerCtrl

2005-02-18 04:07 RD, revision 32126

Select an item using the value passed to the ctor/Create

2005-02-18 04:06 RD, revision 32125

Avoid wxTaskBarIconAreaBase::DoPopupMenu unresolved symbol in GTK < 2.1 builds

2005-02-18 03:53 RN, revision 32124

[ 1123124 ] wxStringBase::Alloc can change string length

2005-02-17 23:55 VZ, revision 32123

revert to the old flicker-less version when background bitmap is not used

2005-02-17 23:20 VZ, revision 32122

minor cleanup

2005-02-17 23:17 VZ, revision 32121

corrected wxRTTI macros

2005-02-17 18:29 VZ, revision 32120

more tweaks to drop down arrow drawing (Andreas Pflug)

2005-02-17 16:56 VZ, revision 32119

fixed typo in EVT_COMMAND definition

2005-02-17 13:13 RN, revision 32118

use without url

2005-02-17 10:53 RN, revision 32117

sockets require stopwatch

2005-02-17 10:43 RN, revision 32116

Use without mimetypes enabled

2005-02-17 10:42 RN, revision 32115

compile wxFileXXXStream without wxFFileXXXStream

2005-02-17 10:38 RN, revision 32114

Enable compilation on mac without wxFontMapper

2005-02-17 10:19 RN, revision 32113

gcc doesn't have pragma warning

2005-02-17 10:17 RN, revision 32112

int argument/unsigned int arg warning fix

2005-02-17 09:37 JS, revision 32111

Added PalmOS to release scripts

2005-02-17 08:44 SC, revision 32110

24x24 bitmaps and separator for flat style added

2005-02-17 04:45 RN, revision 32109

ComboBox for cocoa

2005-02-17 03:20 KO, revision 32108

Added empty methods for wxIcon functions to match the API on other platforms.

2005-02-17 00:25 VZ, revision 32107

update from Hans F. Nordhaug

2005-02-16 23:44 RN, revision 32106

implement some missing methods

2005-02-16 23:08 RR, revision 32105

Applied background colour patch for Motif notebooks (actually in generic tab control code).

2005-02-16 22:36 RR, revision 32104

Removed the complex popup test.

2005-02-16 22:08 JS, revision 32103

Fixed windows not displaying on SmartPhone

2005-02-16 20:59 DS, revision 32102

fixed wxlib Mach-O debug and release compilation

2005-02-16 20:34 ABX, revision 32101

wxPoint/Size/Rect() causes the same code with (0,0) initialization and is incomparably more readable and clear.

2005-02-16 20:13 SC, revision 32100

added non-bordered toolbar tools

2005-02-16 20:09 DS, revision 32099

fixed Mach-O compilation

2005-02-16 19:25 DS, revision 32098

minor typo fixes

2005-02-16 18:02 ABX, revision 32097

'Compatibility' fix for connecting events.

2005-02-16 16:38 VZ, revision 32096

tiny script to generate tags for wxMSW

2005-02-16 15:37 JS, revision 32095

Standard dialogs becoming useable on WinCE. Make standard button sizer horizontal on WinCE since vertically it looks atrocious (app will need to reduce number of buttons if they don't fit)

2005-02-16 14:44 JS, revision 32094

Added assert (WinCE doesn't report checked status correctly)

2005-02-16 10:14 VZ, revision 32093

use WX_DEFINE_ARRAY_PTR instead of WX_DEFINE_ARRAY to suppress warnings about operator->()

2005-02-16 09:35 ABX, revision 32092

Native PalmOS wxLongLong. Introduction of wxULongLong_t due to 'unsigned' not working on internally typedefed wxLongLong_t (both unsigned wxLongLong_t and wxULongLong_t should work for other platforms). Improvements in wxDatePicker control on PalmOS.

2005-02-16 00:08 JS, revision 32091

WinCE doesn't have _set_se_translator

2005-02-15 23:19 RR, revision 32090

Better resizing code fro wxComboBox.

2005-02-15 22:54 JS, revision 32089

Absolutely no idea what DisableAutomaticSETranslator is but WinCE doesn't like it

2005-02-15 22:52 JS, revision 32088

Ignorant WinCE fixes for compile breakage

2005-02-15 21:56 RR, revision 32087

Typo.

2005-02-15 20:27 RR, revision 32086

Implemented wxBitmap::HasAlpha() and ::UseAlpha().

2005-02-15 20:00 SC, revision 32085

guard against errors like in wxStringBase::AllocBeforeWrite code (1123226)

2005-02-15 19:55 RR, revision 32084

Typo.

2005-02-15 19:50 RR, revision 32083

Committed currently disabled code that implements the wxStopWatch based on QueryPerformanceCounter() I'll do more testing if I can, but here is the code for other to look at.

2005-02-15 19:19 RN, revision 32082

fixup for missing variable

2005-02-15 19:12 RN, revision 32081

[ 1123256 ] wxString operator+ pre-allocates buffer then throws it away ---- and ---- [ 1123195 ] Avoid double-copy in two wxStringBase functions

2005-02-15 18:43 RR, revision 32080

Fixed mem leak in wxColour::Set()

2005-02-15 18:31 RR, revision 32079

Applied pango font patch for X11.

2005-02-15 17:32 VZ, revision 32078

!USE_PCH compilation fix after last check in

2005-02-15 14:02 VZ, revision 32077

removed m_isCaretAtEnd optimization added in rev 1.232 as we don't always detect when the carets position changes

2005-02-15 13:57 VZ, revision 32076

corrected EVT_TEXT_URL() definition, its handler takes wxTextUrlEvent and not wxCommandEvent

2005-02-15 13:34 JS, revision 32075

Typo correction

2005-02-15 13:17 JS, revision 32074

Small doc corrections

2005-02-15 12:22 VZ, revision 32073

reuse code from wxDC::GetMultiLineTextExtent() instead of duplicating it here

2005-02-15 12:16 VZ, revision 32072

(blind) fix for virtual function hiding warning

2005-02-15 12:05 VZ, revision 32071

merged new strings into updated translation

2005-02-15 12:04 VZ, revision 32070

(blind) fix for ambiguity between Disconnect() overloads

2005-02-15 11:59 VZ, revision 32069

use type-safe Connect()s

2005-02-15 11:58 VZ, revision 32068

update from Martin Srebotnjak

2005-02-15 11:42 VZ, revision 32067

documented new overloaded Connect() and wxFooEventHandler macros

2005-02-15 09:56 RN, revision 32066

fix CFDictionary/Number/String combo memory leak in wxChoice - also gets rid of all the memory leaks in the display sample that i thought were mine...

2005-02-15 09:28 JS, revision 32065

Added EVT_COMMAND_CONTEXT_MENU with id arg

2005-02-15 07:24 ABX, revision 32064

wxDatePicker and wxDateTime for PalmOS. Remove conflict with internal maxDays in PalmOS. #if wxUSE_XXX for limited builds.

2005-02-15 06:29 SC, revision 32063

theme brush erasing and cleanup

2005-02-15 06:15 SC, revision 32062

moving focus and border handling at one place, adding HITheme implementations, grow-box painting

2005-02-15 06:11 SC, revision 32061

clipping to client area

2005-02-15 06:08 SC, revision 32060

slowly approaching dcscreen...

2005-02-15 06:05 SC, revision 32059

icon - bitmap conversions corrections (size is not always the 'standard' 32 pixels)

2005-02-15 06:03 SC, revision 32058

getting rid of redundant redraws

2005-02-15 06:02 SC, revision 32057

toplevel background behaviour changed

2005-02-15 06:00 SC, revision 32056

compile warnings, M_BITMAPDATA privatized

2005-02-15 05:50 SC, revision 32055

drawing fixes

2005-02-15 01:40 RN, revision 32054

Note the media lib

2005-02-15 01:20 RN, revision 32053

Use the new event handler macros

2005-02-15 00:56 RN, revision 32052

include mondorian xpmm on cocoa too

2005-02-15 00:37 VZ, revision 32051

use wxDC::GetMultiLineTextExtent() instead of duplicating its code in wxButton::DoGetBestSize()

2005-02-15 00:27 VZ, revision 32050

updated all .po files for 2.5.4

2005-02-15 00:02 VZ, revision 32049

remove INSTANCE declaration which uses wrong dll export convention and is unneeded anyhow

2005-02-14 23:53 VZ, revision 32048

define wxFooHandler() macros for all wxFooEvents to make it possible to use Connect() type-safely; simplified event macros definitions by extracing common part to wx__DECLARE_EVTn()

2005-02-14 23:00 RN, revision 32047

fix null-pointer crash

2005-02-14 22:27 RN, revision 32046

Needs to inherit from wxSliderBase for new ValueInvertOrNot Change

2005-02-14 20:12 RN, revision 32045

Finalize wxJoystick on mac. Note change. Pretty up joystick sample a bit. Don't logsyserror when wxSound can't find a file - its annoying.

2005-02-14 19:29 ABX, revision 32044

Common code for the same handling of wxSL_INVERSE.

2005-02-14 19:29 SC, revision 32043

added alpha channel support to ShrinkBy

2005-02-14 18:28 ABX, revision 32042

Minor editing.

2005-02-14 18:08 ABX, revision 32041

Build fix.

2005-02-14 18:05 ABX, revision 32040

Oups...

2005-02-14 15:40 JS, revision 32039

Added wxContextMenuEvent

2005-02-14 14:59 DS, revision 32038

fixed MSVC6's "C4702: unreachable code" warnings

2005-02-14 14:53 DS, revision 32037

fixed Cygwin compilation (can't use extern "C" in C compilation)

2005-02-14 14:48 DS, revision 32036

fixed Cygwin compilation (there's no _get_osfhandle)

2005-02-14 13:17 VS, revision 32035

bakefile-0.1.7 changes affect wx,too

2005-02-14 12:02 JJ, revision 32034

Committing in . OpenVMS setup file update Modified Files: wxWidgets/setup.h_vms ----------------------------------------------------------------------

2005-02-14 11:11 JJ, revision 32033

Committing in . Some more ; fixes Modified Files: wxWidgets/include/wx/motif/tglbtn.h wxWidgets/src/motif/evtloop.cpp wxWidgets/src/x11/bitmap.cpp ----------------------------------------------------------------------

2005-02-14 10:49 ABX, revision 32032

Inversed slider and wrapper for datepicker control on PalmOS. WinHandle instead of HWND as WXWidget type. Cleaning from wxMSW specific API. Moving controls support. Non deprecated API in new port. Refreshing of whole and portions of windows.

2005-02-14 10:18 VZ, revision 32031

no changes, just mention gtk_paint_expander() in comment

2005-02-14 09:38 RN, revision 32030

Move HID stuff into both OSX builds. Add preliminary joystick for OSX

2005-02-14 08:41 SN, revision 32029

Force OMF mode for DLL builds.

2005-02-14 05:51 SC, revision 32028

cleanup

2005-02-14 05:50 SC, revision 32027

ssize_t is always defined in OSX

2005-02-14 04:18 RN, revision 32026

warnin - move pict to where it belongs :)

2005-02-14 04:06 RN, revision 32025

warnins!

2005-02-14 03:57 RN, revision 32024

warning and compilos

2005-02-14 03:46 RN, revision 32023

10.2 fix for CG

2005-02-14 00:10 RL, revision 32022

Now needs wxBitmap as a concrete type.

2005-02-13 23:17 VZ, revision 32021

added support for background bitmap specified in background attribute of the HTML body tag

2005-02-13 23:09 SN, revision 32020

Added support for current version of "emxomf".

2005-02-13 23:08 VZ, revision 32019

removed trailing CRs

2005-02-13 23:06 VZ, revision 32018

corrected link to the list test page

2005-02-13 21:22 RN, revision 32017

compilo

2005-02-13 21:09 VS, revision 32016

moved GNOME printing code back to wxCore and fixed for --enable-plugins case

2005-02-13 21:06 VS, revision 32015

moved GNOME printing code back to wxCore and fixed for --enable-plugins case

2005-02-13 21:00 SN, revision 32014

Simplified and extended compiler detection for OS/2.

2005-02-13 20:28 MW, revision 32013

Add some information for HP-UX 11i

2005-02-13 19:58 RN, revision 32012

compile fix

2005-02-13 19:57 RN, revision 32011

compile fixes

2005-02-13 19:40 VS, revision 32010

don't crash on unterminated CDATA elements (patch #1117629)

2005-02-13 19:30 VZ, revision 32009

replaced wxLogDebugs() with wxLogTrace()S

2005-02-13 19:01 VZ, revision 32008

don't duplicate wxItemContainer methods in wxRadioBoxBase, instead extract the common intersection to a new wxItemContainerImmutable class and derive wxRadioBoxBase from it

2005-02-13 17:17 VZ, revision 32007

include wx/rawbmp.h

2005-02-13 17:16 VZ, revision 32006

another compilation fix: added dummy UseAlpha(0 and HasAlpha()

2005-02-13 17:14 VZ, revision 32005

compilation fix for raw bitmaps (can't include wx/rawbmp.h from wx/bitmap.h as the former includes the latter!)

2005-02-13 17:08 VZ, revision 32004

1. added SetSelection() to wxItemContainer and removed its declarations from derived classes 2. made wxItemContainer::Select() non virtual: it simply calls SetSelection() 3. renamed wxListBox::SetSelection(n, select) to DoSetSelection() for all ports and defined non virtual SetSelection() overloads in the base class to avoid virtual functions hiding

2005-02-13 17:00 SN, revision 32003

Improved support for OS/2's ancient version of "ash" - since it is about 20% faster on configure than up-to-date (pd)ksh ports it's worth this small change, IMHO.

2005-02-13 16:48 SC, revision 32002

source compatible way to solve the background problem

2005-02-13 16:45 SC, revision 32001

changed back, as I found a source compatible way to solve the background problem

2005-02-13 16:29 VZ, revision 32000

removed multiple duplicate copies (with subtly different behaviour) of SetStringSelection(); left only one of them in wxItemContainer (and another one in wxRadioBoxBase, to be removed)

2005-02-13 16:08 VZ, revision 31999

copy the right part of the existing background to the memory buffer (corrects junk during scrolling introduced by last change)

2005-02-13 15:44 RR, revision 31998

Documentedm, that the print setup dialog has been made obsolete.

2005-02-13 15:42 VZ, revision 31997

added test for not erasing background

2005-02-13 15:35 RR, revision 31996

Added raw bitmap access support to GTK 2.0.

2005-02-13 14:36 RR, revision 31995

Small correction to erase sample, added PrepareDC() to erase background handler.

2005-02-13 14:31 SC, revision 31994

wxMac needs inherited on paint for the correct background as well

2005-02-13 14:29 SC, revision 31993

adding clipping support

2005-02-13 14:28 SC, revision 31992

default painting back to OnPaint handler

2005-02-13 13:44 RR, revision 31991

Comment out line that set the VirtualSizeHints() upon calling SetScrollbars().

2005-02-13 13:12 VZ, revision 31990

latest version of generic wxDatePickerCtrl doesn't require wxUSE_POPUPWIN any more

2005-02-13 13:08 VZ, revision 31989

fixes for wxDP_ALLOWNONE case

2005-02-13 13:07 VZ, revision 31988

fixes for wxDP_ALLOWNONE handling

2005-02-13 12:57 VZ, revision 31987

added support for wxDP_ALLOWNONE in wxMSW; documented it; added test for it in the sample

2005-02-13 12:54 JS, revision 31986

wxFopen arg fixes

2005-02-13 12:53 JS, revision 31985

Fix for arg to wxFopen

2005-02-13 12:44 VZ, revision 31984

bug fixes for using wxTransientPopupWindow and wxDP_ALLOWNONE support from Andreas Pflug

2005-02-13 12:38 RL, revision 31983

Enable gnomeprint support for the .debs

2005-02-13 08:53 RL, revision 31982

Add extra^2 debug mode to wx-config for brute force one pass debugging of new platforms. Import $EGREP from configure, posix `grep -E` is not endemic yet. Clean up debian/rules for removed afm files.

2005-02-13 07:36 SC, revision 31981

adding focus and border quartz support

2005-02-13 05:59 SC, revision 31980

adding metafile and clipboard support

2005-02-13 01:14 VZ, revision 31979

added test for Blit()ting OnEraseBackground() results in OnPaint()

2005-02-13 00:55 VZ, revision 31978

changed Remove/InsertDir() parameter type to size_t from int; added RemoveLastDir()

2005-02-13 00:23 RN, revision 31977

note wxMediaCtrl change - all that work for one line lol

2005-02-12 23:44 RR, revision 31976

Reapplied patch to change the two scrolled window implementations to no longer clip the last bits as a rounding error. I had to change GetVirtualSize() as per my mail to devs.

2005-02-12 23:24 RN, revision 31975

Rework to include gnome preferences. Correct signal methods

2005-02-12 21:53 MW, revision 31974

Rename wxGetFileType to wxGetFileKind

2005-02-12 21:40 MW, revision 31973

Rename wxUSE_ARCSTREAM to wxUSE_ARCHIVE_STREAMS

2005-02-12 21:00 RN, revision 31972

changes based on message #6 in my thread with Vaclav :)

2005-02-12 20:51 JS, revision 31971

GetPixel and FloodFill (in this case) not supported by CoreGraphics

2005-02-12 20:00 RN, revision 31970

slight warnings in wxprinterdc docs about constructor confusion - see http://www.solidsteel.nl/users/wxwidgets/viewtopic.php?t=1247 for more

2005-02-12 19:42 VZ, revision 31969

corrected header name (closes 1121351)

2005-02-12 19:32 RN, revision 31968

change configure to better detect gstreamer. Check create is valid in mediaplayer sample. Comment the heck out of the unix mediaplayer.cpp.

2005-02-12 19:01 JS, revision 31967

Regenerated makefiles

2005-02-12 18:53 JS, revision 31966

Regenerated makefiles

2005-02-12 18:38 JS, revision 31965

Regenerated makefiles

2005-02-12 15:53 RR, revision 31964

Added GetPureVitualSize() returning just m_virtualSize.

2005-02-12 13:54 VZ, revision 31963

compilation fix for !wxUSE_ON_FATAL_EXCEPTION

2005-02-12 12:36 RR, revision 31962

Revert patch again, as the scrollbars are now always shown.

2005-02-12 12:31 JS, revision 31961

Patch by David Brinegar to fix menubar updating after modal dialog shown See thread: [wx-dev] [wxMac] Menubar UI updates when launching from Finder

2005-02-12 12:03 SC, revision 31960

Mac Core Graphics Implementation

2005-02-12 11:34 SC, revision 31959

Mac Core Graphics Implementation

2005-02-12 10:42 JS, revision 31958

Applied [ 1059554 ] patch for [1028659] fixes a couple of bugs with menus

2005-02-12 10:15 JS, revision 31957

Applied patch [ 1120683 ] Fix for wxDateTime::Format() under Windows CE by upcase

2005-02-12 08:51 RR, revision 31956

ALso correct scrollbar calc to not clip division remainder from the displayed area.

2005-02-12 02:32 RN, revision 31955

Cleanup mediaplayer sample a bit - get rid of bad loop/islooped since it has internal state

2005-02-12 02:29 RN, revision 31954

underscore fix(es)