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

2006-02-06 17:37 JS, revision 37353

m_border and accessors not used

2006-02-06 16:58 SC, revision 37352

guard against early redraws

2006-02-06 16:24 vell, revision 37351

added protection against non-file drop targets receiving files (and subsequently crashing)

2006-02-06 13:44 JG, revision 37350

Add check for wxGLCanvas to wxCheckWindowWndProc. Fixes bug #1425106.

2006-02-06 05:08 vell, revision 37349

cleanup - reformatting

2006-02-06 04:24 KH, revision 37348

CheckValidator should not return false if no variable is associated for data storage, data storage is optional [ fixes bug 1414892, closes patch 1415315 ]

2006-02-06 03:38 KO, revision 37347

Backport of fix for duplicate gl lib args.

2006-02-06 03:03 KO, revision 37346

wx-config now provides all the needed flags, so lflags just adds duplicates.

2006-02-05 23:50 VZ, revision 37345

now we don't only show label mnemonics but they also work

2006-02-05 23:39 VZ, revision 37344

no changes; just some (very) minor cleanup

2006-02-05 23:20 VZ, revision 37343

use XmNrecomputeSize instead of manually resizing the label (and unmanaging/managing it in process resulting in flicker) (patch 1420899)

2006-02-05 23:02 VZ, revision 37342

use GTKRemoveMnemonics instead of wxStripMenuCodes

2006-02-05 22:58 VZ, revision 37341

removed GTKConvertMnemonics() which is not used in GTK1 (which doesn't support mnemonics)

2006-02-05 22:41 VZ, revision 37340

honour the mnemonics; don't use gtk_label_set_markup() for foreground colour as this doesn't seem to be necessary

2006-02-05 22:10 RD, revision 37339

For consistency with the docs and with wxMSW the keycode for Ctrl-letter EVT_CHAR events should be in the range 1-26. Also, make the m_uniChar value match the keycode for KEY_UP/DOWN events for letters.

2006-02-05 22:01 RD, revision 37338

BeginDrawing/EndDrawing are deprecated, and never really did anything to begin with.

2006-02-05 22:01 RD, revision 37337

AddSubPage --> InsertSubPage

2006-02-05 22:00 vell, revision 37336

cleanup - reformatting

2006-02-05 20:58 ABX, revision 37335

Missing break after error in daily build.

2006-02-05 20:53 vell, revision 37334

moved ctor implementation into dot-cpp file; reformatted

2006-02-05 20:52 vell, revision 37333

added ctor implementation from header + initialzation; more reformatting

2006-02-05 20:45 JS, revision 37332

Removed richedit from index file

2006-02-05 20:43 JS, revision 37331
  • D /wxWidgets/trunk/samples/richedit

Removed obsolete files from richedit sample directory

2006-02-05 20:41 JS, revision 37330

Removed textedit sample from distribution script

2006-02-05 20:40 JS, revision 37329

Removed textedit from top-level sample makefiles

2006-02-05 20:40 MR, revision 37328

Remove remark on wxTLW::Maximize that it only works on Windows. It works on wxGTK too, and I see implementation for Mac aswell (in 2.6.x too)

2006-02-05 20:39 MR, revision 37327

Remove remark on wxTLW::Maximize that it only works on Windows. It works on wxGTK too, and I see implementation for Mac aswell.

2006-02-05 16:09 VZ, revision 37326

set USE_QA to 1 for VC builds only by default (real fix for bug 1419152)

2006-02-05 15:19 rgammans, revision 37325

fix for [1357272] . Use temporary unique tokens for 2 and 4 digit years

2006-02-05 14:10 rgammans, revision 37324

fix for [1357272] . Replace the fake year with unique tokens to prevent substring matches.

2006-02-05 14:05 rgammans, revision 37323

Add flags to test dates struct which allow us to skip ecpected failures. Use new flags feature to allow us to test format dates outside the two digit year parse range. Add dates to test for sf.net bug #1357272 and a couple of related issues. (eg,6Feb{1856,1857,1937}) .

2006-02-05 14:01 rgammans, revision 37322

Fix for compiler error with gcc 3.3.5 and cppunit 1.10.0 and Improve readablity of test.

2006-02-05 13:00 VZ, revision 37321

renamed AddSubPage() with pos parameter to InsertSubPage()

2006-02-05 12:47 JG, revision 37320

Put previous change under correct heading

2006-02-05 12:41 JG, revision 37319

Mention wxDC::{Begin,End}Drawing deprecation.

2006-02-05 12:39 VZ, revision 37318

set USE_QA to 1 for consistency with the IDE builds (closes 1419152)

2006-02-05 12:36 JG, revision 37317

Mention that wxDC::{Begin,End}Drawing() does nothing and is deprecated.

2006-02-05 12:27 VZ, revision 37316

renamed AddSubPage() with pos parameter to InsertSubPage()

2006-02-05 11:59 JG, revision 37315

Deprecate wxDC::{Begin,End}Drawing()

2006-02-05 09:14 vell, revision 37314

correct include file conditionalization, take 2

2006-02-05 07:27 vell, revision 37313

cleanup - reformatting

2006-02-05 07:15 vell, revision 37312

cleanup - reformatting

2006-02-05 00:23 MR, revision 37311

GTK2: Revert one set_resizable back to set_policy for now, as we need allow_shring to be TRUE right now, due to doing bad things(tm) to the size requests of child widgets inside the toplevel.

2006-02-04 19:53 SC, revision 37310

using common info.plist

2006-02-04 19:44 SC, revision 37309

common Info.plist for XCode projects

2006-02-04 18:49 vell, revision 37308

added appropriate WX_PRECOMP bracket for new include statement

2006-02-04 16:23 SC, revision 37307

support for default location added

2006-02-04 15:38 SC, revision 37306

linking commands on the individual window level, otherwise built-in handlers override our own (eg Paste is handled internally in a textcontrol without going through our own, resulting in changing 'read-only' unicode textcontrol)

2006-02-04 15:35 SC, revision 37305

deactivate read-only implementation for unicodetextcontrol because it cannot be selected otherwise

2006-02-04 13:06 MR, revision 37304

I'm no fan of that focus ring being drawn inside the wxMiniFrame close button after a click (and release not on the button), making the button look weird. So... don't focus on click.

2006-02-04 12:39 MR, revision 37303

Optimize (for size) the cross_xpm used for the X button in wxMiniFrame. We use only 2 colors, so don't declare 16 of them. Also swap the characters used to make the X visible in source code.

2006-02-04 12:31 MR, revision 37302

GTK2: gtk_widget_set_uposition -> gtk_window_move for wxMiniFrame. No, I don't like emulated window moves, so I can't use my wm to move this minifram, but alas for now.

2006-02-04 12:15 MR, revision 37301

GTK2: gtk_widget_set_uposition -> gtk_window_move for wxPopupWindow - migration appears to work fine for it

2006-02-04 04:58 vell, revision 37300

added missing include; minor reformatting

2006-02-04 02:10 MR, revision 37299

GTK2: Add a GTK_WIDGET_DRAWABLE check to the gtk_widget_draw replacement to make it call identical worker functions as before, and not spew warnings

2006-02-04 01:49 MR, revision 37298

GTK2: gtk_widget_{push,pop}_visual don't do anything in GTK2, other than break compilation with GTK_DISABLE_DEPRECATED

2006-02-04 01:47 MR, revision 37297

gtk_signal_connect -> g_signal_connect in unix/mediactrl.cpp

2006-02-04 00:50 MR, revision 37296

GTK2: gtk_entry_* -> gtk_editable_* where necessary

2006-02-04 00:09 MR, revision 37295

GTK2: gtk_radio_button_group -> _set_group; A missed gtk_label_set to set_text. Add a FIXME note for wxStaticText probably not honoring SetBackgroundColour

2006-02-03 23:39 MR, revision 37294

GTK2: gtk_container_children -> gtk_container_get_children

2006-02-03 23:38 MR, revision 37293

GTK2: gtk_check_menu_item_set_state -> _set_active; gtk_label_{parse_uline,set_text} and co -> gtk_label_set_text_with_mnenomics

2006-02-03 23:26 MR, revision 37292

GTK2: gtk_notebook_set_page -> gtk_notebook_set_current_page

2006-02-03 23:22 MR, revision 37291

GTK2: gtk_progress_bar_update -> gtk_progress_bar_set_fraction

2006-02-03 23:14 MR, revision 37290

GTK2: gtk_widget_draw -> gtk_widget_queue_draw + gdk_window_process_updates. Do we really want to force an immediate redraw here?

2006-02-03 23:07 MR, revision 37289

GTK: gtk_menu_{insert,append} -> gtk_menu_shell_{insert,append}

2006-02-03 23:07 RD, revision 37288

Allow Save Settings to save even when AutoSave is turned off

2006-02-03 23:05 RD, revision 37287

Don't assume that msw.remap was 1, instead change it back to what it really was before.

2006-02-03 22:58 MR, revision 37286

GTK2: gtk_label_set -> gtk_label_set_text

2006-02-03 22:53 MR, revision 37285

GTK2: gtk_toggle_button_set_state -> gtk_toggle_button_set_active

2006-02-03 22:25 MR, revision 37284

Correct (static, hence no effect to ABI) gtk_frame_urgency_timer_callback return type (2.6 branch)

2006-02-03 22:22 MR, revision 37283

GTK2: gtk_timeout_add -> g_timeout_add; gtk_timeout_remove -> g_source_remove. Fix gtk_frame_urgency_timer_callback return type (gint -> gboolean).

2006-02-03 22:08 MR, revision 37282

GTK2: gtk_window_set_policy -> gtk_window_set_resizable. Slight change for resizable toplevel behaviour - allow_shrink is now always FALSE - it being TRUE is told to be 99% of the times a bad idea, too. I think we aren't the 1% case here

2006-02-03 21:57 MR, revision 37281

GTK2: gtk_draw_* -> gtk_paint_*

2006-02-03 21:51 MR, revision 37280

GTK2: gtk_widget_set_usize -> gtk_widget_set_size_request

2006-02-03 21:44 MR, revision 37279

GTK2: gtk_idle_add_priority -> g_idle_add_full; gtk_idle_remove -> g_source_remove

2006-02-03 21:27 MR, revision 37278

wxGTK2 compiles fine with {G,PANGO}_DISABLE_DEPRECATED. Define them to catch deprecated function usage for older glib/pango versions and/or other systems. Is there a better place for this than defs.h?

2006-02-03 21:15 vell, revision 37277

minor reformat

2006-02-03 20:57 MR, revision 37276

g_main_set_poll_func(x) -> g_main_context_set_poll_func(NULL, x). Former deprecated since glib-2.2. Latter available since at least glib-2.0

2006-02-03 20:38 MR, revision 37275

Remove obsolete GTK1 compatibility macros. Patch #1413458 - Paul Cornett

2006-02-03 19:54 MR, revision 37274
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1

Remove .cvsignore files from gtk1 copies on WX_2_6_BRANCH.

2006-02-03 19:32 MR, revision 37273
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/accel.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/app.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/bitmap.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/bmpbuttn.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/brush.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/button.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/checkbox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/checklst.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/choice.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/clipbrd.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/colordlg.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/colour.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/combobox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/control.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/cursor.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dataform.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dataobj.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dataobj2.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dc.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dcclient.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dcmemory.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dcscreen.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dialog.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/dnd.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/filedlg.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/font.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/fontdlg.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/frame.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/gauge.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/gdiobj.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/glcanvas.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/gnome
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/icon.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/listbox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/mdi.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/menu.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/menuitem.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/minifram.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/msgdlg.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/notebook.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/pen.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/popupwin.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/private.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/radiobox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/radiobut.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/region.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/scrolbar.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/scrolwin.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/slider.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/spinbutt.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/spinctrl.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/statbmp.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/statbox.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/statline.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/stattext.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/taskbarpriv.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/tbargtk.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/textctrl.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/tglbtn.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/timer.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/tooltip.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/toplevel.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/treectrl.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/window.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/include/wx/gtk1/win_gtk.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/app.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/artgtk.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/bdiag.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/bitmap.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/bmpbuttn.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/brush.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/button.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cdiag.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/checkbox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/checklst.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/choice.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/clipbrd.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/colordlg.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/colour.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/combobox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/control.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cross.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/cursor.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/data.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/dataobj.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/dc.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/dcclient.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/dcmemory.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/dcscreen.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/descrip.mms
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/dialog.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/dnd.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/eggtrayicon.c
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/eggtrayicon.h
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/evtloop.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/fdiag.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/filedlg.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/font.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/fontdlg.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/frame.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/gauge.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/gdiobj.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/glcanvas.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/gnome
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/gsockgtk.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/horiz.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/icon.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/listbox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/main.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/mdi.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/menu.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/minifram.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/msgdlg.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/notebook.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/pen.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/popupwin.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/radiobox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/radiobut.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/region.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/renderer.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/scrolbar.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/scrolwin.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/settings.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/slider.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/spinbutt.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/spinctrl.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/statbmp.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/statbox.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/statline.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/stattext.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/taskbar.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/tbargtk.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/textctrl.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/tglbtn.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/threadno.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/threadsgi.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/timer.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/tooltip.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/toplevel.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/treegtk.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/utilsgtk.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/utilsres.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/verti.xbm
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/window.cpp
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/win_gtk.c
  • D /wxWidgets/branches/WX_2_6_BRANCH/src/gtk1/wx_gtk_vmsjackets.c

Removed the gtk1 (deep) copy dirs from WX_2_6_BRANCH.

2006-02-03 18:26 MBN, revision 37272

DeleteFunction argument should be non-const since it is deleted inside the function.

2006-02-03 16:30 JS, revision 37271

Fix for WinCE - no delayed sizing for now

2006-02-03 16:29 JS, revision 37270

Applied patch from Neil Robinson to allow manipulation of unattached menubars

2006-02-03 16:21 RL, revision 37269
  • D /wxWidgets/branches/WX_2_4_BRANCH/include/wx/gtk1
  • D /wxWidgets/branches/WX_2_4_BRANCH/src/gtk1

Removed the gtk1 (deep) copy dirs from WX_2_4_BRANCH.

2006-02-03 07:00 RD, revision 37268

Better cleanup of circular references

2006-02-03 06:51 RD, revision 37267

Better cleanup of circular references.

2006-02-02 20:59 RD, revision 37266

Fix for bug #1422217. Menu items with the checked bitmap set need to be owner drawn. This also fixes submenu items that have a bitmap.

2006-02-02 20:46 JS, revision 37265

Committed forgotten file

2006-02-02 18:19 JS, revision 37264

Fix nonsensical checked menu item label and behaviour

2006-02-02 17:00 vell, revision 37263

add missing wxHTML sources

2006-02-02 13:05 JS, revision 37262

Scroll text into view when typing

2006-02-02 02:20 RD, revision 37261

use UNICODE=1 by default

2006-02-02 02:02 RD, revision 37260

use UNICODE=1 by default

2006-02-02 02:02 RD, revision 37259

reSWIGged

2006-02-02 01:48 RD, revision 37258

Mention the SWIG_VERSION change

2006-02-02 01:47 RD, revision 37257

minor layout tweak

2006-02-01 23:46 RD, revision 37256

Added wxPython wrappers for the new wx.Treebook and wx.Toolbook classes.

2006-02-01 23:45 RD, revision 37255

Set the toolbar orientation based on the wxBK_ alignment style flag

2006-02-01 15:23 ABX, revision 37254

eVC3 build fix.