.. |
gnome
|
Fixes for include guards, patch 1256967 Paul Cornett
|
2005-09-25 20:49:40 +00:00 |
.cvsignore
|
|
|
accel.h
|
Added licence/copyright information
|
2005-05-04 18:57:50 +00:00 |
app.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
bitmap.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
bmpbuttn.h
|
removed GetLabel() which didn't do anything but forwarding to wxControl version
|
2005-12-18 16:34:17 +00:00 |
brush.h
|
Fix for mistake with const for non pointer/reference with corrections in documentation.
|
2005-10-04 18:14:41 +00:00 |
button.h
|
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
|
2006-01-16 14:59:55 +00:00 |
checkbox.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
checklst.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
choice.h
|
wxItemContainerImmutable::FindString unified.
|
2005-09-27 16:54:43 +00:00 |
clipbrd.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
colordlg.h
|
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 17:20:50 +00:00 |
colour.h
|
wxColour source cleaning. Corrections to 'const unsigned char' within wxColour docs.
|
2005-10-05 16:22:44 +00:00 |
combobox.h
|
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
|
2006-01-16 14:59:55 +00:00 |
control.h
|
1. changed wxControl::GetLabel() to return the originally provided label and
|
2005-12-18 16:37:56 +00:00 |
cursor.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
dataform.h
|
Add import/export attributes
|
2005-08-02 22:58:06 +00:00 |
dataobj2.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
dataobj.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
dc.h
|
Missing wxUSE_PALETTE markup (#1369489).
|
2005-11-30 07:58:37 +00:00 |
dcclient.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
dcmemory.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
dcscreen.h
|
Add import/export attributes
|
2005-08-02 22:58:06 +00:00 |
dialog.h
|
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
|
2006-01-16 14:59:55 +00:00 |
dnd.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
filedlg.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
font.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
fontdlg.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
frame.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
gauge.h
|
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
|
2006-01-16 14:59:55 +00:00 |
gdiobj.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
glcanvas.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
icon.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
listbox.h
|
wxItemContainerImmutable::FindString unified.
|
2005-09-27 16:54:43 +00:00 |
mdi.h
|
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
|
2006-01-16 14:59:55 +00:00 |
menu.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
menuitem.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
minifram.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
msgdlg.h
|
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 17:20:50 +00:00 |
notebook.h
|
Spelling fixes from Andreas Mohr (patch #1360064)
|
2005-11-19 01:07:56 +00:00 |
pen.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
popupwin.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
private.h
|
Remove obsolete GTK1 compatibility macros. Patch #1413458 - Paul Cornett
|
2006-02-03 20:38:55 +00:00 |
radiobox.h
|
1. derive wxGTK wxRadioBox from wxRadioBoxBase now, as in all other ports
|
2005-11-30 16:39:23 +00:00 |
radiobut.h
|
applied patch 1376506 - remove unneeded member variable from GTK wxRadioButton
|
2005-12-08 21:44:46 +00:00 |
region.h
|
added missing consts and pass objects by const reference instead of by value (patch 1205869)
|
2005-09-24 21:43:15 +00:00 |
scrolbar.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
scrolwin.h
|
refactored wxGTK scrolling: it has now fully-functioning wxScrollHelper and a lot of duplicate code was removed
|
2005-10-10 18:24:27 +00:00 |
slider.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
spinbutt.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
spinctrl.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
statbmp.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
statbox.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
statline.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
stattext.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
taskbarpriv.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
tbargtk.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
textctrl.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
tglbtn.h
|
Move constant strings to .rodata/.data.rel.ro ELF segment from .data by making them really const.
|
2006-01-16 14:59:55 +00:00 |
timer.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
tooltip.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
toplevel.h
|
[wxGTK] Support changing the wxSTAY_ON_TOP style value run-time through wxWindow::SetWindowStyleFlag, support for
|
2005-11-07 20:00:50 +00:00 |
treectrl.h
|
Nuke #pragma implementation/interface's
|
2005-09-23 12:56:45 +00:00 |
win_gtk.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |
window.h
|
Nuke GTK1 from include/gtk
|
2006-01-22 21:00:19 +00:00 |