Commit graph

9 commits

Author SHA1 Message Date
jmmv
52456d62dd Update to 2.4.0. Changes from 2.2.7 include lots of bugfixes and new features.
Patch provided in PR pkg/20640 by Hiramatsu Yoshifumi.
2003-03-31 17:44:21 +00:00
jlam
e71604329e Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Put locale files under ${PKGLOCALEDIR}.
2001-06-29 08:53:17 +00:00
jlam
24b4f04f58 s/INSTAL_DATA_DIRL/INSTALL_DATA_DIR. Fix by sen_ml@eccosys.com in
pkg/13235.
2001-06-18 05:02:09 +00:00
drochner
d91dc0b972 update to wxGTK-2.2.7
changes since 2.2.3:
Applied patch to allow using non-Latin keyboards.
Added wxActivateEvent for top level windows.
Corrected wxActivateEvent for app (now wxEVT_ACTIAVTE_APP).
wxTextCtrl sends focus events.
Corrected so-library name.
wxTreeCtrl now shows an item, if it was programmatically selected.
wxTextCtrl no longer sends any text event upon its construction.
wxSpinCtrl misbehaviour fixed.
Corrected wxYield() to handle recursive calls more gracefully (and with a
	warning in debug mode). This fixes a problem with crashing wxTreeCtrl's
	built-in drag'n'drop and probably some other as well.
Corrected wxMenuItem::GetLabel() to handle deliberate underscore characters
	correctly.
Patch for better 8-bit-display support.
Implememted wxCommandEvent::IsSelection() for wxListBox.
Corrected wxListBox::Set() for sorted mode.
Added EVT_TEXT_UPDATED for spin ctrl.
Corrected wrongly rounded value in slider and scrollbar for negative values.
Translation updates.
Fixed wxMenu::FindItem() for sub menus.
Various other fixes.
Synchronized release with wxMSW again.
2001-06-15 16:53:27 +00:00
dmcmahill
532db08129 make sure rpath is correctly set for the dependent libs. Fixes ELF rpath
problems recently noted by Huberts bulk pkgsrc build.
2000-09-06 23:49:22 +00:00
dmcmahill
f7d8785bdf update to wxGTK-2.2.1. While here, libtoolize it since its a library.
changes are:
20th August 2000: wxWindows 2.2.1 released

Minor build fixes.

Use the wxCommmandEvent::IsChecked() function for checkable
menu items. This mean that the m_int parameter no longer
contains the ID of the menu!

Fixed major problems in ODBC logging code. This change is
binary backward incompatible.

Fixed reentry problems in DnD code.

Changed PostScript code so that it can handle a higher
resolution (720dpi).

Minor improvements to wxGrid code.

Corrected guffow-scrolling so that no surplus expose
events are generated.

Corrected bug in wxMask creation on 16-bit displays.

Minor correction to wxDC::DrawRoundedRectangle.

Added support for <INSERT> and <DELETE> menu accelerators.

Made wxComboBox case-sensitive.

Minor correction to doc-view architecture.

Minor wxCommandLineParser changes.
2000-09-01 02:45:57 +00:00
dmcmahill
1c13b54ebb revert my last (conflicting) import 2000-08-31 22:56:37 +00:00
dmcmahill
4494f0eae3 botched duplicate import. has been backed out 2000-08-31 22:24:00 +00:00
tsarna
b791940424 wxGTK: A GTK-based implementation of the wxWindows GUI library 2000-07-30 00:19:08 +00:00