.. |
cbgwindow.cxx
|
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
|
2015-04-05 16:53:51 -06:00 |
cbitmap.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cbutton.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cbuttonarray.cxx
|
Fix some recurring typos: postion->position, *atino->*ation
|
2014-07-08 13:12:36 -06:00 |
ccallback.cxx
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:17 -06:00 |
ccheckbox.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
ccyclebutton.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cglyphbutton.cxx
|
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
|
2013-04-22 08:01:43 -06:00 |
cglyphsliderhorizontal.cxx
|
NxWidgets::CGlyphSliderHorizontal: No longer uses a hard-coded slider height; the slider height is now provided as a parameter, replacing the widget height which is now calculated from the glip image height
|
2014-07-17 12:12:02 -06:00 |
cglyphsliderhorizontalgrip.cxx
|
Misc changes related to MediaPlayer. Nothing really significant
|
2014-07-16 19:20:44 -06:00 |
cgraphicsport.cxx
|
Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 18:29:34 -06:00 |
cimage.cxx
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:17 -06:00 |
ckeypad.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
clabel.cxx
|
NXWidgets::CNxWidget: Remove an unused bit field
|
2014-07-28 12:47:01 -06:00 |
clatchbutton.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
clatchbuttonarray.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
clistbox.cxx
|
libnxwidgets: Avoid unnecessary redraw in NxWidgets::CListBox. The ListData will raise an event that will cause a redraw anyway. Redrawing in click() caused double redraws.
|
2016-09-22 11:52:52 -06:00 |
clistboxdataitem.cxx
|
Use cstdint, etc. vs stdint.h, etc.
|
2014-07-16 15:09:20 -06:00 |
clistdata.cxx
|
Use cstdint, etc. vs stdint.h, etc.
|
2014-07-16 15:09:20 -06:00 |
clistdataitem.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cmultilinetextbox.cxx
|
libnxwidgets: Fix coordinate handling in NxWidgets::CMultiLineTextBox. Related to 'Thu Feb 21 16:47:01 2013 Fix text placement in CMultiLineTextbox.' There was a few similar bugs remaining in calculating of rows to show and in clearing the background.
|
2016-09-22 11:56:59 -06:00 |
cnumericedit.cxx
|
NxWM::CTaskbar: Add a method to redraw the task bar and the top application. From Petteri Aimonen
|
2013-06-04 08:11:45 -06:00 |
cnxfont.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cnxserver.cxx
|
Fix a typo in the last commit
|
2016-10-06 10:52:43 -06:00 |
cnxstring.cxx
|
Remove some warnings
|
2014-07-24 20:02:12 -06:00 |
cnxtimer.cxx
|
Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 18:29:34 -06:00 |
cnxtkwindow.cxx
|
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
|
2015-04-05 16:53:51 -06:00 |
cnxtoolbar.cxx
|
drawline/drawLine should not take a boolean to select non lines caps or capping at both ends. drawline/drawLine also needs to be able to put a line cap on one one end of a line
|
2015-04-05 16:53:51 -06:00 |
cnxwidget.cxx
|
NXWidgets::CNxWidget: Remove an unused bit field
|
2014-07-28 12:47:01 -06:00 |
cnxwindow.cxx
|
libnxwdigets: Fix memory leak in CNxWindow and make behaviour match CNxTkWindow.
|
2016-09-22 11:47:49 -06:00 |
cprogressbar.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cradiobutton.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cradiobuttongroup.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
crect.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
crlepalettebitmap.cxx
|
Cosmetic.. include cstdint instead of stdint.h, et al
|
2014-07-17 10:19:27 -06:00 |
cscaledbitmap.cxx
|
Change some *err() message to *info() messages if what was a *dbg() message does not indicate and error condition.
|
2016-06-14 18:29:34 -06:00 |
cscrollbarhorizontal.cxx
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:55 -06:00 |
cscrollbarpanel.cxx
|
Fixes to strchr, mkfats, and NxWidgets from Petteri Aimonen
|
2013-04-22 08:01:43 -06:00 |
cscrollbarvertical.cxx
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:55 -06:00 |
cscrollinglistbox.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cscrollingpanel.cxx
|
Replace all occurrences of vdbg with vinfo
|
2016-06-11 11:55:17 -06:00 |
cscrollingtextbox.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
csliderhorizontal.cxx
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:55 -06:00 |
csliderhorizontalgrip.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cslidervertical.cxx
|
NxWM::CMediaPlayer: Fix of state related bugs + Size if CLabel is increased (in preparation for becoming a CListBox)
|
2014-07-16 11:11:55 -06:00 |
csliderverticalgrip.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cstickybutton.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cstickybuttonarray.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cstickyimage.cxx
|
NxWM: Cosmetic changes to naming and comments
|
2014-07-15 18:55:59 -06:00 |
cstringiterator.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
ctabpanel.cxx
|
Make CTabPanel raise action event when tab is changed. Also add a function for getting the currently selected tab index. From Petteri Aimonen
|
2014-07-22 07:46:02 -06:00 |
ctext.cxx
|
libnxwidgets: In NxWidgets::CText, allow setting negative line spacing. This is useful to have text take up less space, as quite many fonts have large line spacings built-in.
|
2016-09-22 12:11:32 -06:00 |
ctextbox.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |
cwidgetcontrol.cxx
|
Misc changes related to MediaPlayer. Nothing really significant
|
2014-07-16 19:20:44 -06:00 |
cwidgeteventhandlerlist.cxx
|
NxWM::CMediaPlayer: Convert CLabel to a CListBox
|
2014-07-16 14:11:02 -06:00 |
cwindoweventhandlerlist.cxx
|
Rename CONFIG_NX_MOUSE to CONFIG_NX_INPUT, then add CONFIG_NX_XYINPUT_MOUSE and CONFIG_XYINPUT_TOUCHSCREEN
|
2014-07-16 16:31:31 -06:00 |
glyph_arrowdown.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_arrowleft.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_arrowright.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_arrowup.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_backspace.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_capslock.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_checkboxmu.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_checkboxoff.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_checkboxon.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_control.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_cycle.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_nxlogo160x160.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_nxlogo320x320.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_radiobuttonmu.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_radiobuttonoff.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_radiobuttonon.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_return.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_screendepthdown.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_screendepthup.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_screenflipdown.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_screenflipup.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_shift.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_windowclose.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_windowdepthdown.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
glyph_windowdepthup.cxx
|
NxWidgets: Fix repeated misspelling of Definitions
|
2014-07-12 16:36:24 -06:00 |
singletons.cxx
|
More trailing whilespace removal
|
2014-04-13 16:26:44 -06:00 |