wxWidgets/src/gtk1
Mart Raudsepp f29a481a66 [wxGTK2] multiline wxTextCtrl: Implement XYToPosition, PositionToXY and GetLineLength natively, making them not take
an eternity per call. Also closes bug #1250464. Not sure if this should go into changes.txt.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2005-08-03 13:14:36 +00:00
..
gnome Added support for DrawArc and Blit to GNOME print. 2005-04-24 15:29:50 +00:00
.cvsignore cvs now ignores libtool's .lo and .la files 1999-06-14 17:13:40 +00:00
app.cpp Support comma separated list in G_FILENAME_ENCODING 2005-07-26 14:16:29 +00:00
artgtk.cpp Declare gtk_icon_size_lookup if it is missing from the GTK+ headers (Bug 1177079) 2005-06-10 12:04:15 +00:00
bdiag.xbm
bitmap.cpp '[1219035] cleanup: miscellaneous' and minor source cleaning. 2005-06-13 12:19:33 +00:00
bmpbuttn.cpp Source cleaning inspired by and included in patch '[ 1215450 ] cleanup: unreachable code.' 2005-06-06 16:47:04 +00:00
brush.cpp Use old licence name 2004-05-23 20:53:33 +00:00
button.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
cdiag.xbm
checkbox.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
checklst.cpp Use old licence name 2004-05-23 20:53:33 +00:00
choice.cpp [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 18:01:46 +00:00
clipbrd.cpp Applied GTK clipboard end of string patch. 2005-07-16 06:46:32 +00:00
colordlg.cpp '[1219035] cleanup: miscellaneous' and minor source cleaning. 2005-06-13 12:19:33 +00:00
colour.cpp [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 18:01:46 +00:00
combobox.cpp [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 18:01:46 +00:00
control.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
cross.xbm
cursor.cpp Use old licence name 2004-05-23 20:53:33 +00:00
data.cpp Use old licence name 2004-05-23 20:53:33 +00:00
dataobj.cpp #if wxUSE_DATAOBJ guard src/gtk/dataobj.cpp 2005-07-25 19:40:46 +00:00
dc.cpp Metric conversion constants not doubled in each port code. 2004-12-21 16:25:59 +00:00
dcclient.cpp [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 18:01:46 +00:00
dcmemory.cpp added alpha channel support to wxGTK2's wxBitmap 2004-08-21 22:48:45 +00:00
dcscreen.cpp removed code which doesn't do anything (patch 1175655) 2005-04-05 23:09:25 +00:00
descrip.mms Committing in . 2004-12-15 08:02:07 +00:00
dialog.cpp changed exceptions handling to work under wxGTK 2005-06-20 08:20:50 +00:00
dnd.cpp [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 18:01:46 +00:00
eggtrayicon.c removed C++ comments from C files 2004-09-29 10:42:37 +00:00
eggtrayicon.h mention that this file can be used under wx licence too 2004-10-11 22:58:17 +00:00
evtloop.cpp more wxPostEvent MT fixes 2004-11-12 21:44:26 +00:00
fdiag.xbm
filedlg.cpp [wxGTK] wxFileDialog: Use native overwrite confirmation if possible 2005-08-01 16:39:57 +00:00
font.cpp Apply Mart R.'s patch for improved font width 2005-04-13 13:53:19 +00:00
fontdlg.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
frame.cpp [1231183] 'cleanup: mismatched indentation' and other cleanings. 2005-07-22 18:01:46 +00:00
gauge.cpp * Implemented BestSize cache 2004-06-24 20:09:45 +00:00
gdiobj.cpp Use old licence name 2004-05-23 20:53:33 +00:00
glcanvas.cpp Mostly cosmetical preprocessor check modifications to last commit 2005-08-01 15:39:46 +00:00
gsockgtk.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
horiz.xbm
icon.cpp Use old licence name 2004-05-23 20:53:33 +00:00
listbox.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
main.cpp Use old licence name 2004-05-23 20:53:33 +00:00
mdi.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
menu.cpp Add conversion to and from menu hotkeys and 2005-05-21 16:05:29 +00:00
minifram.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
msgdlg.cpp Base for wxMessageDialog with common checks for style. 2005-03-11 15:34:42 +00:00
notebook.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
pen.cpp Use old licence name 2004-05-23 20:53:33 +00:00
popupwin.cpp Create wxPopUpWindow hidden initially (like MSW, where 2005-03-25 17:23:08 +00:00
radiobox.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
radiobut.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
region.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
renderer.cpp Second part of '[ 1216148 ] cleanup: unused variables and declarations'. 2005-06-08 14:49:36 +00:00
scrolbar.cpp Second part of '[ 1216148 ] cleanup: unused variables and declarations'. 2005-06-08 14:49:36 +00:00
scrolwin.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
settings.cpp Apply patch for querying tooltip colours. 2005-07-16 06:59:57 +00:00
slider.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
spinbutt.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
spinctrl.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
statbmp.cpp 1. added support for bitmaps with alpha channel 2004-08-21 22:41:04 +00:00
statbox.cpp Correct vertical alignment for lables in static boxes. 2005-04-13 13:46:01 +00:00
statline.cpp Use old licence name 2004-05-23 20:53:33 +00:00
stattext.cpp This should make the GTK statictext control wrap 2005-04-16 13:34:36 +00:00
taskbar.cpp Add import/export attributes 2005-08-02 22:58:06 +00:00
tbargtk.cpp Second part of '[ 1216148 ] cleanup: unused variables and declarations'. 2005-06-08 14:49:36 +00:00
textctrl.cpp [wxGTK2] multiline wxTextCtrl: Implement XYToPosition, PositionToXY and GetLineLength natively, making them not take 2005-08-03 13:14:36 +00:00
tglbtn.cpp Second part of '[ 1216148 ] cleanup: unused variables and declarations'. 2005-06-08 14:49:36 +00:00
threadno.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
threadsgi.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
timer.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
tooltip.cpp Applied patch to reorder includes. Not the most 2004-11-03 21:13:28 +00:00
toplevel.cpp slight CPP logic fix in my wxTLW::RequestUserAttention code 2005-07-29 00:13:34 +00:00
treegtk.cpp Added GetBitmap, GetIcon to wxImageList 2005-02-27 10:36:58 +00:00
utilsgtk.cpp GTK+ callbacks must have C linkage (patch 1157384) 2005-03-21 23:42:26 +00:00
utilsres.cpp Reverted config/resource name change 2004-05-26 10:49:43 +00:00
verti.xbm
win_gtk.c removed C++ comments from C files 2004-09-29 10:42:37 +00:00
window.cpp Add import/export attributes 2005-08-02 22:58:06 +00:00
wx_gtk_vmsjackets.c Committing in . 2000-03-22 12:42:38 +00:00