.. |
gnome
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
.cvsignore
|
cvs now ignores libtool's .lo and .la files
|
1999-06-14 17:13:40 +00:00 |
aboutdlg.cpp
|
Support encodings in wxGTK_CONV_BACK() in the same way as we do it in
|
2007-02-27 15:41:56 +00:00 |
animate.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
app.cpp
|
prevent GTK+ from changing locale when wxUSE_INTL==0, this makes the behaviour consistent with the other ports in this case too (and not only when wxUSE_INTL==1 and the locale is changed (in all ports))
|
2007-03-20 13:29:36 +00:00 |
artgtk.cpp
|
small cleanup
|
2006-10-07 18:32:49 +00:00 |
assertdlg_gtk.c
|
check that filename pointer is non-NULL before using it, not after (coverity warning); don't pass NULL fp to fclose()
|
2007-03-30 13:06:29 +00:00 |
bdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
bitmap.cpp
|
COW cleanup patch (1583966):
|
2006-10-30 19:26:48 +00:00 |
bmpbuttn.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
brush.cpp
|
renamed IsRefTo() to IsSameAs() (do complain if this is not more clear) and
|
2006-10-30 22:03:53 +00:00 |
button.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
cdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
checkbox.cpp
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
checklst.cpp
|
Rewrite selection event code for wxListBox.
|
2006-10-26 20:29:02 +00:00 |
choice.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
clipbrd.cpp
|
removed unnecessary checks for m_clipboard/targetsWidget being non-NULL in dtor: they're used without these checks in many other places anyhow
|
2007-04-03 15:12:31 +00:00 |
clrpicker.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
collpane.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
colordlg.cpp
|
use simpler color ctor
|
2007-03-10 18:50:16 +00:00 |
colour.cpp
|
adding alpha to gtk colour
|
2006-10-03 16:45:33 +00:00 |
combobox.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
control.cpp
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
cross.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
cursor.cpp
|
pixbuf cursor support is for GTK 2.4.
|
2007-02-11 09:27:28 +00:00 |
data.cpp
|
move some data definitions to more appropriate places
|
2006-05-26 16:12:31 +00:00 |
dataobj.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
dataview.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
dc.cpp
|
simplify coordinate transformation code
|
2006-08-19 21:30:06 +00:00 |
dcclient.cpp
|
removed virtual GetSelectedBitmap() from the base wxDC class, it only makes sense for wxMemoryDC
|
2007-03-30 15:27:08 +00:00 |
dcmemory.cpp
|
Added wxMemoryDC::SelectObjectAsSource() and make SelectObject() unshare
|
2006-10-30 19:41:46 +00:00 |
dcscreen.cpp
|
Include wx/window.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-04 07:57:04 +00:00 |
descrip.mms
|
Committing in .
|
2007-03-21 09:54:51 +00:00 |
dialog.cpp
|
fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)
|
2006-12-29 20:16:53 +00:00 |
dirdlg.cpp
|
indentation fix
|
2006-12-07 07:18:38 +00:00 |
dnd.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
eggtrayicon.c
|
Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage
|
2007-02-08 16:12:06 +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
|
destroy m_impl even if an exception is thrown from the main loop
|
2007-03-23 13:24:55 +00:00 |
fdiag.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
filedlg.cpp
|
Fix for when only a default dir is given without a default file
|
2007-01-12 18:24:19 +00:00 |
filepicker.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
font.cpp
|
don't return wxFONTENCODING_DEFAULT from wxFont::GetEncoding(), this results in asserts when its return value is used with wxCSConv (and besides this should never happen anyhow, wxFONTENCODING_DEFAULT makes sense on input only)
|
2007-03-31 15:10:20 +00:00 |
fontdlg.cpp
|
Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtkString.
|
2006-10-03 16:01:18 +00:00 |
fontpicker.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
frame.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
gauge.cpp
|
GetBestFittingSize --> GetEffectiveMinSize
|
2006-10-31 08:50:17 +00:00 |
glcanvas.cpp
|
expose handlers are supposed to return a gboolean;
|
2007-01-21 01:58:53 +00:00 |
gsockgtk.cpp
|
Include order is wxprec.h=>defs.h=>platform.h=>setup.h so remove explicit setup.h inclusion not touched by chckconf.h.
|
2006-01-26 16:02:02 +00:00 |
horiz.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
hyperlink.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
listbox.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
mdi.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
menu.cpp
|
fixed handling of accelerators using PageUp/Down keys (bug 1683613)
|
2007-03-19 20:18:20 +00:00 |
minifram.cpp
|
expose handlers are supposed to return a gboolean;
|
2007-01-21 01:58:53 +00:00 |
msgdlg.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
notebook.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
pen.cpp
|
Include wx/colour.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-06-14 17:09:39 +00:00 |
popupwin.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
radiobox.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
radiobut.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
region.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
renderer.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
scrolbar.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
scrolwin.cpp
|
don't clamp scroll position before updating GtkRange,
|
2007-03-31 07:08:06 +00:00 |
settings.cpp
|
no changes, just removed TABs/trailing spaces
|
2007-03-07 22:56:34 +00:00 |
slider.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
spinbutt.cpp
|
Many changes:
|
2006-08-25 12:59:28 +00:00 |
spinctrl.cpp
|
set string field of wxCommandEvent object generated by spin control when its text changes (part of patch 1312699)
|
2007-03-31 15:16:35 +00:00 |
statbmp.cpp
|
Nuke GTK1 from src/gtk
|
2006-01-22 20:29:17 +00:00 |
statbox.cpp
|
I've now seen 2 or 3 themes that need this extra space in a label-less
|
2006-05-23 02:04:01 +00:00 |
statline.cpp
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
stattext.cpp
|
added support for ellipsization and markup in wxStaticText (modified patch 1629946)
|
2007-04-01 14:13:15 +00:00 |
taskbar.cpp
|
Include wx/menu.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-05-18 07:13:20 +00:00 |
tbargtk.cpp
|
fixed all the other ports broken by controls labels in wxToolBar patch commit
|
2007-03-18 23:57:20 +00:00 |
textctrl.cpp
|
don't remove the old tags of different kinds when setting new style, this removes the need for combining any style being set with the default one (based on patch 1518118)
|
2007-03-31 14:38:38 +00:00 |
tglbtn.cpp
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
threadno.cpp
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
threadsgi.cpp
|
Include wx/module.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-08-31 19:31:43 +00:00 |
timer.cpp
|
source id type is unsigned; minor cleanup
|
2007-03-10 18:51:55 +00:00 |
tooltip.cpp
|
added static Apply(GtkWidget, tip) method
|
2006-05-04 23:34:10 +00:00 |
toplevel.cpp
|
added gtk.tlw.can-set-transparency system option (replaces patch 1527017)
|
2007-03-31 14:51:10 +00:00 |
treeentry_gtk.c
|
Do not declare GTypeInfo instances static. This is completely unnecessary and just causes unnecessary extra relocations and global stack memory usage
|
2007-02-08 16:12:06 +00:00 |
utilsgtk.cpp
|
compilation fixes for !wxUSE_INTL case
|
2007-03-20 13:32:05 +00:00 |
utilsres.cpp
|
Include wx/app.h according to precompiled headers of wx/wx.h (with other minor cleaning).
|
2006-04-28 12:44:37 +00:00 |
verti.xbm
|
Initial revision
|
1998-05-20 14:01:55 +00:00 |
win_gtk.c
|
use native TAB traversal for GTK+ 2
|
2007-03-26 19:30:20 +00:00 |
window.cpp
|
more checks for non-scrolling windows, some code duplication cleanup
|
2007-04-03 02:15:02 +00:00 |